-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrk.snippets
440 lines (427 loc) · 18.3 KB
/
mrk.snippets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
# Name: mrk-snippets
# Description: MARC21 bibliographic record snippets in .mrk format.
# Authors: Miglena Minkova & Michael Doyle
# Date: June 30, 2019
# Bibliographic record templates by format include a selection of the most common fields encountered in print books, e-books, journals, electronic journals, exhibition catalogues, zines, comic books, theses and dissertations, DVDs, CDs. If needed, multiple and additional fields can be subsequently added from the list of individual MARC21 fields.
# Print Book
snippet bk
=LDR nam a22 i 4500
=003 ${1:Identifier}
=008 ${2:yymmdd}${3:q|r|s|t}${4:Date1}${5:Date2}${6:CountryCode}${7:a||}${8:||b|c|f|h}||| ${9:b|6||}||| 00${10:0|1} ${11:0|1|p} ${12:langCode} d
=020 \$a${13:13DigitISBN}\$q${14:paper|hard}back
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=100 1 \$a${15:Surname}, ${16:FirstName},\$eauthor.
=245 1${17:0|2|3|4}\$a${18:MainTitle}${19: :\$b${20:subtitle} }/\$c${16} ${15} ${21:SecondAuthor|Editor}.
=250 \$a${22:EditionStatement}.
=264 1\$a${23:PublicationPlace} :\$b${24:PublisherName},\$c${4}.
=264 4\$c©${5}
=300 \$a${25:Extent} pages${26: :\$billustrations (${27:qualifier}) };\$c${28:dimensions} cm.
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$aunmediated\$\2rdamedia
=338 \$avolume\$\2rdacarrier
=504 \$aIncludes ${29:bibReferences|index}.
=650 0\$a${30:Subject heading}.
=655 7\$a${31:Genre|FormTerm}\$\2lcgft.
=700 1 \$a${32:PersName},\$e${33:RelatorTerm}.
# E-book
snippet ebk
=LDR nam a22 i 4500
=003 ${1:Identifier}
=007 cr cn|||||||||
=008 ${2:yymmdd}${3:r|s|t}${4:Date1}${5:Date2}${6:CountryCode}${7:a||}${8:||b|c|f|h}|| o${9:b|6||}||| 00${10:0|1} ${11:0|1|p} ${12:langCode} d
=020 \$a${13:13DigitE-ISBN}\$qe-book
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=100 1 \$a${14:Surname}, ${15:FirstName},\$eauthor.
=245 1${16:0|2|3|4}\$a${17:MainTitle} \$h[electronic resource]${18: :\$b${19:subtitle} }/\$c${15} ${14} ${20:SecondAuthor|Editor}.
=250 \$a${21:EditionStatement}.
=264 1\$a${22:PublicationPlace} :\$b${23:PublisherName},\$c${4}.
=264 4\$c©${5}
=300 \$a1online resource (${24:Extent} pages)${25: :\$billustrations (${26:qualifier})}.
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$acomputer\$\2rdamedia
=338 \$aonline resource\$\2rdacarrier
=504 \$aIncludes bibliographical references and index.
=650 0\$a${27:Subject heading}.
=655 4\$aElectronic books.
=700 1 \$a${28:PersName},\$e${29:RelatorTerm}.
=710 2 \$a${30:CorpName},\$esupplier.
=776 18\$iPrint version:\$z${31:ISBN}\$t${17} : ${19}
=856 40\$u${32:URL}\$yRead this e-book from ${30}
# Journals
snippet jour
=LDR nas a22 i 4500
=003 ${1:Identifier}
=007 cr cn|||||||||
=008 ${2:yymmdd}c${3:Date1}${4:Date2}${5:CountryCode}${6:a|b|e|f|g|m|q|u|w}${7:|r|u|x}|p|o|||| 0 ${8:a|z}0${9:langCode} d
=022 \$a${10:ISSN}
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=245 0${11:0|2|3|4}\$a${12:MainTitle} \$h[electronic resource]${13: :\$b${14:subtitle}}.
=264 1\$a${15:PublicationPlace} :\$b${16:PublisherName},\$c${3}-
=300 \$a1 online resource${17: :\$billustrations (${18:qualifier})}.
=310 \$a${19:PublicationFrequency}
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$acomputer\$\2rdamedia
=338 \$aonline resource\$\2rdacarrier
=362 0 \$a${20:PublicationDateAndNumber}-
=500 \$a${21:GeneralNote}.
=520 \$a${22:Summary}--${23:Source}.
=588 ${24:0| }\$a${25:SourceOfDescription}.
=650 0\$a${26:Subject heading}\$vPeriodicals.
=655 7\$aPeriodicals\$\2lcgft.
# Electronic Journal
snippet ejour
=LDR nas a22 i 4500
=003 ${1:Identifier}
=008 ${2:yymmdd}${3:c|d}${4:Date1}${5:Date2}${6:CountryCode}${7:a|b|e|f|g|m|q|u|w}${8:|r|u|x}|p| |||| 0 ${9:a|z}0${10:langCode} d
=022 \$a${11:e-ISSN}
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=245 0${12:0|2|3|4}\$a${13:MainTitle} \$h[electronic resource]${14: :\$b${15:subtitle}}.
=264 1\$a${16:PublicationPlace} :\$b${17:PublisherName},\$c${4}-
=300 \$avolumes${18: :\$billustrations (${19:qualifier}) };\$c${20:dimensions} cm.
=310 \$a${21:PublicationQrequency}
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$aunmediated\$\2rdamedia
=338 \$avolume\$\2rdacarrier
=362 0 \$a${22:PublicationDateAndNumber}-
=588 ${23:0| }\$a${24:SourceOfDescription}.
=650 0\$a${25:Subject heading}\$vPeriodicals.
=655 7\$aPeriodicals\$\2lcgft.
=710 2 \$a${26:CorpName},\$eissuing body.
=776 18\$iPrint version:\$x${27:ISSN}\$t${13} : ${15}
=856 40\$u${28:URL}\$yRead this e-journal
# Exhibition Catalogue
snippet exhcat
=LDR nam a22 i 4500
=003 ${1:Identifier}
=008 ${2:yymmdd}${3:q|r|s|t}${4:Date1}${5:Date2}${6:CountryCode}a${7:||b|c|f|h}||| c${8:b|6||}|||00${9:0|1} 0${10:b|c|d||}${11:langCode} d
=020 \$a${12:13DigitISBN}\$q${13:paper|hard}back
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=100 1 \$a${14:Surname}, ${15:FirstName},\$eartist.
=245 1${16:0|2|3|4}\$a${17:MainTitle}${18: :\$b${19:subtitle} }/\$c ${15} ${14} ; ${20:Author|Editor}.
=246 ${21:1|3}${22: |0|1|2|3|4|5|8}\$a${23:VariantTitle}
=264 1\$a${24:PublicationPlace} :\$b${25:PublisherName},\$c${4}.
=264 4\$c©${5}
=300 \$a${26:Extent} pages${27: :\$billustrations (${28:qualifier}) };\$c${29:dimensions} cm.
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$aunmediated\$\2rdamedia
=338 \$avolume\$\2rdacarrier
=500 \$aPublished on the occasion of the exhibition held at ${30:HostInstitution}, from ${31:FromDate} to ${32:ToDate}.
=504 \$aIncludes ${33:bibReferences/index}.
=600 ${34:0|1}0\$a${14}, ${15}\$vExhibitions.
=650 0\$a${35:Subject heading}\$vExhibitions.
=655 7\$a$Exhibition catalogs\$\2lcgft.
=700 1 \$a${36:PersName},\$e${37:RelatorTerm}.
=710 2 \$a${30},\$ehost institution.
# Zine
snippet z
=LDR nam a22 i 4500
=003 ${1:Identifier}
=008 ${2:yymmdd}${3:q|r|s|t}${4:Date1}${5:Date2}${6:CountryCode}a${7:||b|c|f|h}||| |||| 000 ||${8:langCode} d
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=100 1 \$a${9:Surname}, ${10:FirstName},\$eartist.
=245 1${11:0|2|3|4}\$a${12:MainTitle}${13: :\$b${14:subtitle} }/\$c ${10} ${9}.
=246 ${15:1|3}${16: |0|1|2|3|4|5|8}\$a${17:VariantTitle}
=264 1\$a${18:PublicationPlace} :\$b${19:PublisherName},\$c${4}.
=264 4\$c©${5}
=300 \$a${20:Extent} pages${21: :\$billustrations (${22:qualifier}) } ;\$c${23:dimensions} cm.
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$aunmediated\$\2rdamedia
=338 \$avolume\$\2rdacarrier
=500 \$a${24:GeneralNote}.
=505 2 \$a${25:Contents}.
=520 \$a${26:Summary}--${27:Source}.
=650 0\$a${28:Subject heading}.
=655 7\$a$Zines\$\2lcgft.
# Comic Book
snippet co
=LDR nam a22 i 4500
=003 ${1:Identifier}
=008 ${2:yymmdd}${3:q|r|s|t}${4:Date1}${5:Date2}${6:CountryCode}a${7:b||}||| 6||| 000 1 ${8:langCode} d
=02${9:0|2} \$a${10:ISSN|ISBN+$q}
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=100 1 \$a${11:Surname}, ${12:FirstName},\$eauthor.
=245 1${13:0|2|3|4}\$a${14:MainTitle}${15: :\$b${16:subtitle}}. \$n${17:Volume/Number} /\$c ${12} ${11}.
=264 1\$a${18:PublicationPlace} :\$b${19:PublisherName},\$c${4}.
=264 4\$c©${5}
=300 \$a${20:Extent} pages${21: :\$billustrations (${22:qualifier}) };\$c${23:dimensions} cm.
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$aunmediated\$\2rdamedia
=338 \$avolume\$\2rdacarrier
=490 1 \$a${24:SeriesStatement} ;\$v${25:Volume/Number}
=500 \$a${26:GeneralNote}.
=505 2 \$a${27:Contents}.
=508 \$a${28:Credits}.
=600 1 \$a${29:PersName}\$c(Ficticious character)\$vComic books, strips, etc.
=650 0\$aSuperheroes\$vComic books, strips, etc.
=655 7\$a$Comic books, strips, etc.\$\2lcgft.
=655 7\$a$Superhero comic books, strips, etc.\$\2lcgft.
=655 7\$a$Comics (Graphic works)\$\2lcgft.
=655 7\$a$Graphic novels\$\2lcgft.
=700 1 \$a${30:PersName},\$e${31:RelatorTerm}.
=710 2 \$a${19},\$epublisher.
=830 0\$a${32:SeriesStatement}.
# Thesis / Dissertation
snippet th
=LDR nam a22 i 4500
=003 ${1:Identifier}
=008 ${2:yymmdd}s${3:Date1} ${4:CountryCode}a|||| mb|| 000 0 ${5:langCode} d
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=100 1 \$a${6:Surname}, ${7:FirstName},\$eauthor.
=245 1${8:0|2|3|4}\$a${9:MainTitle}${10: :\$b${11:subtitle}}/\$c ${7} ${6}.
=264 1\$c${3}.
=300 \$a${12:Extent} pages${13: :\$billustrations (${14:qualifier}) };\$c${15:dimensions} cm.
=336 \$atext\$\2rdacontent
=336 \$astill image\$\2rdacontent
=337 \$aunmediated\$\2rdamedia
=338 \$avolume\$\2rdacarrier
=502 \$aThesis (${16:B.A.|M.A|Ph.D.} ${17:CourseName})--${18:UniversityName}, ${3}.
=504 \$aIncludes bibliographical references.
=506 \$aThis thesis is the property of ${18} and may not be removed from the library.
=520 3 \$a${19:Summary}--Abstract.
=650 0\$a${20:Subject heading}.
=655 7\$aAcademic theses\$\2lcgft.
=710 2 \$a${18},\$ehost institution.
=740 0 \$aThesis (${16} ${17})--${18}.
# DVD
snippet dvd
=LDR ngm a22 i 4500
=003 ${1:Identifier}
=007 vd cvaizk
=008 ${2:yymmdd}${3:p|s}${4:Date1}${5:Date2}${6:CountryCode}${7:runningTime}|| |||| 00| v${8:a|c|l}${9:langCode} d
=028 43\$a${10:PublisherNumber}\$b${11:Source}
=040 \$a${1}\$beng\$c${1}\$d${1}\$erda
=245 0${12:0|2|3|4}\$a${13:MainTitle} \$h[videorecording DVD]${14: :\$b${15:subtitle}}/\$cdirected by ${16:FirstName} ${17:Surname}.
=264 1\$a${18:PublicationPlace} :\$b${19:PublisherName},\$c${4}.
=264 4\$c©${4}
=300 \$a${20:#} videodisc${21:s?}(DVD)(${22:runningTime} min.) :\$b${23:sound}, ${24:colour} ;\$c4 3/4 in.
=336 \$atwo-dimensional moving image\$\2rdacontent
=337 \$avideo\$\2rdamedia
=338 \$avideodisc\$\2rdacarrier
=500 \$aOriginally released as a film in ${5}.
=505 2 \$a${25:Special Features | Contents} include: ${26:SpecialFeautres|Contents}.
=508 \$a${27:Credits}.
=511 1 \$a${28:Cast}.
=520 \$a${29:Summary}--${30:Source}.
=521 \$aCertificate ${31:AgeGroup}.
=650 0\$a${32:Subject heading}\$vDrama.
=655 7\$aFeature films\$\2lcgft.
=700 1 \$a${17}, ${16},\$edirector.
=700 1 \$a${33:PersName},\$eactor.
# CD
snippet cd
=LDR n${1:i|j}m a22 i 4500
=003 ${2:Identifier}
=007 sd uuugnnmunuu
=008 ${3:yymmdd}s${4:Date} ${5:CountryCode} ${6:m| } || m ${7:langCode} d
=028 43\$a${8:PublisherNumber}\$b${9:Source}
=040 \$a${2}\$beng\$c${2}\$d${2}\$erda
=245 0${10:0|2|3|4}\$a${11:MainTitle} \$h[${12:sound recording|computer file}]${13: :\$b${14:subtitle}}/\$c${15:RespStatement}.
=264 1\$a${16:PublicationPlace} :\$b${17:PublisherName},\$c${4}.
=264 4\$c©${4}
=300 \$a${18:#} ${19:audio|computer} disc${20:s?};\$c4 3/4 in.
=336 \$a${21:sounds|text|still image}\$\2rdacontent
=337 \$a${19}\$\2rdamedia
=338 \$a${19} disc\$\2rdacarrier
=500 \$a${22:GeneralNote}.
=505 2 \$a${23:Contents}.
=508 \$a${24:Credits}.
=518 \$a${25:Recorded?}.
=650 0\$a${26:Subject heading}.
=655 7\$a${27:Genre/Form}\$\2lcgft.
=700 1 \$a${28:Surname}, ${29:FirstName},\$e${30:relatorTerm}.
# Individual MARC21 fields can be used to combile bibliographic records field by field or to suplement the bibliographic record templates. Field variants, using the three digit field tag and a combination of indicators and ordered subfields, are included to cater for some complex fields as well as the use of the same field for different formats.
snippet ldr
=LDR n${1:a|g|i|j}${2:m|s} a22 i 4500
snippet 003
=003 ${1:Identifier}
snippet 005
=005 ${1:yyyymmddhhmmss.0}
snippet 007ebk
=007 cr cn|||||||||
snippet 007dvd
=007 vd cvaizk
snippet 007cd
=007 sd uuugnnmunuu
snippet 008
=008 ${1:yymmdd}${2:q|r|s|t}${3:Date1}${4:Date2}${5:CountryCode}${6:a||}${7:||b|c|f|h}||| ${8:b|6||}||| 00${9:0|1} ${10:0|1|p} ${11:langCode} d
snippet 008ebks
=008 ${1:yymmdd}${2:r|s|t}${3:Date1}${4:Date2}${5:CountryCode}${6:a||}${7:||b|c|f|h}|| o${8:b|6||}||| 00${9:0|1} ${10:0|1|p} ${11:langCode} d
snippet 008vm
=008 ${1:yymmdd}${2:p|s}${3:Date1}${4:Date2}${5:CountryCode}${6:runningTime}|| |||| 00| v${7:a|c|l}${8:langCode} d
snippet 008mu
=008 ${1:yymmdd}s${2:Date} ${3:CountryCode} m || m ${4:langCode} d
snippet 008cf
=008 ${1:yymmdd}s${2:Date} ${3:CountryCode} || m ${4:langCode} d
snippet 020
=020 \$a${1:ISBN}\$q${2:paperback|hardback|e-book}
snippet 022
=022 \$a${1:ISSN}\$2${2:Source}
snippet 028
=028 43\$a${1:PublisherNumber}\$b${2:Source}
snippet 040
=040 \$a${1:OriginalCataloguingAgency}\$beng\$c$1\$d$1\$erda
snippet 041
=041 ${1:0|1} \$a${2:langCodeText}\$h${3:langCodeOriginal}\$j${4:langCodeSubs}
snippet 100
=100 1 \$a${1:Surname},${2:FirstName},\$e${3:relatorTerm}.
snippet 110
=110 2 \$a${1:CorpName},\$e${3:relatorTerm}.
snippet 245
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} /\$c${4:RespStatement}.
snippet 245:b
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} :\$b${4:subtitle} /\$c${5:RespStatement}.
snippet 245=b
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} =\$b${4:ParallelTitle} /\$c${5:RespStatement}.
snippet 245:bnp
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} :\$b${4:subtitle} .\$n${5:Number} ,\$p${6:PartTitle} /\$c${7:RespStatement}.
snippet 245np
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} .\$n${5:Number} ,\$p${6:PartTitle} /\$c${7:RespStatement}.
snippet 245h
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle}\$h[${4:medium}] /\$c${5:RespStatement}.
snippet 245h:b
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle}\$h[${4:medium}] :\$b${5:subtitle} /\$c${6:RespStatement}.
snippet 245h=b
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle}\$h[${4:medium}] =\$b${5:ParallelTitle} /\$c${6:RespStatement}.
snippet 245hnp:b
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} \$h[${4:medium}] \$n${5:Number} ,\$p${6:PartTitle} :\$b${7:subtitle} /\$c${8:RespStatement}.
snippet 245hnp
=245 ${1:1|0}${2:0|2|3|4}\$a${3:MainTitle} \$h[${4:medium}] \$n${5:Number} ,\$p${6:PartTitll} /\$c${7:RespStatement}.
snippet 246
=246 ${1:1|3}${2: |0|1|2|3|4|5|8}\$a${3:VariantTitle}
snippet 246i
=246 ${1:1|3}${2: |0|1|2|3|4|5|8}\$iOriginal title ${3:in...}\$a${4:VariantTitle}
snippet 250
=250 \$a${1:EditionStatement}.
snippet 264_1
=264 1\$a${1:PubicationPlace} :\$b${2:PublisherName} ,\$c${3:PublishingDate}.
snippet 264_4
=264 4\$c©${1:CopyrightDate}
snippet 300
=300 \$a${1:Extent} pages${2:plates?} :\$billustrations (${3:qualifier}) ;\$c${4:dimensions} cm.
snippet 300+e
=300 \$a${1:Extent} pages${2:plates?} :\$billustrations (${3:qualifier}) ;\$c${4:dimensions} cm+\$e${5:addedMaterial}.
snippet 300ac
=300 \$a${1:Extent} pages${2:plates?} ;\$c${3:dimensions} cm.
snippet 300ebk
=300 \$a1online resource (${1:Extent} pages):\$billustrations (${2:qualifier}).
snippet 300dvd
=300 \$a${1:#} videodisc${2:s?}(DVD)(${2:runningTime} min.) :\$b${3:sound}, ${4:colour} ;\$c4 3/4 in.
snippet 300cd
=300 \$a${1:#} ${2:audio|computer} disc${2:s?}(CD) :\$bsound} ;\$c4 3/4 in.
snippet 300s
=300 \$avolumes :\$billustrations (${1:qualifier}) ;\$c${2:dimensions} cm.
snippet 310
=310 \$a${1:PublicationFrequency}.
snippet 336txt
=336 \$atext\$\2rdacontent
snippet 336sti
=336 \$astill image\$\2rdacontent
snippet 336cri
=336 \$acartographic image\$\2rdacontent
snippet 336ntm
=336 \$anotated music\$\2rdacontent
snippet 336tdi
=336 \$atwo-dimensional moving image\$\2rdacontent
snippet 336spw
=336 \$aspoken word\$\2rdacontent
snippet 336xxx
=336 \$aother\$\2rdacontent
snippet 337s
=337 \$aaudio\$\2rdamedia
snippet 337v
=337 \$avideo\$\2rdamedia
snippet 337c
=337 \$acomputer\$\2rdamedia
snippet 337n
=337 \$aunmediated\$\2rdamedia
snippet 337x
=337 \$aother\$\2rdamedia
snippet 338sd
=338 \$aaudio disc\$\2rdacarrier
snippet 338cd
=338 \$acomputer disc\$\2rdacarrier
snippet 338cr
=338 \$aonline resource\$\2rdacarrier
snippet 338nb
=338 \$asheet\$\2rdacarrier
snippet 338nc
=338 \$avolume\$\2rdacarrier
snippet 338vd
=338 \$avideodisc\$\2rdacarrier
snippet 362
=362 0 \$a${1:PublicationDateAndNumber}-
snippet 490
=490 1 \$a${1:SeriesStatement}
snippet 490v
=490 1 \a${1:SeriesStatement};\$v${2:Number}
snippet 500
=500 \$a${1:GeneralNote}.
snippet 502
=502 \$aThesis (${1:DegreeType} ${2:CourseName})--${3:UniversityName}, ${5:Date/Year}.
snippet 504
=504 \$aIncludes bibliographical references and index.
snippet 504index
=504 \$aIncludes index.
snippet 504bib
=504 \$aIncludes bibliographical references.
snippet 505
=505 2 \$a${1:ContentsNote}.
snippet 506
=506 \$aThis thesis is the property of ${1:UniversityName} and may not be removed from the library.
snippet 508
=508 \$a${1:Credits}.
snippet 511
=511 1 \$a${1:Cast}.
snippet 518
=518 \$a${1:DateTimePlaceOfEvent}.
snippet 520
=520 ${1:3| } \$a${1:SummaryEtc}--${2:Source}.
snippet 521
=521 \$aCertificate ${1:AgeGroup}.
snippet 541
=541 0 \$\3${1:CollegeLibrary} copy ${2:Barcode}:\$aDonated by ${3:DonorName} ;\$cGift ;\$dReceived ${4:Year}.
snippet 546
=546 \$a${1:LangNote}.
snippet 561
=561 0 \$\3${1:CollegeLibrary} copy ${2:Barcode}:\$aFrom the collection of ${3:OwnersName}.
snippet 562
=562 \$\3${1:CollegeLibrary} copy ${2:Barcode}:\$aNumbered ${3:CopyNumber} in a limited edition of ${4:EditionRun}.
snippet 588
=588 ${1:0| }\$a${2:SourceOfDescription}.
snippet 600
=600 ${1:0|1}0\$a${2:PersName}\$v${3:Form}.
snippet 610
=610 20\$a${1:CorpName}\$v${2:Form}.
snippet 650
=650 0\$a${1:TopicalTerm}.
snippet 650s
=650 0\$a${2:TopicalTerm}\$${2:x|y|z|v}${3:Subdivision}.
snippet 650ss
=650 0\$a${2:TopicalTerm}\$${2:x|y|z|v}${3:Subdivision}\$${2:x|y|z|v}${3:Subdivision}.
snippet 650sss
=650 0\$a${2:TopicalTerm}\$${2:x|y|z|v}${3:Subdivision}\$${2:x|y|z|v}${3:Subdivision}\$${2:x|y|z|v}${3:Subdivision}.
snippet 650ssss
=650 0\$a${2:TopicalTerm}\$${2:x|y|z|v}${3:Subdivision}\$${2:x|y|z|v}${3:Subdivision}\$${2:x|y|z|v}${3:Subdivision}\$${2:x|y|z|v}${3:Subdivision}.
snippet 651
=651 0\$a${1:GeographicName}.
snippet 655
=655 4\$a${1:Genre/FormTerm}\$\2lcgft.
snippet 700
=700 1 \$a${1:PersName},\$e${2:RelatorTerm}.
snippet 710
=710 2 \$a${1:CorpName},\$e${2:RelatorTerm}.
snippet 740
=740 0 \$aThesis (${1:DegreeType} ${2:CourseName})--${3:UniversityName}.
snippet 776
=776 18\$i${1:Electronic|Print} version: \$${2:z|x}${3:ISBO|ISSN}\$t${4:TitleAndSubtitle}.
snippet 830
=830 0\$a${1:SeriesStatement}.
snippet 856
=856 40\$u${1:URL}\$y${2:LinkText}.