qa 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +24 -21
  3. data/Rakefile +1 -1
  4. data/app/controllers/qa/terms_controller.rb +22 -53
  5. data/config/routes.rb +4 -7
  6. data/lib/qa/authorities.rb +3 -1
  7. data/lib/qa/authorities/base.rb +27 -8
  8. data/lib/qa/authorities/getty.rb +56 -0
  9. data/lib/qa/authorities/loc.rb +27 -131
  10. data/lib/qa/authorities/loc_subauthority.rb +90 -0
  11. data/lib/qa/authorities/local.rb +38 -21
  12. data/lib/qa/authorities/local_subauthority.rb +18 -0
  13. data/lib/qa/authorities/mesh.rb +16 -23
  14. data/lib/qa/authorities/mesh_tools/mesh_data_parser.rb +0 -25
  15. data/lib/qa/authorities/mesh_tools/mesh_importer.rb +0 -2
  16. data/lib/qa/authorities/oclcts.rb +17 -24
  17. data/lib/qa/authorities/tgnlang.rb +4 -18
  18. data/lib/qa/authorities/web_service_base.rb +3 -10
  19. data/lib/qa/version.rb +1 -1
  20. data/spec/controllers/terms_controller_spec.rb +93 -44
  21. data/spec/fixtures/aat-response.txt +108 -0
  22. data/spec/fixtures/getty-aat-find-response.json +2494 -0
  23. data/spec/fixtures/loc-response.txt +1521 -17
  24. data/spec/fixtures/loc-subject-find-response.txt +24 -0
  25. data/spec/internal/Gemfile +16 -13
  26. data/spec/internal/Gemfile.lock +121 -86
  27. data/spec/internal/app/assets/javascripts/application.js +1 -1
  28. data/spec/internal/app/assets/stylesheets/application.css +1 -1
  29. data/spec/internal/bin/rails +1 -5
  30. data/spec/internal/bin/rake +0 -4
  31. data/spec/internal/bin/setup +29 -0
  32. data/spec/internal/config.ru +1 -1
  33. data/spec/internal/config/application.rb +3 -0
  34. data/spec/internal/config/boot.rb +1 -2
  35. data/spec/internal/config/environments/development.rb +4 -0
  36. data/spec/internal/config/environments/production.rb +14 -18
  37. data/spec/internal/config/environments/test.rb +5 -2
  38. data/spec/internal/config/initializers/assets.rb +11 -0
  39. data/spec/internal/config/initializers/cookies_serializer.rb +1 -1
  40. data/spec/internal/config/secrets.yml +2 -2
  41. data/spec/internal/db/development.sqlite3 +0 -0
  42. data/spec/internal/db/migrate/{20140620210534_create_qa_subject_mesh_terms.qa.rb → 20150311214117_create_qa_subject_mesh_terms.qa.rb} +0 -0
  43. data/spec/internal/db/migrate/{20140620210535_create_qa_mesh_tree.qa.rb → 20150311214118_create_qa_mesh_tree.qa.rb} +0 -0
  44. data/spec/internal/db/migrate/{20140620210536_add_term_lower_to_qa_subject_mesh_terms.qa.rb → 20150311214119_add_term_lower_to_qa_subject_mesh_terms.qa.rb} +0 -0
  45. data/spec/internal/db/schema.rb +3 -3
  46. data/spec/internal/db/test.sqlite3 +0 -0
  47. data/spec/internal/lib/generators/test_app_generator.rb +0 -1
  48. data/spec/internal/log/development.log +498 -207
  49. data/spec/internal/test/test_helper.rb +0 -3
  50. data/spec/lib/authorities_getty_spec.rb +71 -0
  51. data/spec/lib/authorities_loc_spec.rb +98 -65
  52. data/spec/lib/authorities_loc_subauthorities.rb +81 -0
  53. data/spec/lib/authorities_local_spec.rb +53 -79
  54. data/spec/lib/authorities_local_subauthorities_spec.rb +43 -0
  55. data/spec/lib/authorities_mesh_spec.rb +16 -12
  56. data/spec/lib/authorities_oclcts_spec.rb +17 -17
  57. data/spec/lib/authorities_tgnlang_spec.rb +4 -7
  58. data/spec/lib/mesh_data_parser_spec.rb +13 -13
  59. data/spec/lib/tasks/mesh.rake_spec.rb +4 -4
  60. data/spec/models/subject_mesh_term_spec.rb +5 -5
  61. data/spec/routing/route_spec.rb +34 -0
  62. data/spec/spec_helper.rb +5 -22
  63. data/spec/test_app_templates/lib/generators/test_app_generator.rb +0 -1
  64. metadata +44 -12
  65. data/lib/qa/authorities/local/subauthority.rb +0 -65
  66. data/spec/internal/bin/spring +0 -18
