locabulary 0.1.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/administrative_units.json +1311 -486
- data/data/affiliation.json +1 -5
- data/data/award_category.json +1 -5
- data/data/citation_style.json +1 -3
- data/data/collaborator.json +1 -100
- data/data/college.json +1 -6
- data/data/copyright.json +1 -9
- data/data/degree.json +1 -17
- data/data/organization.json +1 -32
- data/data/program_name.json +1 -31
- data/data/resource_consulted.json +137 -12
- data/data/underclass_level.json +5 -4
- data/data/work_patent_strategy.json +1 -6
- data/data/work_publication_strategy.json +1 -4
- data/lib/locabulary/schema.rb +5 -1
- data/lib/locabulary.rb +15 -5
- data/script/json_creator.rb +27 -13
- metadata +2 -2
|
@@ -1,488 +1,1313 @@
|
|
|
1
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
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
2
|
+
"predicate_name": "administrative_units",
|
|
3
|
+
"values": [
|
|
4
|
+
{
|
|
5
|
+
"predicate_name": "administrative_units",
|
|
6
|
+
"term_label": "University of Notre Dame",
|
|
7
|
+
"term_uri": "http://www.nd.edu/",
|
|
8
|
+
"deposit_label": "",
|
|
9
|
+
"description": "",
|
|
10
|
+
"grouping": "",
|
|
11
|
+
"affiliation": "",
|
|
12
|
+
"presentation_sequence": 100,
|
|
13
|
+
"activated_on": "2015-07-22",
|
|
14
|
+
"deactivated_on": null
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"predicate_name": "administrative_units",
|
|
18
|
+
"term_label": "University of Notre Dame::School of Architecture",
|
|
19
|
+
"term_uri": "http://architecture.nd.edu/",
|
|
20
|
+
"deposit_label": "",
|
|
21
|
+
"description": "",
|
|
22
|
+
"grouping": "",
|
|
23
|
+
"affiliation": "",
|
|
24
|
+
"presentation_sequence": 200,
|
|
25
|
+
"activated_on": "2015-07-22",
|
|
26
|
+
"deactivated_on": null
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"predicate_name": "administrative_units",
|
|
30
|
+
"term_label": "University of Notre Dame::College of Arts and Letters",
|
|
31
|
+
"term_uri": "http://al.nd.edu/",
|
|
32
|
+
"deposit_label": "College of Arts and Letters—Non-Departmental",
|
|
33
|
+
"description": "",
|
|
34
|
+
"grouping": "The Humanities",
|
|
35
|
+
"affiliation": "",
|
|
36
|
+
"presentation_sequence": 200,
|
|
37
|
+
"activated_on": "2015-07-22",
|
|
38
|
+
"deactivated_on": null
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"predicate_name": "administrative_units",
|
|
42
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Africana Studies",
|
|
43
|
+
"term_uri": "http://africana.nd.edu/",
|
|
44
|
+
"deposit_label": "",
|
|
45
|
+
"description": "",
|
|
46
|
+
"grouping": "The Humanities",
|
|
47
|
+
"affiliation": "",
|
|
48
|
+
"presentation_sequence": 300,
|
|
49
|
+
"activated_on": "2015-07-22",
|
|
50
|
+
"deactivated_on": null
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"predicate_name": "administrative_units",
|
|
54
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::American Studies",
|
|
55
|
+
"term_uri": "http://americanstudies.nd.edu/",
|
|
56
|
+
"deposit_label": "",
|
|
57
|
+
"description": "Includes Journalism",
|
|
58
|
+
"grouping": "The Humanities",
|
|
59
|
+
"affiliation": "",
|
|
60
|
+
"presentation_sequence": 300,
|
|
61
|
+
"activated_on": "2015-07-22",
|
|
62
|
+
"deactivated_on": null
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"predicate_name": "administrative_units",
|
|
66
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Anthropology",
|
|
67
|
+
"term_uri": "http://anthropology.nd.edu/",
|
|
68
|
+
"deposit_label": "",
|
|
69
|
+
"description": "",
|
|
70
|
+
"grouping": "The Social Sciences",
|
|
71
|
+
"affiliation": "",
|
|
72
|
+
"presentation_sequence": 300,
|
|
73
|
+
"activated_on": "2015-07-22",
|
|
74
|
+
"deactivated_on": null
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"predicate_name": "administrative_units",
|
|
78
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Art, Art History, and Design",
|
|
79
|
+
"term_uri": "http://artdept.nd.edu/",
|
|
80
|
+
"deposit_label": "",
|
|
81
|
+
"description": "",
|
|
82
|
+
"grouping": "The Arts",
|
|
83
|
+
"affiliation": "",
|
|
84
|
+
"presentation_sequence": 300,
|
|
85
|
+
"activated_on": "2015-07-22",
|
|
86
|
+
"deactivated_on": null
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"predicate_name": "administrative_units",
|
|
90
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Classics",
|
|
91
|
+
"term_uri": "http://classics.nd.edu/",
|
|
92
|
+
"deposit_label": "",
|
|
93
|
+
"description": "Includes Arabic Studies",
|
|
94
|
+
"grouping": "The Humanities",
|
|
95
|
+
"affiliation": "",
|
|
96
|
+
"presentation_sequence": 300,
|
|
97
|
+
"activated_on": "2015-07-22",
|
|
98
|
+
"deactivated_on": null
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"predicate_name": "administrative_units",
|
|
102
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::East Asian Languages & Cultures",
|
|
103
|
+
"term_uri": "http://eastasian.nd.edu/",
|
|
104
|
+
"deposit_label": "",
|
|
105
|
+
"description": "",
|
|
106
|
+
"grouping": "The Humanities",
|
|
107
|
+
"affiliation": "",
|
|
108
|
+
"presentation_sequence": 300,
|
|
109
|
+
"activated_on": "2015-07-22",
|
|
110
|
+
"deactivated_on": null
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"predicate_name": "administrative_units",
|
|
114
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Economics",
|
|
115
|
+
"term_uri": "http://economics.nd.edu/",
|
|
116
|
+
"deposit_label": "",
|
|
117
|
+
"description": "",
|
|
118
|
+
"grouping": "The Social Sciences",
|
|
119
|
+
"affiliation": "",
|
|
120
|
+
"presentation_sequence": 300,
|
|
121
|
+
"activated_on": "2015-07-22",
|
|
122
|
+
"deactivated_on": null
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"predicate_name": "administrative_units",
|
|
126
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::English",
|
|
127
|
+
"term_uri": "http://english.nd.edu/",
|
|
128
|
+
"deposit_label": "",
|
|
129
|
+
"description": "",
|
|
130
|
+
"grouping": "The Humanities",
|
|
131
|
+
"affiliation": "",
|
|
132
|
+
"presentation_sequence": 300,
|
|
133
|
+
"activated_on": "2015-07-22",
|
|
134
|
+
"deactivated_on": null
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"predicate_name": "administrative_units",
|
|
138
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Film, Television, and Theatre",
|
|
139
|
+
"term_uri": "http://ftt.nd.edu/",
|
|
140
|
+
"deposit_label": "",
|
|
141
|
+
"description": "",
|
|
142
|
+
"grouping": "The Arts",
|
|
143
|
+
"affiliation": "",
|
|
144
|
+
"presentation_sequence": 300,
|
|
145
|
+
"activated_on": "2015-07-22",
|
|
146
|
+
"deactivated_on": null
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"predicate_name": "administrative_units",
|
|
150
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::German and Russian Languages and Literatures",
|
|
151
|
+
"term_uri": "http://germanandrussian.nd.edu/",
|
|
152
|
+
"deposit_label": "",
|
|
153
|
+
"description": "",
|
|
154
|
+
"grouping": "The Humanities",
|
|
155
|
+
"affiliation": "",
|
|
156
|
+
"presentation_sequence": 300,
|
|
157
|
+
"activated_on": "2015-07-22",
|
|
158
|
+
"deactivated_on": null
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"predicate_name": "administrative_units",
|
|
162
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::History",
|
|
163
|
+
"term_uri": "http://history.nd.edu/",
|
|
164
|
+
"deposit_label": "",
|
|
165
|
+
"description": "",
|
|
166
|
+
"grouping": "The Humanities",
|
|
167
|
+
"affiliation": "",
|
|
168
|
+
"presentation_sequence": 300,
|
|
169
|
+
"activated_on": "2015-07-22",
|
|
170
|
+
"deactivated_on": null
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"predicate_name": "administrative_units",
|
|
174
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Irish Language and Literature",
|
|
175
|
+
"term_uri": "http://irishlanguage.nd.edu/",
|
|
176
|
+
"deposit_label": "",
|
|
177
|
+
"description": "",
|
|
178
|
+
"grouping": "The Humanities",
|
|
179
|
+
"affiliation": "",
|
|
180
|
+
"presentation_sequence": 300,
|
|
181
|
+
"activated_on": "2015-07-22",
|
|
182
|
+
"deactivated_on": null
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"predicate_name": "administrative_units",
|
|
186
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Program of Liberal Studies",
|
|
187
|
+
"term_uri": "http://pls.nd.edu/",
|
|
188
|
+
"deposit_label": "",
|
|
189
|
+
"description": "",
|
|
190
|
+
"grouping": "The Humanities",
|
|
191
|
+
"affiliation": "",
|
|
192
|
+
"presentation_sequence": 300,
|
|
193
|
+
"activated_on": "2015-07-22",
|
|
194
|
+
"deactivated_on": null
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"predicate_name": "administrative_units",
|
|
198
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Music",
|
|
199
|
+
"term_uri": "http://music.nd.edu/",
|
|
200
|
+
"deposit_label": "",
|
|
201
|
+
"description": "",
|
|
202
|
+
"grouping": "The Arts",
|
|
203
|
+
"affiliation": "",
|
|
204
|
+
"presentation_sequence": 300,
|
|
205
|
+
"activated_on": "2015-07-22",
|
|
206
|
+
"deactivated_on": null
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"predicate_name": "administrative_units",
|
|
210
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Philosophy",
|
|
211
|
+
"term_uri": "http://philosophy.nd.edu/",
|
|
212
|
+
"deposit_label": "",
|
|
213
|
+
"description": "",
|
|
214
|
+
"grouping": "The Humanities",
|
|
215
|
+
"affiliation": "",
|
|
216
|
+
"presentation_sequence": 300,
|
|
217
|
+
"activated_on": "2015-07-22",
|
|
218
|
+
"deactivated_on": null
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"predicate_name": "administrative_units",
|
|
222
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Political Science",
|
|
223
|
+
"term_uri": "http://politicalscience.nd.edu/",
|
|
224
|
+
"deposit_label": "",
|
|
225
|
+
"description": "",
|
|
226
|
+
"grouping": "The Social Sciences",
|
|
227
|
+
"affiliation": "",
|
|
228
|
+
"presentation_sequence": 300,
|
|
229
|
+
"activated_on": "2015-07-22",
|
|
230
|
+
"deactivated_on": null
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"predicate_name": "administrative_units",
|
|
234
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Psychology",
|
|
235
|
+
"term_uri": "http://psychology.nd.edu/",
|
|
236
|
+
"deposit_label": "",
|
|
237
|
+
"description": "",
|
|
238
|
+
"grouping": "The Social Sciences",
|
|
239
|
+
"affiliation": "",
|
|
240
|
+
"presentation_sequence": 300,
|
|
241
|
+
"activated_on": "2015-07-22",
|
|
242
|
+
"deactivated_on": null
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"predicate_name": "administrative_units",
|
|
246
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Romance Languages and Literatures",
|
|
247
|
+
"term_uri": "http://romancelanguages.nd.edu/",
|
|
248
|
+
"deposit_label": "",
|
|
249
|
+
"description": "",
|
|
250
|
+
"grouping": "The Humanities",
|
|
251
|
+
"affiliation": "",
|
|
252
|
+
"presentation_sequence": 300,
|
|
253
|
+
"activated_on": "2015-07-22",
|
|
254
|
+
"deactivated_on": null
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"predicate_name": "administrative_units",
|
|
258
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Sociology",
|
|
259
|
+
"term_uri": "http://sociology.nd.edu/",
|
|
260
|
+
"deposit_label": "",
|
|
261
|
+
"description": "",
|
|
262
|
+
"grouping": "The Social Sciences",
|
|
263
|
+
"affiliation": "",
|
|
264
|
+
"presentation_sequence": 300,
|
|
265
|
+
"activated_on": "2015-07-22",
|
|
266
|
+
"deactivated_on": null
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"predicate_name": "administrative_units",
|
|
270
|
+
"term_label": "University of Notre Dame::College of Arts and Letters::Theology",
|
|
271
|
+
"term_uri": "http://theology.nd.edu/",
|
|
272
|
+
"deposit_label": "",
|
|
273
|
+
"description": "",
|
|
274
|
+
"grouping": "The Humanities",
|
|
275
|
+
"affiliation": "",
|
|
276
|
+
"presentation_sequence": 300,
|
|
277
|
+
"activated_on": "2015-07-22",
|
|
278
|
+
"deactivated_on": null
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"predicate_name": "administrative_units",
|
|
282
|
+
"term_label": "University of Notre Dame::Mendoza College of Business",
|
|
283
|
+
"term_uri": "http://mendoza.nd.edu/",
|
|
284
|
+
"deposit_label": "Mendoza College of Business—Non-Departmental",
|
|
285
|
+
"description": "",
|
|
286
|
+
"grouping": "",
|
|
287
|
+
"affiliation": "",
|
|
288
|
+
"presentation_sequence": 200,
|
|
289
|
+
"activated_on": "2015-07-22",
|
|
290
|
+
"deactivated_on": null
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"predicate_name": "administrative_units",
|
|
294
|
+
"term_label": "University of Notre Dame::Mendoza College of Business::Accountancy",
|
|
295
|
+
"term_uri": "http://mendoza.nd.edu/research-and-faculty/academic-departments/accountancy/",
|
|
296
|
+
"deposit_label": "",
|
|
297
|
+
"description": "",
|
|
298
|
+
"grouping": "",
|
|
299
|
+
"affiliation": "",
|
|
300
|
+
"presentation_sequence": 300,
|
|
301
|
+
"activated_on": "2015-07-22",
|
|
302
|
+
"deactivated_on": null
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"predicate_name": "administrative_units",
|
|
306
|
+
"term_label": "University of Notre Dame::Mendoza College of Business::Finance",
|
|
307
|
+
"term_uri": "http://mendoza.nd.edu/research-and-faculty/academic-departments/finance/",
|
|
308
|
+
"deposit_label": "",
|
|
309
|
+
"description": "",
|
|
310
|
+
"grouping": "",
|
|
311
|
+
"affiliation": "",
|
|
312
|
+
"presentation_sequence": 300,
|
|
313
|
+
"activated_on": "2015-07-22",
|
|
314
|
+
"deactivated_on": null
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"predicate_name": "administrative_units",
|
|
318
|
+
"term_label": "University of Notre Dame::Mendoza College of Business::Management",
|
|
319
|
+
"term_uri": "http://mendoza.nd.edu/research-and-faculty/academic-departments/management/",
|
|
320
|
+
"deposit_label": "",
|
|
321
|
+
"description": "",
|
|
322
|
+
"grouping": "",
|
|
323
|
+
"affiliation": "",
|
|
324
|
+
"presentation_sequence": 300,
|
|
325
|
+
"activated_on": "2015-07-22",
|
|
326
|
+
"deactivated_on": null
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"predicate_name": "administrative_units",
|
|
330
|
+
"term_label": "University of Notre Dame::Mendoza College of Business::Marketing",
|
|
331
|
+
"term_uri": "http://mendoza.nd.edu/research-and-faculty/academic-departments/marketing/",
|
|
332
|
+
"deposit_label": "",
|
|
333
|
+
"description": "",
|
|
334
|
+
"grouping": "",
|
|
335
|
+
"affiliation": "",
|
|
336
|
+
"presentation_sequence": 300,
|
|
337
|
+
"activated_on": "2015-07-22",
|
|
338
|
+
"deactivated_on": null
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"predicate_name": "administrative_units",
|
|
342
|
+
"term_label": "University of Notre Dame::College of Engineering",
|
|
343
|
+
"term_uri": "http://engineering.nd.edu/",
|
|
344
|
+
"deposit_label": "College of Engineering—Non-Departmental",
|
|
345
|
+
"description": "",
|
|
346
|
+
"grouping": "",
|
|
347
|
+
"affiliation": "",
|
|
348
|
+
"presentation_sequence": 200,
|
|
349
|
+
"activated_on": "2015-07-22",
|
|
350
|
+
"deactivated_on": null
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"predicate_name": "administrative_units",
|
|
354
|
+
"term_label": "University of Notre Dame::College of Engineering::Aerospace and Mechanical Engineering",
|
|
355
|
+
"term_uri": "http://ame.nd.edu/",
|
|
356
|
+
"deposit_label": "",
|
|
357
|
+
"description": "",
|
|
358
|
+
"grouping": "",
|
|
359
|
+
"affiliation": "",
|
|
360
|
+
"presentation_sequence": 300,
|
|
361
|
+
"activated_on": "2015-07-22",
|
|
362
|
+
"deactivated_on": null
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"predicate_name": "administrative_units",
|
|
366
|
+
"term_label": "University of Notre Dame::College of Engineering::Chemical and Biomolecular Engineering",
|
|
367
|
+
"term_uri": "http://cbe.nd.edu/",
|
|
368
|
+
"deposit_label": "",
|
|
369
|
+
"description": "",
|
|
370
|
+
"grouping": "",
|
|
371
|
+
"affiliation": "",
|
|
372
|
+
"presentation_sequence": 300,
|
|
373
|
+
"activated_on": "2015-07-22",
|
|
374
|
+
"deactivated_on": null
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"predicate_name": "administrative_units",
|
|
378
|
+
"term_label": "University of Notre Dame::College of Engineering::Civil and Environmental Engineering and Earth Sciences",
|
|
379
|
+
"term_uri": "http://ceees.nd.edu/",
|
|
380
|
+
"deposit_label": "",
|
|
381
|
+
"description": "",
|
|
382
|
+
"grouping": "",
|
|
383
|
+
"affiliation": "",
|
|
384
|
+
"presentation_sequence": 300,
|
|
385
|
+
"activated_on": "2015-07-22",
|
|
386
|
+
"deactivated_on": null
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"predicate_name": "administrative_units",
|
|
390
|
+
"term_label": "University of Notre Dame::College of Engineering::Computer Science and Engineering",
|
|
391
|
+
"term_uri": "http://cse.nd.edu/",
|
|
392
|
+
"deposit_label": "",
|
|
393
|
+
"description": "",
|
|
394
|
+
"grouping": "",
|
|
395
|
+
"affiliation": "",
|
|
396
|
+
"presentation_sequence": 300,
|
|
397
|
+
"activated_on": "2015-07-22",
|
|
398
|
+
"deactivated_on": null
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"predicate_name": "administrative_units",
|
|
402
|
+
"term_label": "University of Notre Dame::College of Engineering::Electrical Engineering",
|
|
403
|
+
"term_uri": "http://www.ee.nd.edu/",
|
|
404
|
+
"deposit_label": "",
|
|
405
|
+
"description": "",
|
|
406
|
+
"grouping": "",
|
|
407
|
+
"affiliation": "",
|
|
408
|
+
"presentation_sequence": 300,
|
|
409
|
+
"activated_on": "2015-07-22",
|
|
410
|
+
"deactivated_on": null
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"predicate_name": "administrative_units",
|
|
414
|
+
"term_label": "University of Notre Dame::College of Science",
|
|
415
|
+
"term_uri": "http://science.nd.edu/",
|
|
416
|
+
"deposit_label": "College of Science—Non-Departmental",
|
|
417
|
+
"description": "",
|
|
418
|
+
"grouping": "",
|
|
419
|
+
"affiliation": "",
|
|
420
|
+
"presentation_sequence": 200,
|
|
421
|
+
"activated_on": "2015-07-22",
|
|
422
|
+
"deactivated_on": null
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"predicate_name": "administrative_units",
|
|
426
|
+
"term_label": "University of Notre Dame::College of Science::Applied and Computational Mathematics and Statistics",
|
|
427
|
+
"term_uri": "http://science.nd.edu/departments/applied-and-computational-mathematics-and-statistics/",
|
|
428
|
+
"deposit_label": "",
|
|
429
|
+
"description": "",
|
|
430
|
+
"grouping": "",
|
|
431
|
+
"affiliation": "",
|
|
432
|
+
"presentation_sequence": 300,
|
|
433
|
+
"activated_on": "2015-07-22",
|
|
434
|
+
"deactivated_on": null
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"predicate_name": "administrative_units",
|
|
438
|
+
"term_label": "University of Notre Dame::College of Science::Biological Sciences",
|
|
439
|
+
"term_uri": "http://science.nd.edu/departments/biological-sciences/",
|
|
440
|
+
"deposit_label": "",
|
|
441
|
+
"description": "",
|
|
442
|
+
"grouping": "",
|
|
443
|
+
"affiliation": "",
|
|
444
|
+
"presentation_sequence": 300,
|
|
445
|
+
"activated_on": "2015-07-22",
|
|
446
|
+
"deactivated_on": null
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"predicate_name": "administrative_units",
|
|
450
|
+
"term_label": "University of Notre Dame::College of Science::Chemistry and Biochemistry",
|
|
451
|
+
"term_uri": "http://science.nd.edu/departments/chemistry-biochemistry/",
|
|
452
|
+
"deposit_label": "",
|
|
453
|
+
"description": "",
|
|
454
|
+
"grouping": "",
|
|
455
|
+
"affiliation": "",
|
|
456
|
+
"presentation_sequence": 300,
|
|
457
|
+
"activated_on": "2015-07-22",
|
|
458
|
+
"deactivated_on": null
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"predicate_name": "administrative_units",
|
|
462
|
+
"term_label": "University of Notre Dame::College of Science::Mathematics",
|
|
463
|
+
"term_uri": "http://science.nd.edu/departments/mathematics/",
|
|
464
|
+
"deposit_label": "",
|
|
465
|
+
"description": "",
|
|
466
|
+
"grouping": "",
|
|
467
|
+
"affiliation": "",
|
|
468
|
+
"presentation_sequence": 300,
|
|
469
|
+
"activated_on": "2015-07-22",
|
|
470
|
+
"deactivated_on": null
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"predicate_name": "administrative_units",
|
|
474
|
+
"term_label": "University of Notre Dame::College of Science::Physics",
|
|
475
|
+
"term_uri": "http://science.nd.edu/departments/physics/",
|
|
476
|
+
"deposit_label": "",
|
|
477
|
+
"description": "",
|
|
478
|
+
"grouping": "",
|
|
479
|
+
"affiliation": "",
|
|
480
|
+
"presentation_sequence": 300,
|
|
481
|
+
"activated_on": "2015-07-22",
|
|
482
|
+
"deactivated_on": null
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"predicate_name": "administrative_units",
|
|
486
|
+
"term_label": "University of Notre Dame::College of Science::Preprofessional Studies",
|
|
487
|
+
"term_uri": "http://preprofessional.nd.edu/",
|
|
488
|
+
"deposit_label": "",
|
|
489
|
+
"description": "",
|
|
490
|
+
"grouping": "",
|
|
491
|
+
"affiliation": "",
|
|
492
|
+
"presentation_sequence": 300,
|
|
493
|
+
"activated_on": "2015-07-22",
|
|
494
|
+
"deactivated_on": null
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"predicate_name": "administrative_units",
|
|
498
|
+
"term_label": "University of Notre Dame::First Year of Studies",
|
|
499
|
+
"term_uri": "http://firstyear.nd.edu/",
|
|
500
|
+
"deposit_label": "",
|
|
501
|
+
"description": "",
|
|
502
|
+
"grouping": "",
|
|
503
|
+
"affiliation": "",
|
|
504
|
+
"presentation_sequence": 200,
|
|
505
|
+
"activated_on": "2015-07-22",
|
|
506
|
+
"deactivated_on": null
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"predicate_name": "administrative_units",
|
|
510
|
+
"term_label": "University of Notre Dame::Law School",
|
|
511
|
+
"term_uri": "http://law.nd.edu/",
|
|
512
|
+
"deposit_label": "",
|
|
513
|
+
"description": "",
|
|
514
|
+
"grouping": "",
|
|
515
|
+
"affiliation": "",
|
|
516
|
+
"presentation_sequence": 200,
|
|
517
|
+
"activated_on": "2015-07-22",
|
|
518
|
+
"deactivated_on": null
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"predicate_name": "administrative_units",
|
|
522
|
+
"term_label": "University of Notre Dame::Graduate School",
|
|
523
|
+
"term_uri": "http://graduateschool.nd.edu/",
|
|
524
|
+
"deposit_label": "",
|
|
525
|
+
"description": "",
|
|
526
|
+
"grouping": "",
|
|
527
|
+
"affiliation": "",
|
|
528
|
+
"presentation_sequence": 200,
|
|
529
|
+
"activated_on": "2015-07-22",
|
|
530
|
+
"deactivated_on": null
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"predicate_name": "administrative_units",
|
|
534
|
+
"term_label": "University of Notre Dame::Reserve Officers Training Corps",
|
|
535
|
+
"term_uri": "",
|
|
536
|
+
"deposit_label": "ROTC—Non-Departmental",
|
|
537
|
+
"description": "",
|
|
538
|
+
"grouping": "",
|
|
539
|
+
"affiliation": "",
|
|
540
|
+
"presentation_sequence": 200,
|
|
541
|
+
"activated_on": "2015-07-22",
|
|
542
|
+
"deactivated_on": null
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"predicate_name": "administrative_units",
|
|
546
|
+
"term_label": "University of Notre Dame::Reserve Officers Training Corps::Aerospace Studies",
|
|
547
|
+
"term_uri": "http://www3.nd.edu/~afrotc/",
|
|
548
|
+
"deposit_label": "",
|
|
549
|
+
"description": "",
|
|
550
|
+
"grouping": "",
|
|
551
|
+
"affiliation": "",
|
|
552
|
+
"presentation_sequence": 300,
|
|
553
|
+
"activated_on": "2015-07-22",
|
|
554
|
+
"deactivated_on": null
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"predicate_name": "administrative_units",
|
|
558
|
+
"term_label": "University of Notre Dame::Reserve Officers Training Corps::Military Science",
|
|
559
|
+
"term_uri": "http://www3.nd.edu/~army/",
|
|
560
|
+
"deposit_label": "",
|
|
561
|
+
"description": "",
|
|
562
|
+
"grouping": "",
|
|
563
|
+
"affiliation": "",
|
|
564
|
+
"presentation_sequence": 300,
|
|
565
|
+
"activated_on": "2015-07-22",
|
|
566
|
+
"deactivated_on": null
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"predicate_name": "administrative_units",
|
|
570
|
+
"term_label": "University of Notre Dame::Reserve Officers Training Corps::Naval Science",
|
|
571
|
+
"term_uri": "https://nrotc.nd.edu/",
|
|
572
|
+
"deposit_label": "",
|
|
573
|
+
"description": "",
|
|
574
|
+
"grouping": "",
|
|
575
|
+
"affiliation": "",
|
|
576
|
+
"presentation_sequence": 300,
|
|
577
|
+
"activated_on": "2015-07-22",
|
|
578
|
+
"deactivated_on": null
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"predicate_name": "administrative_units",
|
|
582
|
+
"term_label": "University of Notre Dame::Hesburgh Libraries",
|
|
583
|
+
"term_uri": "http://library.nd.edu/",
|
|
584
|
+
"deposit_label": "Hesburgh Libraries—General Collection",
|
|
585
|
+
"description": "",
|
|
586
|
+
"grouping": "",
|
|
587
|
+
"affiliation": "",
|
|
588
|
+
"presentation_sequence": 200,
|
|
589
|
+
"activated_on": "2015-07-22",
|
|
590
|
+
"deactivated_on": null
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"predicate_name": "administrative_units",
|
|
594
|
+
"term_label": "University of Notre Dame::Hesburgh Libraries::Rare Books and Special Collections",
|
|
595
|
+
"term_uri": "http://rarebooks.library.nd.edu/",
|
|
596
|
+
"deposit_label": "",
|
|
597
|
+
"description": "",
|
|
598
|
+
"grouping": "",
|
|
599
|
+
"affiliation": "",
|
|
600
|
+
"presentation_sequence": 300,
|
|
601
|
+
"activated_on": "2015-07-22",
|
|
602
|
+
"deactivated_on": null
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"predicate_name": "administrative_units",
|
|
606
|
+
"term_label": "University of Notre Dame::Hesburgh Libraries::University Archives",
|
|
607
|
+
"term_uri": "http://archives.nd.edu/",
|
|
608
|
+
"deposit_label": "",
|
|
609
|
+
"description": "",
|
|
610
|
+
"grouping": "",
|
|
611
|
+
"affiliation": "",
|
|
612
|
+
"presentation_sequence": 300,
|
|
613
|
+
"activated_on": "2015-07-22",
|
|
614
|
+
"deactivated_on": null
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"predicate_name": "administrative_units",
|
|
618
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Accounting Research and Education (CARE)",
|
|
619
|
+
"term_uri": "http://www3.nd.edu/~carecob/",
|
|
620
|
+
"deposit_label": "",
|
|
621
|
+
"description": "",
|
|
622
|
+
"grouping": "",
|
|
623
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
624
|
+
"presentation_sequence": null,
|
|
625
|
+
"activated_on": "2015-07-22",
|
|
626
|
+
"deactivated_on": null
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"predicate_name": "administrative_units",
|
|
630
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Astrophysics (CANDU)",
|
|
631
|
+
"term_uri": "http://physics.nd.edu/research/centers/center-for-astrophysics/",
|
|
632
|
+
"deposit_label": "",
|
|
633
|
+
"description": "",
|
|
634
|
+
"grouping": "",
|
|
635
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
636
|
+
"presentation_sequence": null,
|
|
637
|
+
"activated_on": "2015-07-22",
|
|
638
|
+
"deactivated_on": null
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"predicate_name": "administrative_units",
|
|
642
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Building Communities",
|
|
643
|
+
"term_uri": "http://buildingcommunities.nd.edu/",
|
|
644
|
+
"deposit_label": "",
|
|
645
|
+
"description": "",
|
|
646
|
+
"grouping": "",
|
|
647
|
+
"affiliation": "University of Notre Dame::School of Architecture",
|
|
648
|
+
"presentation_sequence": null,
|
|
649
|
+
"activated_on": "2015-07-22",
|
|
650
|
+
"deactivated_on": null
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"predicate_name": "administrative_units",
|
|
654
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Civil and Human Rights",
|
|
655
|
+
"term_uri": "http://humanrights.nd.edu/",
|
|
656
|
+
"deposit_label": "",
|
|
657
|
+
"description": "",
|
|
658
|
+
"grouping": "",
|
|
659
|
+
"affiliation": "",
|
|
660
|
+
"presentation_sequence": null,
|
|
661
|
+
"activated_on": "2015-07-22",
|
|
662
|
+
"deactivated_on": null
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"predicate_name": "administrative_units",
|
|
666
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Digital Scholarship",
|
|
667
|
+
"term_uri": "http://library.nd.edu/cds/",
|
|
668
|
+
"deposit_label": "",
|
|
669
|
+
"description": "",
|
|
670
|
+
"grouping": "",
|
|
671
|
+
"affiliation": "University of Notre Dame::Hesburgh Libraries",
|
|
672
|
+
"presentation_sequence": null,
|
|
673
|
+
"activated_on": "2015-07-22",
|
|
674
|
+
"deactivated_on": null
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"predicate_name": "administrative_units",
|
|
678
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Environmental Science and Technology",
|
|
679
|
+
"term_uri": "http://www.nd.edu/~cest/",
|
|
680
|
+
"deposit_label": "",
|
|
681
|
+
"description": "",
|
|
682
|
+
"grouping": "",
|
|
683
|
+
"affiliation": "University of Notre Dame::College of Engineering",
|
|
684
|
+
"presentation_sequence": null,
|
|
685
|
+
"activated_on": "2015-07-22",
|
|
686
|
+
"deactivated_on": null
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"predicate_name": "administrative_units",
|
|
690
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Ethics and Culture",
|
|
691
|
+
"term_uri": "http://ethicscenter.nd.edu/",
|
|
692
|
+
"deposit_label": "",
|
|
693
|
+
"description": "",
|
|
694
|
+
"grouping": "",
|
|
695
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
696
|
+
"presentation_sequence": null,
|
|
697
|
+
"activated_on": "2015-07-22",
|
|
698
|
+
"deactivated_on": null
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"predicate_name": "administrative_units",
|
|
702
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Ethics and Religious Values in Business",
|
|
703
|
+
"term_uri": "http://www3.nd.edu/~ethics/",
|
|
704
|
+
"deposit_label": "",
|
|
705
|
+
"description": "",
|
|
706
|
+
"grouping": "",
|
|
707
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
708
|
+
"presentation_sequence": null,
|
|
709
|
+
"activated_on": "2015-07-22",
|
|
710
|
+
"deactivated_on": null
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"predicate_name": "administrative_units",
|
|
714
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Health Sciences Advising",
|
|
715
|
+
"term_uri": "http://preprofessional.nd.edu/",
|
|
716
|
+
"deposit_label": "",
|
|
717
|
+
"description": "",
|
|
718
|
+
"grouping": "",
|
|
719
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
720
|
+
"presentation_sequence": null,
|
|
721
|
+
"activated_on": "2015-07-22",
|
|
722
|
+
"deactivated_on": null
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"predicate_name": "administrative_units",
|
|
726
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Mathematics",
|
|
727
|
+
"term_uri": "http://centerformath.nd.edu/",
|
|
728
|
+
"deposit_label": "",
|
|
729
|
+
"description": "",
|
|
730
|
+
"grouping": "",
|
|
731
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
732
|
+
"presentation_sequence": null,
|
|
733
|
+
"activated_on": "2015-07-22",
|
|
734
|
+
"deactivated_on": null
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"predicate_name": "administrative_units",
|
|
738
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Microfluidics and Medical Diagnostics",
|
|
739
|
+
"term_uri": "http://microfluidics.nd.edu/",
|
|
740
|
+
"deposit_label": "",
|
|
741
|
+
"description": "",
|
|
742
|
+
"grouping": "",
|
|
743
|
+
"affiliation": "University of Notre Dame::College of Engineering",
|
|
744
|
+
"presentation_sequence": null,
|
|
745
|
+
"activated_on": "2015-07-22",
|
|
746
|
+
"deactivated_on": null
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"predicate_name": "administrative_units",
|
|
750
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Philosophy of Religion",
|
|
751
|
+
"term_uri": "http://philreligion.nd.edu/",
|
|
752
|
+
"deposit_label": "",
|
|
753
|
+
"description": "",
|
|
754
|
+
"grouping": "",
|
|
755
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
756
|
+
"presentation_sequence": null,
|
|
757
|
+
"activated_on": "2015-07-22",
|
|
758
|
+
"deactivated_on": null
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"predicate_name": "administrative_units",
|
|
762
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Rare and Neglected Diseases",
|
|
763
|
+
"term_uri": "http://www.nd.edu/~crnd/",
|
|
764
|
+
"deposit_label": "",
|
|
765
|
+
"description": "",
|
|
766
|
+
"grouping": "",
|
|
767
|
+
"affiliation": "",
|
|
768
|
+
"presentation_sequence": null,
|
|
769
|
+
"activated_on": "2015-07-22",
|
|
770
|
+
"deactivated_on": null
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"predicate_name": "administrative_units",
|
|
774
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Research on Educational Opportunity",
|
|
775
|
+
"term_uri": "http://creo.nd.edu/",
|
|
776
|
+
"deposit_label": "",
|
|
777
|
+
"description": "",
|
|
778
|
+
"grouping": "",
|
|
779
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
780
|
+
"presentation_sequence": null,
|
|
781
|
+
"activated_on": "2015-07-22",
|
|
782
|
+
"deactivated_on": null
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"predicate_name": "administrative_units",
|
|
786
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Social Concerns",
|
|
787
|
+
"term_uri": "http://centerforsocialconcerns.nd.edu/",
|
|
788
|
+
"deposit_label": "",
|
|
789
|
+
"description": "",
|
|
790
|
+
"grouping": "",
|
|
791
|
+
"affiliation": "",
|
|
792
|
+
"presentation_sequence": null,
|
|
793
|
+
"activated_on": "2015-07-22",
|
|
794
|
+
"deactivated_on": null
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"predicate_name": "administrative_units",
|
|
798
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Stem Cells and Regenerative Medicine",
|
|
799
|
+
"term_uri": "http://stemcell.nd.edu/",
|
|
800
|
+
"deposit_label": "",
|
|
801
|
+
"description": "",
|
|
802
|
+
"grouping": "",
|
|
803
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
804
|
+
"presentation_sequence": null,
|
|
805
|
+
"activated_on": "2015-07-22",
|
|
806
|
+
"deactivated_on": null
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"predicate_name": "administrative_units",
|
|
810
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for the Study of Financial Regulation",
|
|
811
|
+
"term_uri": "http://business.nd.edu/Center_for_the_Study_of_Financial_Regulation/",
|
|
812
|
+
"deposit_label": "",
|
|
813
|
+
"description": "",
|
|
814
|
+
"grouping": "",
|
|
815
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
816
|
+
"presentation_sequence": null,
|
|
817
|
+
"activated_on": "2015-07-22",
|
|
818
|
+
"deactivated_on": null
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"predicate_name": "administrative_units",
|
|
822
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for the Study of Religion and Society",
|
|
823
|
+
"term_uri": "http://csrs.nd.edu/",
|
|
824
|
+
"deposit_label": "",
|
|
825
|
+
"description": "",
|
|
826
|
+
"grouping": "",
|
|
827
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
828
|
+
"presentation_sequence": null,
|
|
829
|
+
"activated_on": "2015-07-22",
|
|
830
|
+
"deactivated_on": null
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"predicate_name": "administrative_units",
|
|
834
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for the Study of Social Movements",
|
|
835
|
+
"term_uri": "http://cssm.nd.edu/",
|
|
836
|
+
"deposit_label": "",
|
|
837
|
+
"description": "",
|
|
838
|
+
"grouping": "",
|
|
839
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
840
|
+
"presentation_sequence": null,
|
|
841
|
+
"activated_on": "2015-07-22",
|
|
842
|
+
"deactivated_on": null
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"predicate_name": "administrative_units",
|
|
846
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Theology, Science, and Human Flourishing",
|
|
847
|
+
"term_uri": "",
|
|
848
|
+
"deposit_label": "",
|
|
849
|
+
"description": "",
|
|
850
|
+
"grouping": "",
|
|
851
|
+
"affiliation": "",
|
|
852
|
+
"presentation_sequence": null,
|
|
853
|
+
"activated_on": "2015-07-22",
|
|
854
|
+
"deactivated_on": null
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"predicate_name": "administrative_units",
|
|
858
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Center for Zebrafish Research",
|
|
859
|
+
"term_uri": "http://research.nd.edu/core-facilities/center-for-zebrafish-research/",
|
|
860
|
+
"deposit_label": "",
|
|
861
|
+
"description": "",
|
|
862
|
+
"grouping": "",
|
|
863
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
864
|
+
"presentation_sequence": null,
|
|
865
|
+
"activated_on": "2015-07-22",
|
|
866
|
+
"deactivated_on": null
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"predicate_name": "administrative_units",
|
|
870
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Cushwa Center for the Study of American Catholicism",
|
|
871
|
+
"term_uri": "http://cushwa.nd.edu/",
|
|
872
|
+
"deposit_label": "",
|
|
873
|
+
"description": "",
|
|
874
|
+
"grouping": "",
|
|
875
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
876
|
+
"presentation_sequence": null,
|
|
877
|
+
"activated_on": "2015-07-22",
|
|
878
|
+
"deactivated_on": null
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"predicate_name": "administrative_units",
|
|
882
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Deloitte Center for Ethical Leadership",
|
|
883
|
+
"term_uri": "http://business.nd.edu/Ethics_Centers/Deloitte_Center_for_Ethical_Leadership/",
|
|
884
|
+
"deposit_label": "",
|
|
885
|
+
"description": "",
|
|
886
|
+
"grouping": "",
|
|
887
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
888
|
+
"presentation_sequence": null,
|
|
889
|
+
"activated_on": "2015-07-22",
|
|
890
|
+
"deactivated_on": null
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"predicate_name": "administrative_units",
|
|
894
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Eck Institute for Global Health",
|
|
895
|
+
"term_uri": "http://globalhealth.nd.edu/",
|
|
896
|
+
"deposit_label": "",
|
|
897
|
+
"description": "",
|
|
898
|
+
"grouping": "",
|
|
899
|
+
"affiliation": "",
|
|
900
|
+
"presentation_sequence": null,
|
|
901
|
+
"activated_on": "2015-07-22",
|
|
902
|
+
"deactivated_on": null
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"predicate_name": "administrative_units",
|
|
906
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Environmental Research Center (UNDERC)",
|
|
907
|
+
"term_uri": "http://underc.nd.edu/",
|
|
908
|
+
"deposit_label": "",
|
|
909
|
+
"description": "",
|
|
910
|
+
"grouping": "",
|
|
911
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
912
|
+
"presentation_sequence": null,
|
|
913
|
+
"activated_on": "2015-07-22",
|
|
914
|
+
"deactivated_on": null
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"predicate_name": "administrative_units",
|
|
918
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Fanning Center for Business Communication",
|
|
919
|
+
"term_uri": "http://business.nd.edu/Fanning_Center_for_Business_Communication/",
|
|
920
|
+
"deposit_label": "",
|
|
921
|
+
"description": "",
|
|
922
|
+
"grouping": "",
|
|
923
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
924
|
+
"presentation_sequence": null,
|
|
925
|
+
"activated_on": "2015-07-22",
|
|
926
|
+
"deactivated_on": null
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"predicate_name": "administrative_units",
|
|
930
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Gigot Center for Entrepreneurship",
|
|
931
|
+
"term_uri": "http://business.nd.edu/Gigot_Center",
|
|
932
|
+
"deposit_label": "",
|
|
933
|
+
"description": "",
|
|
934
|
+
"grouping": "",
|
|
935
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
936
|
+
"presentation_sequence": null,
|
|
937
|
+
"activated_on": "2015-07-22",
|
|
938
|
+
"deactivated_on": null
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"predicate_name": "administrative_units",
|
|
942
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Harper Cancer Research Institute",
|
|
943
|
+
"term_uri": "http://harpercancer.nd.edu/",
|
|
944
|
+
"deposit_label": "",
|
|
945
|
+
"description": "",
|
|
946
|
+
"grouping": "",
|
|
947
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
948
|
+
"presentation_sequence": null,
|
|
949
|
+
"activated_on": "2015-07-22",
|
|
950
|
+
"deactivated_on": null
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"predicate_name": "administrative_units",
|
|
954
|
+
"term_label": "University of Notre Dame::Centers and Institutes::iCeNSA",
|
|
955
|
+
"term_uri": "http://www.icensa.com/",
|
|
956
|
+
"deposit_label": "",
|
|
957
|
+
"description": "Interdisciplinary Center for Network Science & Applications",
|
|
958
|
+
"grouping": "",
|
|
959
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
960
|
+
"presentation_sequence": null,
|
|
961
|
+
"activated_on": "2015-07-22",
|
|
962
|
+
"deactivated_on": null
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"predicate_name": "administrative_units",
|
|
966
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Institute for Church Life",
|
|
967
|
+
"term_uri": "http://icl.nd.edu/",
|
|
968
|
+
"deposit_label": "",
|
|
969
|
+
"description": "",
|
|
970
|
+
"grouping": "",
|
|
971
|
+
"affiliation": "",
|
|
972
|
+
"presentation_sequence": null,
|
|
973
|
+
"activated_on": "2015-07-22",
|
|
974
|
+
"deactivated_on": null
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"predicate_name": "administrative_units",
|
|
978
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Institute for Educational Initiatives",
|
|
979
|
+
"term_uri": "http://iei.nd.edu/",
|
|
980
|
+
"deposit_label": "",
|
|
981
|
+
"description": "",
|
|
982
|
+
"grouping": "",
|
|
983
|
+
"affiliation": "",
|
|
984
|
+
"presentation_sequence": null,
|
|
985
|
+
"activated_on": "2015-07-22",
|
|
986
|
+
"deactivated_on": null
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"predicate_name": "administrative_units",
|
|
990
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Institute for Ethical Business Worldwide",
|
|
991
|
+
"term_uri": "http://www.ethicalbusiness.nd.edu/",
|
|
992
|
+
"deposit_label": "",
|
|
993
|
+
"description": "",
|
|
994
|
+
"grouping": "",
|
|
995
|
+
"affiliation": "University of Notre Dame::Mendoza College of Business",
|
|
996
|
+
"presentation_sequence": null,
|
|
997
|
+
"activated_on": "2015-07-22",
|
|
998
|
+
"deactivated_on": null
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"predicate_name": "administrative_units",
|
|
1002
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Institute for Flow Physics and Control",
|
|
1003
|
+
"term_uri": "http://www3.nd.edu/~flowpac/",
|
|
1004
|
+
"deposit_label": "",
|
|
1005
|
+
"description": "",
|
|
1006
|
+
"grouping": "",
|
|
1007
|
+
"affiliation": "University of Notre Dame::College of Engineering",
|
|
1008
|
+
"presentation_sequence": null,
|
|
1009
|
+
"activated_on": "2015-07-22",
|
|
1010
|
+
"deactivated_on": null
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"predicate_name": "administrative_units",
|
|
1014
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Institute for Latino Studies",
|
|
1015
|
+
"term_uri": "http://latinostudies.nd.edu/",
|
|
1016
|
+
"deposit_label": "",
|
|
1017
|
+
"description": "",
|
|
1018
|
+
"grouping": "",
|
|
1019
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
1020
|
+
"presentation_sequence": null,
|
|
1021
|
+
"activated_on": "2015-07-22",
|
|
1022
|
+
"deactivated_on": null
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"predicate_name": "administrative_units",
|
|
1026
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Institute for Theoretical Sciences",
|
|
1027
|
+
"term_uri": "http://physics.nd.edu/research/centers/",
|
|
1028
|
+
"deposit_label": "",
|
|
1029
|
+
"description": "",
|
|
1030
|
+
"grouping": "",
|
|
1031
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
1032
|
+
"presentation_sequence": null,
|
|
1033
|
+
"activated_on": "2015-07-22",
|
|
1034
|
+
"deactivated_on": null
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"predicate_name": "administrative_units",
|
|
1038
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Interdisciplinary Center for Network Science and Applications",
|
|
1039
|
+
"term_uri": "http://icensa.nd.edu/",
|
|
1040
|
+
"deposit_label": "",
|
|
1041
|
+
"description": "",
|
|
1042
|
+
"grouping": "",
|
|
1043
|
+
"affiliation": "",
|
|
1044
|
+
"presentation_sequence": null,
|
|
1045
|
+
"activated_on": "2015-07-22",
|
|
1046
|
+
"deactivated_on": null
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"predicate_name": "administrative_units",
|
|
1050
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Interdisciplinary Center for the Study of Biocomplexity",
|
|
1051
|
+
"term_uri": "http://www3.nd.edu/~icsb/",
|
|
1052
|
+
"deposit_label": "",
|
|
1053
|
+
"description": "",
|
|
1054
|
+
"grouping": "",
|
|
1055
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
1056
|
+
"presentation_sequence": null,
|
|
1057
|
+
"activated_on": "2015-07-22",
|
|
1058
|
+
"deactivated_on": null
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"predicate_name": "administrative_units",
|
|
1062
|
+
"term_label": "University of Notre Dame::Centers and Institutes::ISNAP",
|
|
1063
|
+
"term_uri": "http://www3.nd.edu/~nsl/",
|
|
1064
|
+
"deposit_label": "",
|
|
1065
|
+
"description": "Institute for Structure and Nuclear Astrophysics",
|
|
1066
|
+
"grouping": "",
|
|
1067
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
1068
|
+
"presentation_sequence": null,
|
|
1069
|
+
"activated_on": "2015-07-22",
|
|
1070
|
+
"deactivated_on": null
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"predicate_name": "administrative_units",
|
|
1074
|
+
"term_label": "University of Notre Dame::Centers and Institutes::JINA-CEE",
|
|
1075
|
+
"term_uri": "http://www.jinaweb.org/",
|
|
1076
|
+
"deposit_label": "",
|
|
1077
|
+
"description": "Joint Institute for Nuclear Astrophysics – Center for the Evolution of the Elements",
|
|
1078
|
+
"grouping": "",
|
|
1079
|
+
"affiliation": "",
|
|
1080
|
+
"presentation_sequence": null,
|
|
1081
|
+
"activated_on": "2015-07-22",
|
|
1082
|
+
"deactivated_on": null
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"predicate_name": "administrative_units",
|
|
1086
|
+
"term_label": "University of Notre Dame::Centers and Institutes::John J. Reilly Center for Science, Technology and Values",
|
|
1087
|
+
"term_uri": "http://reilly.nd.edu/",
|
|
1088
|
+
"deposit_label": "",
|
|
1089
|
+
"description": "",
|
|
1090
|
+
"grouping": "",
|
|
1091
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
1092
|
+
"presentation_sequence": null,
|
|
1093
|
+
"activated_on": "2015-07-22",
|
|
1094
|
+
"deactivated_on": null
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"predicate_name": "administrative_units",
|
|
1098
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Kellogg Institute for International Studies",
|
|
1099
|
+
"term_uri": "http://kellogg.nd.edu/",
|
|
1100
|
+
"deposit_label": "",
|
|
1101
|
+
"description": "",
|
|
1102
|
+
"grouping": "",
|
|
1103
|
+
"affiliation": "",
|
|
1104
|
+
"presentation_sequence": null,
|
|
1105
|
+
"activated_on": "2015-07-22",
|
|
1106
|
+
"deactivated_on": null
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"predicate_name": "administrative_units",
|
|
1110
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Keough-Naughton Institute for Irish Studies",
|
|
1111
|
+
"term_uri": "http://irishstudies.nd.edu/",
|
|
1112
|
+
"deposit_label": "",
|
|
1113
|
+
"description": "",
|
|
1114
|
+
"grouping": "",
|
|
1115
|
+
"affiliation": "",
|
|
1116
|
+
"presentation_sequence": null,
|
|
1117
|
+
"activated_on": "2015-07-22",
|
|
1118
|
+
"deactivated_on": null
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"predicate_name": "administrative_units",
|
|
1122
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Kroc Institute for International Peace Studies",
|
|
1123
|
+
"term_uri": "http://kroc.nd.edu/",
|
|
1124
|
+
"deposit_label": "",
|
|
1125
|
+
"description": "",
|
|
1126
|
+
"grouping": "",
|
|
1127
|
+
"affiliation": "",
|
|
1128
|
+
"presentation_sequence": null,
|
|
1129
|
+
"activated_on": "2015-07-22",
|
|
1130
|
+
"deactivated_on": null
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"predicate_name": "administrative_units",
|
|
1134
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Liu Institute for Asia and Asian Studies",
|
|
1135
|
+
"term_uri": "http://asia.nd.edu/",
|
|
1136
|
+
"deposit_label": "",
|
|
1137
|
+
"description": "",
|
|
1138
|
+
"grouping": "",
|
|
1139
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
1140
|
+
"presentation_sequence": null,
|
|
1141
|
+
"activated_on": "2015-07-22",
|
|
1142
|
+
"deactivated_on": null
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"predicate_name": "administrative_units",
|
|
1146
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Medieval Institute",
|
|
1147
|
+
"term_uri": "http://medieval.nd.edu/",
|
|
1148
|
+
"deposit_label": "",
|
|
1149
|
+
"description": "",
|
|
1150
|
+
"grouping": "",
|
|
1151
|
+
"affiliation": "",
|
|
1152
|
+
"presentation_sequence": null,
|
|
1153
|
+
"activated_on": "2015-07-22",
|
|
1154
|
+
"deactivated_on": null
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"predicate_name": "administrative_units",
|
|
1158
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Midwest Institute for Nanoelectronics Discovery",
|
|
1159
|
+
"term_uri": "http://mind.nd.edu/",
|
|
1160
|
+
"deposit_label": "",
|
|
1161
|
+
"description": "",
|
|
1162
|
+
"grouping": "",
|
|
1163
|
+
"affiliation": "University of Notre Dame::College of Engineering",
|
|
1164
|
+
"presentation_sequence": null,
|
|
1165
|
+
"activated_on": "2015-07-22",
|
|
1166
|
+
"deactivated_on": null
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"predicate_name": "administrative_units",
|
|
1170
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Nanovic Institute for European Studies",
|
|
1171
|
+
"term_uri": "http://nanovic.nd.edu/",
|
|
1172
|
+
"deposit_label": "",
|
|
1173
|
+
"description": "",
|
|
1174
|
+
"grouping": "",
|
|
1175
|
+
"affiliation": "",
|
|
1176
|
+
"presentation_sequence": null,
|
|
1177
|
+
"activated_on": "2015-07-22",
|
|
1178
|
+
"deactivated_on": null
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"predicate_name": "administrative_units",
|
|
1182
|
+
"term_label": "University of Notre Dame::Centers and Institutes::NDEnergy",
|
|
1183
|
+
"term_uri": "http://energy.nd.edu/",
|
|
1184
|
+
"deposit_label": "",
|
|
1185
|
+
"description": "Center for Sustainable Energy at Notre Dame",
|
|
1186
|
+
"grouping": "",
|
|
1187
|
+
"affiliation": "",
|
|
1188
|
+
"presentation_sequence": null,
|
|
1189
|
+
"activated_on": "2015-07-22",
|
|
1190
|
+
"deactivated_on": null
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"predicate_name": "administrative_units",
|
|
1194
|
+
"term_label": "University of Notre Dame::Centers and Institutes::NDnano",
|
|
1195
|
+
"term_uri": "http://nano.nd.edu/",
|
|
1196
|
+
"deposit_label": "",
|
|
1197
|
+
"description": "Nano Science and Technology",
|
|
1198
|
+
"grouping": "",
|
|
1199
|
+
"affiliation": "University of Notre Dame::College of Engineering",
|
|
1200
|
+
"presentation_sequence": null,
|
|
1201
|
+
"activated_on": "2015-07-22",
|
|
1202
|
+
"deactivated_on": null
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"predicate_name": "administrative_units",
|
|
1206
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Notre Dame Radiation Laboratory",
|
|
1207
|
+
"term_uri": "http://www.rad.nd.edu/",
|
|
1208
|
+
"deposit_label": "",
|
|
1209
|
+
"description": "",
|
|
1210
|
+
"grouping": "",
|
|
1211
|
+
"affiliation": "",
|
|
1212
|
+
"presentation_sequence": null,
|
|
1213
|
+
"activated_on": "2015-07-22",
|
|
1214
|
+
"deactivated_on": null
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"predicate_name": "administrative_units",
|
|
1218
|
+
"term_label": "University of Notre Dame::Centers and Institutes::QuarkNet Center",
|
|
1219
|
+
"term_uri": "http://www3.nd.edu/~quarknet/",
|
|
1220
|
+
"deposit_label": "",
|
|
1221
|
+
"description": "",
|
|
1222
|
+
"grouping": "",
|
|
1223
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
1224
|
+
"presentation_sequence": null,
|
|
1225
|
+
"activated_on": "2015-07-22",
|
|
1226
|
+
"deactivated_on": null
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"predicate_name": "administrative_units",
|
|
1230
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Rooney Center for the Study of American Democracy",
|
|
1231
|
+
"term_uri": "http://rooneycenter.nd.edu/",
|
|
1232
|
+
"deposit_label": "",
|
|
1233
|
+
"description": "",
|
|
1234
|
+
"grouping": "",
|
|
1235
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
1236
|
+
"presentation_sequence": null,
|
|
1237
|
+
"activated_on": "2015-07-22",
|
|
1238
|
+
"deactivated_on": null
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"predicate_name": "administrative_units",
|
|
1242
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Ruth M. Hillebrand Center for Compassionate Care in Medicine",
|
|
1243
|
+
"term_uri": "http://science.nd.edu/research/centers-and-institutes/",
|
|
1244
|
+
"deposit_label": "",
|
|
1245
|
+
"description": "",
|
|
1246
|
+
"grouping": "",
|
|
1247
|
+
"affiliation": "University of Notre Dame::College of Science",
|
|
1248
|
+
"presentation_sequence": null,
|
|
1249
|
+
"activated_on": "2015-07-22",
|
|
1250
|
+
"deactivated_on": null
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"predicate_name": "administrative_units",
|
|
1254
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Tantur Ecumenical Institute",
|
|
1255
|
+
"term_uri": "http://tantur.org/",
|
|
1256
|
+
"deposit_label": "",
|
|
1257
|
+
"description": "",
|
|
1258
|
+
"grouping": "",
|
|
1259
|
+
"affiliation": "",
|
|
1260
|
+
"presentation_sequence": null,
|
|
1261
|
+
"activated_on": "2015-07-22",
|
|
1262
|
+
"deactivated_on": null
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"predicate_name": "administrative_units",
|
|
1266
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Visual Resources Center",
|
|
1267
|
+
"term_uri": "http://library.nd.edu/vrc/",
|
|
1268
|
+
"deposit_label": "",
|
|
1269
|
+
"description": "",
|
|
1270
|
+
"grouping": "",
|
|
1271
|
+
"affiliation": "University of Notre Dame::Hesburgh Libraries",
|
|
1272
|
+
"presentation_sequence": null,
|
|
1273
|
+
"activated_on": "2015-07-22",
|
|
1274
|
+
"deactivated_on": null
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"predicate_name": "administrative_units",
|
|
1278
|
+
"term_label": "University of Notre Dame::Centers and Institutes::W. M. Keck Center For Transgene Research",
|
|
1279
|
+
"term_uri": "http://transgene.nd.edu/",
|
|
1280
|
+
"deposit_label": "",
|
|
1281
|
+
"description": "",
|
|
1282
|
+
"grouping": "",
|
|
1283
|
+
"affiliation": "",
|
|
1284
|
+
"presentation_sequence": null,
|
|
1285
|
+
"activated_on": "2015-07-22",
|
|
1286
|
+
"deactivated_on": null
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"predicate_name": "administrative_units",
|
|
1290
|
+
"term_label": "University of Notre Dame::Centers and Institutes::William J. Shaw Center for Children and Families",
|
|
1291
|
+
"term_uri": "http://shaw.nd.edu/",
|
|
1292
|
+
"deposit_label": "",
|
|
1293
|
+
"description": "",
|
|
1294
|
+
"grouping": "",
|
|
1295
|
+
"affiliation": "University of Notre Dame::College of Arts and Letters",
|
|
1296
|
+
"presentation_sequence": null,
|
|
1297
|
+
"activated_on": "2015-07-22",
|
|
1298
|
+
"deactivated_on": null
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"predicate_name": "administrative_units",
|
|
1302
|
+
"term_label": "University of Notre Dame::Centers and Institutes::Wireless Institute",
|
|
1303
|
+
"term_uri": "http://wireless.nd.edu/",
|
|
1304
|
+
"deposit_label": "",
|
|
1305
|
+
"description": "",
|
|
1306
|
+
"grouping": "",
|
|
1307
|
+
"affiliation": "University of Notre Dame::College of Engineering",
|
|
1308
|
+
"presentation_sequence": null,
|
|
1309
|
+
"activated_on": "2015-07-22",
|
|
1310
|
+
"deactivated_on": null
|
|
1311
|
+
}
|
|
1312
|
+
]
|
|
488
1313
|
}
|