qa 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +24 -21
- data/Rakefile +1 -1
- data/app/controllers/qa/terms_controller.rb +22 -53
- data/config/routes.rb +4 -7
- data/lib/qa/authorities.rb +3 -1
- data/lib/qa/authorities/base.rb +27 -8
- data/lib/qa/authorities/getty.rb +56 -0
- data/lib/qa/authorities/loc.rb +27 -131
- data/lib/qa/authorities/loc_subauthority.rb +90 -0
- data/lib/qa/authorities/local.rb +38 -21
- data/lib/qa/authorities/local_subauthority.rb +18 -0
- data/lib/qa/authorities/mesh.rb +16 -23
- data/lib/qa/authorities/mesh_tools/mesh_data_parser.rb +0 -25
- data/lib/qa/authorities/mesh_tools/mesh_importer.rb +0 -2
- data/lib/qa/authorities/oclcts.rb +17 -24
- data/lib/qa/authorities/tgnlang.rb +4 -18
- data/lib/qa/authorities/web_service_base.rb +3 -10
- data/lib/qa/version.rb +1 -1
- data/spec/controllers/terms_controller_spec.rb +93 -44
- data/spec/fixtures/aat-response.txt +108 -0
- data/spec/fixtures/getty-aat-find-response.json +2494 -0
- data/spec/fixtures/loc-response.txt +1521 -17
- data/spec/fixtures/loc-subject-find-response.txt +24 -0
- data/spec/internal/Gemfile +16 -13
- data/spec/internal/Gemfile.lock +121 -86
- data/spec/internal/app/assets/javascripts/application.js +1 -1
- data/spec/internal/app/assets/stylesheets/application.css +1 -1
- data/spec/internal/bin/rails +1 -5
- data/spec/internal/bin/rake +0 -4
- data/spec/internal/bin/setup +29 -0
- data/spec/internal/config.ru +1 -1
- data/spec/internal/config/application.rb +3 -0
- data/spec/internal/config/boot.rb +1 -2
- data/spec/internal/config/environments/development.rb +4 -0
- data/spec/internal/config/environments/production.rb +14 -18
- data/spec/internal/config/environments/test.rb +5 -2
- data/spec/internal/config/initializers/assets.rb +11 -0
- data/spec/internal/config/initializers/cookies_serializer.rb +1 -1
- data/spec/internal/config/secrets.yml +2 -2
- data/spec/internal/db/development.sqlite3 +0 -0
- data/spec/internal/db/migrate/{20140620210534_create_qa_subject_mesh_terms.qa.rb → 20150311214117_create_qa_subject_mesh_terms.qa.rb} +0 -0
- data/spec/internal/db/migrate/{20140620210535_create_qa_mesh_tree.qa.rb → 20150311214118_create_qa_mesh_tree.qa.rb} +0 -0
- 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
- data/spec/internal/db/schema.rb +3 -3
- data/spec/internal/db/test.sqlite3 +0 -0
- data/spec/internal/lib/generators/test_app_generator.rb +0 -1
- data/spec/internal/log/development.log +498 -207
- data/spec/internal/test/test_helper.rb +0 -3
- data/spec/lib/authorities_getty_spec.rb +71 -0
- data/spec/lib/authorities_loc_spec.rb +98 -65
- data/spec/lib/authorities_loc_subauthorities.rb +81 -0
- data/spec/lib/authorities_local_spec.rb +53 -79
- data/spec/lib/authorities_local_subauthorities_spec.rb +43 -0
- data/spec/lib/authorities_mesh_spec.rb +16 -12
- data/spec/lib/authorities_oclcts_spec.rb +17 -17
- data/spec/lib/authorities_tgnlang_spec.rb +4 -7
- data/spec/lib/mesh_data_parser_spec.rb +13 -13
- data/spec/lib/tasks/mesh.rake_spec.rb +4 -4
- data/spec/models/subject_mesh_term_spec.rb +5 -5
- data/spec/routing/route_spec.rb +34 -0
- data/spec/spec_helper.rb +5 -22
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +0 -1
- metadata +44 -12
- data/lib/qa/authorities/local/subauthority.rb +0 -65
- data/spec/internal/bin/spring +0 -18
@@ -1,3 +1,4 @@
|
|
1
|
+
|
1
2
|
[
|
2
3
|
"atom:feed",
|
3
4
|
{
|
@@ -16,10 +17,19 @@
|
|
16
17
|
"atom:link",
|
17
18
|
{
|
18
19
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
19
|
-
"href" : "http://id.loc.gov/search/?q=
|
20
|
+
"href" : "http://id.loc.gov/search/?q=s* cs:http://id.loc.gov/vocabulary/geographicAreas&start=1&format=atom",
|
20
21
|
"rel" : "self"
|
21
22
|
}
|
22
23
|
|
24
|
+
],
|
25
|
+
[
|
26
|
+
"atom:link",
|
27
|
+
{
|
28
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
29
|
+
"href" : "http://id.loc.gov/search/?q=s* cs:http://id.loc.gov/vocabulary/geographicAreas&start=21&format=atom",
|
30
|
+
"rel" : "next"
|
31
|
+
}
|
32
|
+
|
23
33
|
],
|
24
34
|
[
|
25
35
|
"atom:id",
|
@@ -27,7 +37,7 @@
|
|
27
37
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
28
38
|
}
|
29
39
|
,
|
30
|
-
"info:lc/search/?q=
|
40
|
+
"info:lc/search/?q=s*+cs:http://id.loc.gov/vocabulary/geographicAreas"
|
31
41
|
],
|
32
42
|
[
|
33
43
|
"atom:updated",
|
@@ -35,7 +45,7 @@
|
|
35
45
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
36
46
|
}
|
37
47
|
,
|
38
|
-
"
|
48
|
+
"2014-06-27T12:59:38.190383-04:00"
|
39
49
|
],
|
40
50
|
[
|
41
51
|
"opensearch:totalResults",
|
@@ -43,7 +53,7 @@
|
|
43
53
|
"xmlns:opensearch" : "http://a9.com/-/spec/opensearch/1.1/"
|
44
54
|
}
|
45
55
|
,
|
46
|
-
"
|
56
|
+
"534"
|
47
57
|
],
|
48
58
|
[
|
49
59
|
"opensearch:startIndex",
|
@@ -73,14 +83,263 @@
|
|
73
83
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
74
84
|
}
|
75
85
|
,
|
76
|
-
"
|
86
|
+
"West (U.S.)"
|
87
|
+
],
|
88
|
+
[
|
89
|
+
"atom:link",
|
90
|
+
{
|
91
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
92
|
+
"rel" : "alternate",
|
93
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-usp"
|
94
|
+
}
|
95
|
+
|
96
|
+
],
|
97
|
+
[
|
98
|
+
"atom:link",
|
99
|
+
{
|
100
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
101
|
+
"rel" : "alternate",
|
102
|
+
"type" : "application/rdf+xml",
|
103
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-usp.rdf"
|
104
|
+
}
|
105
|
+
|
106
|
+
],
|
107
|
+
[
|
108
|
+
"atom:link",
|
109
|
+
{
|
110
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
111
|
+
"rel" : "alternate",
|
112
|
+
"type" : "application/json",
|
113
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-usp.json"
|
114
|
+
}
|
115
|
+
|
116
|
+
],
|
117
|
+
[
|
118
|
+
"atom:id",
|
119
|
+
{
|
120
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
121
|
+
}
|
122
|
+
,
|
123
|
+
"info:lc/vocabulary/geographicAreas/n-usp"
|
124
|
+
],
|
125
|
+
[
|
126
|
+
"atom:author",
|
127
|
+
{
|
128
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
129
|
+
}
|
130
|
+
,
|
131
|
+
[
|
132
|
+
"atom:name",
|
133
|
+
{
|
134
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
135
|
+
}
|
136
|
+
,
|
137
|
+
"Library of Congress"
|
138
|
+
]
|
139
|
+
],
|
140
|
+
[
|
141
|
+
"atom:updated",
|
142
|
+
{
|
143
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
144
|
+
}
|
145
|
+
,
|
146
|
+
"1970-01-01T00:00:00-04:00"
|
147
|
+
],
|
148
|
+
[
|
149
|
+
"dcterms:created",
|
150
|
+
{
|
151
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
152
|
+
}
|
153
|
+
,
|
154
|
+
"1970-01-01T00:00:00-04:00"
|
155
|
+
]
|
156
|
+
],
|
157
|
+
[
|
158
|
+
"atom:entry",
|
159
|
+
{
|
160
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
161
|
+
}
|
162
|
+
,
|
163
|
+
[
|
164
|
+
"atom:title",
|
165
|
+
{
|
166
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
167
|
+
}
|
168
|
+
,
|
169
|
+
"Belarus"
|
170
|
+
],
|
171
|
+
[
|
172
|
+
"atom:link",
|
173
|
+
{
|
174
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
175
|
+
"rel" : "alternate",
|
176
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-bw"
|
177
|
+
}
|
178
|
+
|
179
|
+
],
|
180
|
+
[
|
181
|
+
"atom:link",
|
182
|
+
{
|
183
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
184
|
+
"rel" : "alternate",
|
185
|
+
"type" : "application/rdf+xml",
|
186
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-bw.rdf"
|
187
|
+
}
|
188
|
+
|
189
|
+
],
|
190
|
+
[
|
191
|
+
"atom:link",
|
192
|
+
{
|
193
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
194
|
+
"rel" : "alternate",
|
195
|
+
"type" : "application/json",
|
196
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-bw.json"
|
197
|
+
}
|
198
|
+
|
199
|
+
],
|
200
|
+
[
|
201
|
+
"atom:id",
|
202
|
+
{
|
203
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
204
|
+
}
|
205
|
+
,
|
206
|
+
"info:lc/vocabulary/geographicAreas/e-bw"
|
207
|
+
],
|
208
|
+
[
|
209
|
+
"atom:author",
|
210
|
+
{
|
211
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
212
|
+
}
|
213
|
+
,
|
214
|
+
[
|
215
|
+
"atom:name",
|
216
|
+
{
|
217
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
218
|
+
}
|
219
|
+
,
|
220
|
+
"Library of Congress"
|
221
|
+
]
|
222
|
+
],
|
223
|
+
[
|
224
|
+
"atom:updated",
|
225
|
+
{
|
226
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
227
|
+
}
|
228
|
+
,
|
229
|
+
"1970-01-01T00:00:00-04:00"
|
230
|
+
],
|
231
|
+
[
|
232
|
+
"dcterms:created",
|
233
|
+
{
|
234
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
235
|
+
}
|
236
|
+
,
|
237
|
+
"1970-01-01T00:00:00-04:00"
|
238
|
+
]
|
239
|
+
],
|
240
|
+
[
|
241
|
+
"atom:entry",
|
242
|
+
{
|
243
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
244
|
+
}
|
245
|
+
,
|
246
|
+
[
|
247
|
+
"atom:title",
|
248
|
+
{
|
249
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
250
|
+
}
|
251
|
+
,
|
252
|
+
"Russia (Federation)"
|
253
|
+
],
|
254
|
+
[
|
255
|
+
"atom:link",
|
256
|
+
{
|
257
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
258
|
+
"rel" : "alternate",
|
259
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-ru"
|
260
|
+
}
|
261
|
+
|
262
|
+
],
|
263
|
+
[
|
264
|
+
"atom:link",
|
265
|
+
{
|
266
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
267
|
+
"rel" : "alternate",
|
268
|
+
"type" : "application/rdf+xml",
|
269
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-ru.rdf"
|
270
|
+
}
|
271
|
+
|
272
|
+
],
|
273
|
+
[
|
274
|
+
"atom:link",
|
275
|
+
{
|
276
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
277
|
+
"rel" : "alternate",
|
278
|
+
"type" : "application/json",
|
279
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-ru.json"
|
280
|
+
}
|
281
|
+
|
282
|
+
],
|
283
|
+
[
|
284
|
+
"atom:id",
|
285
|
+
{
|
286
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
287
|
+
}
|
288
|
+
,
|
289
|
+
"info:lc/vocabulary/geographicAreas/e-ru"
|
290
|
+
],
|
291
|
+
[
|
292
|
+
"atom:author",
|
293
|
+
{
|
294
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
295
|
+
}
|
296
|
+
,
|
297
|
+
[
|
298
|
+
"atom:name",
|
299
|
+
{
|
300
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
301
|
+
}
|
302
|
+
,
|
303
|
+
"Library of Congress"
|
304
|
+
]
|
305
|
+
],
|
306
|
+
[
|
307
|
+
"atom:updated",
|
308
|
+
{
|
309
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
310
|
+
}
|
311
|
+
,
|
312
|
+
"1970-01-01T00:00:00-04:00"
|
313
|
+
],
|
314
|
+
[
|
315
|
+
"dcterms:created",
|
316
|
+
{
|
317
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
318
|
+
}
|
319
|
+
,
|
320
|
+
"1970-01-01T00:00:00-04:00"
|
321
|
+
]
|
322
|
+
],
|
323
|
+
[
|
324
|
+
"atom:entry",
|
325
|
+
{
|
326
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
327
|
+
}
|
328
|
+
,
|
329
|
+
[
|
330
|
+
"atom:title",
|
331
|
+
{
|
332
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
333
|
+
}
|
334
|
+
,
|
335
|
+
"Kazakhstan"
|
77
336
|
],
|
78
337
|
[
|
79
338
|
"atom:link",
|
80
339
|
{
|
81
340
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
82
341
|
"rel" : "alternate",
|
83
|
-
"href" : "http://id.loc.gov/
|
342
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-kz"
|
84
343
|
}
|
85
344
|
|
86
345
|
],
|
@@ -90,7 +349,7 @@
|
|
90
349
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
91
350
|
"rel" : "alternate",
|
92
351
|
"type" : "application/rdf+xml",
|
93
|
-
"href" : "http://id.loc.gov/
|
352
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-kz.rdf"
|
94
353
|
}
|
95
354
|
|
96
355
|
],
|
@@ -100,7 +359,7 @@
|
|
100
359
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
101
360
|
"rel" : "alternate",
|
102
361
|
"type" : "application/json",
|
103
|
-
"href" : "http://id.loc.gov/
|
362
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-kz.json"
|
104
363
|
}
|
105
364
|
|
106
365
|
],
|
@@ -110,7 +369,7 @@
|
|
110
369
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
111
370
|
}
|
112
371
|
,
|
113
|
-
"info:lc/
|
372
|
+
"info:lc/vocabulary/geographicAreas/a-kz"
|
114
373
|
],
|
115
374
|
[
|
116
375
|
"atom:author",
|
@@ -133,7 +392,7 @@
|
|
133
392
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
134
393
|
}
|
135
394
|
,
|
136
|
-
"
|
395
|
+
"1970-01-01T00:00:00-04:00"
|
137
396
|
],
|
138
397
|
[
|
139
398
|
"dcterms:created",
|
@@ -141,10 +400,10 @@
|
|
141
400
|
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
142
401
|
}
|
143
402
|
,
|
144
|
-
"
|
403
|
+
"1970-01-01T00:00:00-04:00"
|
145
404
|
]
|
146
405
|
],
|
147
|
-
|
406
|
+
[
|
148
407
|
"atom:entry",
|
149
408
|
{
|
150
409
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
@@ -156,14 +415,14 @@
|
|
156
415
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
157
416
|
}
|
158
417
|
,
|
159
|
-
"
|
418
|
+
"Kyrgyzstan"
|
160
419
|
],
|
161
420
|
[
|
162
421
|
"atom:link",
|
163
422
|
{
|
164
423
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
165
424
|
"rel" : "alternate",
|
166
|
-
"href" : "http://id.loc.gov/vocabulary/geographicAreas/
|
425
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-kg"
|
167
426
|
}
|
168
427
|
|
169
428
|
],
|
@@ -173,7 +432,7 @@
|
|
173
432
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
174
433
|
"rel" : "alternate",
|
175
434
|
"type" : "application/rdf+xml",
|
176
|
-
"href" : "http://id.loc.gov/vocabulary/geographicAreas/
|
435
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-kg.rdf"
|
177
436
|
}
|
178
437
|
|
179
438
|
],
|
@@ -183,7 +442,7 @@
|
|
183
442
|
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
184
443
|
"rel" : "alternate",
|
185
444
|
"type" : "application/json",
|
186
|
-
"href" : "http://id.loc.gov/vocabulary/geographicAreas/
|
445
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-kg.json"
|
187
446
|
}
|
188
447
|
|
189
448
|
],
|
@@ -193,7 +452,7 @@
|
|
193
452
|
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
194
453
|
}
|
195
454
|
,
|
196
|
-
"info:lc/vocabulary/geographicAreas/
|
455
|
+
"info:lc/vocabulary/geographicAreas/a-kg"
|
197
456
|
],
|
198
457
|
[
|
199
458
|
"atom:author",
|
@@ -226,5 +485,1250 @@
|
|
226
485
|
,
|
227
486
|
"1970-01-01T00:00:00-04:00"
|
228
487
|
]
|
488
|
+
],
|
489
|
+
[
|
490
|
+
"atom:entry",
|
491
|
+
{
|
492
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
493
|
+
}
|
494
|
+
,
|
495
|
+
[
|
496
|
+
"atom:title",
|
497
|
+
{
|
498
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
499
|
+
}
|
500
|
+
,
|
501
|
+
"Soviet Union"
|
502
|
+
],
|
503
|
+
[
|
504
|
+
"atom:link",
|
505
|
+
{
|
506
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
507
|
+
"rel" : "alternate",
|
508
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-ur"
|
509
|
+
}
|
510
|
+
|
511
|
+
],
|
512
|
+
[
|
513
|
+
"atom:link",
|
514
|
+
{
|
515
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
516
|
+
"rel" : "alternate",
|
517
|
+
"type" : "application/rdf+xml",
|
518
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-ur.rdf"
|
519
|
+
}
|
520
|
+
|
521
|
+
],
|
522
|
+
[
|
523
|
+
"atom:link",
|
524
|
+
{
|
525
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
526
|
+
"rel" : "alternate",
|
527
|
+
"type" : "application/json",
|
528
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-ur.json"
|
529
|
+
}
|
530
|
+
|
531
|
+
],
|
532
|
+
[
|
533
|
+
"atom:id",
|
534
|
+
{
|
535
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
536
|
+
}
|
537
|
+
,
|
538
|
+
"info:lc/vocabulary/geographicAreas/e-ur"
|
539
|
+
],
|
540
|
+
[
|
541
|
+
"atom:author",
|
542
|
+
{
|
543
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
544
|
+
}
|
545
|
+
,
|
546
|
+
[
|
547
|
+
"atom:name",
|
548
|
+
{
|
549
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
550
|
+
}
|
551
|
+
,
|
552
|
+
"Library of Congress"
|
553
|
+
]
|
554
|
+
],
|
555
|
+
[
|
556
|
+
"atom:updated",
|
557
|
+
{
|
558
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
559
|
+
}
|
560
|
+
,
|
561
|
+
"1970-01-01T00:00:00-04:00"
|
562
|
+
],
|
563
|
+
[
|
564
|
+
"dcterms:created",
|
565
|
+
{
|
566
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
567
|
+
}
|
568
|
+
,
|
569
|
+
"1970-01-01T00:00:00-04:00"
|
570
|
+
]
|
571
|
+
],
|
572
|
+
[
|
573
|
+
"atom:entry",
|
574
|
+
{
|
575
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
576
|
+
}
|
577
|
+
,
|
578
|
+
[
|
579
|
+
"atom:title",
|
580
|
+
{
|
581
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
582
|
+
}
|
583
|
+
,
|
584
|
+
"Moldova"
|
585
|
+
],
|
586
|
+
[
|
587
|
+
"atom:link",
|
588
|
+
{
|
589
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
590
|
+
"rel" : "alternate",
|
591
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-mv"
|
592
|
+
}
|
593
|
+
|
594
|
+
],
|
595
|
+
[
|
596
|
+
"atom:link",
|
597
|
+
{
|
598
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
599
|
+
"rel" : "alternate",
|
600
|
+
"type" : "application/rdf+xml",
|
601
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-mv.rdf"
|
602
|
+
}
|
603
|
+
|
604
|
+
],
|
605
|
+
[
|
606
|
+
"atom:link",
|
607
|
+
{
|
608
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
609
|
+
"rel" : "alternate",
|
610
|
+
"type" : "application/json",
|
611
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/e-mv.json"
|
612
|
+
}
|
613
|
+
|
614
|
+
],
|
615
|
+
[
|
616
|
+
"atom:id",
|
617
|
+
{
|
618
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
619
|
+
}
|
620
|
+
,
|
621
|
+
"info:lc/vocabulary/geographicAreas/e-mv"
|
622
|
+
],
|
623
|
+
[
|
624
|
+
"atom:author",
|
625
|
+
{
|
626
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
627
|
+
}
|
628
|
+
,
|
629
|
+
[
|
630
|
+
"atom:name",
|
631
|
+
{
|
632
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
633
|
+
}
|
634
|
+
,
|
635
|
+
"Library of Congress"
|
636
|
+
]
|
637
|
+
],
|
638
|
+
[
|
639
|
+
"atom:updated",
|
640
|
+
{
|
641
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
642
|
+
}
|
643
|
+
,
|
644
|
+
"1970-01-01T00:00:00-04:00"
|
645
|
+
],
|
646
|
+
[
|
647
|
+
"dcterms:created",
|
648
|
+
{
|
649
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
650
|
+
}
|
651
|
+
,
|
652
|
+
"1970-01-01T00:00:00-04:00"
|
653
|
+
]
|
654
|
+
],
|
655
|
+
[
|
656
|
+
"atom:entry",
|
657
|
+
{
|
658
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
659
|
+
}
|
660
|
+
,
|
661
|
+
[
|
662
|
+
"atom:title",
|
663
|
+
{
|
664
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
665
|
+
}
|
666
|
+
,
|
667
|
+
"Tajikistan"
|
668
|
+
],
|
669
|
+
[
|
670
|
+
"atom:link",
|
671
|
+
{
|
672
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
673
|
+
"rel" : "alternate",
|
674
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-ta"
|
675
|
+
}
|
676
|
+
|
677
|
+
],
|
678
|
+
[
|
679
|
+
"atom:link",
|
680
|
+
{
|
681
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
682
|
+
"rel" : "alternate",
|
683
|
+
"type" : "application/rdf+xml",
|
684
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-ta.rdf"
|
685
|
+
}
|
686
|
+
|
687
|
+
],
|
688
|
+
[
|
689
|
+
"atom:link",
|
690
|
+
{
|
691
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
692
|
+
"rel" : "alternate",
|
693
|
+
"type" : "application/json",
|
694
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-ta.json"
|
695
|
+
}
|
696
|
+
|
697
|
+
],
|
698
|
+
[
|
699
|
+
"atom:id",
|
700
|
+
{
|
701
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
702
|
+
}
|
703
|
+
,
|
704
|
+
"info:lc/vocabulary/geographicAreas/a-ta"
|
705
|
+
],
|
706
|
+
[
|
707
|
+
"atom:author",
|
708
|
+
{
|
709
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
710
|
+
}
|
711
|
+
,
|
712
|
+
[
|
713
|
+
"atom:name",
|
714
|
+
{
|
715
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
716
|
+
}
|
717
|
+
,
|
718
|
+
"Library of Congress"
|
719
|
+
]
|
720
|
+
],
|
721
|
+
[
|
722
|
+
"atom:updated",
|
723
|
+
{
|
724
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
725
|
+
}
|
726
|
+
,
|
727
|
+
"1970-01-01T00:00:00-04:00"
|
728
|
+
],
|
729
|
+
[
|
730
|
+
"dcterms:created",
|
731
|
+
{
|
732
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
733
|
+
}
|
734
|
+
,
|
735
|
+
"1970-01-01T00:00:00-04:00"
|
736
|
+
]
|
737
|
+
],
|
738
|
+
[
|
739
|
+
"atom:entry",
|
740
|
+
{
|
741
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
742
|
+
}
|
743
|
+
,
|
744
|
+
[
|
745
|
+
"atom:title",
|
746
|
+
{
|
747
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
748
|
+
}
|
749
|
+
,
|
750
|
+
"Azerbaijan"
|
751
|
+
],
|
752
|
+
[
|
753
|
+
"atom:link",
|
754
|
+
{
|
755
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
756
|
+
"rel" : "alternate",
|
757
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-aj"
|
758
|
+
}
|
759
|
+
|
760
|
+
],
|
761
|
+
[
|
762
|
+
"atom:link",
|
763
|
+
{
|
764
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
765
|
+
"rel" : "alternate",
|
766
|
+
"type" : "application/rdf+xml",
|
767
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-aj.rdf"
|
768
|
+
}
|
769
|
+
|
770
|
+
],
|
771
|
+
[
|
772
|
+
"atom:link",
|
773
|
+
{
|
774
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
775
|
+
"rel" : "alternate",
|
776
|
+
"type" : "application/json",
|
777
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-aj.json"
|
778
|
+
}
|
779
|
+
|
780
|
+
],
|
781
|
+
[
|
782
|
+
"atom:id",
|
783
|
+
{
|
784
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
785
|
+
}
|
786
|
+
,
|
787
|
+
"info:lc/vocabulary/geographicAreas/a-aj"
|
788
|
+
],
|
789
|
+
[
|
790
|
+
"atom:author",
|
791
|
+
{
|
792
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
793
|
+
}
|
794
|
+
,
|
795
|
+
[
|
796
|
+
"atom:name",
|
797
|
+
{
|
798
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
799
|
+
}
|
800
|
+
,
|
801
|
+
"Library of Congress"
|
802
|
+
]
|
803
|
+
],
|
804
|
+
[
|
805
|
+
"atom:updated",
|
806
|
+
{
|
807
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
808
|
+
}
|
809
|
+
,
|
810
|
+
"1970-01-01T00:00:00-04:00"
|
811
|
+
],
|
812
|
+
[
|
813
|
+
"dcterms:created",
|
814
|
+
{
|
815
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
816
|
+
}
|
817
|
+
,
|
818
|
+
"1970-01-01T00:00:00-04:00"
|
819
|
+
]
|
820
|
+
],
|
821
|
+
[
|
822
|
+
"atom:entry",
|
823
|
+
{
|
824
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
825
|
+
}
|
826
|
+
,
|
827
|
+
[
|
828
|
+
"atom:title",
|
829
|
+
{
|
830
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
831
|
+
}
|
832
|
+
,
|
833
|
+
"Uzbekistan"
|
834
|
+
],
|
835
|
+
[
|
836
|
+
"atom:link",
|
837
|
+
{
|
838
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
839
|
+
"rel" : "alternate",
|
840
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-uz"
|
841
|
+
}
|
842
|
+
|
843
|
+
],
|
844
|
+
[
|
845
|
+
"atom:link",
|
846
|
+
{
|
847
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
848
|
+
"rel" : "alternate",
|
849
|
+
"type" : "application/rdf+xml",
|
850
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-uz.rdf"
|
851
|
+
}
|
852
|
+
|
853
|
+
],
|
854
|
+
[
|
855
|
+
"atom:link",
|
856
|
+
{
|
857
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
858
|
+
"rel" : "alternate",
|
859
|
+
"type" : "application/json",
|
860
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-uz.json"
|
861
|
+
}
|
862
|
+
|
863
|
+
],
|
864
|
+
[
|
865
|
+
"atom:id",
|
866
|
+
{
|
867
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
868
|
+
}
|
869
|
+
,
|
870
|
+
"info:lc/vocabulary/geographicAreas/a-uz"
|
871
|
+
],
|
872
|
+
[
|
873
|
+
"atom:author",
|
874
|
+
{
|
875
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
876
|
+
}
|
877
|
+
,
|
878
|
+
[
|
879
|
+
"atom:name",
|
880
|
+
{
|
881
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
882
|
+
}
|
883
|
+
,
|
884
|
+
"Library of Congress"
|
885
|
+
]
|
886
|
+
],
|
887
|
+
[
|
888
|
+
"atom:updated",
|
889
|
+
{
|
890
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
891
|
+
}
|
892
|
+
,
|
893
|
+
"1970-01-01T00:00:00-04:00"
|
894
|
+
],
|
895
|
+
[
|
896
|
+
"dcterms:created",
|
897
|
+
{
|
898
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
899
|
+
}
|
900
|
+
,
|
901
|
+
"1970-01-01T00:00:00-04:00"
|
902
|
+
]
|
903
|
+
],
|
904
|
+
[
|
905
|
+
"atom:entry",
|
906
|
+
{
|
907
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
908
|
+
}
|
909
|
+
,
|
910
|
+
[
|
911
|
+
"atom:title",
|
912
|
+
{
|
913
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
914
|
+
}
|
915
|
+
,
|
916
|
+
"Turkmenistan"
|
917
|
+
],
|
918
|
+
[
|
919
|
+
"atom:link",
|
920
|
+
{
|
921
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
922
|
+
"rel" : "alternate",
|
923
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-tk"
|
924
|
+
}
|
925
|
+
|
926
|
+
],
|
927
|
+
[
|
928
|
+
"atom:link",
|
929
|
+
{
|
930
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
931
|
+
"rel" : "alternate",
|
932
|
+
"type" : "application/rdf+xml",
|
933
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-tk.rdf"
|
934
|
+
}
|
935
|
+
|
936
|
+
],
|
937
|
+
[
|
938
|
+
"atom:link",
|
939
|
+
{
|
940
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
941
|
+
"rel" : "alternate",
|
942
|
+
"type" : "application/json",
|
943
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-tk.json"
|
944
|
+
}
|
945
|
+
|
946
|
+
],
|
947
|
+
[
|
948
|
+
"atom:id",
|
949
|
+
{
|
950
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
951
|
+
}
|
952
|
+
,
|
953
|
+
"info:lc/vocabulary/geographicAreas/a-tk"
|
954
|
+
],
|
955
|
+
[
|
956
|
+
"atom:author",
|
957
|
+
{
|
958
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
959
|
+
}
|
960
|
+
,
|
961
|
+
[
|
962
|
+
"atom:name",
|
963
|
+
{
|
964
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
965
|
+
}
|
966
|
+
,
|
967
|
+
"Library of Congress"
|
968
|
+
]
|
969
|
+
],
|
970
|
+
[
|
971
|
+
"atom:updated",
|
972
|
+
{
|
973
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
974
|
+
}
|
975
|
+
,
|
976
|
+
"1970-01-01T00:00:00-04:00"
|
977
|
+
],
|
978
|
+
[
|
979
|
+
"dcterms:created",
|
980
|
+
{
|
981
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
982
|
+
}
|
983
|
+
,
|
984
|
+
"1970-01-01T00:00:00-04:00"
|
985
|
+
]
|
986
|
+
],
|
987
|
+
[
|
988
|
+
"atom:entry",
|
989
|
+
{
|
990
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
991
|
+
}
|
992
|
+
,
|
993
|
+
[
|
994
|
+
"atom:title",
|
995
|
+
{
|
996
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
997
|
+
}
|
998
|
+
,
|
999
|
+
"Armenia (Republic)"
|
1000
|
+
],
|
1001
|
+
[
|
1002
|
+
"atom:link",
|
1003
|
+
{
|
1004
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1005
|
+
"rel" : "alternate",
|
1006
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-ai"
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
],
|
1010
|
+
[
|
1011
|
+
"atom:link",
|
1012
|
+
{
|
1013
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1014
|
+
"rel" : "alternate",
|
1015
|
+
"type" : "application/rdf+xml",
|
1016
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-ai.rdf"
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
],
|
1020
|
+
[
|
1021
|
+
"atom:link",
|
1022
|
+
{
|
1023
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1024
|
+
"rel" : "alternate",
|
1025
|
+
"type" : "application/json",
|
1026
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-ai.json"
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
],
|
1030
|
+
[
|
1031
|
+
"atom:id",
|
1032
|
+
{
|
1033
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1034
|
+
}
|
1035
|
+
,
|
1036
|
+
"info:lc/vocabulary/geographicAreas/a-ai"
|
1037
|
+
],
|
1038
|
+
[
|
1039
|
+
"atom:author",
|
1040
|
+
{
|
1041
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1042
|
+
}
|
1043
|
+
,
|
1044
|
+
[
|
1045
|
+
"atom:name",
|
1046
|
+
{
|
1047
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1048
|
+
}
|
1049
|
+
,
|
1050
|
+
"Library of Congress"
|
1051
|
+
]
|
1052
|
+
],
|
1053
|
+
[
|
1054
|
+
"atom:updated",
|
1055
|
+
{
|
1056
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1057
|
+
}
|
1058
|
+
,
|
1059
|
+
"1970-01-01T00:00:00-04:00"
|
1060
|
+
],
|
1061
|
+
[
|
1062
|
+
"dcterms:created",
|
1063
|
+
{
|
1064
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1065
|
+
}
|
1066
|
+
,
|
1067
|
+
"1970-01-01T00:00:00-04:00"
|
1068
|
+
]
|
1069
|
+
],
|
1070
|
+
[
|
1071
|
+
"atom:entry",
|
1072
|
+
{
|
1073
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1074
|
+
}
|
1075
|
+
,
|
1076
|
+
[
|
1077
|
+
"atom:title",
|
1078
|
+
{
|
1079
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1080
|
+
}
|
1081
|
+
,
|
1082
|
+
"Georgia (Republic)"
|
1083
|
+
],
|
1084
|
+
[
|
1085
|
+
"atom:link",
|
1086
|
+
{
|
1087
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1088
|
+
"rel" : "alternate",
|
1089
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-gs"
|
1090
|
+
}
|
1091
|
+
|
1092
|
+
],
|
1093
|
+
[
|
1094
|
+
"atom:link",
|
1095
|
+
{
|
1096
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1097
|
+
"rel" : "alternate",
|
1098
|
+
"type" : "application/rdf+xml",
|
1099
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-gs.rdf"
|
1100
|
+
}
|
1101
|
+
|
1102
|
+
],
|
1103
|
+
[
|
1104
|
+
"atom:link",
|
1105
|
+
{
|
1106
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1107
|
+
"rel" : "alternate",
|
1108
|
+
"type" : "application/json",
|
1109
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/a-gs.json"
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
],
|
1113
|
+
[
|
1114
|
+
"atom:id",
|
1115
|
+
{
|
1116
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1117
|
+
}
|
1118
|
+
,
|
1119
|
+
"info:lc/vocabulary/geographicAreas/a-gs"
|
1120
|
+
],
|
1121
|
+
[
|
1122
|
+
"atom:author",
|
1123
|
+
{
|
1124
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1125
|
+
}
|
1126
|
+
,
|
1127
|
+
[
|
1128
|
+
"atom:name",
|
1129
|
+
{
|
1130
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1131
|
+
}
|
1132
|
+
,
|
1133
|
+
"Library of Congress"
|
1134
|
+
]
|
1135
|
+
],
|
1136
|
+
[
|
1137
|
+
"atom:updated",
|
1138
|
+
{
|
1139
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1140
|
+
}
|
1141
|
+
,
|
1142
|
+
"1970-01-01T00:00:00-04:00"
|
1143
|
+
],
|
1144
|
+
[
|
1145
|
+
"dcterms:created",
|
1146
|
+
{
|
1147
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1148
|
+
}
|
1149
|
+
,
|
1150
|
+
"1970-01-01T00:00:00-04:00"
|
1151
|
+
]
|
1152
|
+
],
|
1153
|
+
[
|
1154
|
+
"atom:entry",
|
1155
|
+
{
|
1156
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1157
|
+
}
|
1158
|
+
,
|
1159
|
+
[
|
1160
|
+
"atom:title",
|
1161
|
+
{
|
1162
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1163
|
+
}
|
1164
|
+
,
|
1165
|
+
"East (U.S.)"
|
1166
|
+
],
|
1167
|
+
[
|
1168
|
+
"atom:link",
|
1169
|
+
{
|
1170
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1171
|
+
"rel" : "alternate",
|
1172
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-usr"
|
1173
|
+
}
|
1174
|
+
|
1175
|
+
],
|
1176
|
+
[
|
1177
|
+
"atom:link",
|
1178
|
+
{
|
1179
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1180
|
+
"rel" : "alternate",
|
1181
|
+
"type" : "application/rdf+xml",
|
1182
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-usr.rdf"
|
1183
|
+
}
|
1184
|
+
|
1185
|
+
],
|
1186
|
+
[
|
1187
|
+
"atom:link",
|
1188
|
+
{
|
1189
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1190
|
+
"rel" : "alternate",
|
1191
|
+
"type" : "application/json",
|
1192
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-usr.json"
|
1193
|
+
}
|
1194
|
+
|
1195
|
+
],
|
1196
|
+
[
|
1197
|
+
"atom:id",
|
1198
|
+
{
|
1199
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1200
|
+
}
|
1201
|
+
,
|
1202
|
+
"info:lc/vocabulary/geographicAreas/n-usr"
|
1203
|
+
],
|
1204
|
+
[
|
1205
|
+
"atom:author",
|
1206
|
+
{
|
1207
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1208
|
+
}
|
1209
|
+
,
|
1210
|
+
[
|
1211
|
+
"atom:name",
|
1212
|
+
{
|
1213
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1214
|
+
}
|
1215
|
+
,
|
1216
|
+
"Library of Congress"
|
1217
|
+
]
|
1218
|
+
],
|
1219
|
+
[
|
1220
|
+
"atom:updated",
|
1221
|
+
{
|
1222
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1223
|
+
}
|
1224
|
+
,
|
1225
|
+
"1970-01-01T00:00:00-04:00"
|
1226
|
+
],
|
1227
|
+
[
|
1228
|
+
"dcterms:created",
|
1229
|
+
{
|
1230
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1231
|
+
}
|
1232
|
+
,
|
1233
|
+
"1970-01-01T00:00:00-04:00"
|
1234
|
+
]
|
1235
|
+
],
|
1236
|
+
[
|
1237
|
+
"atom:entry",
|
1238
|
+
{
|
1239
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1240
|
+
}
|
1241
|
+
,
|
1242
|
+
[
|
1243
|
+
"atom:title",
|
1244
|
+
{
|
1245
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1246
|
+
}
|
1247
|
+
,
|
1248
|
+
"Northeastern States"
|
1249
|
+
],
|
1250
|
+
[
|
1251
|
+
"atom:link",
|
1252
|
+
{
|
1253
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1254
|
+
"rel" : "alternate",
|
1255
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-use"
|
1256
|
+
}
|
1257
|
+
|
1258
|
+
],
|
1259
|
+
[
|
1260
|
+
"atom:link",
|
1261
|
+
{
|
1262
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1263
|
+
"rel" : "alternate",
|
1264
|
+
"type" : "application/rdf+xml",
|
1265
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-use.rdf"
|
1266
|
+
}
|
1267
|
+
|
1268
|
+
],
|
1269
|
+
[
|
1270
|
+
"atom:link",
|
1271
|
+
{
|
1272
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1273
|
+
"rel" : "alternate",
|
1274
|
+
"type" : "application/json",
|
1275
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-use.json"
|
1276
|
+
}
|
1277
|
+
|
1278
|
+
],
|
1279
|
+
[
|
1280
|
+
"atom:id",
|
1281
|
+
{
|
1282
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1283
|
+
}
|
1284
|
+
,
|
1285
|
+
"info:lc/vocabulary/geographicAreas/n-use"
|
1286
|
+
],
|
1287
|
+
[
|
1288
|
+
"atom:author",
|
1289
|
+
{
|
1290
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1291
|
+
}
|
1292
|
+
,
|
1293
|
+
[
|
1294
|
+
"atom:name",
|
1295
|
+
{
|
1296
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1297
|
+
}
|
1298
|
+
,
|
1299
|
+
"Library of Congress"
|
1300
|
+
]
|
1301
|
+
],
|
1302
|
+
[
|
1303
|
+
"atom:updated",
|
1304
|
+
{
|
1305
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1306
|
+
}
|
1307
|
+
,
|
1308
|
+
"1970-01-01T00:00:00-04:00"
|
1309
|
+
],
|
1310
|
+
[
|
1311
|
+
"dcterms:created",
|
1312
|
+
{
|
1313
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1314
|
+
}
|
1315
|
+
,
|
1316
|
+
"1970-01-01T00:00:00-04:00"
|
1317
|
+
]
|
1318
|
+
],
|
1319
|
+
[
|
1320
|
+
"atom:entry",
|
1321
|
+
{
|
1322
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1323
|
+
}
|
1324
|
+
,
|
1325
|
+
[
|
1326
|
+
"atom:title",
|
1327
|
+
{
|
1328
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1329
|
+
}
|
1330
|
+
,
|
1331
|
+
"Algeria"
|
1332
|
+
],
|
1333
|
+
[
|
1334
|
+
"atom:link",
|
1335
|
+
{
|
1336
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1337
|
+
"rel" : "alternate",
|
1338
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/f-ae"
|
1339
|
+
}
|
1340
|
+
|
1341
|
+
],
|
1342
|
+
[
|
1343
|
+
"atom:link",
|
1344
|
+
{
|
1345
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1346
|
+
"rel" : "alternate",
|
1347
|
+
"type" : "application/rdf+xml",
|
1348
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/f-ae.rdf"
|
1349
|
+
}
|
1350
|
+
|
1351
|
+
],
|
1352
|
+
[
|
1353
|
+
"atom:link",
|
1354
|
+
{
|
1355
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1356
|
+
"rel" : "alternate",
|
1357
|
+
"type" : "application/json",
|
1358
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/f-ae.json"
|
1359
|
+
}
|
1360
|
+
|
1361
|
+
],
|
1362
|
+
[
|
1363
|
+
"atom:id",
|
1364
|
+
{
|
1365
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1366
|
+
}
|
1367
|
+
,
|
1368
|
+
"info:lc/vocabulary/geographicAreas/f-ae"
|
1369
|
+
],
|
1370
|
+
[
|
1371
|
+
"atom:author",
|
1372
|
+
{
|
1373
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1374
|
+
}
|
1375
|
+
,
|
1376
|
+
[
|
1377
|
+
"atom:name",
|
1378
|
+
{
|
1379
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1380
|
+
}
|
1381
|
+
,
|
1382
|
+
"Library of Congress"
|
1383
|
+
]
|
1384
|
+
],
|
1385
|
+
[
|
1386
|
+
"atom:updated",
|
1387
|
+
{
|
1388
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1389
|
+
}
|
1390
|
+
,
|
1391
|
+
"1970-01-01T00:00:00-04:00"
|
1392
|
+
],
|
1393
|
+
[
|
1394
|
+
"dcterms:created",
|
1395
|
+
{
|
1396
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1397
|
+
}
|
1398
|
+
,
|
1399
|
+
"1970-01-01T00:00:00-04:00"
|
1400
|
+
]
|
1401
|
+
],
|
1402
|
+
[
|
1403
|
+
"atom:entry",
|
1404
|
+
{
|
1405
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1406
|
+
}
|
1407
|
+
,
|
1408
|
+
[
|
1409
|
+
"atom:title",
|
1410
|
+
{
|
1411
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1412
|
+
}
|
1413
|
+
,
|
1414
|
+
"Saskatchewan"
|
1415
|
+
],
|
1416
|
+
[
|
1417
|
+
"atom:link",
|
1418
|
+
{
|
1419
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1420
|
+
"rel" : "alternate",
|
1421
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-cn-sn"
|
1422
|
+
}
|
1423
|
+
|
1424
|
+
],
|
1425
|
+
[
|
1426
|
+
"atom:link",
|
1427
|
+
{
|
1428
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1429
|
+
"rel" : "alternate",
|
1430
|
+
"type" : "application/rdf+xml",
|
1431
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-cn-sn.rdf"
|
1432
|
+
}
|
1433
|
+
|
1434
|
+
],
|
1435
|
+
[
|
1436
|
+
"atom:link",
|
1437
|
+
{
|
1438
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1439
|
+
"rel" : "alternate",
|
1440
|
+
"type" : "application/json",
|
1441
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/n-cn-sn.json"
|
1442
|
+
}
|
1443
|
+
|
1444
|
+
],
|
1445
|
+
[
|
1446
|
+
"atom:id",
|
1447
|
+
{
|
1448
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1449
|
+
}
|
1450
|
+
,
|
1451
|
+
"info:lc/vocabulary/geographicAreas/n-cn-sn"
|
1452
|
+
],
|
1453
|
+
[
|
1454
|
+
"atom:author",
|
1455
|
+
{
|
1456
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1457
|
+
}
|
1458
|
+
,
|
1459
|
+
[
|
1460
|
+
"atom:name",
|
1461
|
+
{
|
1462
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1463
|
+
}
|
1464
|
+
,
|
1465
|
+
"Library of Congress"
|
1466
|
+
]
|
1467
|
+
],
|
1468
|
+
[
|
1469
|
+
"atom:updated",
|
1470
|
+
{
|
1471
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1472
|
+
}
|
1473
|
+
,
|
1474
|
+
"1970-01-01T00:00:00-04:00"
|
1475
|
+
],
|
1476
|
+
[
|
1477
|
+
"dcterms:created",
|
1478
|
+
{
|
1479
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1480
|
+
}
|
1481
|
+
,
|
1482
|
+
"1970-01-01T00:00:00-04:00"
|
1483
|
+
]
|
1484
|
+
],
|
1485
|
+
[
|
1486
|
+
"atom:entry",
|
1487
|
+
{
|
1488
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1489
|
+
}
|
1490
|
+
,
|
1491
|
+
[
|
1492
|
+
"atom:title",
|
1493
|
+
{
|
1494
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1495
|
+
}
|
1496
|
+
,
|
1497
|
+
"South Asia"
|
1498
|
+
],
|
1499
|
+
[
|
1500
|
+
"atom:link",
|
1501
|
+
{
|
1502
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1503
|
+
"rel" : "alternate",
|
1504
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/az"
|
1505
|
+
}
|
1506
|
+
|
1507
|
+
],
|
1508
|
+
[
|
1509
|
+
"atom:link",
|
1510
|
+
{
|
1511
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1512
|
+
"rel" : "alternate",
|
1513
|
+
"type" : "application/rdf+xml",
|
1514
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/az.rdf"
|
1515
|
+
}
|
1516
|
+
|
1517
|
+
],
|
1518
|
+
[
|
1519
|
+
"atom:link",
|
1520
|
+
{
|
1521
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1522
|
+
"rel" : "alternate",
|
1523
|
+
"type" : "application/json",
|
1524
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/az.json"
|
1525
|
+
}
|
1526
|
+
|
1527
|
+
],
|
1528
|
+
[
|
1529
|
+
"atom:id",
|
1530
|
+
{
|
1531
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1532
|
+
}
|
1533
|
+
,
|
1534
|
+
"info:lc/vocabulary/geographicAreas/az"
|
1535
|
+
],
|
1536
|
+
[
|
1537
|
+
"atom:author",
|
1538
|
+
{
|
1539
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1540
|
+
}
|
1541
|
+
,
|
1542
|
+
[
|
1543
|
+
"atom:name",
|
1544
|
+
{
|
1545
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1546
|
+
}
|
1547
|
+
,
|
1548
|
+
"Library of Congress"
|
1549
|
+
]
|
1550
|
+
],
|
1551
|
+
[
|
1552
|
+
"atom:updated",
|
1553
|
+
{
|
1554
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1555
|
+
}
|
1556
|
+
,
|
1557
|
+
"1970-01-01T00:00:00-04:00"
|
1558
|
+
],
|
1559
|
+
[
|
1560
|
+
"dcterms:created",
|
1561
|
+
{
|
1562
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1563
|
+
}
|
1564
|
+
,
|
1565
|
+
"1970-01-01T00:00:00-04:00"
|
1566
|
+
]
|
1567
|
+
],
|
1568
|
+
[
|
1569
|
+
"atom:entry",
|
1570
|
+
{
|
1571
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1572
|
+
}
|
1573
|
+
,
|
1574
|
+
[
|
1575
|
+
"atom:title",
|
1576
|
+
{
|
1577
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1578
|
+
}
|
1579
|
+
,
|
1580
|
+
"Spanish North Africa"
|
1581
|
+
],
|
1582
|
+
[
|
1583
|
+
"atom:link",
|
1584
|
+
{
|
1585
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1586
|
+
"rel" : "alternate",
|
1587
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/f-sh"
|
1588
|
+
}
|
1589
|
+
|
1590
|
+
],
|
1591
|
+
[
|
1592
|
+
"atom:link",
|
1593
|
+
{
|
1594
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1595
|
+
"rel" : "alternate",
|
1596
|
+
"type" : "application/rdf+xml",
|
1597
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/f-sh.rdf"
|
1598
|
+
}
|
1599
|
+
|
1600
|
+
],
|
1601
|
+
[
|
1602
|
+
"atom:link",
|
1603
|
+
{
|
1604
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1605
|
+
"rel" : "alternate",
|
1606
|
+
"type" : "application/json",
|
1607
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/f-sh.json"
|
1608
|
+
}
|
1609
|
+
|
1610
|
+
],
|
1611
|
+
[
|
1612
|
+
"atom:id",
|
1613
|
+
{
|
1614
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1615
|
+
}
|
1616
|
+
,
|
1617
|
+
"info:lc/vocabulary/geographicAreas/f-sh"
|
1618
|
+
],
|
1619
|
+
[
|
1620
|
+
"atom:author",
|
1621
|
+
{
|
1622
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1623
|
+
}
|
1624
|
+
,
|
1625
|
+
[
|
1626
|
+
"atom:name",
|
1627
|
+
{
|
1628
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1629
|
+
}
|
1630
|
+
,
|
1631
|
+
"Library of Congress"
|
1632
|
+
]
|
1633
|
+
],
|
1634
|
+
[
|
1635
|
+
"atom:updated",
|
1636
|
+
{
|
1637
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1638
|
+
}
|
1639
|
+
,
|
1640
|
+
"1970-01-01T00:00:00-04:00"
|
1641
|
+
],
|
1642
|
+
[
|
1643
|
+
"dcterms:created",
|
1644
|
+
{
|
1645
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1646
|
+
}
|
1647
|
+
,
|
1648
|
+
"1970-01-01T00:00:00-04:00"
|
1649
|
+
]
|
1650
|
+
],
|
1651
|
+
[
|
1652
|
+
"atom:entry",
|
1653
|
+
{
|
1654
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1655
|
+
}
|
1656
|
+
,
|
1657
|
+
[
|
1658
|
+
"atom:title",
|
1659
|
+
{
|
1660
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1661
|
+
}
|
1662
|
+
,
|
1663
|
+
"Baltic States"
|
1664
|
+
],
|
1665
|
+
[
|
1666
|
+
"atom:link",
|
1667
|
+
{
|
1668
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1669
|
+
"rel" : "alternate",
|
1670
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/eb"
|
1671
|
+
}
|
1672
|
+
|
1673
|
+
],
|
1674
|
+
[
|
1675
|
+
"atom:link",
|
1676
|
+
{
|
1677
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1678
|
+
"rel" : "alternate",
|
1679
|
+
"type" : "application/rdf+xml",
|
1680
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/eb.rdf"
|
1681
|
+
}
|
1682
|
+
|
1683
|
+
],
|
1684
|
+
[
|
1685
|
+
"atom:link",
|
1686
|
+
{
|
1687
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom",
|
1688
|
+
"rel" : "alternate",
|
1689
|
+
"type" : "application/json",
|
1690
|
+
"href" : "http://id.loc.gov/vocabulary/geographicAreas/eb.json"
|
1691
|
+
}
|
1692
|
+
|
1693
|
+
],
|
1694
|
+
[
|
1695
|
+
"atom:id",
|
1696
|
+
{
|
1697
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1698
|
+
}
|
1699
|
+
,
|
1700
|
+
"info:lc/vocabulary/geographicAreas/eb"
|
1701
|
+
],
|
1702
|
+
[
|
1703
|
+
"atom:author",
|
1704
|
+
{
|
1705
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1706
|
+
}
|
1707
|
+
,
|
1708
|
+
[
|
1709
|
+
"atom:name",
|
1710
|
+
{
|
1711
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1712
|
+
}
|
1713
|
+
,
|
1714
|
+
"Library of Congress"
|
1715
|
+
]
|
1716
|
+
],
|
1717
|
+
[
|
1718
|
+
"atom:updated",
|
1719
|
+
{
|
1720
|
+
"xmlns:atom" : "http://www.w3.org/2005/Atom"
|
1721
|
+
}
|
1722
|
+
,
|
1723
|
+
"1970-01-01T00:00:00-04:00"
|
1724
|
+
],
|
1725
|
+
[
|
1726
|
+
"dcterms:created",
|
1727
|
+
{
|
1728
|
+
"xmlns:dcterms" : "http://purl.org/dc/terms/"
|
1729
|
+
}
|
1730
|
+
,
|
1731
|
+
"1970-01-01T00:00:00-04:00"
|
229
1732
|
]
|
230
1733
|
]
|
1734
|
+
]
|