|
Lines 70-90
Link Here
|
| 70 |
-- Current Record ID Field/Subfields (090) |
70 |
-- Current Record ID Field/Subfields (090) |
| 71 |
|
71 |
|
| 72 |
insert into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values |
72 |
insert into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values |
| 73 |
('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,'',''); |
73 |
('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,NULL,''); |
| 74 |
|
74 |
|
| 75 |
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 |
75 |
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 |
| 76 |
('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,'','','',0,-5,'',NULL,'',''); |
76 |
('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,NULL,'','',0,-5,'',NULL,'',''); |
| 77 |
|
77 |
|
| 78 |
-- Local date field/Subfields (099) |
78 |
-- Local date field/Subfields (099) |
| 79 |
|
79 |
|
| 80 |
insert into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values |
80 |
insert into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values |
| 81 |
('099','local dates','',0,0,'',''); |
81 |
('099','local dates','',0,0,NULL,''); |
| 82 |
|
82 |
|
| 83 |
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 |
83 |
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 |
| 84 |
('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,'','','',0,-5,'',NULL,'',''); |
84 |
('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,NULL,'','',0,-5,'',NULL,'',''); |
| 85 |
|
85 |
|
| 86 |
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 |
86 |
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 |
| 87 |
('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,'','','',0,-5,'',NULL,'',''); |
87 |
('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,NULL,'','',0,-5,'',NULL,'',''); |
| 88 |
|
88 |
|
| 89 |
|
89 |
|
| 90 |
-- Current primary biblioitems Field/Subfields (942) |
90 |
-- Current primary biblioitems Field/Subfields (942) |
|
Lines 154-167
INSERT INTO `authorised_values` (`category`, `authorised_value`, `lib`, `lib_opa
Link Here
|
| 154 |
('unimarc_325h', '#', 'undetermined', NULL, ''); |
154 |
('unimarc_325h', '#', 'undetermined', NULL, ''); |
| 155 |
|
155 |
|
| 156 |
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES |
156 |
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES |
| 157 |
('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', ''); |
157 |
('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, NULL, ''); |
| 158 |
|
158 |
|
| 159 |
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 |
159 |
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 |
| 160 |
('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL), |
160 |
('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, NULL, '', '', NULL, -5, '', '', '', NULL), |
| 161 |
('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', '', NULL, 0, '', '', '', NULL), |
161 |
('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, NULL, '', '', NULL, 0, '', '', '', NULL), |
| 162 |
('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL), |
162 |
('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, NULL, '', '', 0, 7, '', '', '', NULL), |
| 163 |
('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL), |
163 |
('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL), |
| 164 |
('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL); |
164 |
('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, NULL, '', '', NULL, -5, '', '', '', NULL); |
| 165 |
|
165 |
|
| 166 |
|
166 |
|
| 167 |
-- ****************************************************** |
167 |
-- ****************************************************** |
|
Lines 188-219
INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
Link Here
|
| 188 |
-- Current items Field/Subfields |
188 |
-- Current items Field/Subfields |
| 189 |
|
189 |
|
| 190 |
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES |
190 |
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES |
| 191 |
('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, '', ''); |
191 |
('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, NULL, ''); |
| 192 |
|
192 |
|
| 193 |
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 |
193 |
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 |
| 194 |
('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL), |
194 |
('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL), |
| 195 |
('995', '2', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL), |
195 |
('995', '2', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL), |
| 196 |
('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL), |
196 |
('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL), |
| 197 |
('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, '', '', '', NULL, 0, '', '', '', NULL), |
197 |
('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, NULL, '', '', NULL, 0, '', '', '', NULL), |
| 198 |
('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL), |
198 |
('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, NULL, '', '', NULL, 0, '', '', '', NULL), |
| 199 |
('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 0, 0, '', '', '', NULL), |
199 |
('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 200 |
('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, -5, '', '', '', NULL), |
200 |
('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, NULL, '', '', 0, -5, '', '', '', NULL), |
| 201 |
('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, '', '', '', 0, 0, '', '', '', NULL), |
201 |
('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 202 |
('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, -1, '', '', '', NULL), |
202 |
('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, -1, '', '', '', NULL), |
| 203 |
('995', 'c', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code ', 0, 1, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL), |
203 |
('995', 'c', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code ', 0, 1, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL), |
| 204 |
('995', 'd', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL), |
204 |
('995', 'd', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 10, NULL, '', '', 0, -1, '', '', '', NULL), |
| 205 |
('995', 'e', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL), |
205 |
('995', 'e', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL), |
| 206 |
('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL), |
206 |
('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, NULL, '', 'barcode.pl', 0, 0, '', '', '', NULL), |
| 207 |
('995', 'h', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL), |
207 |
('995', 'h', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL), |
| 208 |
('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, '', '', '', 0, 0, '', '', '', NULL), |
208 |
('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 209 |
('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', '', 0, 0, '', '', '', NULL), |
209 |
('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 210 |
('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', 0, 0, '', '', '', NULL), |
210 |
('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 211 |
('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, '', '', '', 0, -5, '', '', '', NULL), |
211 |
('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, NULL, '', '', 0, -5, '', '', '', NULL), |
| 212 |
('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, '', '', '', 0, -1, '', '', '', NULL), |
212 |
('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, NULL, '', '', 0, -1, '', '', '', NULL), |
| 213 |
('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', '', NULL), |
213 |
('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 214 |
('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, 'items.itype', 10, 'itemtypes', '', '', 0, 0, '', '', '', NULL), |
214 |
('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, 'items.itype', 10, 'itemtypes', '', '', 0, 0, '', '', '', NULL), |
| 215 |
('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, '', '', '', 0, 0, '', '', '', NULL), |
215 |
('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, NULL, '', '', 0, 0, '', '', '', NULL), |
| 216 |
('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, -1, '', '', '', NULL); |
216 |
('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, NULL, '', '', 0, -1, '', '', '', NULL); |
| 217 |
|
217 |
|
| 218 |
|
218 |
|
| 219 |
|
219 |
|
|
Lines 223-449
INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
Link Here
|
| 223 |
|
223 |
|
| 224 |
|
224 |
|
| 225 |
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES |
225 |
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES |
| 226 |
('000', 'Record Label', 'Record Label', 0, 1, '', ''), |
226 |
('000', 'Record Label', 'Record Label', 0, 1, NULL, ''), |
| 227 |
('001', 'Record Identifier', 'Record Identifier', 0, 1, '', ''), |
227 |
('001', 'Record Identifier', 'Record Identifier', 0, 1, NULL, ''), |
| 228 |
('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, '', ''), |
228 |
('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, NULL, ''), |
| 229 |
('005', 'Version Identifier', 'Version Identifier', 0, 0, '', ''), |
229 |
('005', 'Version Identifier', 'Version Identifier', 0, 0, NULL, ''), |
| 230 |
('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, '', ''), |
230 |
('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, NULL, ''), |
| 231 |
('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, '', ''), |
231 |
('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, NULL, ''), |
| 232 |
('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, '', ''), |
232 |
('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, NULL, ''), |
| 233 |
('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, '', ''), |
233 |
('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, NULL, ''), |
| 234 |
('014', 'Article Identifier', 'Article Identifier', 1, 0, '', ''), |
234 |
('014', 'Article Identifier', 'Article Identifier', 1, 0, NULL, ''), |
| 235 |
('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, '', ''), |
235 |
('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, NULL, ''), |
| 236 |
('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, '', ''), |
236 |
('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, NULL, ''), |
| 237 |
('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, '', ''), |
237 |
('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, NULL, ''), |
| 238 |
('018', '[Reserved for other International Standard Numbers]', '[Reserved for other International Standard Numbers]', 1, 0, '', ''), |
238 |
('018', '[Reserved for other International Standard Numbers]', '[Reserved for other International Standard Numbers]', 1, 0, NULL, ''), |
| 239 |
('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, '', ''), |
239 |
('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, NULL, ''), |
| 240 |
('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, '', ''), |
240 |
('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, NULL, ''), |
| 241 |
('022', 'Government Publication Number', 'Government Publication Number', 1, 0, '', ''), |
241 |
('022', 'Government Publication Number', 'Government Publication Number', 1, 0, NULL, ''), |
| 242 |
('033', 'Other system persistent record identifier', 'Other system persistent record identifier', 1, 0, '', ''), |
242 |
('033', 'Other system persistent record identifier', 'Other system persistent record identifier', 1, 0, NULL, ''), |
| 243 |
('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, '', ''), |
243 |
('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, NULL, ''), |
| 244 |
('036', 'Music Incipit', 'Music Incipit', 1, 0, '', ''), |
244 |
('036', 'Music Incipit', 'Music Incipit', 1, 0, NULL, ''), |
| 245 |
('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, '', ''), |
245 |
('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, NULL, ''), |
| 246 |
('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, '', ''), |
246 |
('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, NULL, ''), |
| 247 |
('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, '', ''), |
247 |
('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, NULL, ''), |
| 248 |
('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, '', ''), |
248 |
('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, NULL, ''), |
| 249 |
('100', 'General Processing Data', 'General Processing Data', 0, 1, '', ''), |
249 |
('100', 'General Processing Data', 'General Processing Data', 0, 1, NULL, ''), |
| 250 |
('101', 'Language of the Resource', 'Language of the Resource', 0, 0, '', ''), |
250 |
('101', 'Language of the Resource', 'Language of the Resource', 0, 0, NULL, ''), |
| 251 |
('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, '', ''), |
251 |
('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, NULL, ''), |
| 252 |
('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, '', ''), |
252 |
('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, NULL, ''), |
| 253 |
('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, '', ''), |
253 |
('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, NULL, ''), |
| 254 |
('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, '', ''), |
254 |
('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, NULL, ''), |
| 255 |
('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, '', ''), |
255 |
('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, NULL, ''), |
| 256 |
('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, '', ''), |
256 |
('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, NULL, ''), |
| 257 |
('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, '', ''), |
257 |
('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, NULL, ''), |
| 258 |
('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, '', ''), |
258 |
('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, NULL, ''), |
| 259 |
('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, '', ''), |
259 |
('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, NULL, ''), |
| 260 |
('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, '', ''), |
260 |
('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, NULL, ''), |
| 261 |
('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, '', ''), |
261 |
('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, NULL, ''), |
| 262 |
('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, '', ''), |
262 |
('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, NULL, ''), |
| 263 |
('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, '', ''), |
263 |
('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, NULL, ''), |
| 264 |
('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, '', ''), |
264 |
('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, NULL, ''), |
| 265 |
('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, '', ''), |
265 |
('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, NULL, ''), |
| 266 |
('128', 'Coded Data Field: Form of Musical Work and Key or Mode', 'Coded Data Field: Form of Musical Work and Key or Mode', 1, 0, '', ''), |
266 |
('128', 'Coded Data Field: Form of Musical Work and Key or Mode', 'Coded Data Field: Form of Musical Work and Key or Mode', 1, 0, NULL, ''), |
| 267 |
('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, '', ''), |
267 |
('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, NULL, ''), |
| 268 |
('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, '', ''), |
268 |
('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, NULL, ''), |
| 269 |
('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, '', ''), |
269 |
('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, NULL, ''), |
| 270 |
('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, '', ''), |
270 |
('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, NULL, ''), |
| 271 |
('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, '', ''), |
271 |
('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, NULL, ''), |
| 272 |
('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, '', ''), |
272 |
('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, NULL, ''), |
| 273 |
('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, '', ''), |
273 |
('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, NULL, ''), |
| 274 |
('181', 'Coded Data Field: content form', '', 1, 0, '', ''), |
274 |
('181', 'Coded Data Field: content form', '', 1, 0, NULL, ''), |
| 275 |
('182', 'Coded Data Field: media type', '', 1, 0, '', ''), |
275 |
('182', 'Coded Data Field: media type', '', 1, 0, NULL, ''), |
| 276 |
('183', 'Coded Data Field: Type of Carrier', 'Coded Data Field: Type of Carrier', 1, 0, '', ''), |
276 |
('183', 'Coded Data Field: Type of Carrier', 'Coded Data Field: Type of Carrier', 1, 0, NULL, ''), |
| 277 |
('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, '', ''), |
277 |
('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, NULL, ''), |
| 278 |
('203', 'Coded Data Field: Content Form', 'Coded Data Field: Content Form', 1, 0, '', ''), |
278 |
('203', 'Coded Data Field: Content Form', 'Coded Data Field: Content Form', 1, 0, NULL, ''), |
| 279 |
('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, '', ''), |
279 |
('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, NULL, ''), |
| 280 |
('205', 'Edition Statement', 'Edition Statement', 1, 0, '', ''), |
280 |
('205', 'Edition Statement', 'Edition Statement', 1, 0, NULL, ''), |
| 281 |
('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, '', ''), |
281 |
('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, NULL, ''), |
| 282 |
('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, '', ''), |
282 |
('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, NULL, ''), |
| 283 |
('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, '', ''), |
283 |
('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, NULL, ''), |
| 284 |
('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, '', ''), |
284 |
('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, NULL, ''), |
| 285 |
('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, '', ''), |
285 |
('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, NULL, ''), |
| 286 |
('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, '', ''), |
286 |
('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, NULL, ''), |
| 287 |
('215', 'Physical Description', 'Physical Description', 1, 0, '', ''), |
287 |
('215', 'Physical Description', 'Physical Description', 1, 0, NULL, ''), |
| 288 |
('225', 'Series', 'Series', 1, 0, '', ''), |
288 |
('225', 'Series', 'Series', 1, 0, NULL, ''), |
| 289 |
('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, '', ''), |
289 |
('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, NULL, ''), |
| 290 |
('231', 'Digital File Characteristics', 'Digital File Characteristics', 1, 0, '', ''), |
290 |
('231', 'Digital File Characteristics', 'Digital File Characteristics', 1, 0, NULL, ''), |
| 291 |
('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, '', ''), |
291 |
('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, NULL, ''), |
| 292 |
('283', 'Carrier Type', 'Carrier Type', 1, 0, '', ''), |
292 |
('283', 'Carrier Type', 'Carrier Type', 1, 0, NULL, ''), |
| 293 |
('300', 'General Notes', 'General Notes', 1, 0, '', ''), |
293 |
('300', 'General Notes', 'General Notes', 1, 0, NULL, ''), |
| 294 |
('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, '', ''), |
294 |
('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, NULL, ''), |
| 295 |
('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, '', ''), |
295 |
('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, NULL, ''), |
| 296 |
('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, '', ''), |
296 |
('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, NULL, ''), |
| 297 |
('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, '', ''), |
297 |
('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, NULL, ''), |
| 298 |
('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, '', ''), |
298 |
('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, NULL, ''), |
| 299 |
('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, '', ''), |
299 |
('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, NULL, ''), |
| 300 |
('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, '', ''), |
300 |
('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, NULL, ''), |
| 301 |
('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, '', ''), |
301 |
('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, NULL, ''), |
| 302 |
('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, '', ''), |
302 |
('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, NULL, ''), |
| 303 |
('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, '', ''), |
303 |
('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, NULL, ''), |
| 304 |
('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, '', ''), |
304 |
('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, NULL, ''), |
| 305 |
('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, '', ''), |
305 |
('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, NULL, ''), |
| 306 |
('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, '', ''), |
306 |
('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, NULL, ''), |
| 307 |
('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, '', ''), |
307 |
('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, NULL, ''), |
| 308 |
('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, '', ''), |
308 |
('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, NULL, ''), |
| 309 |
('317', 'Provenance Note', 'Provenance Note', 1, 0, '', ''), |
309 |
('317', 'Provenance Note', 'Provenance Note', 1, 0, NULL, ''), |
| 310 |
('318', 'Action Note', 'Action Note', 1, 0, '', ''), |
310 |
('318', 'Action Note', 'Action Note', 1, 0, NULL, ''), |
| 311 |
('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, '', ''), |
311 |
('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, NULL, ''), |
| 312 |
('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, '', ''), |
312 |
('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, NULL, ''), |
| 313 |
('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, '', ''), |
313 |
('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, NULL, ''), |
| 314 |
('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, '', ''), |
314 |
('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, NULL, ''), |
| 315 |
('324', 'Original Version Note', 'Original Version Note', 0, 0, '', ''), |
315 |
('324', 'Original Version Note', 'Original Version Note', 0, 0, NULL, ''), |
| 316 |
('325', 'Reproduction Note', 'Reproduction Note', 1, 0, '', ''), |
316 |
('325', 'Reproduction Note', 'Reproduction Note', 1, 0, NULL, ''), |
| 317 |
('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, '', ''), |
317 |
('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, NULL, ''), |
| 318 |
('327', 'Contents Note', 'Contents Note', 1, 0, '', ''), |
318 |
('327', 'Contents Note', 'Contents Note', 1, 0, NULL, ''), |
| 319 |
('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, '', ''), |
319 |
('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, NULL, ''), |
| 320 |
('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, '', ''), |
320 |
('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, NULL, ''), |
| 321 |
('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, '', ''), |
321 |
('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, NULL, ''), |
| 322 |
('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, '', ''), |
322 |
('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, NULL, ''), |
| 323 |
('334', 'Awards Note', 'Awards Note', 1, 0, '', ''), |
323 |
('334', 'Awards Note', 'Awards Note', 1, 0, NULL, ''), |
| 324 |
('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, '', ''), |
324 |
('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, NULL, ''), |
| 325 |
('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, '', ''), |
325 |
('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, NULL, ''), |
| 326 |
('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, '', ''), |
326 |
('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, NULL, ''), |
| 327 |
('338', 'Funding Information Note', 'Funding Information Note', 1, 0, '', ''), |
327 |
('338', 'Funding Information Note', 'Funding Information Note', 1, 0, NULL, ''), |
| 328 |
('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, '', ''), |
328 |
('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, NULL, ''), |
| 329 |
('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, '', ''), |
329 |
('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, NULL, ''), |
| 330 |
('410', 'Series', 'Series', 0, 0, '', ''), |
330 |
('410', 'Series', 'Series', 0, 0, NULL, ''), |
| 331 |
('411', 'Subseries', 'Subseries', 0, 0, '', ''), |
331 |
('411', 'Subseries', 'Subseries', 0, 0, NULL, ''), |
| 332 |
('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, '', ''), |
332 |
('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, NULL, ''), |
| 333 |
('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, '', ''), |
333 |
('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, NULL, ''), |
| 334 |
('421', 'Supplement', 'Supplement', 0, 0, '', ''), |
334 |
('421', 'Supplement', 'Supplement', 0, 0, NULL, ''), |
| 335 |
('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, '', ''), |
335 |
('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, NULL, ''), |
| 336 |
('423', 'Issued with', 'Issued with', 0, 0, '', ''), |
336 |
('423', 'Issued with', 'Issued with', 0, 0, NULL, ''), |
| 337 |
('424', 'is Updated by', 'is Updated by', 0, 0, '', ''), |
337 |
('424', 'is Updated by', 'is Updated by', 0, 0, NULL, ''), |
| 338 |
('425', 'Updates', 'Updates', 0, 0, '', ''), |
338 |
('425', 'Updates', 'Updates', 0, 0, NULL, ''), |
| 339 |
('430', 'Continues', 'Continues', 0, 0, '', ''), |
339 |
('430', 'Continues', 'Continues', 0, 0, NULL, ''), |
| 340 |
('431', 'Continues in Part', 'Continues in Part', 0, 0, '', ''), |
340 |
('431', 'Continues in Part', 'Continues in Part', 0, 0, NULL, ''), |
| 341 |
('432', 'Supersedes', 'Supersedes', 0, 0, '', ''), |
341 |
('432', 'Supersedes', 'Supersedes', 0, 0, NULL, ''), |
| 342 |
('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, '', ''), |
342 |
('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, NULL, ''), |
| 343 |
('434', 'Absorbed', 'Absorbed', 0, 0, '', ''), |
343 |
('434', 'Absorbed', 'Absorbed', 0, 0, NULL, ''), |
| 344 |
('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, '', ''), |
344 |
('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, NULL, ''), |
| 345 |
('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, '', ''), |
345 |
('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, NULL, ''), |
| 346 |
('437', 'Separated from', 'Separated from', 0, 0, '', ''), |
346 |
('437', 'Separated from', 'Separated from', 0, 0, NULL, ''), |
| 347 |
('440', 'Continued by', 'Continued by', 0, 0, '', ''), |
347 |
('440', 'Continued by', 'Continued by', 0, 0, NULL, ''), |
| 348 |
('441', 'Continued in Part by', 'Continued in Part by', 0, 0, '', ''), |
348 |
('441', 'Continued in Part by', 'Continued in Part by', 0, 0, NULL, ''), |
| 349 |
('442', 'Superseded by', 'Superseded by', 0, 0, '', ''), |
349 |
('442', 'Superseded by', 'Superseded by', 0, 0, NULL, ''), |
| 350 |
('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, '', ''), |
350 |
('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, NULL, ''), |
| 351 |
('444', 'Absorbed by', 'Absorbed by', 0, 0, '', ''), |
351 |
('444', 'Absorbed by', 'Absorbed by', 0, 0, NULL, ''), |
| 352 |
('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, '', ''), |
352 |
('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, NULL, ''), |
| 353 |
('446', 'Split into', 'Split into', 0, 0, '', ''), |
353 |
('446', 'Split into', 'Split into', 0, 0, NULL, ''), |
| 354 |
('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, '', ''), |
354 |
('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, NULL, ''), |
| 355 |
('448', 'Changed Back to', 'Changed Back to', 0, 0, '', ''), |
355 |
('448', 'Changed Back to', 'Changed Back to', 0, 0, NULL, ''), |
| 356 |
('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, '', ''), |
356 |
('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, NULL, ''), |
| 357 |
('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, '', ''), |
357 |
('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, NULL, ''), |
| 358 |
('453', 'Translated as', 'Translated as', 0, 0, '', ''), |
358 |
('453', 'Translated as', 'Translated as', 0, 0, NULL, ''), |
| 359 |
('454', 'Translation of', 'Translation of', 0, 0, '', ''), |
359 |
('454', 'Translation of', 'Translation of', 0, 0, NULL, ''), |
| 360 |
('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, '', ''), |
360 |
('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, NULL, ''), |
| 361 |
('456', 'Reproduced as', 'Reproduced as', 0, 0, '', ''), |
361 |
('456', 'Reproduced as', 'Reproduced as', 0, 0, NULL, ''), |
| 362 |
('461', 'Set Level', 'Set Level', 0, 0, '', ''), |
362 |
('461', 'Set Level', 'Set Level', 0, 0, NULL, ''), |
| 363 |
('462', 'Subset Level', 'Subset Level', 0, 0, '', ''), |
363 |
('462', 'Subset Level', 'Subset Level', 0, 0, NULL, ''), |
| 364 |
('463', 'Piece Level', 'Piece Level', 0, 0, '', ''), |
364 |
('463', 'Piece Level', 'Piece Level', 0, 0, NULL, ''), |
| 365 |
('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, '', ''), |
365 |
('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, NULL, ''), |
| 366 |
('470', 'Item Reviewed', 'Item Reviewed', 0, 0, '', ''), |
366 |
('470', 'Item Reviewed', 'Item Reviewed', 0, 0, NULL, ''), |
| 367 |
('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, '', ''), |
367 |
('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, NULL, ''), |
| 368 |
('482', 'Bound with', 'Bound with', 0, 0, '', ''), |
368 |
('482', 'Bound with', 'Bound with', 0, 0, NULL, ''), |
| 369 |
('488', 'Other Related Works', 'Other Related Works', 0, 0, '', ''), |
369 |
('488', 'Other Related Works', 'Other Related Works', 0, 0, NULL, ''), |
| 370 |
('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, '', ''), |
370 |
('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, NULL, ''), |
| 371 |
('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, '', ''), |
371 |
('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, NULL, ''), |
| 372 |
('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, '', ''), |
372 |
('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, NULL, ''), |
| 373 |
('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, '', ''), |
373 |
('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, NULL, ''), |
| 374 |
('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, '', ''), |
374 |
('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, NULL, ''), |
| 375 |
('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, '', ''), |
375 |
('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, NULL, ''), |
| 376 |
('511', 'Half Title', 'Half Title', 1, 0, '', ''), |
376 |
('511', 'Half Title', 'Half Title', 1, 0, NULL, ''), |
| 377 |
('512', 'Cover Title', 'Cover Title', 1, 0, '', ''), |
377 |
('512', 'Cover Title', 'Cover Title', 1, 0, NULL, ''), |
| 378 |
('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, '', ''), |
378 |
('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, NULL, ''), |
| 379 |
('514', 'Caption Title', 'Caption Title', 1, 0, '', ''), |
379 |
('514', 'Caption Title', 'Caption Title', 1, 0, NULL, ''), |
| 380 |
('515', 'Running Title', 'Running Title', 1, 0, '', ''), |
380 |
('515', 'Running Title', 'Running Title', 1, 0, NULL, ''), |
| 381 |
('516', 'Spine Title', 'Spine Title', 1, 0, '', ''), |
381 |
('516', 'Spine Title', 'Spine Title', 1, 0, NULL, ''), |
| 382 |
('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, '', ''), |
382 |
('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, NULL, ''), |
| 383 |
('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, '', ''), |
383 |
('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, NULL, ''), |
| 384 |
('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, '', ''), |
384 |
('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, NULL, ''), |
| 385 |
('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, '', ''), |
385 |
('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, NULL, ''), |
| 386 |
('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, '', ''), |
386 |
('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, NULL, ''), |
| 387 |
('532', 'Expanded Title', 'Expanded Title', 1, 0, '', ''), |
387 |
('532', 'Expanded Title', 'Expanded Title', 1, 0, NULL, ''), |
| 388 |
('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, '', ''), |
388 |
('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, NULL, ''), |
| 389 |
('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, '', ''), |
389 |
('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, NULL, ''), |
| 390 |
('545', 'Section Title', 'Section Title', 1, 0, '', ''), |
390 |
('545', 'Section Title', 'Section Title', 1, 0, NULL, ''), |
| 391 |
('560', 'Artifical Title', 'Artifical Title', 1, 0, '', ''), |
391 |
('560', 'Artifical Title', 'Artifical Title', 1, 0, NULL, ''), |
| 392 |
('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, '', ''), |
392 |
('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, NULL, ''), |
| 393 |
('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, '', ''), |
393 |
('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, NULL, ''), |
| 394 |
('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, '', ''), |
394 |
('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, NULL, ''), |
| 395 |
('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, '', ''), |
395 |
('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, NULL, ''), |
| 396 |
('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, '', ''), |
396 |
('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, NULL, ''), |
| 397 |
('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, '', ''), |
397 |
('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, NULL, ''), |
| 398 |
('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, '', ''), |
398 |
('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, NULL, ''), |
| 399 |
('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, '', ''), |
399 |
('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, NULL, ''), |
| 400 |
('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, '', ''), |
400 |
('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, NULL, ''), |
| 401 |
('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, '', ''), |
401 |
('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, NULL, ''), |
| 402 |
('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, '', ''), |
402 |
('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, NULL, ''), |
| 403 |
('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, '', ''), |
403 |
('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, NULL, ''), |
| 404 |
('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, '', ''), |
404 |
('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, NULL, ''), |
| 405 |
('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, '', ''), |
405 |
('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, NULL, ''), |
| 406 |
('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, '', ''), |
406 |
('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, NULL, ''), |
| 407 |
('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, '', ''), |
407 |
('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, NULL, ''), |
| 408 |
('623', 'Character', '', 1 , 0, '', ''), |
408 |
('623', 'Character', '', 1 , 0, NULL, ''), |
| 409 |
('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, '', ''), |
409 |
('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, NULL, ''), |
| 410 |
('631', 'Occupation', '', 1, 0, '', ''), |
410 |
('631', 'Occupation', '', 1, 0, NULL, ''), |
| 411 |
('632', 'Function', '', 1, 0, '', ''), |
411 |
('632', 'Function', '', 1, 0, NULL, ''), |
| 412 |
('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, '', ''), |
412 |
('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, NULL, ''), |
| 413 |
('661', 'Time Period Code', 'Time Period Code', 1, 0, '', ''), |
413 |
('661', 'Time Period Code', 'Time Period Code', 1, 0, NULL, ''), |
| 414 |
('670', 'PRECIS', 'PRECIS', 1, 0, '', ''), |
414 |
('670', 'PRECIS', 'PRECIS', 1, 0, NULL, ''), |
| 415 |
('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, '', ''), |
415 |
('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, NULL, ''), |
| 416 |
('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, '', ''), |
416 |
('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, NULL, ''), |
| 417 |
('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, '', ''), |
417 |
('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, NULL, ''), |
| 418 |
('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, '', ''), |
418 |
('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, NULL, ''), |
| 419 |
('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, '', ''), |
419 |
('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, NULL, ''), |
| 420 |
('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, '', ''), |
420 |
('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, NULL, ''), |
| 421 |
('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, '', ''), |
421 |
('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, NULL, ''), |
| 422 |
('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, '', ''), |
422 |
('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, NULL, ''), |
| 423 |
('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, '', ''), |
423 |
('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, NULL, ''), |
| 424 |
('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, '', ''), |
424 |
('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, NULL, ''), |
| 425 |
('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, '', ''), |
425 |
('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, NULL, ''), |
| 426 |
('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, '', ''), |
426 |
('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, NULL, ''), |
| 427 |
('716', 'Trademark', 'Trademark', 1, 0, '', ''), |
427 |
('716', 'Trademark', 'Trademark', 1, 0, NULL, ''), |
| 428 |
('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, '', ''), |
428 |
('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, NULL, ''), |
| 429 |
('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, '', ''), |
429 |
('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, NULL, ''), |
| 430 |
('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, '', ''), |
430 |
('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, NULL, ''), |
| 431 |
('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, '', ''), |
431 |
('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, NULL, ''), |
| 432 |
('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, '', ''), |
432 |
('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, NULL, ''), |
| 433 |
('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, '', ''), |
433 |
('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, NULL, ''), |
| 434 |
('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, '', ''), |
434 |
('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, NULL, ''), |
| 435 |
('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, '', ''), |
435 |
('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, NULL, ''), |
| 436 |
('801', 'Originating Source', 'Originating Source', 1, 1, '', ''), |
436 |
('801', 'Originating Source', 'Originating Source', 1, 1, NULL, ''), |
| 437 |
('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, '', ''), |
437 |
('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, NULL, ''), |
| 438 |
('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, '', ''), |
438 |
('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, NULL, ''), |
| 439 |
('850', 'Holding Institution', 'Holding Institution', 1, 0, '', ''), |
439 |
('850', 'Holding Institution', 'Holding Institution', 1, 0, NULL, ''), |
| 440 |
('852', 'Location and Call Number', 'Location and Call Number', 1, 0, '', ''), |
440 |
('852', 'Location and Call Number', 'Location and Call Number', 1, 0, NULL, ''), |
| 441 |
('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, '', ''), |
441 |
('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, NULL, ''), |
| 442 |
('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, '', ''); |
442 |
('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, NULL, ''); |
| 443 |
|
443 |
|
| 444 |
|
444 |
|
| 445 |
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 |
445 |
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 |
| 446 |
('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL), |
446 |
('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, NULL, '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL), |
| 447 |
('001', '@', 'control field', 'control field', 0, 1, 'biblio.biblionumber', -1, '', '', '', 0, 0, '', '', '', NULL), |
447 |
('001', '@', 'control field', 'control field', 0, 1, 'biblio.biblionumber', -1, '', '', '', 0, 0, '', '', '', NULL), |
| 448 |
('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), |
448 |
('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), |
| 449 |
('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL), |
449 |
('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL), |