-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
343 lines (300 loc) · 5.92 KB
/
template.json
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
{
"id":{
"primary":"",
"rollup":"",
"oclc":"",
"ead":"",
"local":{
"primary":"",
"other":[]
}
},
// ISO 8601 dates
"publication_date": {
"008":"",
"260":"",
"264":""
},
// Array of ISBNs, [020] & [024]
"isbn":[],
// Array of ISSNs, [022]
"issn":[],
// ID to use for syndetics data [020] or [024] or UPC?
"syndetics_id": "",
// Publisher Information
"publisher":{
// ID for the publisher [028]
"number":"",
// Array of publisher names information from [260],[264]
"name": [
//example
{
"main":"",
"vernacular":{
"lang": "",
"value": ""
}
}
]
},
// Array of Imprints [260],[264], (including sound recordings)
"imprint":[
// example
{
"main":"",
"vernacular":{
"lang": "",
"value": ""
}
}
],
// Other RDA Publisher Elements (could be nested)
"production_statement":"",
"producer":"",
"distribution_statement":"",
"distributor":"",
"manufacturer_statement":"",
"manufacturer":"",
"copyright_statement":"",
"copyright":"",
// Authors
"authors": {
// Array of authors from [100],[110],[111]
"main": [
// example
{
"name": {
// Normalized/Romanized version of Name?
"main": "",
// Vernacular version of name
"vernacular": {
// Language Code
"lang": "",
// Name
"value": ""
}
}
}
],
// Array of other authors from [700],[710],[711]
"other": [],
// Director from [700]
"director":[],
// Uncontrolled from [720]
"uncontrolled":[]
},
// Title information
"title":{
// Main title (normalized/romanized) [130,240,245]
"main": "",
// Sort version of main title
"sort": "",
// Vernacular of main
"vernacular": {
// Language Code
"lang": "",
// Name
"value": ""
},
// Main Journal Title [130],[240],[245]
"journal": "",
"journal_vernacular":{
"lang": "",
"value": ""
},
// [210]
"abbreviation": "",
"abbreviation_vernacular": {
"lang": "",
"value": ""
},
// Array of Translations [242]
"translation":[
//example
{
"main":"",
"vernacular":{
"lang":"",
"value":""
}
}
],
// Array of Alternate Titles [246],[247],[730],[740],[780],[785]
// alternate encompasses earlier/later...is distinction necessary for indexing?
"alternate":[
//example
{
"main":"",
"vernacular":{
"lang":"",
"value":""
}
}
]
},
// Statement of responsibility
"statement_of_responsibility":{
"main": "",
"vernacular":{
"lang":"",
"value":""
}
},
// Edition
"edition":{
"main":"",
"vernacular":{
"lang":"",
"value":""
}
},
// Array of [255] entries
"cartographic_data":[],
// Frequency
"frequency":{
// [310]
"current":"",
// [321]
"former":[]
},
// Description
"description": {
// [344]
"sound": [],
// [345]
"projection": [],
// [346]
"video": [],
// [347]
"digital_file": []
},
// Organization [351]
"organization":[],
// Volume / Date Ranges [362]
"volumes": [],
// Array of series objects [440],[490]
"series":[
// example
{
"main":"",
"vernacular":{
"lang":"",
"value":""
},
"issn":""
}
],
// Series (what is the difference between 400 series and 800 series?)
"800_series":{
// 800
"personal": [],
"corporate": [],
"meeting": [],
"uniform": []
},
"notes": {
// Array of indexed notes [500],[501],[502],[504],[505],[507],[522],[533],[534],[536],[541],[561],[581],[585],[586]
// [590]
// (do we need vernacular here?)
"indexed":[],
// Array of additional notes [510],[513],[514],[515],[516],[518],[521],[524],[525],[533],[535]
// [540],[546],[547],[550],[555],[556],[565],[567],[580],[588],[590],[752]
"additional":[],
// [863],[866]
"serials_summary": []
},
// Access Restriction [506]
"access_restriction":[],
// Production Credits [508]
"production_credits":[],
// Performer Credits [511]
"performerc_credits":[],
// Summary [520]
"summary": [],
// Formats
"format": {
// [530]
"other":[]
},
// Source of Acquisition [541]
"source_of_acquisition":[],
// Related Collections [544]
"related_collections":[],
// Biographical Sketch [545]
"biographical_sketch":[],
// Most Recently Arrived [599]
"most_recent":[],
// Array of Subjects [600],[610],[611],[630],[650],[651],[653],[655],[690],[691],[695]
"subjects":[],
//field linking
"linking":{
// [760]
"main_series":[],
// [762]
"subseries": [],
// [765]
"translation_of": [
{
"title":"",
"issn":""
}
],
// [767]
"translated_as": [
{
"title":"",
"issn":""
}
],
// [770]
"has_supplement": [],
// [772]
"supplement_to": [],
// [773]
"host_item": [
{
"title":"",
"issn":""
}
],
// [773]
"constituent_unit": [
{
"title":"",
"issn":""
}
],
// [790],[791]
"local_added":[]
},
// [7xx] (unique to UNC), not sure of function
"name_title": [],
// [852] (unique to Duke)
"holdings_note": [],
// [856]
"urls":[
{
"rel":"",
"href":""
}
],
// [909]
"cataloged_date":"",
// items (assuming we index items, this indicates the array of item_objects
"items":[
// example
{
"id":"",
"call_no":"",
"circ_level":"",
"doc_type":"",
"due_date":"",
"notes":[],
"types":[],
"libraries":[],
"locations":[],
"statuses":[],
"schemes":[]
}
]
}