@@ -0,0 +1,108 @@
1
+ {
2
+ "head" : {
3
+ "vars" : [ "s", "name" ]
4
+ },
5
+ "results" : {
6
+ "bindings" : [ {
7
+ "s" : {
8
+ "type" : "uri",
9
+ "value" : "http://vocab.getty.edu/aat/300053264"
10
+ },
11
+ "name" : {
12
+ "xml:lang" : "en",
13
+ "type" : "literal",
14
+ "value" : "photocopying"
15
+ }
16
+ }, {
17
+ "s" : {
18
+ "type" : "uri",
19
+ "value" : "http://vocab.getty.edu/aat/300343368"
20
+ },
21
+ "name" : {
22
+ "xml:lang" : "en",
23
+ "type" : "literal",
24
+ "value" : "photo archives"
25
+ }
26
+ }, {
27
+ "s" : {
28
+ "type" : "uri",
29
+ "value" : "http://vocab.getty.edu/aat/300265224"
30
+ },
31
+ "name" : {
32
+ "xml:lang" : "en",
33
+ "type" : "literal",
34
+ "value" : "Photoconceptualism"
35
+ }
36
+ }, {
37
+ "s" : {
38
+ "type" : "uri",
39
+ "value" : "http://vocab.getty.edu/aat/300200516"
40
+ },
41
+ "name" : {
42
+ "xml:lang" : "en",
43
+ "type" : "literal",
44
+ "value" : "photocomposition"
45
+ }
46
+ }, {
47
+ "s" : {
48
+ "type" : "uri",
49
+ "value" : "http://vocab.getty.edu/aat/300379409"
50
+ },
51
+ "name" : {
52
+ "xml:lang" : "en",
53
+ "type" : "literal",
54
+ "value" : "photodegradation"
55
+ }
56
+ }, {
57
+ "s" : {
58
+ "type" : "uri",
59
+ "value" : "http://vocab.getty.edu/aat/300380180"
60
+ },
61
+ "name" : {
62
+ "xml:lang" : "en",
63
+ "type" : "literal",
64
+ "value" : "photointerpretation"
65
+ }
66
+ }, {
67
+ "s" : {
68
+ "type" : "uri",
69
+ "value" : "http://vocab.getty.edu/aat/300191635"
70
+ },
71
+ "name" : {
72
+ "xml:lang" : "en-us",
73
+ "type" : "literal",
74
+ "value" : "photoelasticity"
75
+ }
76
+ }, {
77
+ "s" : {
78
+ "type" : "uri",
79
+ "value" : "http://vocab.getty.edu/aat/300191635"
80
+ },
81
+ "name" : {
82
+ "xml:lang" : "en-gb",
83
+ "type" : "literal",
84
+ "value" : "photo-elasticity"
85
+ }
86
+ }, {
87
+ "s" : {
88
+ "type" : "uri",
89
+ "value" : "http://vocab.getty.edu/aat/300225875"
90
+ },
91
+ "name" : {
92
+ "xml:lang" : "en",
93
+ "type" : "literal",
94
+ "value" : "photoacoustic spectroscopy"
95
+ }
96
+ }, {
97
+ "s" : {
98
+ "type" : "uri",
99
+ "value" : "http://vocab.getty.edu/aat/300265560"
100
+ },
101
+ "name" : {
102
+ "xml:lang" : "en",
103
+ "type" : "literal",
104
+ "value" : "photoscreenprints"
105
+ }
106
+ } ]
107
+ }
108
+ }
@@ -0,0 +1,2494 @@
1
+ {
2
+ "head" : {
3
+ "vars" : [ "Subject", "Predicate", "Object" ]
4
+ },
5
+ "results" : {
6
+ "bindings" : [ {
7
+ "Subject" : {
8
+ "type" : "uri",
9
+ "value" : "http://vocab.getty.edu/aat/300265560"
10
+ },
11
+ "Predicate" : {
12
+ "type" : "uri",
13
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
14
+ },
15
+ "Object" : {
16
+ "type" : "uri",
17
+ "value" : "http://www.w3.org/2004/02/skos/core#Concept"
18
+ }
19
+ }, {
20
+ "Subject" : {
21
+ "type" : "uri",
22
+ "value" : "http://vocab.getty.edu/aat/300265560"
23
+ },
24
+ "Predicate" : {
25
+ "type" : "uri",
26
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
27
+ },
28
+ "Object" : {
29
+ "type" : "uri",
30
+ "value" : "http://vocab.getty.edu/ontology#Subject"
31
+ }
32
+ }, {
33
+ "Subject" : {
34
+ "type" : "uri",
35
+ "value" : "http://vocab.getty.edu/aat/300265560"
36
+ },
37
+ "Predicate" : {
38
+ "type" : "uri",
39
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
40
+ },
41
+ "Object" : {
42
+ "type" : "uri",
43
+ "value" : "http://vocab.getty.edu/ontology#Concept"
44
+ }
45
+ }, {
46
+ "Subject" : {
47
+ "type" : "uri",
48
+ "value" : "http://vocab.getty.edu/aat/300265560"
49
+ },
50
+ "Predicate" : {
51
+ "type" : "uri",
52
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
53
+ },
54
+ "Object" : {
55
+ "type" : "uri",
56
+ "value" : "http://vocab.getty.edu/aat/300026031"
57
+ }
58
+ }, {
59
+ "Subject" : {
60
+ "type" : "uri",
61
+ "value" : "http://vocab.getty.edu/aat/300265560"
62
+ },
63
+ "Predicate" : {
64
+ "type" : "uri",
65
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
66
+ },
67
+ "Object" : {
68
+ "type" : "uri",
69
+ "value" : "http://vocab.getty.edu/aat/300191086"
70
+ }
71
+ }, {
72
+ "Subject" : {
73
+ "type" : "uri",
74
+ "value" : "http://vocab.getty.edu/aat/300265560"
75
+ },
76
+ "Predicate" : {
77
+ "type" : "uri",
78
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
79
+ },
80
+ "Object" : {
81
+ "type" : "uri",
82
+ "value" : "http://vocab.getty.edu/aat/300220751"
83
+ }
84
+ }, {
85
+ "Subject" : {
86
+ "type" : "uri",
87
+ "value" : "http://vocab.getty.edu/aat/300265560"
88
+ },
89
+ "Predicate" : {
90
+ "type" : "uri",
91
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
92
+ },
93
+ "Object" : {
94
+ "type" : "uri",
95
+ "value" : "http://vocab.getty.edu/aat/300137954"
96
+ }
97
+ }, {
98
+ "Subject" : {
99
+ "type" : "uri",
100
+ "value" : "http://vocab.getty.edu/aat/300265560"
101
+ },
102
+ "Predicate" : {
103
+ "type" : "uri",
104
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
105
+ },
106
+ "Object" : {
107
+ "type" : "uri",
108
+ "value" : "http://vocab.getty.edu/aat/300191091"
109
+ }
110
+ }, {
111
+ "Subject" : {
112
+ "type" : "uri",
113
+ "value" : "http://vocab.getty.edu/aat/300265560"
114
+ },
115
+ "Predicate" : {
116
+ "type" : "uri",
117
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
118
+ },
119
+ "Object" : {
120
+ "type" : "uri",
121
+ "value" : "http://vocab.getty.edu/aat/300178688"
122
+ }
123
+ }, {
124
+ "Subject" : {
125
+ "type" : "uri",
126
+ "value" : "http://vocab.getty.edu/aat/300265560"
127
+ },
128
+ "Predicate" : {
129
+ "type" : "uri",
130
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
131
+ },
132
+ "Object" : {
133
+ "type" : "uri",
134
+ "value" : "http://vocab.getty.edu/aat/300041337"
135
+ }
136
+ }, {
137
+ "Subject" : {
138
+ "type" : "uri",
139
+ "value" : "http://vocab.getty.edu/aat/300265560"
140
+ },
141
+ "Predicate" : {
142
+ "type" : "uri",
143
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
144
+ },
145
+ "Object" : {
146
+ "type" : "uri",
147
+ "value" : "http://vocab.getty.edu/aat/300178544"
148
+ }
149
+ }, {
150
+ "Subject" : {
151
+ "type" : "uri",
152
+ "value" : "http://vocab.getty.edu/aat/300265560"
153
+ },
154
+ "Predicate" : {
155
+ "type" : "uri",
156
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
157
+ },
158
+ "Object" : {
159
+ "type" : "uri",
160
+ "value" : "http://vocab.getty.edu/aat/300163674"
161
+ }
162
+ }, {
163
+ "Subject" : {
164
+ "type" : "uri",
165
+ "value" : "http://vocab.getty.edu/aat/300265560"
166
+ },
167
+ "Predicate" : {
168
+ "type" : "uri",
169
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
170
+ },
171
+ "Object" : {
172
+ "type" : "uri",
173
+ "value" : "http://vocab.getty.edu/aat/300041273"
174
+ }
175
+ }, {
176
+ "Subject" : {
177
+ "type" : "uri",
178
+ "value" : "http://vocab.getty.edu/aat/300265560"
179
+ },
180
+ "Predicate" : {
181
+ "type" : "uri",
182
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
183
+ },
184
+ "Object" : {
185
+ "type" : "uri",
186
+ "value" : "http://vocab.getty.edu/aat/300264092"
187
+ }
188
+ }, {
189
+ "Subject" : {
190
+ "type" : "uri",
191
+ "value" : "http://vocab.getty.edu/aat/300265560"
192
+ },
193
+ "Predicate" : {
194
+ "type" : "uri",
195
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
196
+ },
197
+ "Object" : {
198
+ "type" : "uri",
199
+ "value" : "http://vocab.getty.edu/aat/300264552"
200
+ }
201
+ }, {
202
+ "Subject" : {
203
+ "type" : "uri",
204
+ "value" : "http://vocab.getty.edu/aat/300265560"
205
+ },
206
+ "Predicate" : {
207
+ "type" : "uri",
208
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
209
+ },
210
+ "Object" : {
211
+ "type" : "uri",
212
+ "value" : "http://vocab.getty.edu/aat/300179869"
213
+ }
214
+ }, {
215
+ "Subject" : {
216
+ "type" : "uri",
217
+ "value" : "http://vocab.getty.edu/aat/300265560"
218
+ },
219
+ "Predicate" : {
220
+ "type" : "uri",
221
+ "value" : "http://vocab.getty.edu/ontology#broaderExtended"
222
+ },
223
+ "Object" : {
224
+ "type" : "uri",
225
+ "value" : "http://vocab.getty.edu/aat/300026029"
226
+ }
227
+ }, {
228
+ "Subject" : {
229
+ "type" : "uri",
230
+ "value" : "http://vocab.getty.edu/aat/300265560"
231
+ },
232
+ "Predicate" : {
233
+ "type" : "uri",
234
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
235
+ },
236
+ "Object" : {
237
+ "type" : "uri",
238
+ "value" : "http://vocab.getty.edu/aat/300191086"
239
+ }
240
+ }, {
241
+ "Subject" : {
242
+ "type" : "uri",
243
+ "value" : "http://vocab.getty.edu/aat/300265560"
244
+ },
245
+ "Predicate" : {
246
+ "type" : "uri",
247
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
248
+ },
249
+ "Object" : {
250
+ "type" : "uri",
251
+ "value" : "http://vocab.getty.edu/aat/300191091"
252
+ }
253
+ }, {
254
+ "Subject" : {
255
+ "type" : "uri",
256
+ "value" : "http://vocab.getty.edu/aat/300265560"
257
+ },
258
+ "Predicate" : {
259
+ "type" : "uri",
260
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
261
+ },
262
+ "Object" : {
263
+ "type" : "uri",
264
+ "value" : "http://vocab.getty.edu/aat/300178688"
265
+ }
266
+ }, {
267
+ "Subject" : {
268
+ "type" : "uri",
269
+ "value" : "http://vocab.getty.edu/aat/300265560"
270
+ },
271
+ "Predicate" : {
272
+ "type" : "uri",
273
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
274
+ },
275
+ "Object" : {
276
+ "type" : "uri",
277
+ "value" : "http://vocab.getty.edu/aat/300041337"
278
+ }
279
+ }, {
280
+ "Subject" : {
281
+ "type" : "uri",
282
+ "value" : "http://vocab.getty.edu/aat/300265560"
283
+ },
284
+ "Predicate" : {
285
+ "type" : "uri",
286
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
287
+ },
288
+ "Object" : {
289
+ "type" : "uri",
290
+ "value" : "http://vocab.getty.edu/aat/300178544"
291
+ }
292
+ }, {
293
+ "Subject" : {
294
+ "type" : "uri",
295
+ "value" : "http://vocab.getty.edu/aat/300265560"
296
+ },
297
+ "Predicate" : {
298
+ "type" : "uri",
299
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
300
+ },
301
+ "Object" : {
302
+ "type" : "uri",
303
+ "value" : "http://vocab.getty.edu/aat/300041273"
304
+ }
305
+ }, {
306
+ "Subject" : {
307
+ "type" : "uri",
308
+ "value" : "http://vocab.getty.edu/aat/300265560"
309
+ },
310
+ "Predicate" : {
311
+ "type" : "uri",
312
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
313
+ },
314
+ "Object" : {
315
+ "type" : "uri",
316
+ "value" : "http://vocab.getty.edu/aat/300264092"
317
+ }
318
+ }, {
319
+ "Subject" : {
320
+ "type" : "uri",
321
+ "value" : "http://vocab.getty.edu/aat/300265560"
322
+ },
323
+ "Predicate" : {
324
+ "type" : "uri",
325
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
326
+ },
327
+ "Object" : {
328
+ "type" : "uri",
329
+ "value" : "http://vocab.getty.edu/aat/300264552"
330
+ }
331
+ }, {
332
+ "Subject" : {
333
+ "type" : "uri",
334
+ "value" : "http://vocab.getty.edu/aat/300265560"
335
+ },
336
+ "Predicate" : {
337
+ "type" : "uri",
338
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferredExtended"
339
+ },
340
+ "Object" : {
341
+ "type" : "uri",
342
+ "value" : "http://vocab.getty.edu/aat/300179869"
343
+ }
344
+ }, {
345
+ "Subject" : {
346
+ "type" : "uri",
347
+ "value" : "http://vocab.getty.edu/aat/300265560"
348
+ },
349
+ "Predicate" : {
350
+ "type" : "uri",
351
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
352
+ },
353
+ "Object" : {
354
+ "type" : "uri",
355
+ "value" : "http://vocab.getty.edu/aat/300026031"
356
+ }
357
+ }, {
358
+ "Subject" : {
359
+ "type" : "uri",
360
+ "value" : "http://vocab.getty.edu/aat/300265560"
361
+ },
362
+ "Predicate" : {
363
+ "type" : "uri",
364
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
365
+ },
366
+ "Object" : {
367
+ "type" : "uri",
368
+ "value" : "http://vocab.getty.edu/aat/300191086"
369
+ }
370
+ }, {
371
+ "Subject" : {
372
+ "type" : "uri",
373
+ "value" : "http://vocab.getty.edu/aat/300265560"
374
+ },
375
+ "Predicate" : {
376
+ "type" : "uri",
377
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
378
+ },
379
+ "Object" : {
380
+ "type" : "uri",
381
+ "value" : "http://vocab.getty.edu/aat/300220751"
382
+ }
383
+ }, {
384
+ "Subject" : {
385
+ "type" : "uri",
386
+ "value" : "http://vocab.getty.edu/aat/300265560"
387
+ },
388
+ "Predicate" : {
389
+ "type" : "uri",
390
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
391
+ },
392
+ "Object" : {
393
+ "type" : "uri",
394
+ "value" : "http://vocab.getty.edu/aat/300137954"
395
+ }
396
+ }, {
397
+ "Subject" : {
398
+ "type" : "uri",
399
+ "value" : "http://vocab.getty.edu/aat/300265560"
400
+ },
401
+ "Predicate" : {
402
+ "type" : "uri",
403
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
404
+ },
405
+ "Object" : {
406
+ "type" : "uri",
407
+ "value" : "http://vocab.getty.edu/aat/300191091"
408
+ }
409
+ }, {
410
+ "Subject" : {
411
+ "type" : "uri",
412
+ "value" : "http://vocab.getty.edu/aat/300265560"
413
+ },
414
+ "Predicate" : {
415
+ "type" : "uri",
416
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
417
+ },
418
+ "Object" : {
419
+ "type" : "uri",
420
+ "value" : "http://vocab.getty.edu/aat/300178688"
421
+ }
422
+ }, {
423
+ "Subject" : {
424
+ "type" : "uri",
425
+ "value" : "http://vocab.getty.edu/aat/300265560"
426
+ },
427
+ "Predicate" : {
428
+ "type" : "uri",
429
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
430
+ },
431
+ "Object" : {
432
+ "type" : "uri",
433
+ "value" : "http://vocab.getty.edu/aat/300041337"
434
+ }
435
+ }, {
436
+ "Subject" : {
437
+ "type" : "uri",
438
+ "value" : "http://vocab.getty.edu/aat/300265560"
439
+ },
440
+ "Predicate" : {
441
+ "type" : "uri",
442
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
443
+ },
444
+ "Object" : {
445
+ "type" : "uri",
446
+ "value" : "http://vocab.getty.edu/aat/300178544"
447
+ }
448
+ }, {
449
+ "Subject" : {
450
+ "type" : "uri",
451
+ "value" : "http://vocab.getty.edu/aat/300265560"
452
+ },
453
+ "Predicate" : {
454
+ "type" : "uri",
455
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
456
+ },
457
+ "Object" : {
458
+ "type" : "uri",
459
+ "value" : "http://vocab.getty.edu/aat/300163674"
460
+ }
461
+ }, {
462
+ "Subject" : {
463
+ "type" : "uri",
464
+ "value" : "http://vocab.getty.edu/aat/300265560"
465
+ },
466
+ "Predicate" : {
467
+ "type" : "uri",
468
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
469
+ },
470
+ "Object" : {
471
+ "type" : "uri",
472
+ "value" : "http://vocab.getty.edu/aat/300041273"
473
+ }
474
+ }, {
475
+ "Subject" : {
476
+ "type" : "uri",
477
+ "value" : "http://vocab.getty.edu/aat/300265560"
478
+ },
479
+ "Predicate" : {
480
+ "type" : "uri",
481
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
482
+ },
483
+ "Object" : {
484
+ "type" : "uri",
485
+ "value" : "http://vocab.getty.edu/aat/300264092"
486
+ }
487
+ }, {
488
+ "Subject" : {
489
+ "type" : "uri",
490
+ "value" : "http://vocab.getty.edu/aat/300265560"
491
+ },
492
+ "Predicate" : {
493
+ "type" : "uri",
494
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
495
+ },
496
+ "Object" : {
497
+ "type" : "uri",
498
+ "value" : "http://vocab.getty.edu/aat/300264552"
499
+ }
500
+ }, {
501
+ "Subject" : {
502
+ "type" : "uri",
503
+ "value" : "http://vocab.getty.edu/aat/300265560"
504
+ },
505
+ "Predicate" : {
506
+ "type" : "uri",
507
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
508
+ },
509
+ "Object" : {
510
+ "type" : "uri",
511
+ "value" : "http://vocab.getty.edu/aat/300179869"
512
+ }
513
+ }, {
514
+ "Subject" : {
515
+ "type" : "uri",
516
+ "value" : "http://vocab.getty.edu/aat/300265560"
517
+ },
518
+ "Predicate" : {
519
+ "type" : "uri",
520
+ "value" : "http://vocab.getty.edu/ontology#broaderGenericExtended"
521
+ },
522
+ "Object" : {
523
+ "type" : "uri",
524
+ "value" : "http://vocab.getty.edu/aat/300026029"
525
+ }
526
+ }, {
527
+ "Subject" : {
528
+ "type" : "uri",
529
+ "value" : "http://vocab.getty.edu/aat/300265560"
530
+ },
531
+ "Predicate" : {
532
+ "type" : "uri",
533
+ "value" : "http://www.w3.org/2004/02/skos/core#prefLabel"
534
+ },
535
+ "Object" : {
536
+ "xml:lang" : "en",
537
+ "type" : "literal",
538
+ "value" : "photoscreenprints"
539
+ }
540
+ }, {
541
+ "Subject" : {
542
+ "type" : "uri",
543
+ "value" : "http://vocab.getty.edu/aat/300265560"
544
+ },
545
+ "Predicate" : {
546
+ "type" : "uri",
547
+ "value" : "http://www.w3.org/2004/02/skos/core#prefLabel"
548
+ },
549
+ "Object" : {
550
+ "xml:lang" : "nl",
551
+ "type" : "literal",
552
+ "value" : "fotozeefdrukken"
553
+ }
554
+ }, {
555
+ "Subject" : {
556
+ "type" : "uri",
557
+ "value" : "http://vocab.getty.edu/aat/300265560"
558
+ },
559
+ "Predicate" : {
560
+ "type" : "uri",
561
+ "value" : "http://www.w3.org/2008/05/skos-xl#altLabel"
562
+ },
563
+ "Object" : {
564
+ "type" : "uri",
565
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
566
+ }
567
+ }, {
568
+ "Subject" : {
569
+ "type" : "uri",
570
+ "value" : "http://vocab.getty.edu/aat/300265560"
571
+ },
572
+ "Predicate" : {
573
+ "type" : "uri",
574
+ "value" : "http://vocab.getty.edu/ontology#broaderPreferred"
575
+ },
576
+ "Object" : {
577
+ "type" : "uri",
578
+ "value" : "http://vocab.getty.edu/aat/300178688"
579
+ }
580
+ }, {
581
+ "Subject" : {
582
+ "type" : "uri",
583
+ "value" : "http://vocab.getty.edu/aat/300265560"
584
+ },
585
+ "Predicate" : {
586
+ "type" : "uri",
587
+ "value" : "http://www.w3.org/2004/02/skos/core#altLabel"
588
+ },
589
+ "Object" : {
590
+ "xml:lang" : "en",
591
+ "type" : "literal",
592
+ "value" : "photoscreenprint"
593
+ }
594
+ }, {
595
+ "Subject" : {
596
+ "type" : "uri",
597
+ "value" : "http://vocab.getty.edu/aat/300265560"
598
+ },
599
+ "Predicate" : {
600
+ "type" : "uri",
601
+ "value" : "http://www.w3.org/2008/05/skos-xl#prefLabel"
602
+ },
603
+ "Object" : {
604
+ "type" : "uri",
605
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
606
+ }
607
+ }, {
608
+ "Subject" : {
609
+ "type" : "uri",
610
+ "value" : "http://vocab.getty.edu/aat/300265560"
611
+ },
612
+ "Predicate" : {
613
+ "type" : "uri",
614
+ "value" : "http://www.w3.org/2008/05/skos-xl#prefLabel"
615
+ },
616
+ "Object" : {
617
+ "type" : "uri",
618
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
619
+ }
620
+ }, {
621
+ "Subject" : {
622
+ "type" : "uri",
623
+ "value" : "http://vocab.getty.edu/aat/300265560"
624
+ },
625
+ "Predicate" : {
626
+ "type" : "uri",
627
+ "value" : "http://www.w3.org/2000/01/rdf-schema#label"
628
+ },
629
+ "Object" : {
630
+ "xml:lang" : "en",
631
+ "type" : "literal",
632
+ "value" : "photoscreenprints"
633
+ }
634
+ }, {
635
+ "Subject" : {
636
+ "type" : "uri",
637
+ "value" : "http://vocab.getty.edu/aat/300265560"
638
+ },
639
+ "Predicate" : {
640
+ "type" : "uri",
641
+ "value" : "http://www.w3.org/2000/01/rdf-schema#label"
642
+ },
643
+ "Object" : {
644
+ "xml:lang" : "en",
645
+ "type" : "literal",
646
+ "value" : "photoscreenprint"
647
+ }
648
+ }, {
649
+ "Subject" : {
650
+ "type" : "uri",
651
+ "value" : "http://vocab.getty.edu/aat/300265560"
652
+ },
653
+ "Predicate" : {
654
+ "type" : "uri",
655
+ "value" : "http://www.w3.org/2000/01/rdf-schema#label"
656
+ },
657
+ "Object" : {
658
+ "xml:lang" : "nl",
659
+ "type" : "literal",
660
+ "value" : "fotozeefdrukken"
661
+ }
662
+ }, {
663
+ "Subject" : {
664
+ "type" : "uri",
665
+ "value" : "http://vocab.getty.edu/aat/300265560"
666
+ },
667
+ "Predicate" : {
668
+ "type" : "uri",
669
+ "value" : "http://www.w3.org/2000/01/rdf-schema#seeAlso"
670
+ },
671
+ "Object" : {
672
+ "type" : "uri",
673
+ "value" : "http://www.getty.edu/vow/AATFullDisplay?find=&logic=AND&note=&subjectid=300265560"
674
+ }
675
+ }, {
676
+ "Subject" : {
677
+ "type" : "uri",
678
+ "value" : "http://vocab.getty.edu/aat/300265560"
679
+ },
680
+ "Predicate" : {
681
+ "type" : "uri",
682
+ "value" : "http://purl.org/dc/terms/contributor"
683
+ },
684
+ "Object" : {
685
+ "type" : "uri",
686
+ "value" : "http://vocab.getty.edu/aat/contrib/10000000"
687
+ }
688
+ }, {
689
+ "Subject" : {
690
+ "type" : "uri",
691
+ "value" : "http://vocab.getty.edu/aat/300265560"
692
+ },
693
+ "Predicate" : {
694
+ "type" : "uri",
695
+ "value" : "http://purl.org/dc/terms/contributor"
696
+ },
697
+ "Object" : {
698
+ "type" : "uri",
699
+ "value" : "http://vocab.getty.edu/aat/contrib/10000205"
700
+ }
701
+ }, {
702
+ "Subject" : {
703
+ "type" : "uri",
704
+ "value" : "http://vocab.getty.edu/aat/300265560"
705
+ },
706
+ "Predicate" : {
707
+ "type" : "uri",
708
+ "value" : "http://www.w3.org/2004/02/skos/core#scopeNote"
709
+ },
710
+ "Object" : {
711
+ "type" : "uri",
712
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
713
+ }
714
+ }, {
715
+ "Subject" : {
716
+ "type" : "uri",
717
+ "value" : "http://vocab.getty.edu/aat/300265560"
718
+ },
719
+ "Predicate" : {
720
+ "type" : "uri",
721
+ "value" : "http://www.w3.org/2004/02/skos/core#scopeNote"
722
+ },
723
+ "Object" : {
724
+ "type" : "uri",
725
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
726
+ }
727
+ }, {
728
+ "Subject" : {
729
+ "type" : "uri",
730
+ "value" : "http://vocab.getty.edu/aat/300265560"
731
+ },
732
+ "Predicate" : {
733
+ "type" : "uri",
734
+ "value" : "http://www.w3.org/2004/02/skos/core#inScheme"
735
+ },
736
+ "Object" : {
737
+ "type" : "uri",
738
+ "value" : "http://vocab.getty.edu/aat/"
739
+ }
740
+ }, {
741
+ "Subject" : {
742
+ "type" : "uri",
743
+ "value" : "http://vocab.getty.edu/aat/300265560"
744
+ },
745
+ "Predicate" : {
746
+ "type" : "uri",
747
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
748
+ },
749
+ "Object" : {
750
+ "type" : "uri",
751
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
752
+ }
753
+ }, {
754
+ "Subject" : {
755
+ "type" : "uri",
756
+ "value" : "http://vocab.getty.edu/aat/300265560"
757
+ },
758
+ "Predicate" : {
759
+ "type" : "uri",
760
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
761
+ },
762
+ "Object" : {
763
+ "type" : "uri",
764
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
765
+ }
766
+ }, {
767
+ "Subject" : {
768
+ "type" : "uri",
769
+ "value" : "http://vocab.getty.edu/aat/300265560"
770
+ },
771
+ "Predicate" : {
772
+ "type" : "uri",
773
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
774
+ },
775
+ "Object" : {
776
+ "type" : "uri",
777
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
778
+ }
779
+ }, {
780
+ "Subject" : {
781
+ "type" : "uri",
782
+ "value" : "http://vocab.getty.edu/aat/300265560"
783
+ },
784
+ "Predicate" : {
785
+ "type" : "uri",
786
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
787
+ },
788
+ "Object" : {
789
+ "type" : "uri",
790
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
791
+ }
792
+ }, {
793
+ "Subject" : {
794
+ "type" : "uri",
795
+ "value" : "http://vocab.getty.edu/aat/300265560"
796
+ },
797
+ "Predicate" : {
798
+ "type" : "uri",
799
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
800
+ },
801
+ "Object" : {
802
+ "type" : "uri",
803
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
804
+ }
805
+ }, {
806
+ "Subject" : {
807
+ "type" : "uri",
808
+ "value" : "http://vocab.getty.edu/aat/300265560"
809
+ },
810
+ "Predicate" : {
811
+ "type" : "uri",
812
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
813
+ },
814
+ "Object" : {
815
+ "type" : "uri",
816
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
817
+ }
818
+ }, {
819
+ "Subject" : {
820
+ "type" : "uri",
821
+ "value" : "http://vocab.getty.edu/aat/300265560"
822
+ },
823
+ "Predicate" : {
824
+ "type" : "uri",
825
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
826
+ },
827
+ "Object" : {
828
+ "type" : "uri",
829
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
830
+ }
831
+ }, {
832
+ "Subject" : {
833
+ "type" : "uri",
834
+ "value" : "http://vocab.getty.edu/aat/300265560"
835
+ },
836
+ "Predicate" : {
837
+ "type" : "uri",
838
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
839
+ },
840
+ "Object" : {
841
+ "type" : "uri",
842
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
843
+ }
844
+ }, {
845
+ "Subject" : {
846
+ "type" : "uri",
847
+ "value" : "http://vocab.getty.edu/aat/300265560"
848
+ },
849
+ "Predicate" : {
850
+ "type" : "uri",
851
+ "value" : "http://www.w3.org/2004/02/skos/core#note"
852
+ },
853
+ "Object" : {
854
+ "type" : "uri",
855
+ "value" : "http://vocab.getty.edu/aat/rev/5002953242"
856
+ }
857
+ }, {
858
+ "Subject" : {
859
+ "type" : "uri",
860
+ "value" : "http://vocab.getty.edu/aat/300265560"
861
+ },
862
+ "Predicate" : {
863
+ "type" : "uri",
864
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
865
+ },
866
+ "Object" : {
867
+ "type" : "uri",
868
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
869
+ }
870
+ }, {
871
+ "Subject" : {
872
+ "type" : "uri",
873
+ "value" : "http://vocab.getty.edu/aat/300265560"
874
+ },
875
+ "Predicate" : {
876
+ "type" : "uri",
877
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
878
+ },
879
+ "Object" : {
880
+ "type" : "uri",
881
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
882
+ }
883
+ }, {
884
+ "Subject" : {
885
+ "type" : "uri",
886
+ "value" : "http://vocab.getty.edu/aat/300265560"
887
+ },
888
+ "Predicate" : {
889
+ "type" : "uri",
890
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
891
+ },
892
+ "Object" : {
893
+ "type" : "uri",
894
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
895
+ }
896
+ }, {
897
+ "Subject" : {
898
+ "type" : "uri",
899
+ "value" : "http://vocab.getty.edu/aat/300265560"
900
+ },
901
+ "Predicate" : {
902
+ "type" : "uri",
903
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
904
+ },
905
+ "Object" : {
906
+ "type" : "uri",
907
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
908
+ }
909
+ }, {
910
+ "Subject" : {
911
+ "type" : "uri",
912
+ "value" : "http://vocab.getty.edu/aat/300265560"
913
+ },
914
+ "Predicate" : {
915
+ "type" : "uri",
916
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
917
+ },
918
+ "Object" : {
919
+ "type" : "uri",
920
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
921
+ }
922
+ }, {
923
+ "Subject" : {
924
+ "type" : "uri",
925
+ "value" : "http://vocab.getty.edu/aat/300265560"
926
+ },
927
+ "Predicate" : {
928
+ "type" : "uri",
929
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
930
+ },
931
+ "Object" : {
932
+ "type" : "uri",
933
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
934
+ }
935
+ }, {
936
+ "Subject" : {
937
+ "type" : "uri",
938
+ "value" : "http://vocab.getty.edu/aat/300265560"
939
+ },
940
+ "Predicate" : {
941
+ "type" : "uri",
942
+ "value" : "http://www.w3.org/2004/02/skos/core#changeNote"
943
+ },
944
+ "Object" : {
945
+ "type" : "uri",
946
+ "value" : "http://vocab.getty.edu/aat/rev/5002953242"
947
+ }
948
+ }, {
949
+ "Subject" : {
950
+ "type" : "uri",
951
+ "value" : "http://vocab.getty.edu/aat/300265560"
952
+ },
953
+ "Predicate" : {
954
+ "type" : "uri",
955
+ "value" : "http://purl.org/dc/terms/created"
956
+ },
957
+ "Object" : {
958
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
959
+ "type" : "literal",
960
+ "value" : "2005-08-16T09:24:12"
961
+ }
962
+ }, {
963
+ "Subject" : {
964
+ "type" : "uri",
965
+ "value" : "http://vocab.getty.edu/aat/300265560"
966
+ },
967
+ "Predicate" : {
968
+ "type" : "uri",
969
+ "value" : "http://purl.org/dc/terms/modified"
970
+ },
971
+ "Object" : {
972
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
973
+ "type" : "literal",
974
+ "value" : "2005-08-16T09:24:12"
975
+ }
976
+ }, {
977
+ "Subject" : {
978
+ "type" : "uri",
979
+ "value" : "http://vocab.getty.edu/aat/300265560"
980
+ },
981
+ "Predicate" : {
982
+ "type" : "uri",
983
+ "value" : "http://purl.org/dc/terms/modified"
984
+ },
985
+ "Object" : {
986
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
987
+ "type" : "literal",
988
+ "value" : "2005-08-16T09:33:44"
989
+ }
990
+ }, {
991
+ "Subject" : {
992
+ "type" : "uri",
993
+ "value" : "http://vocab.getty.edu/aat/300265560"
994
+ },
995
+ "Predicate" : {
996
+ "type" : "uri",
997
+ "value" : "http://purl.org/dc/terms/modified"
998
+ },
999
+ "Object" : {
1000
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1001
+ "type" : "literal",
1002
+ "value" : "2011-01-08T02:47:26"
1003
+ }
1004
+ }, {
1005
+ "Subject" : {
1006
+ "type" : "uri",
1007
+ "value" : "http://vocab.getty.edu/aat/300265560"
1008
+ },
1009
+ "Predicate" : {
1010
+ "type" : "uri",
1011
+ "value" : "http://purl.org/dc/terms/modified"
1012
+ },
1013
+ "Object" : {
1014
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1015
+ "type" : "literal",
1016
+ "value" : "2011-01-08T02:47:28"
1017
+ }
1018
+ }, {
1019
+ "Subject" : {
1020
+ "type" : "uri",
1021
+ "value" : "http://vocab.getty.edu/aat/300265560"
1022
+ },
1023
+ "Predicate" : {
1024
+ "type" : "uri",
1025
+ "value" : "http://vocab.getty.edu/ontology#broader"
1026
+ },
1027
+ "Object" : {
1028
+ "type" : "uri",
1029
+ "value" : "http://vocab.getty.edu/aat/300178688"
1030
+ }
1031
+ }, {
1032
+ "Subject" : {
1033
+ "type" : "uri",
1034
+ "value" : "http://vocab.getty.edu/aat/300265560"
1035
+ },
1036
+ "Predicate" : {
1037
+ "type" : "uri",
1038
+ "value" : "http://vocab.getty.edu/ontology#parentString"
1039
+ },
1040
+ "Object" : {
1041
+ "type" : "literal",
1042
+ "value" : "screen prints, <prints by process: transfer method>, <prints by process or technique>, prints (visual works), <visual works by material or technique>, visual works (works), Visual Works (Hierarchy Name), Visual and Verbal Communication (Hierarchy Name), Objects Facet"
1043
+ }
1044
+ }, {
1045
+ "Subject" : {
1046
+ "type" : "uri",
1047
+ "value" : "http://vocab.getty.edu/aat/300265560"
1048
+ },
1049
+ "Predicate" : {
1050
+ "type" : "uri",
1051
+ "value" : "http://vocab.getty.edu/ontology#parentStringAbbrev"
1052
+ },
1053
+ "Object" : {
1054
+ "type" : "literal",
1055
+ "value" : "screen prints, <prints by process: transfer method>, ... Objects Facet"
1056
+ }
1057
+ }, {
1058
+ "Subject" : {
1059
+ "type" : "uri",
1060
+ "value" : "http://vocab.getty.edu/aat/300265560"
1061
+ },
1062
+ "Predicate" : {
1063
+ "type" : "uri",
1064
+ "value" : "http://vocab.getty.edu/ontology#displayOrder"
1065
+ },
1066
+ "Object" : {
1067
+ "datatype" : "http://www.w3.org/2001/XMLSchema#positiveInteger",
1068
+ "type" : "literal",
1069
+ "value" : "1"
1070
+ }
1071
+ }, {
1072
+ "Subject" : {
1073
+ "type" : "uri",
1074
+ "value" : "http://vocab.getty.edu/aat/300265560"
1075
+ },
1076
+ "Predicate" : {
1077
+ "type" : "uri",
1078
+ "value" : "http://vocab.getty.edu/ontology#broaderGeneric"
1079
+ },
1080
+ "Object" : {
1081
+ "type" : "uri",
1082
+ "value" : "http://vocab.getty.edu/aat/300178688"
1083
+ }
1084
+ }, {
1085
+ "Subject" : {
1086
+ "type" : "uri",
1087
+ "value" : "http://vocab.getty.edu/aat/300265560"
1088
+ },
1089
+ "Predicate" : {
1090
+ "type" : "uri",
1091
+ "value" : "http://vocab.getty.edu/ontology#prefLabelGVP"
1092
+ },
1093
+ "Object" : {
1094
+ "type" : "uri",
1095
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1096
+ }
1097
+ }, {
1098
+ "Subject" : {
1099
+ "type" : "uri",
1100
+ "value" : "http://vocab.getty.edu/aat/300265560"
1101
+ },
1102
+ "Predicate" : {
1103
+ "type" : "uri",
1104
+ "value" : "http://purl.org/dc/terms/source"
1105
+ },
1106
+ "Object" : {
1107
+ "type" : "uri",
1108
+ "value" : "http://vocab.getty.edu/aat/source/2000077523"
1109
+ }
1110
+ }, {
1111
+ "Subject" : {
1112
+ "type" : "uri",
1113
+ "value" : "http://vocab.getty.edu/aat/300265560"
1114
+ },
1115
+ "Predicate" : {
1116
+ "type" : "uri",
1117
+ "value" : "http://purl.org/dc/terms/source"
1118
+ },
1119
+ "Object" : {
1120
+ "type" : "uri",
1121
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-subject-300265560"
1122
+ }
1123
+ }, {
1124
+ "Subject" : {
1125
+ "type" : "uri",
1126
+ "value" : "http://vocab.getty.edu/aat/300265560"
1127
+ },
1128
+ "Predicate" : {
1129
+ "type" : "uri",
1130
+ "value" : "http://purl.org/dc/elements/1.1/identifier"
1131
+ },
1132
+ "Object" : {
1133
+ "type" : "literal",
1134
+ "value" : "300265560"
1135
+ }
1136
+ }, {
1137
+ "Subject" : {
1138
+ "type" : "uri",
1139
+ "value" : "http://vocab.getty.edu/aat/300265560"
1140
+ },
1141
+ "Predicate" : {
1142
+ "type" : "uri",
1143
+ "value" : "http://www.w3.org/ns/prov#wasGeneratedBy"
1144
+ },
1145
+ "Object" : {
1146
+ "type" : "uri",
1147
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
1148
+ }
1149
+ }, {
1150
+ "Subject" : {
1151
+ "type" : "uri",
1152
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
1153
+ },
1154
+ "Predicate" : {
1155
+ "type" : "uri",
1156
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1157
+ },
1158
+ "Object" : {
1159
+ "type" : "uri",
1160
+ "value" : "http://www.w3.org/ns/prov#Activity"
1161
+ }
1162
+ }, {
1163
+ "Subject" : {
1164
+ "type" : "uri",
1165
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
1166
+ },
1167
+ "Predicate" : {
1168
+ "type" : "uri",
1169
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1170
+ },
1171
+ "Object" : {
1172
+ "type" : "uri",
1173
+ "value" : "http://www.w3.org/ns/prov#Create"
1174
+ }
1175
+ }, {
1176
+ "Subject" : {
1177
+ "type" : "uri",
1178
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
1179
+ },
1180
+ "Predicate" : {
1181
+ "type" : "uri",
1182
+ "value" : "http://purl.org/dc/elements/1.1/type"
1183
+ },
1184
+ "Object" : {
1185
+ "type" : "literal",
1186
+ "value" : "created"
1187
+ }
1188
+ }, {
1189
+ "Subject" : {
1190
+ "type" : "uri",
1191
+ "value" : "http://vocab.getty.edu/aat/rev/5001548247"
1192
+ },
1193
+ "Predicate" : {
1194
+ "type" : "uri",
1195
+ "value" : "http://www.w3.org/ns/prov#startedAtTime"
1196
+ },
1197
+ "Object" : {
1198
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1199
+ "type" : "literal",
1200
+ "value" : "2005-08-16T09:24:12"
1201
+ }
1202
+ }, {
1203
+ "Subject" : {
1204
+ "type" : "uri",
1205
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
1206
+ },
1207
+ "Predicate" : {
1208
+ "type" : "uri",
1209
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1210
+ },
1211
+ "Object" : {
1212
+ "type" : "uri",
1213
+ "value" : "http://www.w3.org/ns/prov#Activity"
1214
+ }
1215
+ }, {
1216
+ "Subject" : {
1217
+ "type" : "uri",
1218
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
1219
+ },
1220
+ "Predicate" : {
1221
+ "type" : "uri",
1222
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1223
+ },
1224
+ "Object" : {
1225
+ "type" : "uri",
1226
+ "value" : "http://www.w3.org/ns/prov#Modify"
1227
+ }
1228
+ }, {
1229
+ "Subject" : {
1230
+ "type" : "uri",
1231
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
1232
+ },
1233
+ "Predicate" : {
1234
+ "type" : "uri",
1235
+ "value" : "http://purl.org/dc/elements/1.1/type"
1236
+ },
1237
+ "Object" : {
1238
+ "type" : "literal",
1239
+ "value" : "term added"
1240
+ }
1241
+ }, {
1242
+ "Subject" : {
1243
+ "type" : "uri",
1244
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
1245
+ },
1246
+ "Predicate" : {
1247
+ "type" : "uri",
1248
+ "value" : "http://www.w3.org/ns/prov#startedAtTime"
1249
+ },
1250
+ "Object" : {
1251
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1252
+ "type" : "literal",
1253
+ "value" : "2005-08-16T09:24:12"
1254
+ }
1255
+ }, {
1256
+ "Subject" : {
1257
+ "type" : "uri",
1258
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
1259
+ },
1260
+ "Predicate" : {
1261
+ "type" : "uri",
1262
+ "value" : "http://purl.org/dc/elements/1.1/description"
1263
+ },
1264
+ "Object" : {
1265
+ "type" : "literal",
1266
+ "value" : "NEW SUBJECT (1000308497);"
1267
+ }
1268
+ }, {
1269
+ "Subject" : {
1270
+ "type" : "uri",
1271
+ "value" : "http://vocab.getty.edu/aat/rev/5001548246"
1272
+ },
1273
+ "Predicate" : {
1274
+ "type" : "uri",
1275
+ "value" : "http://www.w3.org/ns/prov#used"
1276
+ },
1277
+ "Object" : {
1278
+ "type" : "uri",
1279
+ "value" : "http://vocab.getty.edu/aat/300265560"
1280
+ }
1281
+ }, {
1282
+ "Subject" : {
1283
+ "type" : "uri",
1284
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
1285
+ },
1286
+ "Predicate" : {
1287
+ "type" : "uri",
1288
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1289
+ },
1290
+ "Object" : {
1291
+ "type" : "uri",
1292
+ "value" : "http://www.w3.org/ns/prov#Activity"
1293
+ }
1294
+ }, {
1295
+ "Subject" : {
1296
+ "type" : "uri",
1297
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
1298
+ },
1299
+ "Predicate" : {
1300
+ "type" : "uri",
1301
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1302
+ },
1303
+ "Object" : {
1304
+ "type" : "uri",
1305
+ "value" : "http://www.w3.org/ns/prov#Modify"
1306
+ }
1307
+ }, {
1308
+ "Subject" : {
1309
+ "type" : "uri",
1310
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
1311
+ },
1312
+ "Predicate" : {
1313
+ "type" : "uri",
1314
+ "value" : "http://purl.org/dc/elements/1.1/type"
1315
+ },
1316
+ "Object" : {
1317
+ "type" : "literal",
1318
+ "value" : "term added"
1319
+ }
1320
+ }, {
1321
+ "Subject" : {
1322
+ "type" : "uri",
1323
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
1324
+ },
1325
+ "Predicate" : {
1326
+ "type" : "uri",
1327
+ "value" : "http://www.w3.org/ns/prov#startedAtTime"
1328
+ },
1329
+ "Object" : {
1330
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1331
+ "type" : "literal",
1332
+ "value" : "2005-08-16T09:33:44"
1333
+ }
1334
+ }, {
1335
+ "Subject" : {
1336
+ "type" : "uri",
1337
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
1338
+ },
1339
+ "Predicate" : {
1340
+ "type" : "uri",
1341
+ "value" : "http://purl.org/dc/elements/1.1/description"
1342
+ },
1343
+ "Object" : {
1344
+ "type" : "literal",
1345
+ "value" : "photoscreenprint (1000308498);"
1346
+ }
1347
+ }, {
1348
+ "Subject" : {
1349
+ "type" : "uri",
1350
+ "value" : "http://vocab.getty.edu/aat/rev/5001548252"
1351
+ },
1352
+ "Predicate" : {
1353
+ "type" : "uri",
1354
+ "value" : "http://www.w3.org/ns/prov#used"
1355
+ },
1356
+ "Object" : {
1357
+ "type" : "uri",
1358
+ "value" : "http://vocab.getty.edu/aat/300265560"
1359
+ }
1360
+ }, {
1361
+ "Subject" : {
1362
+ "type" : "uri",
1363
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
1364
+ },
1365
+ "Predicate" : {
1366
+ "type" : "uri",
1367
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1368
+ },
1369
+ "Object" : {
1370
+ "type" : "uri",
1371
+ "value" : "http://www.w3.org/ns/prov#Activity"
1372
+ }
1373
+ }, {
1374
+ "Subject" : {
1375
+ "type" : "uri",
1376
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
1377
+ },
1378
+ "Predicate" : {
1379
+ "type" : "uri",
1380
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1381
+ },
1382
+ "Object" : {
1383
+ "type" : "uri",
1384
+ "value" : "http://www.w3.org/ns/prov#Modify"
1385
+ }
1386
+ }, {
1387
+ "Subject" : {
1388
+ "type" : "uri",
1389
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
1390
+ },
1391
+ "Predicate" : {
1392
+ "type" : "uri",
1393
+ "value" : "http://purl.org/dc/elements/1.1/type"
1394
+ },
1395
+ "Object" : {
1396
+ "type" : "literal",
1397
+ "value" : "term added"
1398
+ }
1399
+ }, {
1400
+ "Subject" : {
1401
+ "type" : "uri",
1402
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
1403
+ },
1404
+ "Predicate" : {
1405
+ "type" : "uri",
1406
+ "value" : "http://www.w3.org/ns/prov#startedAtTime"
1407
+ },
1408
+ "Object" : {
1409
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1410
+ "type" : "literal",
1411
+ "value" : "2011-01-08T02:47:26"
1412
+ }
1413
+ }, {
1414
+ "Subject" : {
1415
+ "type" : "uri",
1416
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
1417
+ },
1418
+ "Predicate" : {
1419
+ "type" : "uri",
1420
+ "value" : "http://purl.org/dc/elements/1.1/description"
1421
+ },
1422
+ "Object" : {
1423
+ "type" : "literal",
1424
+ "value" : "fotozeefdrukken (1000513817);"
1425
+ }
1426
+ }, {
1427
+ "Subject" : {
1428
+ "type" : "uri",
1429
+ "value" : "http://vocab.getty.edu/aat/rev/5002953237"
1430
+ },
1431
+ "Predicate" : {
1432
+ "type" : "uri",
1433
+ "value" : "http://www.w3.org/ns/prov#used"
1434
+ },
1435
+ "Object" : {
1436
+ "type" : "uri",
1437
+ "value" : "http://vocab.getty.edu/aat/300265560"
1438
+ }
1439
+ }, {
1440
+ "Subject" : {
1441
+ "type" : "uri",
1442
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
1443
+ },
1444
+ "Predicate" : {
1445
+ "type" : "uri",
1446
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1447
+ },
1448
+ "Object" : {
1449
+ "type" : "uri",
1450
+ "value" : "http://www.w3.org/ns/prov#Activity"
1451
+ }
1452
+ }, {
1453
+ "Subject" : {
1454
+ "type" : "uri",
1455
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
1456
+ },
1457
+ "Predicate" : {
1458
+ "type" : "uri",
1459
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1460
+ },
1461
+ "Object" : {
1462
+ "type" : "uri",
1463
+ "value" : "http://www.w3.org/ns/prov#Modify"
1464
+ }
1465
+ }, {
1466
+ "Subject" : {
1467
+ "type" : "uri",
1468
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
1469
+ },
1470
+ "Predicate" : {
1471
+ "type" : "uri",
1472
+ "value" : "http://purl.org/dc/elements/1.1/type"
1473
+ },
1474
+ "Object" : {
1475
+ "type" : "literal",
1476
+ "value" : "updated"
1477
+ }
1478
+ }, {
1479
+ "Subject" : {
1480
+ "type" : "uri",
1481
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
1482
+ },
1483
+ "Predicate" : {
1484
+ "type" : "uri",
1485
+ "value" : "http://www.w3.org/ns/prov#startedAtTime"
1486
+ },
1487
+ "Object" : {
1488
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1489
+ "type" : "literal",
1490
+ "value" : "2005-08-16T09:33:44"
1491
+ }
1492
+ }, {
1493
+ "Subject" : {
1494
+ "type" : "uri",
1495
+ "value" : "http://vocab.getty.edu/aat/rev/5001548250"
1496
+ },
1497
+ "Predicate" : {
1498
+ "type" : "uri",
1499
+ "value" : "http://www.w3.org/ns/prov#used"
1500
+ },
1501
+ "Object" : {
1502
+ "type" : "uri",
1503
+ "value" : "http://vocab.getty.edu/aat/300265560"
1504
+ }
1505
+ }, {
1506
+ "Subject" : {
1507
+ "type" : "uri",
1508
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
1509
+ },
1510
+ "Predicate" : {
1511
+ "type" : "uri",
1512
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1513
+ },
1514
+ "Object" : {
1515
+ "type" : "uri",
1516
+ "value" : "http://www.w3.org/ns/prov#Activity"
1517
+ }
1518
+ }, {
1519
+ "Subject" : {
1520
+ "type" : "uri",
1521
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
1522
+ },
1523
+ "Predicate" : {
1524
+ "type" : "uri",
1525
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1526
+ },
1527
+ "Object" : {
1528
+ "type" : "uri",
1529
+ "value" : "http://www.w3.org/ns/prov#Modify"
1530
+ }
1531
+ }, {
1532
+ "Subject" : {
1533
+ "type" : "uri",
1534
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
1535
+ },
1536
+ "Predicate" : {
1537
+ "type" : "uri",
1538
+ "value" : "http://purl.org/dc/elements/1.1/type"
1539
+ },
1540
+ "Object" : {
1541
+ "type" : "literal",
1542
+ "value" : "note created"
1543
+ }
1544
+ }, {
1545
+ "Subject" : {
1546
+ "type" : "uri",
1547
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
1548
+ },
1549
+ "Predicate" : {
1550
+ "type" : "uri",
1551
+ "value" : "http://www.w3.org/ns/prov#startedAtTime"
1552
+ },
1553
+ "Object" : {
1554
+ "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime",
1555
+ "type" : "literal",
1556
+ "value" : "2005-08-16T09:33:44"
1557
+ }
1558
+ }, {
1559
+ "Subject" : {
1560
+ "type" : "uri",
1561
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
1562
+ },
1563
+ "Predicate" : {
1564
+ "type" : "uri",
1565
+ "value" : "http://purl.org/dc/elements/1.1/description"
1566
+ },
1567
+ "Object" : {
1568
+ "type" : "literal",
1569
+ "value" : "Language: "
1570
+ }
1571
+ }, {
1572
+ "Subject" : {
1573
+ "type" : "uri",
1574
+ "value" : "http://vocab.getty.edu/aat/rev/5001548249"
1575
+ },
1576
+ "Predicate" : {
1577
+ "type" : "uri",
1578
+ "value" : "http://www.w3.org/ns/prov#used"
1579
+ },
1580
+ "Object" : {
1581
+ "type" : "uri",
1582
+ "value" : "http://vocab.getty.edu/aat/300265560"
1583
+ }
1584
+ }, {
1585
+ "Subject" : {
1586
+ "type" : "uri",
1587
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-subject-300265560"
1588
+ },
1589
+ "Predicate" : {
1590
+ "type" : "uri",
1591
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1592
+ },
1593
+ "Object" : {
1594
+ "type" : "uri",
1595
+ "value" : "http://purl.org/ontology/bibo/DocumentPart"
1596
+ }
1597
+ }, {
1598
+ "Subject" : {
1599
+ "type" : "uri",
1600
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-subject-300265560"
1601
+ },
1602
+ "Predicate" : {
1603
+ "type" : "uri",
1604
+ "value" : "http://purl.org/dc/terms/isPartOf"
1605
+ },
1606
+ "Object" : {
1607
+ "type" : "uri",
1608
+ "value" : "http://vocab.getty.edu/aat/source/2000047306"
1609
+ }
1610
+ }, {
1611
+ "Subject" : {
1612
+ "type" : "uri",
1613
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-subject-300265560"
1614
+ },
1615
+ "Predicate" : {
1616
+ "type" : "uri",
1617
+ "value" : "http://purl.org/ontology/bibo/locator"
1618
+ },
1619
+ "Object" : {
1620
+ "type" : "literal",
1621
+ "value" : "accessed 16 August 2005"
1622
+ }
1623
+ }, {
1624
+ "Subject" : {
1625
+ "type" : "uri",
1626
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1627
+ },
1628
+ "Predicate" : {
1629
+ "type" : "uri",
1630
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1631
+ },
1632
+ "Object" : {
1633
+ "type" : "uri",
1634
+ "value" : "http://vocab.getty.edu/ontology#ScopeNote"
1635
+ }
1636
+ }, {
1637
+ "Subject" : {
1638
+ "type" : "uri",
1639
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1640
+ },
1641
+ "Predicate" : {
1642
+ "type" : "uri",
1643
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"
1644
+ },
1645
+ "Object" : {
1646
+ "xml:lang" : "en",
1647
+ "type" : "literal",
1648
+ "value" : "Screenprint where a light-sensitive resist applied to a screen is exposed to a photographic image which has been broken down by a dot screen. It is then exposed to light, and a photo stencil is created. Unexposed sections are washed away, and the ink is forced through the mesh to create the image."
1649
+ }
1650
+ }, {
1651
+ "Subject" : {
1652
+ "type" : "uri",
1653
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1654
+ },
1655
+ "Predicate" : {
1656
+ "type" : "uri",
1657
+ "value" : "http://purl.org/dc/terms/contributor"
1658
+ },
1659
+ "Object" : {
1660
+ "type" : "uri",
1661
+ "value" : "http://vocab.getty.edu/aat/contrib/10000000"
1662
+ }
1663
+ }, {
1664
+ "Subject" : {
1665
+ "type" : "uri",
1666
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1667
+ },
1668
+ "Predicate" : {
1669
+ "type" : "uri",
1670
+ "value" : "http://purl.org/dc/terms/source"
1671
+ },
1672
+ "Object" : {
1673
+ "type" : "uri",
1674
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-scopeNote-54731"
1675
+ }
1676
+ }, {
1677
+ "Subject" : {
1678
+ "type" : "uri",
1679
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1680
+ },
1681
+ "Predicate" : {
1682
+ "type" : "uri",
1683
+ "value" : "http://purl.org/dc/elements/1.1/identifier"
1684
+ },
1685
+ "Object" : {
1686
+ "type" : "literal",
1687
+ "value" : "54731"
1688
+ }
1689
+ }, {
1690
+ "Subject" : {
1691
+ "type" : "uri",
1692
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1693
+ },
1694
+ "Predicate" : {
1695
+ "type" : "uri",
1696
+ "value" : "http://purl.org/dc/terms/language"
1697
+ },
1698
+ "Object" : {
1699
+ "type" : "uri",
1700
+ "value" : "http://vocab.getty.edu/aat/300388277"
1701
+ }
1702
+ }, {
1703
+ "Subject" : {
1704
+ "type" : "uri",
1705
+ "value" : "http://vocab.getty.edu/aat/scopeNote/54731"
1706
+ },
1707
+ "Predicate" : {
1708
+ "type" : "uri",
1709
+ "value" : "http://purl.org/dc/terms/language"
1710
+ },
1711
+ "Object" : {
1712
+ "type" : "uri",
1713
+ "value" : "http://vocab.getty.edu/language/en"
1714
+ }
1715
+ }, {
1716
+ "Subject" : {
1717
+ "type" : "uri",
1718
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1719
+ },
1720
+ "Predicate" : {
1721
+ "type" : "uri",
1722
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1723
+ },
1724
+ "Object" : {
1725
+ "type" : "uri",
1726
+ "value" : "http://vocab.getty.edu/ontology#ScopeNote"
1727
+ }
1728
+ }, {
1729
+ "Subject" : {
1730
+ "type" : "uri",
1731
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1732
+ },
1733
+ "Predicate" : {
1734
+ "type" : "uri",
1735
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"
1736
+ },
1737
+ "Object" : {
1738
+ "xml:lang" : "nl",
1739
+ "type" : "literal",
1740
+ "value" : "Zeefdruk waarbij een lichtgevoelige beschermlaag op een drukvorm wordt blootgesteld aan een fotografisch beeld dat door een raster is verdeeld. Door blootstelling aan licht resulteert vervolgens een fotosjabloon. De onbelichte delen worden weggespoeld en de inkt wordt door het rasterwerk geperst, waardoor de afbeelding zichtbaar wordt."
1741
+ }
1742
+ }, {
1743
+ "Subject" : {
1744
+ "type" : "uri",
1745
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1746
+ },
1747
+ "Predicate" : {
1748
+ "type" : "uri",
1749
+ "value" : "http://purl.org/dc/terms/contributor"
1750
+ },
1751
+ "Object" : {
1752
+ "type" : "uri",
1753
+ "value" : "http://vocab.getty.edu/aat/contrib/10000205"
1754
+ }
1755
+ }, {
1756
+ "Subject" : {
1757
+ "type" : "uri",
1758
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1759
+ },
1760
+ "Predicate" : {
1761
+ "type" : "uri",
1762
+ "value" : "http://purl.org/dc/terms/source"
1763
+ },
1764
+ "Object" : {
1765
+ "type" : "uri",
1766
+ "value" : "http://vocab.getty.edu/aat/source/2000077523"
1767
+ }
1768
+ }, {
1769
+ "Subject" : {
1770
+ "type" : "uri",
1771
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1772
+ },
1773
+ "Predicate" : {
1774
+ "type" : "uri",
1775
+ "value" : "http://purl.org/dc/terms/source"
1776
+ },
1777
+ "Object" : {
1778
+ "type" : "uri",
1779
+ "value" : "http://vocab.getty.edu/aat/source/2000077750"
1780
+ }
1781
+ }, {
1782
+ "Subject" : {
1783
+ "type" : "uri",
1784
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1785
+ },
1786
+ "Predicate" : {
1787
+ "type" : "uri",
1788
+ "value" : "http://purl.org/dc/elements/1.1/identifier"
1789
+ },
1790
+ "Object" : {
1791
+ "type" : "literal",
1792
+ "value" : "101248"
1793
+ }
1794
+ }, {
1795
+ "Subject" : {
1796
+ "type" : "uri",
1797
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1798
+ },
1799
+ "Predicate" : {
1800
+ "type" : "uri",
1801
+ "value" : "http://purl.org/dc/terms/language"
1802
+ },
1803
+ "Object" : {
1804
+ "type" : "uri",
1805
+ "value" : "http://vocab.getty.edu/aat/300388256"
1806
+ }
1807
+ }, {
1808
+ "Subject" : {
1809
+ "type" : "uri",
1810
+ "value" : "http://vocab.getty.edu/aat/scopeNote/101248"
1811
+ },
1812
+ "Predicate" : {
1813
+ "type" : "uri",
1814
+ "value" : "http://purl.org/dc/terms/language"
1815
+ },
1816
+ "Object" : {
1817
+ "type" : "uri",
1818
+ "value" : "http://vocab.getty.edu/language/nl"
1819
+ }
1820
+ }, {
1821
+ "Subject" : {
1822
+ "type" : "uri",
1823
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-scopeNote-54731"
1824
+ },
1825
+ "Predicate" : {
1826
+ "type" : "uri",
1827
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1828
+ },
1829
+ "Object" : {
1830
+ "type" : "uri",
1831
+ "value" : "http://purl.org/ontology/bibo/DocumentPart"
1832
+ }
1833
+ }, {
1834
+ "Subject" : {
1835
+ "type" : "uri",
1836
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-scopeNote-54731"
1837
+ },
1838
+ "Predicate" : {
1839
+ "type" : "uri",
1840
+ "value" : "http://purl.org/dc/terms/isPartOf"
1841
+ },
1842
+ "Object" : {
1843
+ "type" : "uri",
1844
+ "value" : "http://vocab.getty.edu/aat/source/2000047306"
1845
+ }
1846
+ }, {
1847
+ "Subject" : {
1848
+ "type" : "uri",
1849
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-scopeNote-54731"
1850
+ },
1851
+ "Predicate" : {
1852
+ "type" : "uri",
1853
+ "value" : "http://purl.org/ontology/bibo/locator"
1854
+ },
1855
+ "Object" : {
1856
+ "type" : "literal",
1857
+ "value" : "accessed 16 August 2005"
1858
+ }
1859
+ }, {
1860
+ "Subject" : {
1861
+ "type" : "uri",
1862
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1863
+ },
1864
+ "Predicate" : {
1865
+ "type" : "uri",
1866
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
1867
+ },
1868
+ "Object" : {
1869
+ "type" : "uri",
1870
+ "value" : "http://www.w3.org/2008/05/skos-xl#Label"
1871
+ }
1872
+ }, {
1873
+ "Subject" : {
1874
+ "type" : "uri",
1875
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1876
+ },
1877
+ "Predicate" : {
1878
+ "type" : "uri",
1879
+ "value" : "http://www.w3.org/2008/05/skos-xl#literalForm"
1880
+ },
1881
+ "Object" : {
1882
+ "xml:lang" : "en",
1883
+ "type" : "literal",
1884
+ "value" : "photoscreenprints"
1885
+ }
1886
+ }, {
1887
+ "Subject" : {
1888
+ "type" : "uri",
1889
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1890
+ },
1891
+ "Predicate" : {
1892
+ "type" : "uri",
1893
+ "value" : "http://purl.org/dc/terms/contributor"
1894
+ },
1895
+ "Object" : {
1896
+ "type" : "uri",
1897
+ "value" : "http://vocab.getty.edu/aat/contrib/10000000"
1898
+ }
1899
+ }, {
1900
+ "Subject" : {
1901
+ "type" : "uri",
1902
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1903
+ },
1904
+ "Predicate" : {
1905
+ "type" : "uri",
1906
+ "value" : "http://vocab.getty.edu/ontology#term"
1907
+ },
1908
+ "Object" : {
1909
+ "xml:lang" : "en",
1910
+ "type" : "literal",
1911
+ "value" : "photoscreenprints"
1912
+ }
1913
+ }, {
1914
+ "Subject" : {
1915
+ "type" : "uri",
1916
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1917
+ },
1918
+ "Predicate" : {
1919
+ "type" : "uri",
1920
+ "value" : "http://vocab.getty.edu/ontology#displayOrder"
1921
+ },
1922
+ "Object" : {
1923
+ "datatype" : "http://www.w3.org/2001/XMLSchema#positiveInteger",
1924
+ "type" : "literal",
1925
+ "value" : "1"
1926
+ }
1927
+ }, {
1928
+ "Subject" : {
1929
+ "type" : "uri",
1930
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1931
+ },
1932
+ "Predicate" : {
1933
+ "type" : "uri",
1934
+ "value" : "http://vocab.getty.edu/ontology#termType"
1935
+ },
1936
+ "Object" : {
1937
+ "type" : "uri",
1938
+ "value" : "http://vocab.getty.edu/term/type/Descriptor"
1939
+ }
1940
+ }, {
1941
+ "Subject" : {
1942
+ "type" : "uri",
1943
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1944
+ },
1945
+ "Predicate" : {
1946
+ "type" : "uri",
1947
+ "value" : "http://vocab.getty.edu/ontology#termPOS"
1948
+ },
1949
+ "Object" : {
1950
+ "type" : "uri",
1951
+ "value" : "http://vocab.getty.edu/term/POS/PluralNoun"
1952
+ }
1953
+ }, {
1954
+ "Subject" : {
1955
+ "type" : "uri",
1956
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1957
+ },
1958
+ "Predicate" : {
1959
+ "type" : "uri",
1960
+ "value" : "http://vocab.getty.edu/ontology#contributorPreferred"
1961
+ },
1962
+ "Object" : {
1963
+ "type" : "uri",
1964
+ "value" : "http://vocab.getty.edu/aat/contrib/10000000"
1965
+ }
1966
+ }, {
1967
+ "Subject" : {
1968
+ "type" : "uri",
1969
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1970
+ },
1971
+ "Predicate" : {
1972
+ "type" : "uri",
1973
+ "value" : "http://vocab.getty.edu/ontology#sourcePreferred"
1974
+ },
1975
+ "Object" : {
1976
+ "type" : "uri",
1977
+ "value" : "http://vocab.getty.edu/aat/source/2000046717"
1978
+ }
1979
+ }, {
1980
+ "Subject" : {
1981
+ "type" : "uri",
1982
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1983
+ },
1984
+ "Predicate" : {
1985
+ "type" : "uri",
1986
+ "value" : "http://purl.org/dc/terms/source"
1987
+ },
1988
+ "Object" : {
1989
+ "type" : "uri",
1990
+ "value" : "http://vocab.getty.edu/aat/source/2000046717"
1991
+ }
1992
+ }, {
1993
+ "Subject" : {
1994
+ "type" : "uri",
1995
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
1996
+ },
1997
+ "Predicate" : {
1998
+ "type" : "uri",
1999
+ "value" : "http://purl.org/dc/elements/1.1/identifier"
2000
+ },
2001
+ "Object" : {
2002
+ "type" : "literal",
2003
+ "value" : "1000308497"
2004
+ }
2005
+ }, {
2006
+ "Subject" : {
2007
+ "type" : "uri",
2008
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
2009
+ },
2010
+ "Predicate" : {
2011
+ "type" : "uri",
2012
+ "value" : "http://purl.org/dc/terms/language"
2013
+ },
2014
+ "Object" : {
2015
+ "type" : "uri",
2016
+ "value" : "http://vocab.getty.edu/aat/300388277"
2017
+ }
2018
+ }, {
2019
+ "Subject" : {
2020
+ "type" : "uri",
2021
+ "value" : "http://vocab.getty.edu/aat/term/1000308497-en"
2022
+ },
2023
+ "Predicate" : {
2024
+ "type" : "uri",
2025
+ "value" : "http://purl.org/dc/terms/language"
2026
+ },
2027
+ "Object" : {
2028
+ "type" : "uri",
2029
+ "value" : "http://vocab.getty.edu/language/en"
2030
+ }
2031
+ }, {
2032
+ "Subject" : {
2033
+ "type" : "uri",
2034
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2035
+ },
2036
+ "Predicate" : {
2037
+ "type" : "uri",
2038
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
2039
+ },
2040
+ "Object" : {
2041
+ "type" : "uri",
2042
+ "value" : "http://www.w3.org/2008/05/skos-xl#Label"
2043
+ }
2044
+ }, {
2045
+ "Subject" : {
2046
+ "type" : "uri",
2047
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2048
+ },
2049
+ "Predicate" : {
2050
+ "type" : "uri",
2051
+ "value" : "http://www.w3.org/2008/05/skos-xl#literalForm"
2052
+ },
2053
+ "Object" : {
2054
+ "xml:lang" : "nl",
2055
+ "type" : "literal",
2056
+ "value" : "fotozeefdrukken"
2057
+ }
2058
+ }, {
2059
+ "Subject" : {
2060
+ "type" : "uri",
2061
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2062
+ },
2063
+ "Predicate" : {
2064
+ "type" : "uri",
2065
+ "value" : "http://purl.org/dc/terms/contributor"
2066
+ },
2067
+ "Object" : {
2068
+ "type" : "uri",
2069
+ "value" : "http://vocab.getty.edu/aat/contrib/10000205"
2070
+ }
2071
+ }, {
2072
+ "Subject" : {
2073
+ "type" : "uri",
2074
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2075
+ },
2076
+ "Predicate" : {
2077
+ "type" : "uri",
2078
+ "value" : "http://vocab.getty.edu/ontology#term"
2079
+ },
2080
+ "Object" : {
2081
+ "xml:lang" : "nl",
2082
+ "type" : "literal",
2083
+ "value" : "fotozeefdrukken"
2084
+ }
2085
+ }, {
2086
+ "Subject" : {
2087
+ "type" : "uri",
2088
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2089
+ },
2090
+ "Predicate" : {
2091
+ "type" : "uri",
2092
+ "value" : "http://vocab.getty.edu/ontology#displayOrder"
2093
+ },
2094
+ "Object" : {
2095
+ "datatype" : "http://www.w3.org/2001/XMLSchema#positiveInteger",
2096
+ "type" : "literal",
2097
+ "value" : "3"
2098
+ }
2099
+ }, {
2100
+ "Subject" : {
2101
+ "type" : "uri",
2102
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2103
+ },
2104
+ "Predicate" : {
2105
+ "type" : "uri",
2106
+ "value" : "http://vocab.getty.edu/ontology#termType"
2107
+ },
2108
+ "Object" : {
2109
+ "type" : "uri",
2110
+ "value" : "http://vocab.getty.edu/term/type/Descriptor"
2111
+ }
2112
+ }, {
2113
+ "Subject" : {
2114
+ "type" : "uri",
2115
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2116
+ },
2117
+ "Predicate" : {
2118
+ "type" : "uri",
2119
+ "value" : "http://vocab.getty.edu/ontology#contributorPreferred"
2120
+ },
2121
+ "Object" : {
2122
+ "type" : "uri",
2123
+ "value" : "http://vocab.getty.edu/aat/contrib/10000205"
2124
+ }
2125
+ }, {
2126
+ "Subject" : {
2127
+ "type" : "uri",
2128
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2129
+ },
2130
+ "Predicate" : {
2131
+ "type" : "uri",
2132
+ "value" : "http://vocab.getty.edu/ontology#sourcePreferred"
2133
+ },
2134
+ "Object" : {
2135
+ "type" : "uri",
2136
+ "value" : "http://vocab.getty.edu/aat/source/2000077523"
2137
+ }
2138
+ }, {
2139
+ "Subject" : {
2140
+ "type" : "uri",
2141
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2142
+ },
2143
+ "Predicate" : {
2144
+ "type" : "uri",
2145
+ "value" : "http://purl.org/dc/terms/source"
2146
+ },
2147
+ "Object" : {
2148
+ "type" : "uri",
2149
+ "value" : "http://vocab.getty.edu/aat/source/2000077523"
2150
+ }
2151
+ }, {
2152
+ "Subject" : {
2153
+ "type" : "uri",
2154
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2155
+ },
2156
+ "Predicate" : {
2157
+ "type" : "uri",
2158
+ "value" : "http://purl.org/dc/elements/1.1/identifier"
2159
+ },
2160
+ "Object" : {
2161
+ "type" : "literal",
2162
+ "value" : "1000513817"
2163
+ }
2164
+ }, {
2165
+ "Subject" : {
2166
+ "type" : "uri",
2167
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2168
+ },
2169
+ "Predicate" : {
2170
+ "type" : "uri",
2171
+ "value" : "http://purl.org/dc/terms/language"
2172
+ },
2173
+ "Object" : {
2174
+ "type" : "uri",
2175
+ "value" : "http://vocab.getty.edu/aat/300388256"
2176
+ }
2177
+ }, {
2178
+ "Subject" : {
2179
+ "type" : "uri",
2180
+ "value" : "http://vocab.getty.edu/aat/term/1000513817-nl"
2181
+ },
2182
+ "Predicate" : {
2183
+ "type" : "uri",
2184
+ "value" : "http://purl.org/dc/terms/language"
2185
+ },
2186
+ "Object" : {
2187
+ "type" : "uri",
2188
+ "value" : "http://vocab.getty.edu/language/nl"
2189
+ }
2190
+ }, {
2191
+ "Subject" : {
2192
+ "type" : "uri",
2193
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2194
+ },
2195
+ "Predicate" : {
2196
+ "type" : "uri",
2197
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
2198
+ },
2199
+ "Object" : {
2200
+ "type" : "uri",
2201
+ "value" : "http://www.w3.org/2008/05/skos-xl#Label"
2202
+ }
2203
+ }, {
2204
+ "Subject" : {
2205
+ "type" : "uri",
2206
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2207
+ },
2208
+ "Predicate" : {
2209
+ "type" : "uri",
2210
+ "value" : "http://www.w3.org/2008/05/skos-xl#literalForm"
2211
+ },
2212
+ "Object" : {
2213
+ "xml:lang" : "en",
2214
+ "type" : "literal",
2215
+ "value" : "photoscreenprint"
2216
+ }
2217
+ }, {
2218
+ "Subject" : {
2219
+ "type" : "uri",
2220
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2221
+ },
2222
+ "Predicate" : {
2223
+ "type" : "uri",
2224
+ "value" : "http://purl.org/dc/terms/contributor"
2225
+ },
2226
+ "Object" : {
2227
+ "type" : "uri",
2228
+ "value" : "http://vocab.getty.edu/aat/contrib/10000000"
2229
+ }
2230
+ }, {
2231
+ "Subject" : {
2232
+ "type" : "uri",
2233
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2234
+ },
2235
+ "Predicate" : {
2236
+ "type" : "uri",
2237
+ "value" : "http://vocab.getty.edu/ontology#term"
2238
+ },
2239
+ "Object" : {
2240
+ "xml:lang" : "en",
2241
+ "type" : "literal",
2242
+ "value" : "photoscreenprint"
2243
+ }
2244
+ }, {
2245
+ "Subject" : {
2246
+ "type" : "uri",
2247
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2248
+ },
2249
+ "Predicate" : {
2250
+ "type" : "uri",
2251
+ "value" : "http://vocab.getty.edu/ontology#displayOrder"
2252
+ },
2253
+ "Object" : {
2254
+ "datatype" : "http://www.w3.org/2001/XMLSchema#positiveInteger",
2255
+ "type" : "literal",
2256
+ "value" : "2"
2257
+ }
2258
+ }, {
2259
+ "Subject" : {
2260
+ "type" : "uri",
2261
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2262
+ },
2263
+ "Predicate" : {
2264
+ "type" : "uri",
2265
+ "value" : "http://vocab.getty.edu/ontology#termType"
2266
+ },
2267
+ "Object" : {
2268
+ "type" : "uri",
2269
+ "value" : "http://vocab.getty.edu/term/type/AlternateDescriptor"
2270
+ }
2271
+ }, {
2272
+ "Subject" : {
2273
+ "type" : "uri",
2274
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2275
+ },
2276
+ "Predicate" : {
2277
+ "type" : "uri",
2278
+ "value" : "http://vocab.getty.edu/ontology#termPOS"
2279
+ },
2280
+ "Object" : {
2281
+ "type" : "uri",
2282
+ "value" : "http://vocab.getty.edu/term/POS/SingularNoun"
2283
+ }
2284
+ }, {
2285
+ "Subject" : {
2286
+ "type" : "uri",
2287
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2288
+ },
2289
+ "Predicate" : {
2290
+ "type" : "uri",
2291
+ "value" : "http://vocab.getty.edu/ontology#contributorNonPreferred"
2292
+ },
2293
+ "Object" : {
2294
+ "type" : "uri",
2295
+ "value" : "http://vocab.getty.edu/aat/contrib/10000000"
2296
+ }
2297
+ }, {
2298
+ "Subject" : {
2299
+ "type" : "uri",
2300
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2301
+ },
2302
+ "Predicate" : {
2303
+ "type" : "uri",
2304
+ "value" : "http://purl.org/dc/terms/source"
2305
+ },
2306
+ "Object" : {
2307
+ "type" : "uri",
2308
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-term-1000308498"
2309
+ }
2310
+ }, {
2311
+ "Subject" : {
2312
+ "type" : "uri",
2313
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2314
+ },
2315
+ "Predicate" : {
2316
+ "type" : "uri",
2317
+ "value" : "http://purl.org/dc/terms/source"
2318
+ },
2319
+ "Object" : {
2320
+ "type" : "uri",
2321
+ "value" : "http://vocab.getty.edu/aat/source/2000047367-term-1000308498"
2322
+ }
2323
+ }, {
2324
+ "Subject" : {
2325
+ "type" : "uri",
2326
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2327
+ },
2328
+ "Predicate" : {
2329
+ "type" : "uri",
2330
+ "value" : "http://vocab.getty.edu/ontology#sourceNonPreferred"
2331
+ },
2332
+ "Object" : {
2333
+ "type" : "uri",
2334
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-term-1000308498"
2335
+ }
2336
+ }, {
2337
+ "Subject" : {
2338
+ "type" : "uri",
2339
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2340
+ },
2341
+ "Predicate" : {
2342
+ "type" : "uri",
2343
+ "value" : "http://vocab.getty.edu/ontology#sourceNonPreferred"
2344
+ },
2345
+ "Object" : {
2346
+ "type" : "uri",
2347
+ "value" : "http://vocab.getty.edu/aat/source/2000047367-term-1000308498"
2348
+ }
2349
+ }, {
2350
+ "Subject" : {
2351
+ "type" : "uri",
2352
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2353
+ },
2354
+ "Predicate" : {
2355
+ "type" : "uri",
2356
+ "value" : "http://purl.org/dc/elements/1.1/identifier"
2357
+ },
2358
+ "Object" : {
2359
+ "type" : "literal",
2360
+ "value" : "1000308498"
2361
+ }
2362
+ }, {
2363
+ "Subject" : {
2364
+ "type" : "uri",
2365
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2366
+ },
2367
+ "Predicate" : {
2368
+ "type" : "uri",
2369
+ "value" : "http://purl.org/dc/terms/language"
2370
+ },
2371
+ "Object" : {
2372
+ "type" : "uri",
2373
+ "value" : "http://vocab.getty.edu/aat/300388277"
2374
+ }
2375
+ }, {
2376
+ "Subject" : {
2377
+ "type" : "uri",
2378
+ "value" : "http://vocab.getty.edu/aat/term/1000308498-en"
2379
+ },
2380
+ "Predicate" : {
2381
+ "type" : "uri",
2382
+ "value" : "http://purl.org/dc/terms/language"
2383
+ },
2384
+ "Object" : {
2385
+ "type" : "uri",
2386
+ "value" : "http://vocab.getty.edu/language/en"
2387
+ }
2388
+ }, {
2389
+ "Subject" : {
2390
+ "type" : "uri",
2391
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-term-1000308498"
2392
+ },
2393
+ "Predicate" : {
2394
+ "type" : "uri",
2395
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
2396
+ },
2397
+ "Object" : {
2398
+ "type" : "uri",
2399
+ "value" : "http://purl.org/ontology/bibo/Document"
2400
+ }
2401
+ }, {
2402
+ "Subject" : {
2403
+ "type" : "uri",
2404
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-term-1000308498"
2405
+ },
2406
+ "Predicate" : {
2407
+ "type" : "uri",
2408
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
2409
+ },
2410
+ "Object" : {
2411
+ "type" : "uri",
2412
+ "value" : "http://purl.org/ontology/bibo/DocumentPart"
2413
+ }
2414
+ }, {
2415
+ "Subject" : {
2416
+ "type" : "uri",
2417
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-term-1000308498"
2418
+ },
2419
+ "Predicate" : {
2420
+ "type" : "uri",
2421
+ "value" : "http://purl.org/dc/terms/isPartOf"
2422
+ },
2423
+ "Object" : {
2424
+ "type" : "uri",
2425
+ "value" : "http://vocab.getty.edu/aat/source/2000047306"
2426
+ }
2427
+ }, {
2428
+ "Subject" : {
2429
+ "type" : "uri",
2430
+ "value" : "http://vocab.getty.edu/aat/source/2000047306-term-1000308498"
2431
+ },
2432
+ "Predicate" : {
2433
+ "type" : "uri",
2434
+ "value" : "http://purl.org/ontology/bibo/locator"
2435
+ },
2436
+ "Object" : {
2437
+ "type" : "literal",
2438
+ "value" : "accessed 16 August 2005"
2439
+ }
2440
+ }, {
2441
+ "Subject" : {
2442
+ "type" : "uri",
2443
+ "value" : "http://vocab.getty.edu/aat/source/2000047367-term-1000308498"
2444
+ },
2445
+ "Predicate" : {
2446
+ "type" : "uri",
2447
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
2448
+ },
2449
+ "Object" : {
2450
+ "type" : "uri",
2451
+ "value" : "http://purl.org/ontology/bibo/Document"
2452
+ }
2453
+ }, {
2454
+ "Subject" : {
2455
+ "type" : "uri",
2456
+ "value" : "http://vocab.getty.edu/aat/source/2000047367-term-1000308498"
2457
+ },
2458
+ "Predicate" : {
2459
+ "type" : "uri",
2460
+ "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
2461
+ },
2462
+ "Object" : {
2463
+ "type" : "uri",
2464
+ "value" : "http://purl.org/ontology/bibo/DocumentPart"
2465
+ }
2466
+ }, {
2467
+ "Subject" : {
2468
+ "type" : "uri",
2469
+ "value" : "http://vocab.getty.edu/aat/source/2000047367-term-1000308498"
2470
+ },
2471
+ "Predicate" : {
2472
+ "type" : "uri",
2473
+ "value" : "http://purl.org/dc/terms/isPartOf"
2474
+ },
2475
+ "Object" : {
2476
+ "type" : "uri",
2477
+ "value" : "http://vocab.getty.edu/aat/source/2000047367"
2478
+ }
2479
+ }, {
2480
+ "Subject" : {
2481
+ "type" : "uri",
2482
+ "value" : "http://vocab.getty.edu/aat/source/2000047367-term-1000308498"
2483
+ },
2484
+ "Predicate" : {
2485
+ "type" : "uri",
2486
+ "value" : "http://purl.org/ontology/bibo/locator"
2487
+ },
2488
+ "Object" : {
2489
+ "type" : "literal",
2490
+ "value" : "accessed 16 August 2005"
2491
+ }
2492
+ } ]
2493
+ }
2494
+ }