]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/lp1442815_2of2.data.some_rda_attributes.sql
webstaff: add brief release notes for the 2.9 web staff cataloging integration
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / lp1442815_2of2.data.some_rda_attributes.sql
1 BEGIN;
2
3 INSERT INTO config.record_attr_definition (name, label, format, xpath, vocabulary) VALUES (
4     'content_type', oils_i18n_gettext('content_type', 'Content Type', 'ccvm', 'label'),
5     'marcxml',
6     $$//marc:datafield[@tag='336']/marc:subfield[@code='a']$$,
7     'http://rdaregistry.info/termList/RDAContentType'
8 );
9 INSERT INTO config.record_attr_definition (name, label, format, xpath, vocabulary) VALUES (
10     'media_type', oils_i18n_gettext('media_type', 'Media Type', 'ccvm', 'label'),
11     'marcxml',
12     $$//marc:datafield[@tag='337']/marc:subfield[@code='a']$$,
13     'http://rdaregistry.info/termList/RDAMediaType'
14 );
15 INSERT INTO config.record_attr_definition (name, label, format, xpath, vocabulary) VALUES (
16     'carrier_type', oils_i18n_gettext('carrier_type', 'Carrier Type', 'ccvm', 'label'),
17     'marcxml',
18     $$//marc:datafield[@tag='338']/marc:subfield[@code='a']$$,
19     'http://rdaregistry.info/termList/RDACarrierType'
20 );
21
22 -- RDA content type, media type, and carrier type
23 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
24   VALUES (634, 'content_type', 'two-dimensional moving image',
25   oils_i18n_gettext(634, 'two-dimensional moving image', 'ccvm', 'value'),
26   'http://rdaregistry.info/termList/RDAContentType/1023');
27 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
28   VALUES (635, 'content_type', 'three-dimensional moving image',
29   oils_i18n_gettext(635, 'three-dimensional moving image', 'ccvm', 'value'),
30   'http://rdaregistry.info/termList/RDAContentType/1022');
31 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
32   VALUES (636, 'content_type', 'three-dimensional form',
33   oils_i18n_gettext(636, 'three-dimensional form', 'ccvm', 'value'),
34   'http://rdaregistry.info/termList/RDAContentType/1021');
35 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
36   VALUES (637, 'content_type', 'text',
37   oils_i18n_gettext(637, 'text', 'ccvm', 'value'),
38   'http://rdaregistry.info/termList/RDAContentType/1020');
39 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
40   VALUES (638, 'content_type', 'tactile three-dimensional form',
41   oils_i18n_gettext(638, 'tactile three-dimensional form', 'ccvm', 'value'),
42   'http://rdaregistry.info/termList/RDAContentType/1019');
43 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
44   VALUES (639, 'content_type', 'tactile text',
45   oils_i18n_gettext(639, 'tactile text', 'ccvm', 'value'),
46   'http://rdaregistry.info/termList/RDAContentType/1018');
47 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
48   VALUES (640, 'content_type', 'tactile notated movement',
49   oils_i18n_gettext(640, 'tactile notated movement', 'ccvm', 'value'),
50   'http://rdaregistry.info/termList/RDAContentType/1017');
51 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
52   VALUES (641, 'content_type', 'tactile notated music',
53   oils_i18n_gettext(641, 'tactile notated music', 'ccvm', 'value'),
54   'http://rdaregistry.info/termList/RDAContentType/1016');
55 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
56   VALUES (642, 'content_type', 'tactile image',
57   oils_i18n_gettext(642, 'tactile image', 'ccvm', 'value'),
58   'http://rdaregistry.info/termList/RDAContentType/1015');
59 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
60   VALUES (643, 'content_type', 'still image',
61   oils_i18n_gettext(643, 'still image', 'ccvm', 'value'),
62   'http://rdaregistry.info/termList/RDAContentType/1014');
63 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
64   VALUES (644, 'content_type', 'spoken word',
65   oils_i18n_gettext(644, 'spoken word', 'ccvm', 'value'),
66   'http://rdaregistry.info/termList/RDAContentType/1013');
67 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
68   VALUES (645, 'content_type', 'sounds',
69   oils_i18n_gettext(645, 'sounds', 'ccvm', 'value'),
70   'http://rdaregistry.info/termList/RDAContentType/1012');
71 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
72   VALUES (646, 'content_type', 'performed music',
73   oils_i18n_gettext(646, 'performed music', 'ccvm', 'value'),
74   'http://rdaregistry.info/termList/RDAContentType/1011');
75 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
76   VALUES (647, 'content_type', 'notated music',
77   oils_i18n_gettext(647, 'notated music', 'ccvm', 'value'),
78   'http://rdaregistry.info/termList/RDAContentType/1010');
79 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
80   VALUES (648, 'content_type', 'notated movement',
81   oils_i18n_gettext(648, 'notated movement', 'ccvm', 'value'),
82   'http://rdaregistry.info/termList/RDAContentType/1009');
83 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
84   VALUES (649, 'content_type', 'computer program',
85   oils_i18n_gettext(649, 'computer program', 'ccvm', 'value'),
86   'http://rdaregistry.info/termList/RDAContentType/1008');
87 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
88   VALUES (650, 'content_type', 'computer dataset',
89   oils_i18n_gettext(650, 'computer dataset', 'ccvm', 'value'),
90   'http://rdaregistry.info/termList/RDAContentType/1007');
91 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
92   VALUES (651, 'content_type', 'cartographic three-dimensional form',
93   oils_i18n_gettext(651, 'cartographic three-dimensional form', 'ccvm', 'value'),
94   'http://rdaregistry.info/termList/RDAContentType/1006');
95 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
96   VALUES (652, 'content_type', 'cartographic tactile three-dimensional form',
97   oils_i18n_gettext(652, 'cartographic tactile three-dimensional form', 'ccvm', 'value'),
98   'http://rdaregistry.info/termList/RDAContentType/1005');
99 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
100   VALUES (653, 'content_type', 'cartographic tactile image',
101   oils_i18n_gettext(653, 'cartographic tactile image', 'ccvm', 'value'),
102   'http://rdaregistry.info/termList/RDAContentType/1004');
103 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
104   VALUES (654, 'content_type', 'cartographic moving image',
105   oils_i18n_gettext(654, 'cartographic moving image', 'ccvm', 'value'),
106   'http://rdaregistry.info/termList/RDAContentType/1003');
107 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
108   VALUES (655, 'content_type', 'cartographic image',
109   oils_i18n_gettext(655, 'cartographic image', 'ccvm', 'value'),
110   'http://rdaregistry.info/termList/RDAContentType/1002');
111 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
112   VALUES (656, 'content_type', 'cartographic dataset',
113   oils_i18n_gettext(656, 'cartographic dataset', 'ccvm', 'value'),
114   'http://rdaregistry.info/termList/RDAContentType/1001');
115 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
116   VALUES (657, 'media_type', 'video',
117   oils_i18n_gettext(657, 'video', 'ccvm', 'value'),
118   'http://rdaregistry.info/termList/RDAMediaType/1008');
119 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
120   VALUES (658, 'media_type', 'unmediated',
121   oils_i18n_gettext(658, 'unmediated', 'ccvm', 'value'),
122   'http://rdaregistry.info/termList/RDAMediaType/1007');
123 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
124   VALUES (659, 'media_type', 'stereographic',
125   oils_i18n_gettext(659, 'stereographic', 'ccvm', 'value'),
126   'http://rdaregistry.info/termList/RDAMediaType/1006');
127 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
128   VALUES (660, 'media_type', 'projected',
129   oils_i18n_gettext(660, 'projected', 'ccvm', 'value'),
130   'http://rdaregistry.info/termList/RDAMediaType/1005');
131 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
132   VALUES (661, 'media_type', 'microscopic',
133   oils_i18n_gettext(661, 'microscopic', 'ccvm', 'value'),
134   'http://rdaregistry.info/termList/RDAMediaType/1004');
135 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
136   VALUES (662, 'media_type', 'computer',
137   oils_i18n_gettext(662, 'computer', 'ccvm', 'value'),
138   'http://rdaregistry.info/termList/RDAMediaType/1003');
139 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
140   VALUES (663, 'media_type', 'microform',
141   oils_i18n_gettext(663, 'microform', 'ccvm', 'value'),
142   'http://rdaregistry.info/termList/RDAMediaType/1002');
143 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
144   VALUES (664, 'media_type', 'audio',
145   oils_i18n_gettext(664, 'audio', 'ccvm', 'value'),
146   'http://rdaregistry.info/termList/RDAMediaType/1001');
147 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
148   VALUES (665, 'media_type', 'Published',
149   oils_i18n_gettext(665, 'Published', 'ccvm', 'value'),
150   'http://metadataregistry.org/uri/RegStatus/1001');
151 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
152   VALUES (666, 'carrier_type', 'film roll',
153   oils_i18n_gettext(666, 'film roll', 'ccvm', 'value'),
154   'http://rdaregistry.info/termList/RDACarrierType/1069');
155 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
156   VALUES (667, 'carrier_type', 'videodisc',
157   oils_i18n_gettext(667, 'videodisc', 'ccvm', 'value'),
158   'http://rdaregistry.info/termList/RDACarrierType/1060');
159 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
160   VALUES (668, 'carrier_type', 'object',
161   oils_i18n_gettext(668, 'object', 'ccvm', 'value'),
162   'http://rdaregistry.info/termList/RDACarrierType/1059');
163 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
164   VALUES (669, 'carrier_type', 'microfilm roll',
165   oils_i18n_gettext(669, 'microfilm roll', 'ccvm', 'value'),
166   'http://rdaregistry.info/termList/RDACarrierType/1056');
167 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
168   VALUES (670, 'carrier_type', 'videotape reel',
169   oils_i18n_gettext(670, 'videotape reel', 'ccvm', 'value'),
170   'http://rdaregistry.info/termList/RDACarrierType/1053');
171 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
172   VALUES (671, 'carrier_type', 'videocassette',
173   oils_i18n_gettext(671, 'videocassette', 'ccvm', 'value'),
174   'http://rdaregistry.info/termList/RDACarrierType/1052');
175 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
176   VALUES (672, 'carrier_type', 'video cartridge',
177   oils_i18n_gettext(672, 'video cartridge', 'ccvm', 'value'),
178   'http://rdaregistry.info/termList/RDACarrierType/1051');
179 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
180   VALUES (673, 'carrier_type', 'volume',
181   oils_i18n_gettext(673, 'volume', 'ccvm', 'value'),
182   'http://rdaregistry.info/termList/RDACarrierType/1049');
183 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
184   VALUES (674, 'carrier_type', 'sheet',
185   oils_i18n_gettext(674, 'sheet', 'ccvm', 'value'),
186   'http://rdaregistry.info/termList/RDACarrierType/1048');
187 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
188   VALUES (675, 'carrier_type', 'roll',
189   oils_i18n_gettext(675, 'roll', 'ccvm', 'value'),
190   'http://rdaregistry.info/termList/RDACarrierType/1047');
191 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
192   VALUES (676, 'carrier_type', 'flipchart',
193   oils_i18n_gettext(676, 'flipchart', 'ccvm', 'value'),
194   'http://rdaregistry.info/termList/RDACarrierType/1046');
195 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
196   VALUES (677, 'carrier_type', 'card',
197   oils_i18n_gettext(677, 'card', 'ccvm', 'value'),
198   'http://rdaregistry.info/termList/RDACarrierType/1045');
199 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
200   VALUES (678, 'carrier_type', 'stereograph disc',
201   oils_i18n_gettext(678, 'stereograph disc', 'ccvm', 'value'),
202   'http://rdaregistry.info/termList/RDACarrierType/1043');
203 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
204   VALUES (679, 'carrier_type', 'stereograph card',
205   oils_i18n_gettext(679, 'stereograph card', 'ccvm', 'value'),
206   'http://rdaregistry.info/termList/RDACarrierType/1042');
207 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
208   VALUES (680, 'carrier_type', 'slide',
209   oils_i18n_gettext(680, 'slide', 'ccvm', 'value'),
210   'http://rdaregistry.info/termList/RDACarrierType/1040');
211 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
212   VALUES (681, 'carrier_type', 'overhead transparency',
213   oils_i18n_gettext(681, 'overhead transparency', 'ccvm', 'value'),
214   'http://rdaregistry.info/termList/RDACarrierType/1039');
215 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
216   VALUES (682, 'carrier_type', 'filmstrip cartridge',
217   oils_i18n_gettext(682, 'filmstrip cartridge', 'ccvm', 'value'),
218   'http://rdaregistry.info/termList/RDACarrierType/1037');
219 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
220   VALUES (683, 'carrier_type', 'filmstrip',
221   oils_i18n_gettext(683, 'filmstrip', 'ccvm', 'value'),
222   'http://rdaregistry.info/termList/RDACarrierType/1036');
223 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
224   VALUES (684, 'carrier_type', 'filmslip',
225   oils_i18n_gettext(684, 'filmslip', 'ccvm', 'value'),
226   'http://rdaregistry.info/termList/RDACarrierType/1035');
227 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
228   VALUES (685, 'carrier_type', 'film reel',
229   oils_i18n_gettext(685, 'film reel', 'ccvm', 'value'),
230   'http://rdaregistry.info/termList/RDACarrierType/1034');
231 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
232   VALUES (686, 'carrier_type', 'film cassette',
233   oils_i18n_gettext(686, 'film cassette', 'ccvm', 'value'),
234   'http://rdaregistry.info/termList/RDACarrierType/1033');
235 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
236   VALUES (687, 'carrier_type', 'film cartridge',
237   oils_i18n_gettext(687, 'film cartridge', 'ccvm', 'value'),
238   'http://rdaregistry.info/termList/RDACarrierType/1032');
239 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
240   VALUES (688, 'carrier_type', 'microscope slide',
241   oils_i18n_gettext(688, 'microscope slide', 'ccvm', 'value'),
242   'http://rdaregistry.info/termList/RDACarrierType/1030');
243 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
244   VALUES (689, 'carrier_type', 'microopaque',
245   oils_i18n_gettext(689, 'microopaque', 'ccvm', 'value'),
246   'http://rdaregistry.info/termList/RDACarrierType/1028');
247 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
248   VALUES (690, 'carrier_type', 'microfilm slip',
249   oils_i18n_gettext(690, 'microfilm slip', 'ccvm', 'value'),
250   'http://rdaregistry.info/termList/RDACarrierType/1027');
251 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
252   VALUES (691, 'carrier_type', 'microfilm reel',
253   oils_i18n_gettext(691, 'microfilm reel', 'ccvm', 'value'),
254   'http://rdaregistry.info/termList/RDACarrierType/1026');
255 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
256   VALUES (692, 'carrier_type', 'microfilm cassette',
257   oils_i18n_gettext(692, 'microfilm cassette', 'ccvm', 'value'),
258   'http://rdaregistry.info/termList/RDACarrierType/1025');
259 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
260   VALUES (693, 'carrier_type', 'microfilm cartridge',
261   oils_i18n_gettext(693, 'microfilm cartridge', 'ccvm', 'value'),
262   'http://rdaregistry.info/termList/RDACarrierType/1024');
263 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
264   VALUES (694, 'carrier_type', 'microfiche cassette',
265   oils_i18n_gettext(694, 'microfiche cassette', 'ccvm', 'value'),
266   'http://rdaregistry.info/termList/RDACarrierType/1023');
267 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
268   VALUES (695, 'carrier_type', 'microfiche',
269   oils_i18n_gettext(695, 'microfiche', 'ccvm', 'value'),
270   'http://rdaregistry.info/termList/RDACarrierType/1022');
271 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
272   VALUES (696, 'carrier_type', 'aperture card',
273   oils_i18n_gettext(696, 'aperture card', 'ccvm', 'value'),
274   'http://rdaregistry.info/termList/RDACarrierType/1021');
275 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
276   VALUES (697, 'carrier_type', 'online resource',
277   oils_i18n_gettext(697, 'online resource', 'ccvm', 'value'),
278   'http://rdaregistry.info/termList/RDACarrierType/1018');
279 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
280   VALUES (698, 'carrier_type', 'computer tape reel',
281   oils_i18n_gettext(698, 'computer tape reel', 'ccvm', 'value'),
282   'http://rdaregistry.info/termList/RDACarrierType/1017');
283 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
284   VALUES (699, 'carrier_type', 'computer tape cassette',
285   oils_i18n_gettext(699, 'computer tape cassette', 'ccvm', 'value'),
286   'http://rdaregistry.info/termList/RDACarrierType/1016');
287 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
288   VALUES (700, 'carrier_type', 'computer tape cartridge',
289   oils_i18n_gettext(700, 'computer tape cartridge', 'ccvm', 'value'),
290   'http://rdaregistry.info/termList/RDACarrierType/1015');
291 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
292   VALUES (701, 'carrier_type', 'computer disc cartridge',
293   oils_i18n_gettext(701, 'computer disc cartridge', 'ccvm', 'value'),
294   'http://rdaregistry.info/termList/RDACarrierType/1014');
295 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
296   VALUES (702, 'carrier_type', 'computer disc',
297   oils_i18n_gettext(702, 'computer disc', 'ccvm', 'value'),
298   'http://rdaregistry.info/termList/RDACarrierType/1013');
299 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
300   VALUES (703, 'carrier_type', 'computer chip cartridge',
301   oils_i18n_gettext(703, 'computer chip cartridge', 'ccvm', 'value'),
302   'http://rdaregistry.info/termList/RDACarrierType/1012');
303 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
304   VALUES (704, 'carrier_type', 'computer card',
305   oils_i18n_gettext(704, 'computer card', 'ccvm', 'value'),
306   'http://rdaregistry.info/termList/RDACarrierType/1011');
307 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
308   VALUES (705, 'carrier_type', 'audiotape reel',
309   oils_i18n_gettext(705, 'audiotape reel', 'ccvm', 'value'),
310   'http://rdaregistry.info/termList/RDACarrierType/1008');
311 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
312   VALUES (706, 'carrier_type', 'audiocassette',
313   oils_i18n_gettext(706, 'audiocassette', 'ccvm', 'value'),
314   'http://rdaregistry.info/termList/RDACarrierType/1007');
315 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
316   VALUES (707, 'carrier_type', 'audio roll',
317   oils_i18n_gettext(707, 'audio roll', 'ccvm', 'value'),
318   'http://rdaregistry.info/termList/RDACarrierType/1006');
319 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
320   VALUES (708, 'carrier_type', 'sound-track reel',
321   oils_i18n_gettext(708, 'sound-track reel', 'ccvm', 'value'),
322   'http://rdaregistry.info/termList/RDACarrierType/1005');
323 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
324   VALUES (709, 'carrier_type', 'audio disc',
325   oils_i18n_gettext(709, 'audio disc', 'ccvm', 'value'),
326   'http://rdaregistry.info/termList/RDACarrierType/1004');
327 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
328   VALUES (710, 'carrier_type', 'audio cylinder',
329   oils_i18n_gettext(710, 'audio cylinder', 'ccvm', 'value'),
330   'http://rdaregistry.info/termList/RDACarrierType/1003');
331 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
332   VALUES (711, 'carrier_type', 'audio cartridge',
333   oils_i18n_gettext(711, 'audio cartridge', 'ccvm', 'value'),
334   'http://rdaregistry.info/termList/RDACarrierType/1002');
335
336 UPDATE config.marc_subfield set value_ctype = 'content_type'
337 WHERE  tag = '336' AND code = 'a' AND marc_record_type = 'biblio';
338 UPDATE config.marc_subfield set value_ctype = 'media_type'
339 WHERE  tag = '337' AND code = 'a' AND marc_record_type = 'biblio';
340 UPDATE config.marc_subfield set value_ctype = 'carrier_type'
341 WHERE  tag = '338' AND code = 'a' AND marc_record_type = 'biblio';
342
343 END;