modsulator 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/doc/Modsulator.html +725 -0
  4. data/lib/doc/_index.html +101 -0
  5. data/lib/doc/class_list.html +58 -0
  6. data/lib/doc/css/common.css +1 -0
  7. data/lib/doc/css/full_list.css +57 -0
  8. data/lib/doc/css/style.css +339 -0
  9. data/lib/doc/file_list.html +57 -0
  10. data/lib/doc/frames.html +26 -0
  11. data/lib/doc/index.html +101 -0
  12. data/lib/doc/js/app.js +219 -0
  13. data/lib/doc/js/full_list.js +181 -0
  14. data/lib/doc/js/jquery.js +4 -0
  15. data/lib/doc/method_list.html +87 -0
  16. data/lib/doc/top-level-namespace.html +112 -0
  17. data/lib/modsulator/mods-3-6.xsd +1512 -0
  18. data/lib/modsulator/modsulator.xsd +3 -3
  19. data/lib/modsulator/modsulator_template.xml +413 -21
  20. data/spec/fixtures/36_Fitch_Chavez.xml +2806 -0
  21. data/spec/fixtures/36_Fitch_King.xml +2560 -0
  22. data/spec/fixtures/36_Heckrotte_ChartsOfCoastSurvey.xml +1835 -0
  23. data/spec/fixtures/36_M1463_AV_manifest.xml +2373 -0
  24. data/spec/fixtures/36_Matter_manifest.xml +3309 -0
  25. data/spec/fixtures/36_PosadaSpreadsheet.xml +1259 -0
  26. data/spec/fixtures/36_SC1049_metadata.xml +18644 -0
  27. data/spec/fixtures/36_ars0056_manifest.xml +9728 -0
  28. data/spec/fixtures/36_crowdsourcing_bridget_1.xml +606 -0
  29. data/spec/fixtures/36_crowdsourcing_bridget_2.xml +3433 -0
  30. data/spec/fixtures/36_edition_physLoc_intmediatype.xml +41 -0
  31. data/spec/fixtures/36_filled_template_20160711.xml +458 -0
  32. data/spec/fixtures/36_invalid_crowdsourcing_bridget_1.xml +606 -0
  33. data/spec/fixtures/36_location_url.xml +14 -0
  34. data/spec/fixtures/36_manifest_v0174.xml +1026 -0
  35. data/spec/fixtures/36_point_coord_test.xml +23 -0
  36. data/spec/fixtures/36_roman_coins_mods.xml +7634 -0
  37. data/spec/fixtures/Fitch_Chavez.xml +90 -90
  38. data/spec/fixtures/Fitch_King.xml +75 -75
  39. data/spec/fixtures/Heckrotte_ChartsOfCoastSurvey.xml +15 -15
  40. data/spec/fixtures/M1463_AV_manifest.xml +68 -68
  41. data/spec/fixtures/Matter_manifest.xml +292 -292
  42. data/spec/fixtures/PosadaSpreadsheet.xml +157 -157
  43. data/spec/fixtures/SC1049_metadata.xml +384 -384
  44. data/spec/fixtures/ars0056_manifest.xml +258 -258
  45. data/spec/fixtures/crowdsourcing_bridget_1.xml +20 -20
  46. data/spec/fixtures/crowdsourcing_bridget_2.xml +130 -130
  47. data/spec/fixtures/edition_physLoc_intmediatype.xml +2 -2
  48. data/spec/fixtures/filled_template_20160711.xml +1 -1
  49. data/spec/fixtures/invalid_crowdsourcing_bridget_1.xml +20 -20
  50. data/spec/fixtures/location_url.xml +1 -1
  51. data/spec/fixtures/manifest_v0174.xml +31 -31
  52. data/spec/fixtures/point_coord_test.xml +1 -1
  53. data/spec/fixtures/roman_coins_mods.xml +173 -173
  54. data/spec/integration_tests/integration_spec.rb +4 -3
  55. metadata +81 -33
  56. data/lib/modsulator/mods-3-5.xsd +0 -1463
@@ -1,9 +1,9 @@
1
1
  <?xml version="1.0"?>
2
2
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://library.stanford.edu/xmlDocs" xmlns="http://library.stanford.edu/xmlDocs" elementFormDefault="qualified" attributeFormDefault="unqualified">
3
3
  <!-- This XML Schema Definition defines the "xmlDocs" vocabulary that is produced by the MODSulator. -->
4
- <!-- The main content of xmlDocs is full MODS 3.5 XML, as defined by the Library of Congress. Import their schema definition. -->
5
- <xs:import namespace="http://www.loc.gov/mods/v3" schemaLocation="mods-3-5.xsd"/>
6
-
4
+ <!-- The main content of xmlDocs is full MODS 3.6 XML, as defined by the Library of Congress. Import their schema definition. -->
5
+ <xs:import namespace="http://www.loc.gov/mods/v3" schemaLocation="mods-3-6.xsd"/>
6
+
7
7
  <xs:element name="xmlDocs">
8
8
  <xs:complexType>
9
9
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.loc.gov/mods/v3" version="3.5" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-5.xsd">
2
+ <mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
3
3
  <titleInfo authority="[[ti1:authority]]" authorityURI="[[ti1:authorityURI]]" valueURI="[[ti1:valueURI]]" nameTitleGroup="[[ti1:nameTitleGroup]]" lang="[[ti1:language]]" script="[[ti1:script]]" transliteration="[[ti1:transliteration]]" altRepGroup="[[ti1:altRepGroup]]">
4
4
  <nonSort>[[ti1:nonSort]]</nonSort>
5
5
  <title>[[ti1:title]]</title>
@@ -72,6 +72,9 @@
72
72
  </titleInfo>
73
73
  <name type="[[na1:type]]" usage="[[na1:usage]]" authority="[[na1:authority]]" authorityURI="[[na1:authorityURI]]" valueURI="[[na1:valueURI]]" nameTitleGroup="[[na1:nameTitleGroup]]" lang="[[na1:language]]" script="[[na1:script]]" transliteration="[[na1:transliteration]]" altRepGroup="[[na1:altRepGroup]]">
74
74
  <namePart>[[na1:namePart]]</namePart>
75
+ <nameIdentifier>[[na1:nameIdentifier1]]</nameIdentifier>
76
+ <nameIdentifier>[[na1:nameIdentifier2]]</nameIdentifier>
77
+ <nameIdentifier>[[na1:nameIdentifier3]]</nameIdentifier>
75
78
  <role>
76
79
  <roleTerm type="code" authority="[[ro1:authority]]" authorityURI="[[ro1:authorityURI]]" valueURI="[[ro1:valueURI]]">[[ro1:roleCode]]</roleTerm>
77
80
  <roleTerm type="text" authority="[[ro1:authority]]" authorityURI="[[ro1:authorityURI]]" valueURI="[[ro1:valueURI]]">[[ro1:roleText]]</roleTerm>
@@ -87,6 +90,9 @@
87
90
  </name>
88
91
  <name type="[[na2:type]]" authority="[[na2:authority]]" authorityURI="[[na2:authorityURI]]" valueURI="[[na2:valueURI]]" nameTitleGroup="[[na2:nameTitleGroup]]" lang="[[na2:language]]" script="[[na2:script]]" transliteration="[[na2:transliteration]]" altRepGroup="[[na2:altRepGroup]]">
89
92
  <namePart>[[na2:namePart]]</namePart>
93
+ <nameIdentifier>[[na2:nameIdentifier1]]</nameIdentifier>
94
+ <nameIdentifier>[[na2:nameIdentifier2]]</nameIdentifier>
95
+ <nameIdentifier>[[na2:nameIdentifier3]]</nameIdentifier>
90
96
  <role>
91
97
  <roleTerm type="code" authority="[[ro2:authority]]" authorityURI="[[ro2:authorityURI]]" valueURI="[[ro2:valueURI]]">[[ro2:roleCode]]</roleTerm>
92
98
  <roleTerm type="text" authority="[[ro2:authority]]" authorityURI="[[ro2:authorityURI]]" valueURI="[[ro2:valueURI]]">[[ro2:roleText]]</roleTerm>
@@ -102,6 +108,9 @@
102
108
  </name>
103
109
  <name type="[[na3:type]]" authority="[[na3:authority]]" authorityURI="[[na3:authorityURI]]" valueURI="[[na3:valueURI]]" nameTitleGroup="[[na3:nameTitleGroup]]" lang="[[na3:language]]" script="[[na3:script]]" transliteration="[[na3:transliteration]]" altRepGroup="[[na3:altRepGroup]]">
104
110
  <namePart>[[na3:namePart]]</namePart>
111
+ <nameIdentifier>[[na3:nameIdentifier1]]</nameIdentifier>
112
+ <nameIdentifier>[[na3:nameIdentifier2]]</nameIdentifier>
113
+ <nameIdentifier>[[na3:nameIdentifier3]]</nameIdentifier>
105
114
  <role>
106
115
  <roleTerm type="code" authority="[[ro3:authority]]" authorityURI="[[ro3:authorityURI]]" valueURI="[[ro3:valueURI]]">[[ro3:roleCode]]</roleTerm>
107
116
  <roleTerm type="text" authority="[[ro3:authority]]" authorityURI="[[ro3:authorityURI]]" valueURI="[[ro3:valueURI]]">[[ro3:roleText]]</roleTerm>
@@ -117,6 +126,9 @@
117
126
  </name>
118
127
  <name type="[[na4:type]]" authority="[[na4:authority]]" authorityURI="[[na4:authorityURI]]" valueURI="[[na4:valueURI]]" nameTitleGroup="[[na4:nameTitleGroup]]" lang="[[na4:language]]" script="[[na4:script]]" transliteration="[[na4:transliteration]]" altRepGroup="[[na4:altRepGroup]]">
119
128
  <namePart>[[na4:namePart]]</namePart>
129
+ <nameIdentifier>[[na4:nameIdentifier1]]</nameIdentifier>
130
+ <nameIdentifier>[[na4:nameIdentifier2]]</nameIdentifier>
131
+ <nameIdentifier>[[na4:nameIdentifier3]]</nameIdentifier>
120
132
  <role>
121
133
  <roleTerm type="code" authority="[[ro4:authority]]" authorityURI="[[ro4:authorityURI]]" valueURI="[[ro4:valueURI]]">[[ro4:roleCode]]</roleTerm>
122
134
  <roleTerm type="text" authority="[[ro4:authority]]" authorityURI="[[ro4:authorityURI]]" valueURI="[[ro4:valueURI]]">[[ro4:roleText]]</roleTerm>
@@ -132,6 +144,9 @@
132
144
  </name>
133
145
  <name type="[[na5:type]]" authority="[[na5:authority]]" authorityURI="[[na5:authorityURI]]" valueURI="[[na5:valueURI]]" nameTitleGroup="[[na5:nameTitleGroup]]" lang="[[na5:language]]" script="[[na5:script]]" transliteration="[[na5:transliteration]]" altRepGroup="[[na5:altRepGroup]]">
134
146
  <namePart>[[na5:namePart]]</namePart>
147
+ <nameIdentifier>[[na5:nameIdentifier1]]</nameIdentifier>
148
+ <nameIdentifier>[[na5:nameIdentifier2]]</nameIdentifier>
149
+ <nameIdentifier>[[na5:nameIdentifier3]]</nameIdentifier>
135
150
  <role>
136
151
  <roleTerm type="code" authority="[[ro5:authority]]" authorityURI="[[ro5:authorityURI]]" valueURI="[[ro5:valueURI]]">[[ro5:roleCode]]</roleTerm>
137
152
  <roleTerm type="text" authority="[[ro5:authority]]" authorityURI="[[ro5:authorityURI]]" valueURI="[[ro5:valueURI]]">[[ro5:roleText]]</roleTerm>
@@ -147,6 +162,9 @@
147
162
  </name>
148
163
  <name type="[[na6:type]]" authority="[[na6:authority]]" authorityURI="[[na6:authorityURI]]" valueURI="[[na6:valueURI]]" nameTitleGroup="[[na6:nameTitleGroup]]" lang="[[na6:language]]" script="[[na6:script]]" transliteration="[[na6:transliteration]]" altRepGroup="[[na6:altRepGroup]]">
149
164
  <namePart>[[na6:namePart]]</namePart>
165
+ <nameIdentifier>[[na6:nameIdentifier1]]</nameIdentifier>
166
+ <nameIdentifier>[[na6:nameIdentifier2]]</nameIdentifier>
167
+ <nameIdentifier>[[na6:nameIdentifier3]]</nameIdentifier>
150
168
  <role>
151
169
  <roleTerm type="code" authority="[[ro6:authority]]" authorityURI="[[ro6:authorityURI]]" valueURI="[[ro6:valueURI]]">[[ro6:roleCode]]</roleTerm>
152
170
  <roleTerm type="text" authority="[[ro6:authority]]" authorityURI="[[ro6:authorityURI]]" valueURI="[[ro6:valueURI]]">[[ro6:roleText]]</roleTerm>
@@ -162,6 +180,9 @@
162
180
  </name>
163
181
  <name type="[[na7:type]]" authority="[[na7:authority]]" authorityURI="[[na7:authorityURI]]" valueURI="[[na7:valueURI]]" nameTitleGroup="[[na7:nameTitleGroup]]" lang="[[na7:language]]" script="[[na7:script]]" transliteration="[[na7:transliteration]]" altRepGroup="[[na7:altRepGroup]]">
164
182
  <namePart>[[na7:namePart]]</namePart>
183
+ <nameIdentifier>[[na7:nameIdentifier1]]</nameIdentifier>
184
+ <nameIdentifier>[[na7:nameIdentifier2]]</nameIdentifier>
185
+ <nameIdentifier>[[na7:nameIdentifier3]]</nameIdentifier>
165
186
  <role>
166
187
  <roleTerm type="code" authority="[[ro7:authority]]" authorityURI="[[ro7:authorityURI]]" valueURI="[[ro7:valueURI]]">[[ro7:roleCode]]</roleTerm>
167
188
  <roleTerm type="text" authority="[[ro7:authority]]" authorityURI="[[ro7:authorityURI]]" valueURI="[[ro7:valueURI]]">[[ro7:roleText]]</roleTerm>
@@ -177,6 +198,9 @@
177
198
  </name>
178
199
  <name type="[[na8:type]]" authority="[[na8:authority]]" authorityURI="[[na8:authorityURI]]" valueURI="[[na8:valueURI]]" nameTitleGroup="[[na8:nameTitleGroup]]" lang="[[na8:language]]" script="[[na8:script]]" transliteration="[[na8:transliteration]]" altRepGroup="[[na8:altRepGroup]]">
179
200
  <namePart>[[na8:namePart]]</namePart>
201
+ <nameIdentifier>[[na8:nameIdentifier1]]</nameIdentifier>
202
+ <nameIdentifier>[[na8:nameIdentifier2]]</nameIdentifier>
203
+ <nameIdentifier>[[na8:nameIdentifier3]]</nameIdentifier>
180
204
  <role>
181
205
  <roleTerm type="code" authority="[[ro8:authority]]" authorityURI="[[ro8:authorityURI]]" valueURI="[[ro8:valueURI]]">[[ro8:roleCode]]</roleTerm>
182
206
  <roleTerm type="text" authority="[[ro8:authority]]" authorityURI="[[ro8:authorityURI]]" valueURI="[[ro8:valueURI]]">[[ro8:roleText]]</roleTerm>
@@ -192,6 +216,9 @@
192
216
  </name>
193
217
  <name type="[[na9:type]]" authority="[[na9:authority]]" authorityURI="[[na9:authorityURI]]" valueURI="[[na9:valueURI]]" nameTitleGroup="[[na9:nameTitleGroup]]" lang="[[na9:language]]" script="[[na9:script]]" transliteration="[[na9:transliteration]]" altRepGroup="[[na9:altRepGroup]]">
194
218
  <namePart>[[na9:namePart]]</namePart>
219
+ <nameIdentifier>[[na9:nameIdentifier1]]</nameIdentifier>
220
+ <nameIdentifier>[[na9:nameIdentifier2]]</nameIdentifier>
221
+ <nameIdentifier>[[na9:nameIdentifier3]]</nameIdentifier>
195
222
  <role>
196
223
  <roleTerm type="code" authority="[[ro9:authority]]" authorityURI="[[ro9:authorityURI]]" valueURI="[[ro9:valueURI]]">[[ro9:roleCode]]</roleTerm>
197
224
  <roleTerm type="text" authority="[[ro9:authority]]" authorityURI="[[ro9:authorityURI]]" valueURI="[[ro9:valueURI]]">[[ro9:roleText]]</roleTerm>
@@ -207,6 +234,9 @@
207
234
  </name>
208
235
  <name type="[[na10:type]]" authority="[[na10:authority]]" authorityURI="[[na10:authorityURI]]" valueURI="[[na10:valueURI]]" nameTitleGroup="[[na10:nameTitleGroup]]" lang="[[na10:language]]" script="[[na10:script]]" transliteration="[[na10:transliteration]]" altRepGroup="[[na10:altRepGroup]]">
209
236
  <namePart>[[na10:namePart]]</namePart>
237
+ <nameIdentifier>[[na10:nameIdentifier1]]</nameIdentifier>
238
+ <nameIdentifier>[[na10:nameIdentifier2]]</nameIdentifier>
239
+ <nameIdentifier>[[na10:nameIdentifier3]]</nameIdentifier>
210
240
  <role>
211
241
  <roleTerm type="code" authority="[[ro10:authority]]" authorityURI="[[ro10:authorityURI]]" valueURI="[[ro10:valueURI]]">[[ro10:roleCode]]</roleTerm>
212
242
  <roleTerm type="text" authority="[[ro10:authority]]" authorityURI="[[ro10:authorityURI]]" valueURI="[[ro10:valueURI]]">[[ro10:roleText]]</roleTerm>
@@ -222,6 +252,9 @@
222
252
  </name>
223
253
  <name type="[[na11:type]]" authority="[[na11:authority]]" authorityURI="[[na11:authorityURI]]" valueURI="[[na11:valueURI]]" lang="[[na11:language]]" script="[[na11:script]]" transliteration="[[na11:transliteration]]" altRepGroup="[[na11:altRepGroup]]">
224
254
  <namePart>[[na11:namePart]]</namePart>
255
+ <nameIdentifier>[[na11:nameIdentifier1]]</nameIdentifier>
256
+ <nameIdentifier>[[na11:nameIdentifier2]]</nameIdentifier>
257
+ <nameIdentifier>[[na11:nameIdentifier3]]</nameIdentifier>
225
258
  <role>
226
259
  <roleTerm type="code" authority="[[ro11:authority]]" authorityURI="[[ro11:authorityURI]]" valueURI="[[ro11:valueURI]]">[[ro11:roleCode]]</roleTerm>
227
260
  <roleTerm type="text" authority="[[ro11:authority]]" authorityURI="[[ro11:authorityURI]]" valueURI="[[ro11:valueURI]]">[[ro11:roleText]]</roleTerm>
@@ -237,6 +270,9 @@
237
270
  </name>
238
271
  <name type="[[na12:type]]" authority="[[na12:authority]]" authorityURI="[[na12:authorityURI]]" valueURI="[[na12:valueURI]]" lang="[[na12:language]]" script="[[na12:script]]" transliteration="[[na12:transliteration]]" altRepGroup="[[na12:altRepGroup]]">
239
272
  <namePart>[[na12:namePart]]</namePart>
273
+ <nameIdentifier>[[na12:nameIdentifier1]]</nameIdentifier>
274
+ <nameIdentifier>[[na12:nameIdentifier2]]</nameIdentifier>
275
+ <nameIdentifier>[[na12:nameIdentifier3]]</nameIdentifier>
240
276
  <role>
241
277
  <roleTerm type="code" authority="[[ro12:authority]]" authorityURI="[[ro12:authorityURI]]" valueURI="[[ro12:valueURI]]">[[ro12:roleCode]]</roleTerm>
242
278
  <roleTerm type="text" authority="[[ro12:authority]]" authorityURI="[[ro12:authorityURI]]" valueURI="[[ro12:valueURI]]">[[ro12:roleText]]</roleTerm>
@@ -252,6 +288,9 @@
252
288
  </name>
253
289
  <name type="[[na13:type]]" authority="[[na13:authority]]" authorityURI="[[na13:authorityURI]]" valueURI="[[na13:valueURI]]" lang="[[na13:language]]" script="[[na13:script]]" transliteration="[[na13:transliteration]]" altRepGroup="[[na13:altRepGroup]]">
254
290
  <namePart>[[na13:namePart]]</namePart>
291
+ <nameIdentifier>[[na13:nameIdentifier1]]</nameIdentifier>
292
+ <nameIdentifier>[[na13:nameIdentifier2]]</nameIdentifier>
293
+ <nameIdentifier>[[na13:nameIdentifier3]]</nameIdentifier>
255
294
  <role>
256
295
  <roleTerm type="code" authority="[[ro13:authority]]" authorityURI="[[ro13:authorityURI]]" valueURI="[[ro13:valueURI]]">[[ro13:roleCode]]</roleTerm>
257
296
  <roleTerm type="text" authority="[[ro13:authority]]" authorityURI="[[ro13:authorityURI]]" valueURI="[[ro13:valueURI]]">[[ro13:roleText]]</roleTerm>
@@ -267,6 +306,9 @@
267
306
  </name>
268
307
  <name type="[[na14:type]]" authority="[[na14:authority]]" authorityURI="[[na14:authorityURI]]" valueURI="[[na14:valueURI]]" lang="[[na14:language]]" script="[[na14:script]]" transliteration="[[na14:transliteration]]" altRepGroup="[[na14:altRepGroup]]">
269
308
  <namePart>[[na14:namePart]]</namePart>
309
+ <nameIdentifier>[[na14:nameIdentifier1]]</nameIdentifier>
310
+ <nameIdentifier>[[na14:nameIdentifier2]]</nameIdentifier>
311
+ <nameIdentifier>[[na14:nameIdentifier3]]</nameIdentifier>
270
312
  <role>
271
313
  <roleTerm type="code" authority="[[ro14:authority]]" authorityURI="[[ro14:authorityURI]]" valueURI="[[ro14:valueURI]]">[[ro14:roleCode]]</roleTerm>
272
314
  <roleTerm type="text" authority="[[ro14:authority]]" authorityURI="[[ro14:authorityURI]]" valueURI="[[ro14:valueURI]]">[[ro14:roleText]]</roleTerm>
@@ -282,6 +324,9 @@
282
324
  </name>
283
325
  <name type="[[na15:type]]" authority="[[na15:authority]]" authorityURI="[[na15:authorityURI]]" valueURI="[[na15:valueURI]]" lang="[[na15:language]]" script="[[na15:script]]" transliteration="[[na15:transliteration]]" altRepGroup="[[na15:altRepGroup]]">
284
326
  <namePart>[[na15:namePart]]</namePart>
327
+ <nameIdentifier>[[na15:nameIdentifier1]]</nameIdentifier>
328
+ <nameIdentifier>[[na15:nameIdentifier2]]</nameIdentifier>
329
+ <nameIdentifier>[[na15:nameIdentifier3]]</nameIdentifier>
285
330
  <role>
286
331
  <roleTerm type="code" authority="[[ro15:authority]]" authorityURI="[[ro15:authorityURI]]" valueURI="[[ro15:valueURI]]">[[ro15:roleCode]]</roleTerm>
287
332
  <roleTerm type="text" authority="[[ro15:authority]]" authorityURI="[[ro15:authorityURI]]" valueURI="[[ro15:valueURI]]">[[ro15:roleText]]</roleTerm>
@@ -297,6 +342,9 @@
297
342
  </name>
298
343
  <name type="[[na16:type]]" authority="[[na16:authority]]" authorityURI="[[na16:authorityURI]]" valueURI="[[na16:valueURI]]" lang="[[na16:language]]" script="[[na16:script]]" transliteration="[[na16:transliteration]]" altRepGroup="[[na16:altRepGroup]]">
299
344
  <namePart>[[na16:namePart]]</namePart>
345
+ <nameIdentifier>[[na16:nameIdentifier1]]</nameIdentifier>
346
+ <nameIdentifier>[[na16:nameIdentifier2]]</nameIdentifier>
347
+ <nameIdentifier>[[na16:nameIdentifier3]]</nameIdentifier>
300
348
  <role>
301
349
  <roleTerm type="code" authority="[[ro16:authority]]" authorityURI="[[ro16:authorityURI]]" valueURI="[[ro16:valueURI]]">[[ro16:roleCode]]</roleTerm>
302
350
  <roleTerm type="text" authority="[[ro16:authority]]" authorityURI="[[ro16:authorityURI]]" valueURI="[[ro16:valueURI]]">[[ro16:roleText]]</roleTerm>
@@ -312,6 +360,9 @@
312
360
  </name>
313
361
  <name type="[[na17:type]]" authority="[[na17:authority]]" authorityURI="[[na17:authorityURI]]" valueURI="[[na17:valueURI]]" lang="[[na17:language]]" script="[[na17:script]]" transliteration="[[na17:transliteration]]" altRepGroup="[[na17:altRepGroup]]">
314
362
  <namePart>[[na17:namePart]]</namePart>
363
+ <nameIdentifier>[[na17:nameIdentifier1]]</nameIdentifier>
364
+ <nameIdentifier>[[na17:nameIdentifier2]]</nameIdentifier>
365
+ <nameIdentifier>[[na17:nameIdentifier3]]</nameIdentifier>
315
366
  <role>
316
367
  <roleTerm type="code" authority="[[ro17:authority]]" authorityURI="[[ro17:authorityURI]]" valueURI="[[ro17:valueURI]]">[[ro17:roleCode]]</roleTerm>
317
368
  <roleTerm type="text" authority="[[ro17:authority]]" authorityURI="[[ro17:authorityURI]]" valueURI="[[ro17:valueURI]]">[[ro17:roleText]]</roleTerm>
@@ -327,6 +378,9 @@
327
378
  </name>
328
379
  <name type="[[na18:type]]" authority="[[na18:authority]]" authorityURI="[[na18:authorityURI]]" valueURI="[[na18:valueURI]]" lang="[[na18:language]]" script="[[na18:script]]" transliteration="[[na18:transliteration]]" altRepGroup="[[na18:altRepGroup]]">
329
380
  <namePart>[[na18:namePart]]</namePart>
381
+ <nameIdentifier>[[na18:nameIdentifier1]]</nameIdentifier>
382
+ <nameIdentifier>[[na18:nameIdentifier2]]</nameIdentifier>
383
+ <nameIdentifier>[[na18:nameIdentifier3]]</nameIdentifier>
330
384
  <role>
331
385
  <roleTerm type="code" authority="[[ro18:authority]]" authorityURI="[[ro18:authorityURI]]" valueURI="[[ro18:valueURI]]">[[ro18:roleCode]]</roleTerm>
332
386
  <roleTerm type="text" authority="[[ro18:authority]]" authorityURI="[[ro18:authorityURI]]" valueURI="[[ro18:valueURI]]">[[ro18:roleText]]</roleTerm>
@@ -342,6 +396,9 @@
342
396
  </name>
343
397
  <name type="[[na19:type]]" authority="[[na19:authority]]" authorityURI="[[na19:authorityURI]]" valueURI="[[na19:valueURI]]" lang="[[na19:language]]" script="[[na19:script]]" transliteration="[[na19:transliteration]]" altRepGroup="[[na19:altRepGroup]]">
344
398
  <namePart>[[na19:namePart]]</namePart>
399
+ <nameIdentifier>[[na19:nameIdentifier1]]</nameIdentifier>
400
+ <nameIdentifier>[[na19:nameIdentifier2]]</nameIdentifier>
401
+ <nameIdentifier>[[na19:nameIdentifier3]]</nameIdentifier>
345
402
  <role>
346
403
  <roleTerm type="code" authority="[[ro19:authority]]" authorityURI="[[ro19:authorityURI]]" valueURI="[[ro19:valueURI]]">[[ro19:roleCode]]</roleTerm>
347
404
  <roleTerm type="text" authority="[[ro19:authority]]" authorityURI="[[ro19:authorityURI]]" valueURI="[[ro19:valueURI]]">[[ro19:roleText]]</roleTerm>
@@ -357,6 +414,9 @@
357
414
  </name>
358
415
  <name type="[[na20:type]]" authority="[[na20:authority]]" authorityURI="[[na20:authorityURI]]" valueURI="[[na20:valueURI]]" lang="[[na20:language]]" script="[[na20:script]]" transliteration="[[na20:transliteration]]" altRepGroup="[[na20:altRepGroup]]">
359
416
  <namePart>[[na20:namePart]]</namePart>
417
+ <nameIdentifier>[[na20:nameIdentifier1]]</nameIdentifier>
418
+ <nameIdentifier>[[na20:nameIdentifier2]]</nameIdentifier>
419
+ <nameIdentifier>[[na20:nameIdentifier3]]</nameIdentifier>
360
420
  <role>
361
421
  <roleTerm type="code" authority="[[ro20:authority]]" authorityURI="[[ro20:authorityURI]]" valueURI="[[ro20:valueURI]]">[[ro20:roleCode]]</roleTerm>
362
422
  <roleTerm type="text" authority="[[ro20:authority]]" authorityURI="[[ro20:authorityURI]]" valueURI="[[ro20:valueURI]]">[[ro20:roleText]]</roleTerm>
@@ -372,6 +432,9 @@
372
432
  </name>
373
433
  <name type="[[na21:type]]" authority="[[na21:authority]]" authorityURI="[[na21:authorityURI]]" valueURI="[[na21:valueURI]]" lang="[[na21:language]]" script="[[na21:script]]" transliteration="[[na21:transliteration]]" altRepGroup="[[na21:altRepGroup]]">
374
434
  <namePart>[[na21:namePart]]</namePart>
435
+ <nameIdentifier>[[na21:nameIdentifier1]]</nameIdentifier>
436
+ <nameIdentifier>[[na21:nameIdentifier2]]</nameIdentifier>
437
+ <nameIdentifier>[[na21:nameIdentifier3]]</nameIdentifier>
375
438
  <role>
376
439
  <roleTerm type="code" authority="[[ro21:authority]]" authorityURI="[[ro21:authorityURI]]" valueURI="[[ro21:valueURI]]">[[ro21:roleCode]]</roleTerm>
377
440
  <roleTerm type="text" authority="[[ro21:authority]]" authorityURI="[[ro21:authorityURI]]" valueURI="[[ro21:valueURI]]">[[ro21:roleText]]</roleTerm>
@@ -387,6 +450,9 @@
387
450
  </name>
388
451
  <name type="[[na22:type]]" authority="[[na22:authority]]" authorityURI="[[na22:authorityURI]]" valueURI="[[na22:valueURI]]" lang="[[na22:language]]" script="[[na22:script]]" transliteration="[[na22:transliteration]]" altRepGroup="[[na22:altRepGroup]]">
389
452
  <namePart>[[na22:namePart]]</namePart>
453
+ <nameIdentifier>[[na22:nameIdentifier1]]</nameIdentifier>
454
+ <nameIdentifier>[[na22:nameIdentifier2]]</nameIdentifier>
455
+ <nameIdentifier>[[na22:nameIdentifier3]]</nameIdentifier>
390
456
  <role>
391
457
  <roleTerm type="code" authority="[[ro22:authority]]" authorityURI="[[ro22:authorityURI]]" valueURI="[[ro22:valueURI]]">[[ro22:roleCode]]</roleTerm>
392
458
  <roleTerm type="text" authority="[[ro22:authority]]" authorityURI="[[ro22:authorityURI]]" valueURI="[[ro22:valueURI]]">[[ro22:roleText]]</roleTerm>
@@ -402,6 +468,9 @@
402
468
  </name>
403
469
  <name type="[[na23:type]]" authority="[[na23:authority]]" authorityURI="[[na23:authorityURI]]" valueURI="[[na23:valueURI]]" lang="[[na23:language]]" script="[[na23:script]]" transliteration="[[na23:transliteration]]" altRepGroup="[[na23:altRepGroup]]">
404
470
  <namePart>[[na23:namePart]]</namePart>
471
+ <nameIdentifier>[[na23:nameIdentifier1]]</nameIdentifier>
472
+ <nameIdentifier>[[na23:nameIdentifier2]]</nameIdentifier>
473
+ <nameIdentifier>[[na23:nameIdentifier3]]</nameIdentifier>
405
474
  <role>
406
475
  <roleTerm type="code" authority="[[ro23:authority]]" authorityURI="[[ro23:authorityURI]]" valueURI="[[ro23:valueURI]]">[[ro23:roleCode]]</roleTerm>
407
476
  <roleTerm type="text" authority="[[ro23:authority]]" authorityURI="[[ro23:authorityURI]]" valueURI="[[ro23:valueURI]]">[[ro23:roleText]]</roleTerm>
@@ -417,6 +486,9 @@
417
486
  </name>
418
487
  <name type="[[na24:type]]" authority="[[na24:authority]]" authorityURI="[[na24:authorityURI]]" valueURI="[[na24:valueURI]]" lang="[[na24:language]]" script="[[na24:script]]" transliteration="[[na24:transliteration]]" altRepGroup="[[na24:altRepGroup]]">
419
488
  <namePart>[[na24:namePart]]</namePart>
489
+ <nameIdentifier>[[na24:nameIdentifier1]]</nameIdentifier>
490
+ <nameIdentifier>[[na24:nameIdentifier2]]</nameIdentifier>
491
+ <nameIdentifier>[[na24:nameIdentifier3]]</nameIdentifier>
420
492
  <role>
421
493
  <roleTerm type="code" authority="[[ro24:authority]]" authorityURI="[[ro24:authorityURI]]" valueURI="[[ro24:valueURI]]">[[ro24:roleCode]]</roleTerm>
422
494
  <roleTerm type="text" authority="[[ro24:authority]]" authorityURI="[[ro24:authorityURI]]" valueURI="[[ro24:valueURI]]">[[ro24:roleText]]</roleTerm>
@@ -432,6 +504,9 @@
432
504
  </name>
433
505
  <name type="[[na25:type]]" authority="[[na25:authority]]" authorityURI="[[na25:authorityURI]]" valueURI="[[na25:valueURI]]" lang="[[na25:language]]" script="[[na25:script]]" transliteration="[[na25:transliteration]]" altRepGroup="[[na25:altRepGroup]]">
434
506
  <namePart>[[na25:namePart]]</namePart>
507
+ <nameIdentifier>[[na25:nameIdentifier1]]</nameIdentifier>
508
+ <nameIdentifier>[[na25:nameIdentifier2]]</nameIdentifier>
509
+ <nameIdentifier>[[na25:nameIdentifier3]]</nameIdentifier>
435
510
  <role>
436
511
  <roleTerm type="code" authority="[[ro25:authority]]" authorityURI="[[ro25:authorityURI]]" valueURI="[[ro25:valueURI]]">[[ro25:roleCode]]</roleTerm>
437
512
  <roleTerm type="text" authority="[[ro25:authority]]" authorityURI="[[ro25:authorityURI]]" valueURI="[[ro25:valueURI]]">[[ro25:roleText]]</roleTerm>
@@ -447,6 +522,9 @@
447
522
  </name>
448
523
  <name type="[[na26:type]]" authority="[[na26:authority]]" authorityURI="[[na26:authorityURI]]" valueURI="[[na26:valueURI]]" lang="[[na26:language]]" script="[[na26:script]]" transliteration="[[na26:transliteration]]" altRepGroup="[[na26:altRepGroup]]">
449
524
  <namePart>[[na26:namePart]]</namePart>
525
+ <nameIdentifier>[[na26:nameIdentifier1]]</nameIdentifier>
526
+ <nameIdentifier>[[na26:nameIdentifier2]]</nameIdentifier>
527
+ <nameIdentifier>[[na26:nameIdentifier3]]</nameIdentifier>
450
528
  <role>
451
529
  <roleTerm type="code" authority="[[ro26:authority]]" authorityURI="[[ro26:authorityURI]]" valueURI="[[ro26:valueURI]]">[[ro26:roleCode]]</roleTerm>
452
530
  <roleTerm type="text" authority="[[ro26:authority]]" authorityURI="[[ro26:authorityURI]]" valueURI="[[ro26:valueURI]]">[[ro26:roleText]]</roleTerm>
@@ -462,6 +540,9 @@
462
540
  </name>
463
541
  <name type="[[na27:type]]" authority="[[na27:authority]]" authorityURI="[[na27:authorityURI]]" valueURI="[[na27:valueURI]]" lang="[[na27:language]]" script="[[na27:script]]" transliteration="[[na27:transliteration]]" altRepGroup="[[na27:altRepGroup]]">
464
542
  <namePart>[[na27:namePart]]</namePart>
543
+ <nameIdentifier>[[na27:nameIdentifier1]]</nameIdentifier>
544
+ <nameIdentifier>[[na27:nameIdentifier2]]</nameIdentifier>
545
+ <nameIdentifier>[[na27:nameIdentifier3]]</nameIdentifier>
465
546
  <role>
466
547
  <roleTerm type="code" authority="[[ro27:authority]]" authorityURI="[[ro27:authorityURI]]" valueURI="[[ro27:valueURI]]">[[ro27:roleCode]]</roleTerm>
467
548
  <roleTerm type="text" authority="[[ro27:authority]]" authorityURI="[[ro27:authorityURI]]" valueURI="[[ro27:valueURI]]">[[ro27:roleText]]</roleTerm>
@@ -477,6 +558,9 @@
477
558
  </name>
478
559
  <name type="[[na28:type]]" authority="[[na28:authority]]" authorityURI="[[na28:authorityURI]]" valueURI="[[na28:valueURI]]" lang="[[na28:language]]" script="[[na28:script]]" transliteration="[[na28:transliteration]]" altRepGroup="[[na28:altRepGroup]]">
479
560
  <namePart>[[na28:namePart]]</namePart>
561
+ <nameIdentifier>[[na28:nameIdentifier1]]</nameIdentifier>
562
+ <nameIdentifier>[[na28:nameIdentifier2]]</nameIdentifier>
563
+ <nameIdentifier>[[na28:nameIdentifier3]]</nameIdentifier>
480
564
  <role>
481
565
  <roleTerm type="code" authority="[[ro28:authority]]" authorityURI="[[ro28:authorityURI]]" valueURI="[[ro28:valueURI]]">[[ro28:roleCode]]</roleTerm>
482
566
  <roleTerm type="text" authority="[[ro28:authority]]" authorityURI="[[ro28:authorityURI]]" valueURI="[[ro28:valueURI]]">[[ro28:roleText]]</roleTerm>
@@ -492,6 +576,9 @@
492
576
  </name>
493
577
  <name type="[[na29:type]]" authority="[[na29:authority]]" authorityURI="[[na29:authorityURI]]" valueURI="[[na29:valueURI]]" lang="[[na29:language]]" script="[[na29:script]]" transliteration="[[na29:transliteration]]" altRepGroup="[[na29:altRepGroup]]">
494
578
  <namePart>[[na29:namePart]]</namePart>
579
+ <nameIdentifier>[[na29:nameIdentifier1]]</nameIdentifier>
580
+ <nameIdentifier>[[na29:nameIdentifier2]]</nameIdentifier>
581
+ <nameIdentifier>[[na29:nameIdentifier3]]</nameIdentifier>
495
582
  <role>
496
583
  <roleTerm type="code" authority="[[ro29:authority]]" authorityURI="[[ro29:authorityURI]]" valueURI="[[ro29:valueURI]]">[[ro29:roleCode]]</roleTerm>
497
584
  <roleTerm type="text" authority="[[ro29:authority]]" authorityURI="[[ro29:authorityURI]]" valueURI="[[ro29:valueURI]]">[[ro29:roleText]]</roleTerm>
@@ -507,6 +594,9 @@
507
594
  </name>
508
595
  <name type="[[na30:type]]" authority="[[na30:authority]]" authorityURI="[[na30:authorityURI]]" valueURI="[[na30:valueURI]]" lang="[[na30:language]]" script="[[na30:script]]" transliteration="[[na30:transliteration]]" altRepGroup="[[na30:altRepGroup]]">
509
596
  <namePart>[[na30:namePart]]</namePart>
597
+ <nameIdentifier>[[na30:nameIdentifier1]]</nameIdentifier>
598
+ <nameIdentifier>[[na30:nameIdentifier2]]</nameIdentifier>
599
+ <nameIdentifier>[[na30:nameIdentifier3]]</nameIdentifier>
510
600
  <role>
511
601
  <roleTerm type="code" authority="[[ro30:authority]]" authorityURI="[[ro30:authorityURI]]" valueURI="[[ro30:valueURI]]">[[ro30:roleCode]]</roleTerm>
512
602
  <roleTerm type="text" authority="[[ro30:authority]]" authorityURI="[[ro30:authorityURI]]" valueURI="[[ro30:valueURI]]">[[ro30:roleText]]</roleTerm>
@@ -541,8 +631,10 @@
541
631
  <publisher lang="[[or:publisherLanguage]]" script="[[or:publisherScript]]" transliteration="[[or:publisherTransliteration]]">[[or:publisher]]</publisher>
542
632
  <dateCreated keyDate="[[dt:dateCreatedKeyDate]]" encoding="[[dt:dateCreatedEncoding]]" qualifier="[[dt:dateCreatedQualifier]]" point="[[dt:dateCreatedPoint]]">[[dt:dateCreated]]</dateCreated>
543
633
  <dateCreated encoding="[[dt:dateCreatedEncoding]]" qualifier="[[dt:dateCreated2Qualifier]]" point="[[dt:dateCreated2Point]]">[[dt:dateCreated2]]</dateCreated>
634
+ <dateCreated keyDate="[[dt:dateCreated3KeyDate]]" encoding="[[dt:dateCreated3Encoding]]" qualifier="[[dt:dateCreated3Qualifier]]">[[dt:dateCreated3]]</dateCreated>
544
635
  <dateIssued keyDate="[[dt:dateIssuedKeyDate]]" encoding="[[dt:dateIssuedEncoding]]" qualifier="[[dt:dateIssuedQualifier]]" point="[[dt:dateIssuedPoint]]">[[dt:dateIssued]]</dateIssued>
545
636
  <dateIssued encoding="[[dt:dateIssuedEncoding]]" qualifier="[[dt:dateIssued2Qualifier]]" point="[[dt:dateIssued2Point]]">[[dt:dateIssued2]]</dateIssued>
637
+ <dateIssued keyDate="[[dt:dateIssued3KeyDate]]" encoding="[[dt:dateIssued3Encoding]]" qualifier="[[dt:dateIssued3Qualifier]]">[[dt:dateIssued3]]</dateIssued>
546
638
  <dateCaptured keyDate="[[dt:dateCapturedKeyDate]]" encoding="[[dt:dateCapturedEncoding]]" qualifier="[[dt:dateCapturedQualifier]]" point="[[dt:dateCapturedPoint]]">[[dt:dateCaptured]]</dateCaptured>
547
639
  <dateCaptured encoding="[[dt:dateCapturedEncoding]]" qualifier="[[dt:dateCaptured2Qualifier]]" point="[[dt:dateCaptured2Point]]">[[dt:dateCaptured2]]</dateCaptured>
548
640
  <copyrightDate keyDate="[[dt:copyrightDateKeyDate]]" encoding="[[dt:copyrightDateEncoding]]" qualifier="[[dt:copyrightDateQualifier]]" point="[[dt:copyrightDatePoint]]">[[dt:copyrightDate]]</copyrightDate>
@@ -551,6 +643,7 @@
551
643
  <dateOther type="[[dt:dateOtherType]]" encoding="[[dt:dateOtherEncoding]]" qualifier="[[dt:dateOther2Qualifier]]" point="[[dt:dateOther2Point]]" script="[[dt:dateOtherScript]]" transliteration="[[dt:dateOtherTransliteration]]">[[dt:dateOther2]]</dateOther>
552
644
  <edition>[[or:edition]]</edition>
553
645
  <issuance>[[or:issuance]]</issuance>
646
+ <frequency>[[or:frequency]]</frequency>
554
647
  </originInfo>
555
648
  <originInfo displayLabel="[[or2:displayLabel]]" eventType="[[or2:eventType]]" altRepGroup="[[or2:altRepGroup]]">
556
649
  <place>
@@ -570,6 +663,7 @@
570
663
  <dateOther type="[[or2:dt:dateOtherType]]" encoding="[[or2:dt:dateOtherEncoding]]" qualifier="[[or2:dt:dateOther2Qualifier]]" point="[[or2:dt:dateOther2Point]]" script="[[or2:dt:dateOtherScript]]" transliteration="[[or2:dt:dateOtherTransliteration]]">[[or2:dt:dateOther2]]</dateOther>
571
664
  <edition>[[or2:edition]]</edition>
572
665
  <issuance>[[or2:issuance]]</issuance>
666
+ <frequency>[[or2:frequency]]</frequency>
573
667
  </originInfo>
574
668
  <originInfo displayLabel="[[or3:displayLabel]]" eventType="[[or3:eventType]]" altRepGroup="[[or3:altRepGroup]]">
575
669
  <place>
@@ -589,49 +683,52 @@
589
683
  <dateOther type="[[or3:dt:dateOtherType]]" encoding="[[or3:dt:dateOtherEncoding]]" qualifier="[[or3:dt:dateOther2Qualifier]]" point="[[or3:dt:dateOther2Point]]" script="[[or3:dt:dateOtherScript]]" transliteration="[[or3:dt:dateOtherTransliteration]]">[[or3:dt:dateOther2]]</dateOther>
590
684
  <edition>[[or3:edition]]</edition>
591
685
  <issuance>[[or3:issuance]]</issuance>
686
+ <frequency>[[or3:frequency]]</frequency>
592
687
  </originInfo>
593
- <language>
688
+ <language objectPart="[[la1:objectPart]]">
594
689
  <languageTerm authority="[[la1:authority]]" authorityURI="[[la1:authorityURI]]" valueURI="[[la1:valueURI]]" type="code">[[la1:code]]</languageTerm>
595
690
  <languageTerm authority="[[la1:authority]]" authorityURI="[[la1:authorityURI]]" valueURI="[[la1:valueURI]]" type="text">[[la1:text]]</languageTerm>
596
691
  </language>
597
- <language>
692
+ <language objectPart="[[la2:objectPart]]">
598
693
  <languageTerm authority="[[la2:authority]]" authorityURI="[[la2:authorityURI]]" valueURI="[[la2:valueURI]]" type="code">[[la2:code]]</languageTerm>
599
694
  <languageTerm authority="[[la2:authority]]" authorityURI="[[la2:authorityURI]]" valueURI="[[la2:valueURI]]" type="text">[[la2:text]]</languageTerm>
600
695
  </language>
601
- <language>
696
+ <language objectPart="[[la3:objectPart]]">
602
697
  <languageTerm authority="[[la3:authority]]" authorityURI="[[la3:authorityURI]]" valueURI="[[la3:valueURI]]" type="code">[[la3:code]]</languageTerm>
603
698
  <languageTerm authority="[[la3:authority]]" authorityURI="[[la3:authorityURI]]" valueURI="[[la3:valueURI]]" type="text">[[la3:text]]</languageTerm>
604
699
  </language>
605
- <language>
700
+ <language objectPart="[[la4:objectPart]]">
606
701
  <languageTerm authority="[[la4:authority]]" authorityURI="[[la4:authorityURI]]" valueURI="[[la4:valueURI]]" type="code">[[la4:code]]</languageTerm>
607
702
  <languageTerm authority="[[la4:authority]]" authorityURI="[[la4:authorityURI]]" valueURI="[[la4:valueURI]]" type="text">[[la4:text]]</languageTerm>
608
703
  </language>
609
- <language>
704
+ <language objectPart="[[la5:objectPart]]">
610
705
  <languageTerm authority="[[la5:authority]]" authorityURI="[[la5:authorityURI]]" valueURI="[[la5:valueURI]]" type="code">[[la5:code]]</languageTerm>
611
706
  <languageTerm authority="[[la5:authority]]" authorityURI="[[la5:authorityURI]]" valueURI="[[la5:valueURI]]" type="text">[[la5:text]]</languageTerm>
612
707
  </language>
613
- <language>
708
+ <language objectPart="[[la6:objectPart]]">
614
709
  <languageTerm authority="[[la6:authority]]" authorityURI="[[la6:authorityURI]]" valueURI="[[la6:valueURI]]" type="code">[[la6:code]]</languageTerm>
615
710
  <languageTerm authority="[[la6:authority]]" authorityURI="[[la6:authorityURI]]" valueURI="[[la6:valueURI]]" type="text">[[la6:text]]</languageTerm>
616
711
  </language>
617
- <language>
712
+ <language objectPart="[[la7:objectPart]]">
618
713
  <languageTerm authority="[[la7:authority]]" authorityURI="[[la7:authorityURI]]" valueURI="[[la7:valueURI]]" type="code">[[la7:code]]</languageTerm>
619
714
  <languageTerm authority="[[la7:authority]]" authorityURI="[[la7:authorityURI]]" valueURI="[[la7:valueURI]]" type="text">[[la7:text]]</languageTerm>
620
715
  </language>
621
- <language>
716
+ <language objectPart="[[la8:objectPart]]">
622
717
  <languageTerm authority="[[la8:authority]]" authorityURI="[[la8:authorityURI]]" valueURI="[[la8:valueURI]]" type="code">[[la8:code]]</languageTerm>
623
718
  <languageTerm authority="[[la8:authority]]" authorityURI="[[la8:authorityURI]]" valueURI="[[la8:valueURI]]" type="text">[[la8:text]]</languageTerm>
624
719
  </language>
625
- <language>
720
+ <language objectPart="[[la9:objectPart]]">
626
721
  <languageTerm authority="[[la9:authority]]" authorityURI="[[la9:authorityURI]]" valueURI="[[la9:valueURI]]" type="code">[[la9:code]]</languageTerm>
627
722
  <languageTerm authority="[[la9:authority]]" authorityURI="[[la9:authorityURI]]" valueURI="[[la9:valueURI]]" type="text">[[la9:text]]</languageTerm>
628
723
  </language>
629
- <language>
724
+ <language objectPart="[[la10:objectPart]]">
630
725
  <languageTerm authority="[[la10:authority]]" authorityURI="[[la10:authorityURI]]" valueURI="[[la10:valueURI]]" type="code">[[la10:code]]</languageTerm>
631
726
  <languageTerm authority="[[la10:authority]]" authorityURI="[[la10:authorityURI]]" valueURI="[[la10:valueURI]]" type="text">[[la10:text]]</languageTerm>
632
727
  </language>
633
728
  <physicalDescription>
634
729
  <form authority="[[ph1:formAuthority]]" authorityURI="[[ph1:formAuthorityURI]]" valueURI="[[ph1:formValueURI]]">[[ph1:form]]</form>
730
+ <form authority="[[ph1:formAuthority2]]" authorityURI="[[ph1:formAuthorityURI2]]" valueURI="[[ph1:formValueURI2]]">[[ph1:form2]]</form>
731
+ <form authority="[[ph1:formAuthority3]]" authorityURI="[[ph1:formAuthorityURI3]]" valueURI="[[ph1:formValueURI3]]">[[ph1:form3]]</form>
635
732
  <extent>[[ph1:extent]]</extent>
636
733
  <reformattingQuality>[[ph1:reformattingQuality]]</reformattingQuality>
637
734
  <digitalOrigin>[[ph1:digitalOrigin]]</digitalOrigin>
@@ -1136,76 +1233,371 @@
1136
1233
  <[[sn30:p4:type]] authority="[[sn30:p4:authority]]" authorityURI="[[sn30:p4:authorityURI]]" valueURI="[[sn30:p4:valueURI]]">[[sn30:p4:value]]</[[sn30:p4:type]]>
1137
1234
  <[[sn30:p5:type]] authority="[[sn30:p5:authority]]" authorityURI="[[sn30:p5:authorityURI]]" valueURI="[[sn30:p5:valueURI]]">[[sn30:p5:value]]</[[sn30:p5:type]]>
1138
1235
  </subject>
1139
- <subject authority="[[su1:authority]]" authorityURI="[[su1:authorityURI]]" valueURI="[[su1:valueURI]]" lang="[[su1:language]]" script="[[su1:script]]" transliteration="[[su1:transliteration]]" altRepGroup="[[su1:altRepGroup]]">
1236
+ <subject displayLabel="[[su1:displayLabel]]" authority="[[su1:authority]]" authorityURI="[[su1:authorityURI]]" valueURI="[[su1:valueURI]]" lang="[[su1:language]]" script="[[su1:script]]" transliteration="[[su1:transliteration]]" altRepGroup="[[su1:altRepGroup]]">
1140
1237
  <[[su1:p1:type]] authority="[[su1:p1:authority]]" authorityURI="[[su1:p1:authorityURI]]" valueURI="[[su1:p1:valueURI]]">[[su1:p1:value]]</[[su1:p1:type]]>
1141
1238
  <[[su1:p2:type]] authority="[[su1:p2:authority]]" authorityURI="[[su1:p2:authorityURI]]" valueURI="[[su1:p2:valueURI]]">[[su1:p2:value]]</[[su1:p2:type]]>
1142
1239
  <[[su1:p3:type]] authority="[[su1:p3:authority]]" authorityURI="[[su1:p3:authorityURI]]" valueURI="[[su1:p3:valueURI]]">[[su1:p3:value]]</[[su1:p3:type]]>
1143
1240
  <[[su1:p4:type]] authority="[[su1:p4:authority]]" authorityURI="[[su1:p4:authorityURI]]" valueURI="[[su1:p4:valueURI]]">[[su1:p4:value]]</[[su1:p4:type]]>
1144
1241
  <[[su1:p5:type]] authority="[[su1:p5:authority]]" authorityURI="[[su1:p5:authorityURI]]" valueURI="[[su1:p5:valueURI]]">[[su1:p5:value]]</[[su1:p5:type]]>
1145
1242
  </subject>
1146
- <subject authority="[[su2:authority]]" authorityURI="[[su2:authorityURI]]" valueURI="[[su2:valueURI]]" lang="[[su2:language]]" script="[[su2:script]]" transliteration="[[su2:transliteration]]" altRepGroup="[[su2:altRepGroup]]">
1243
+ <subject displayLabel="[[su2:displayLabel]]" authority="[[su2:authority]]" authorityURI="[[su2:authorityURI]]" valueURI="[[su2:valueURI]]" lang="[[su2:language]]" script="[[su2:script]]" transliteration="[[su2:transliteration]]" altRepGroup="[[su2:altRepGroup]]">
1147
1244
  <[[su2:p1:type]] authority="[[su2:p1:authority]]" authorityURI="[[su2:p1:authorityURI]]" valueURI="[[su2:p1:valueURI]]">[[su2:p1:value]]</[[su2:p1:type]]>
1148
1245
  <[[su2:p2:type]] authority="[[su2:p2:authority]]" authorityURI="[[su2:p2:authorityURI]]" valueURI="[[su2:p2:valueURI]]">[[su2:p2:value]]</[[su2:p2:type]]>
1149
1246
  <[[su2:p3:type]] authority="[[su2:p3:authority]]" authorityURI="[[su2:p3:authorityURI]]" valueURI="[[su2:p3:valueURI]]">[[su2:p3:value]]</[[su2:p3:type]]>
1150
1247
  <[[su2:p4:type]] authority="[[su2:p4:authority]]" authorityURI="[[su2:p4:authorityURI]]" valueURI="[[su2:p4:valueURI]]">[[su2:p4:value]]</[[su2:p4:type]]>
1151
1248
  <[[su2:p5:type]] authority="[[su2:p5:authority]]" authorityURI="[[su2:p5:authorityURI]]" valueURI="[[su2:p5:valueURI]]">[[su2:p5:value]]</[[su2:p5:type]]>
1152
1249
  </subject>
1153
- <subject authority="[[su3:authority]]" authorityURI="[[su3:authorityURI]]" valueURI="[[su3:valueURI]]" lang="[[su3:language]]" script="[[su3:script]]" transliteration="[[su3:transliteration]]" altRepGroup="[[su3:altRepGroup]]">
1250
+ <subject displayLabel="[[su3:displayLabel]]" authority="[[su3:authority]]" authorityURI="[[su3:authorityURI]]" valueURI="[[su3:valueURI]]" lang="[[su3:language]]" script="[[su3:script]]" transliteration="[[su3:transliteration]]" altRepGroup="[[su3:altRepGroup]]">
1154
1251
  <[[su3:p1:type]] authority="[[su3:p1:authority]]" authorityURI="[[su3:p1:authorityURI]]" valueURI="[[su3:p1:valueURI]]">[[su3:p1:value]]</[[su3:p1:type]]>
1155
1252
  <[[su3:p2:type]] authority="[[su3:p2:authority]]" authorityURI="[[su3:p2:authorityURI]]" valueURI="[[su3:p2:valueURI]]">[[su3:p2:value]]</[[su3:p2:type]]>
1156
1253
  <[[su3:p3:type]] authority="[[su3:p3:authority]]" authorityURI="[[su3:p3:authorityURI]]" valueURI="[[su3:p3:valueURI]]">[[su3:p3:value]]</[[su3:p3:type]]>
1157
1254
  <[[su3:p4:type]] authority="[[su3:p4:authority]]" authorityURI="[[su3:p4:authorityURI]]" valueURI="[[su3:p4:valueURI]]">[[su3:p4:value]]</[[su3:p4:type]]>
1158
1255
  <[[su3:p5:type]] authority="[[su3:p5:authority]]" authorityURI="[[su3:p5:authorityURI]]" valueURI="[[su3:p5:valueURI]]">[[su3:p5:value]]</[[su3:p5:type]]>
1159
1256
  </subject>
1160
- <subject authority="[[su4:authority]]" authorityURI="[[su4:authorityURI]]" valueURI="[[su4:valueURI]]" lang="[[su4:language]]" script="[[su4:script]]" transliteration="[[su4:transliteration]]" altRepGroup="[[su4:altRepGroup]]">
1257
+ <subject displayLabel="[[su4:displayLabel]]" authority="[[su4:authority]]" authorityURI="[[su4:authorityURI]]" valueURI="[[su4:valueURI]]" lang="[[su4:language]]" script="[[su4:script]]" transliteration="[[su4:transliteration]]" altRepGroup="[[su4:altRepGroup]]">
1161
1258
  <[[su4:p1:type]] authority="[[su4:p1:authority]]" authorityURI="[[su4:p1:authorityURI]]" valueURI="[[su4:p1:valueURI]]">[[su4:p1:value]]</[[su4:p1:type]]>
1162
1259
  <[[su4:p2:type]] authority="[[su4:p2:authority]]" authorityURI="[[su4:p2:authorityURI]]" valueURI="[[su4:p2:valueURI]]">[[su4:p2:value]]</[[su4:p2:type]]>
1163
1260
  <[[su4:p3:type]] authority="[[su4:p3:authority]]" authorityURI="[[su4:p3:authorityURI]]" valueURI="[[su4:p3:valueURI]]">[[su4:p3:value]]</[[su4:p3:type]]>
1164
1261
  <[[su4:p4:type]] authority="[[su4:p4:authority]]" authorityURI="[[su4:p4:authorityURI]]" valueURI="[[su4:p4:valueURI]]">[[su4:p4:value]]</[[su4:p4:type]]>
1165
1262
  <[[su4:p5:type]] authority="[[su4:p5:authority]]" authorityURI="[[su4:p5:authorityURI]]" valueURI="[[su4:p5:valueURI]]">[[su4:p5:value]]</[[su4:p5:type]]>
1166
1263
  </subject>
1167
- <subject authority="[[su5:authority]]" authorityURI="[[su5:authorityURI]]" valueURI="[[su5:valueURI]]" lang="[[su5:language]]" script="[[su5:script]]" transliteration="[[su5:transliteration]]" altRepGroup="[[su5:altRepGroup]]">
1264
+ <subject displayLabel="[[su5:displayLabel]]" authority="[[su5:authority]]" authorityURI="[[su5:authorityURI]]" valueURI="[[su5:valueURI]]" lang="[[su5:language]]" script="[[su5:script]]" transliteration="[[su5:transliteration]]" altRepGroup="[[su5:altRepGroup]]">
1168
1265
  <[[su5:p1:type]] authority="[[su5:p1:authority]]" authorityURI="[[su5:p1:authorityURI]]" valueURI="[[su5:p1:valueURI]]">[[su5:p1:value]]</[[su5:p1:type]]>
1169
1266
  <[[su5:p2:type]] authority="[[su5:p2:authority]]" authorityURI="[[su5:p2:authorityURI]]" valueURI="[[su5:p2:valueURI]]">[[su5:p2:value]]</[[su5:p2:type]]>
1170
1267
  <[[su5:p3:type]] authority="[[su5:p3:authority]]" authorityURI="[[su5:p3:authorityURI]]" valueURI="[[su5:p3:valueURI]]">[[su5:p3:value]]</[[su5:p3:type]]>
1171
1268
  <[[su5:p4:type]] authority="[[su5:p4:authority]]" authorityURI="[[su5:p4:authorityURI]]" valueURI="[[su5:p4:valueURI]]">[[su5:p4:value]]</[[su5:p4:type]]>
1172
1269
  <[[su5:p5:type]] authority="[[su5:p5:authority]]" authorityURI="[[su5:p5:authorityURI]]" valueURI="[[su5:p5:valueURI]]">[[su5:p5:value]]</[[su5:p5:type]]>
1173
1270
  </subject>
1174
- <subject authority="[[su6:authority]]" authorityURI="[[su6:authorityURI]]" valueURI="[[su6:valueURI]]" lang="[[su6:language]]" script="[[su6:script]]" transliteration="[[su6:transliteration]]" altRepGroup="[[su6:altRepGroup]]">
1271
+ <subject displayLabel="[[su6:displayLabel]]" authority="[[su6:authority]]" authorityURI="[[su6:authorityURI]]" valueURI="[[su6:valueURI]]" lang="[[su6:language]]" script="[[su6:script]]" transliteration="[[su6:transliteration]]" altRepGroup="[[su6:altRepGroup]]">
1175
1272
  <[[su6:p1:type]] authority="[[su6:p1:authority]]" authorityURI="[[su6:p1:authorityURI]]" valueURI="[[su6:p1:valueURI]]">[[su6:p1:value]]</[[su6:p1:type]]>
1176
1273
  <[[su6:p2:type]] authority="[[su6:p2:authority]]" authorityURI="[[su6:p2:authorityURI]]" valueURI="[[su6:p2:valueURI]]">[[su6:p2:value]]</[[su6:p2:type]]>
1177
1274
  <[[su6:p3:type]] authority="[[su6:p3:authority]]" authorityURI="[[su6:p3:authorityURI]]" valueURI="[[su6:p3:valueURI]]">[[su6:p3:value]]</[[su6:p3:type]]>
1178
1275
  <[[su6:p4:type]] authority="[[su6:p4:authority]]" authorityURI="[[su6:p4:authorityURI]]" valueURI="[[su6:p4:valueURI]]">[[su6:p4:value]]</[[su6:p4:type]]>
1179
1276
  <[[su6:p5:type]] authority="[[su6:p5:authority]]" authorityURI="[[su6:p5:authorityURI]]" valueURI="[[su6:p5:valueURI]]">[[su6:p5:value]]</[[su6:p5:type]]>
1180
1277
  </subject>
1181
- <subject authority="[[su7:authority]]" authorityURI="[[su7:authorityURI]]" valueURI="[[su7:valueURI]]" lang="[[su7:language]]" script="[[su7:script]]" transliteration="[[su7:transliteration]]" altRepGroup="[[su7:altRepGroup]]">
1278
+ <subject displayLabel="[[su7:displayLabel]]" authority="[[su7:authority]]" authorityURI="[[su7:authorityURI]]" valueURI="[[su7:valueURI]]" lang="[[su7:language]]" script="[[su7:script]]" transliteration="[[su7:transliteration]]" altRepGroup="[[su7:altRepGroup]]">
1182
1279
  <[[su7:p1:type]] authority="[[su7:p1:authority]]" authorityURI="[[su7:p1:authorityURI]]" valueURI="[[su7:p1:valueURI]]">[[su7:p1:value]]</[[su7:p1:type]]>
1183
1280
  <[[su7:p2:type]] authority="[[su7:p2:authority]]" authorityURI="[[su7:p2:authorityURI]]" valueURI="[[su7:p2:valueURI]]">[[su7:p2:value]]</[[su7:p2:type]]>
1184
1281
  <[[su7:p3:type]] authority="[[su7:p3:authority]]" authorityURI="[[su7:p3:authorityURI]]" valueURI="[[su7:p3:valueURI]]">[[su7:p3:value]]</[[su7:p3:type]]>
1185
1282
  <[[su7:p4:type]] authority="[[su7:p4:authority]]" authorityURI="[[su7:p4:authorityURI]]" valueURI="[[su7:p4:valueURI]]">[[su7:p4:value]]</[[su7:p4:type]]>
1186
1283
  <[[su7:p5:type]] authority="[[su7:p5:authority]]" authorityURI="[[su7:p5:authorityURI]]" valueURI="[[su7:p5:valueURI]]">[[su7:p5:value]]</[[su7:p5:type]]>
1187
1284
  </subject>
1188
- <subject authority="[[su8:authority]]" authorityURI="[[su8:authorityURI]]" valueURI="[[su8:valueURI]]" lang="[[su8:language]]" script="[[su8:script]]" transliteration="[[su8:transliteration]]" altRepGroup="[[su8:altRepGroup]]">
1285
+ <subject displayLabel="[[su8:displayLabel]]" authority="[[su8:authority]]" authorityURI="[[su8:authorityURI]]" valueURI="[[su8:valueURI]]" lang="[[su8:language]]" script="[[su8:script]]" transliteration="[[su8:transliteration]]" altRepGroup="[[su8:altRepGroup]]">
1189
1286
  <[[su8:p1:type]] authority="[[su8:p1:authority]]" authorityURI="[[su8:p1:authorityURI]]" valueURI="[[su8:p1:valueURI]]">[[su8:p1:value]]</[[su8:p1:type]]>
1190
1287
  <[[su8:p2:type]] authority="[[su8:p2:authority]]" authorityURI="[[su8:p2:authorityURI]]" valueURI="[[su8:p2:valueURI]]">[[su8:p2:value]]</[[su8:p2:type]]>
1191
1288
  <[[su8:p3:type]] authority="[[su8:p3:authority]]" authorityURI="[[su8:p3:authorityURI]]" valueURI="[[su8:p3:valueURI]]">[[su8:p3:value]]</[[su8:p3:type]]>
1192
1289
  <[[su8:p4:type]] authority="[[su8:p4:authority]]" authorityURI="[[su8:p4:authorityURI]]" valueURI="[[su8:p4:valueURI]]">[[su8:p4:value]]</[[su8:p4:type]]>
1193
1290
  <[[su8:p5:type]] authority="[[su8:p5:authority]]" authorityURI="[[su8:p5:authorityURI]]" valueURI="[[su8:p5:valueURI]]">[[su8:p5:value]]</[[su8:p5:type]]>
1194
1291
  </subject>
1195
- <subject authority="[[su9:authority]]" authorityURI="[[su9:authorityURI]]" valueURI="[[su9:valueURI]]" lang="[[su9:language]]" script="[[su9:script]]" transliteration="[[su9:transliteration]]" altRepGroup="[[su9:altRepGroup]]">
1292
+ <subject displayLabel="[[su9:displayLabel]]" authority="[[su9:authority]]" authorityURI="[[su9:authorityURI]]" valueURI="[[su9:valueURI]]" lang="[[su9:language]]" script="[[su9:script]]" transliteration="[[su9:transliteration]]" altRepGroup="[[su9:altRepGroup]]">
1196
1293
  <[[su9:p1:type]] authority="[[su9:p1:authority]]" authorityURI="[[su9:p1:authorityURI]]" valueURI="[[su9:p1:valueURI]]">[[su9:p1:value]]</[[su9:p1:type]]>
1197
1294
  <[[su9:p2:type]] authority="[[su9:p2:authority]]" authorityURI="[[su9:p2:authorityURI]]" valueURI="[[su9:p2:valueURI]]">[[su9:p2:value]]</[[su9:p2:type]]>
1198
1295
  <[[su9:p3:type]] authority="[[su9:p3:authority]]" authorityURI="[[su9:p3:authorityURI]]" valueURI="[[su9:p3:valueURI]]">[[su9:p3:value]]</[[su9:p3:type]]>
1199
1296
  <[[su9:p4:type]] authority="[[su9:p4:authority]]" authorityURI="[[su9:p4:authorityURI]]" valueURI="[[su9:p4:valueURI]]">[[su9:p4:value]]</[[su9:p4:type]]>
1200
1297
  <[[su9:p5:type]] authority="[[su9:p5:authority]]" authorityURI="[[su9:p5:authorityURI]]" valueURI="[[su9:p5:valueURI]]">[[su9:p5:value]]</[[su9:p5:type]]>
1201
1298
  </subject>
1202
- <subject authority="[[su10:authority]]" authorityURI="[[su10:authorityURI]]" valueURI="[[su10:valueURI]]" lang="[[su10:language]]" script="[[su10:script]]" transliteration="[[su10:transliteration]]" altRepGroup="[[su10:altRepGroup]]">
1299
+ <subject displayLabel="[[su10:displayLabel]]" authority="[[su10:authority]]" authorityURI="[[su10:authorityURI]]" valueURI="[[su10:valueURI]]" lang="[[su10:language]]" script="[[su10:script]]" transliteration="[[su10:transliteration]]" altRepGroup="[[su10:altRepGroup]]">
1203
1300
  <[[su10:p1:type]] authority="[[su10:p1:authority]]" authorityURI="[[su10:p1:authorityURI]]" valueURI="[[su10:p1:valueURI]]">[[su10:p1:value]]</[[su10:p1:type]]>
1204
1301
  <[[su10:p2:type]] authority="[[su10:p2:authority]]" authorityURI="[[su10:p2:authorityURI]]" valueURI="[[su10:p2:valueURI]]">[[su10:p2:value]]</[[su10:p2:type]]>
1205
1302
  <[[su10:p3:type]] authority="[[su10:p3:authority]]" authorityURI="[[su10:p3:authorityURI]]" valueURI="[[su10:p3:valueURI]]">[[su10:p3:value]]</[[su10:p3:type]]>
1206
1303
  <[[su10:p4:type]] authority="[[su10:p4:authority]]" authorityURI="[[su10:p4:authorityURI]]" valueURI="[[su10:p4:valueURI]]">[[su10:p4:value]]</[[su10:p4:type]]>
1207
1304
  <[[su10:p5:type]] authority="[[su10:p5:authority]]" authorityURI="[[su10:p5:authorityURI]]" valueURI="[[su10:p5:valueURI]]">[[su10:p5:value]]</[[su10:p5:type]]>
1208
1305
  </subject>
1306
+ <subject displayLabel="[[su11:displayLabel]]" authority="[[su11:authority]]" authorityURI="[[su11:authorityURI]]" valueURI="[[su11:valueURI]]" lang="[[su11:language]]" script="[[su11:script]]" transliteration="[[su11:transliteration]]" altRepGroup="[[su11:altRepGroup]]">
1307
+ <[[su11:p1:type]] authority="[[su11:p1:authority]]" authorityURI="[[su11:p1:authorityURI]]" valueURI="[[su11:p1:valueURI]]">[[su11:p1:value]]</[[su11:p1:type]]>
1308
+ <[[su11:p2:type]] authority="[[su11:p2:authority]]" authorityURI="[[su11:p2:authorityURI]]" valueURI="[[su11:p2:valueURI]]">[[su11:p2:value]]</[[su11:p2:type]]>
1309
+ <[[su11:p3:type]] authority="[[su11:p3:authority]]" authorityURI="[[su11:p3:authorityURI]]" valueURI="[[su11:p3:valueURI]]">[[su11:p3:value]]</[[su11:p3:type]]>
1310
+ <[[su11:p4:type]] authority="[[su11:p4:authority]]" authorityURI="[[su11:p4:authorityURI]]" valueURI="[[su11:p4:valueURI]]">[[su11:p4:value]]</[[su11:p4:type]]>
1311
+ <[[su11:p5:type]] authority="[[su11:p5:authority]]" authorityURI="[[su11:p5:authorityURI]]" valueURI="[[su11:p5:valueURI]]">[[su11:p5:value]]</[[su11:p5:type]]>
1312
+ </subject>
1313
+ <subject displayLabel="[[su12:displayLabel]]" authority="[[su12:authority]]" authorityURI="[[su12:authorityURI]]" valueURI="[[su12:valueURI]]" lang="[[su12:language]]" script="[[su12:script]]" transliteration="[[su12:transliteration]]" altRepGroup="[[su12:altRepGroup]]">
1314
+ <[[su12:p1:type]] authority="[[su12:p1:authority]]" authorityURI="[[su12:p1:authorityURI]]" valueURI="[[su12:p1:valueURI]]">[[su12:p1:value]]</[[su12:p1:type]]>
1315
+ <[[su12:p2:type]] authority="[[su12:p2:authority]]" authorityURI="[[su12:p2:authorityURI]]" valueURI="[[su12:p2:valueURI]]">[[su12:p2:value]]</[[su12:p2:type]]>
1316
+ <[[su12:p3:type]] authority="[[su12:p3:authority]]" authorityURI="[[su12:p3:authorityURI]]" valueURI="[[su12:p3:valueURI]]">[[su12:p3:value]]</[[su12:p3:type]]>
1317
+ <[[su12:p4:type]] authority="[[su12:p4:authority]]" authorityURI="[[su12:p4:authorityURI]]" valueURI="[[su12:p4:valueURI]]">[[su12:p4:value]]</[[su12:p4:type]]>
1318
+ <[[su12:p5:type]] authority="[[su12:p5:authority]]" authorityURI="[[su12:p5:authorityURI]]" valueURI="[[su12:p5:valueURI]]">[[su12:p5:value]]</[[su12:p5:type]]>
1319
+ </subject>
1320
+ <subject displayLabel="[[su13:displayLabel]]" authority="[[su13:authority]]" authorityURI="[[su13:authorityURI]]" valueURI="[[su13:valueURI]]" lang="[[su13:language]]" script="[[su13:script]]" transliteration="[[su13:transliteration]]" altRepGroup="[[su13:altRepGroup]]">
1321
+ <[[su13:p1:type]] authority="[[su13:p1:authority]]" authorityURI="[[su13:p1:authorityURI]]" valueURI="[[su13:p1:valueURI]]">[[su13:p1:value]]</[[su13:p1:type]]>
1322
+ <[[su13:p2:type]] authority="[[su13:p2:authority]]" authorityURI="[[su13:p2:authorityURI]]" valueURI="[[su13:p2:valueURI]]">[[su13:p2:value]]</[[su13:p2:type]]>
1323
+ <[[su13:p3:type]] authority="[[su13:p3:authority]]" authorityURI="[[su13:p3:authorityURI]]" valueURI="[[su13:p3:valueURI]]">[[su13:p3:value]]</[[su13:p3:type]]>
1324
+ <[[su13:p4:type]] authority="[[su13:p4:authority]]" authorityURI="[[su13:p4:authorityURI]]" valueURI="[[su13:p4:valueURI]]">[[su13:p4:value]]</[[su13:p4:type]]>
1325
+ <[[su13:p5:type]] authority="[[su13:p5:authority]]" authorityURI="[[su13:p5:authorityURI]]" valueURI="[[su13:p5:valueURI]]">[[su13:p5:value]]</[[su13:p5:type]]>
1326
+ </subject>
1327
+ <subject displayLabel="[[su14:displayLabel]]" authority="[[su14:authority]]" authorityURI="[[su14:authorityURI]]" valueURI="[[su14:valueURI]]" lang="[[su14:language]]" script="[[su14:script]]" transliteration="[[su14:transliteration]]" altRepGroup="[[su14:altRepGroup]]">
1328
+ <[[su14:p1:type]] authority="[[su14:p1:authority]]" authorityURI="[[su14:p1:authorityURI]]" valueURI="[[su14:p1:valueURI]]">[[su14:p1:value]]</[[su14:p1:type]]>
1329
+ <[[su14:p2:type]] authority="[[su14:p2:authority]]" authorityURI="[[su14:p2:authorityURI]]" valueURI="[[su14:p2:valueURI]]">[[su14:p2:value]]</[[su14:p2:type]]>
1330
+ <[[su14:p3:type]] authority="[[su14:p3:authority]]" authorityURI="[[su14:p3:authorityURI]]" valueURI="[[su14:p3:valueURI]]">[[su14:p3:value]]</[[su14:p3:type]]>
1331
+ <[[su14:p4:type]] authority="[[su14:p4:authority]]" authorityURI="[[su14:p4:authorityURI]]" valueURI="[[su14:p4:valueURI]]">[[su14:p4:value]]</[[su14:p4:type]]>
1332
+ <[[su14:p5:type]] authority="[[su14:p5:authority]]" authorityURI="[[su14:p5:authorityURI]]" valueURI="[[su14:p5:valueURI]]">[[su14:p5:value]]</[[su14:p5:type]]>
1333
+ </subject>
1334
+ <subject displayLabel="[[su15:displayLabel]]" authority="[[su15:authority]]" authorityURI="[[su15:authorityURI]]" valueURI="[[su15:valueURI]]" lang="[[su15:language]]" script="[[su15:script]]" transliteration="[[su15:transliteration]]" altRepGroup="[[su15:altRepGroup]]">
1335
+ <[[su15:p1:type]] authority="[[su15:p1:authority]]" authorityURI="[[su15:p1:authorityURI]]" valueURI="[[su15:p1:valueURI]]">[[su15:p1:value]]</[[su15:p1:type]]>
1336
+ <[[su15:p2:type]] authority="[[su15:p2:authority]]" authorityURI="[[su15:p2:authorityURI]]" valueURI="[[su15:p2:valueURI]]">[[su15:p2:value]]</[[su15:p2:type]]>
1337
+ <[[su15:p3:type]] authority="[[su15:p3:authority]]" authorityURI="[[su15:p3:authorityURI]]" valueURI="[[su15:p3:valueURI]]">[[su15:p3:value]]</[[su15:p3:type]]>
1338
+ <[[su15:p4:type]] authority="[[su15:p4:authority]]" authorityURI="[[su15:p4:authorityURI]]" valueURI="[[su15:p4:valueURI]]">[[su15:p4:value]]</[[su15:p4:type]]>
1339
+ <[[su15:p5:type]] authority="[[su15:p5:authority]]" authorityURI="[[su15:p5:authorityURI]]" valueURI="[[su15:p5:valueURI]]">[[su15:p5:value]]</[[su15:p5:type]]>
1340
+ </subject>
1341
+ <subject displayLabel="[[su16:displayLabel]]" authority="[[su16:authority]]" authorityURI="[[su16:authorityURI]]" valueURI="[[su16:valueURI]]" lang="[[su16:language]]" script="[[su16:script]]" transliteration="[[su16:transliteration]]" altRepGroup="[[su16:altRepGroup]]">
1342
+ <[[su16:p1:type]] authority="[[su16:p1:authority]]" authorityURI="[[su16:p1:authorityURI]]" valueURI="[[su16:p1:valueURI]]">[[su16:p1:value]]</[[su16:p1:type]]>
1343
+ <[[su16:p2:type]] authority="[[su16:p2:authority]]" authorityURI="[[su16:p2:authorityURI]]" valueURI="[[su16:p2:valueURI]]">[[su16:p2:value]]</[[su16:p2:type]]>
1344
+ <[[su16:p3:type]] authority="[[su16:p3:authority]]" authorityURI="[[su16:p3:authorityURI]]" valueURI="[[su16:p3:valueURI]]">[[su16:p3:value]]</[[su16:p3:type]]>
1345
+ <[[su16:p4:type]] authority="[[su16:p4:authority]]" authorityURI="[[su16:p4:authorityURI]]" valueURI="[[su16:p4:valueURI]]">[[su16:p4:value]]</[[su16:p4:type]]>
1346
+ <[[su16:p5:type]] authority="[[su16:p5:authority]]" authorityURI="[[su16:p5:authorityURI]]" valueURI="[[su16:p5:valueURI]]">[[su16:p5:value]]</[[su16:p5:type]]>
1347
+ </subject>
1348
+ <subject displayLabel="[[su17:displayLabel]]" authority="[[su17:authority]]" authorityURI="[[su17:authorityURI]]" valueURI="[[su17:valueURI]]" lang="[[su17:language]]" script="[[su17:script]]" transliteration="[[su17:transliteration]]" altRepGroup="[[su17:altRepGroup]]">
1349
+ <[[su17:p1:type]] authority="[[su17:p1:authority]]" authorityURI="[[su17:p1:authorityURI]]" valueURI="[[su17:p1:valueURI]]">[[su17:p1:value]]</[[su17:p1:type]]>
1350
+ <[[su17:p2:type]] authority="[[su17:p2:authority]]" authorityURI="[[su17:p2:authorityURI]]" valueURI="[[su17:p2:valueURI]]">[[su17:p2:value]]</[[su17:p2:type]]>
1351
+ <[[su17:p3:type]] authority="[[su17:p3:authority]]" authorityURI="[[su17:p3:authorityURI]]" valueURI="[[su17:p3:valueURI]]">[[su17:p3:value]]</[[su17:p3:type]]>
1352
+ <[[su17:p4:type]] authority="[[su17:p4:authority]]" authorityURI="[[su17:p4:authorityURI]]" valueURI="[[su17:p4:valueURI]]">[[su17:p4:value]]</[[su17:p4:type]]>
1353
+ <[[su17:p5:type]] authority="[[su17:p5:authority]]" authorityURI="[[su17:p5:authorityURI]]" valueURI="[[su17:p5:valueURI]]">[[su17:p5:value]]</[[su17:p5:type]]>
1354
+ </subject>
1355
+ <subject displayLabel="[[su18:displayLabel]]" authority="[[su18:authority]]" authorityURI="[[su18:authorityURI]]" valueURI="[[su18:valueURI]]" lang="[[su18:language]]" script="[[su18:script]]" transliteration="[[su18:transliteration]]" altRepGroup="[[su18:altRepGroup]]">
1356
+ <[[su18:p1:type]] authority="[[su18:p1:authority]]" authorityURI="[[su18:p1:authorityURI]]" valueURI="[[su18:p1:valueURI]]">[[su18:p1:value]]</[[su18:p1:type]]>
1357
+ <[[su18:p2:type]] authority="[[su18:p2:authority]]" authorityURI="[[su18:p2:authorityURI]]" valueURI="[[su18:p2:valueURI]]">[[su18:p2:value]]</[[su18:p2:type]]>
1358
+ <[[su18:p3:type]] authority="[[su18:p3:authority]]" authorityURI="[[su18:p3:authorityURI]]" valueURI="[[su18:p3:valueURI]]">[[su18:p3:value]]</[[su18:p3:type]]>
1359
+ <[[su18:p4:type]] authority="[[su18:p4:authority]]" authorityURI="[[su18:p4:authorityURI]]" valueURI="[[su18:p4:valueURI]]">[[su18:p4:value]]</[[su18:p4:type]]>
1360
+ <[[su18:p5:type]] authority="[[su18:p5:authority]]" authorityURI="[[su18:p5:authorityURI]]" valueURI="[[su18:p5:valueURI]]">[[su18:p5:value]]</[[su18:p5:type]]>
1361
+ </subject>
1362
+ <subject displayLabel="[[su19:displayLabel]]" authority="[[su19:authority]]" authorityURI="[[su19:authorityURI]]" valueURI="[[su19:valueURI]]" lang="[[su19:language]]" script="[[su19:script]]" transliteration="[[su19:transliteration]]" altRepGroup="[[su19:altRepGroup]]">
1363
+ <[[su19:p1:type]] authority="[[su19:p1:authority]]" authorityURI="[[su19:p1:authorityURI]]" valueURI="[[su19:p1:valueURI]]">[[su19:p1:value]]</[[su19:p1:type]]>
1364
+ <[[su19:p2:type]] authority="[[su19:p2:authority]]" authorityURI="[[su19:p2:authorityURI]]" valueURI="[[su19:p2:valueURI]]">[[su19:p2:value]]</[[su19:p2:type]]>
1365
+ <[[su19:p3:type]] authority="[[su19:p3:authority]]" authorityURI="[[su19:p3:authorityURI]]" valueURI="[[su19:p3:valueURI]]">[[su19:p3:value]]</[[su19:p3:type]]>
1366
+ <[[su19:p4:type]] authority="[[su19:p4:authority]]" authorityURI="[[su19:p4:authorityURI]]" valueURI="[[su19:p4:valueURI]]">[[su19:p4:value]]</[[su19:p4:type]]>
1367
+ <[[su19:p5:type]] authority="[[su19:p5:authority]]" authorityURI="[[su19:p5:authorityURI]]" valueURI="[[su19:p5:valueURI]]">[[su19:p5:value]]</[[su19:p5:type]]>
1368
+ </subject>
1369
+ <subject displayLabel="[[su20:displayLabel]]" authority="[[su20:authority]]" authorityURI="[[su20:authorityURI]]" valueURI="[[su20:valueURI]]" lang="[[su20:language]]" script="[[su20:script]]" transliteration="[[su20:transliteration]]" altRepGroup="[[su20:altRepGroup]]">
1370
+ <[[su20:p1:type]] authority="[[su20:p1:authority]]" authorityURI="[[su20:p1:authorityURI]]" valueURI="[[su20:p1:valueURI]]">[[su20:p1:value]]</[[su20:p1:type]]>
1371
+ <[[su20:p2:type]] authority="[[su20:p2:authority]]" authorityURI="[[su20:p2:authorityURI]]" valueURI="[[su20:p2:valueURI]]">[[su20:p2:value]]</[[su20:p2:type]]>
1372
+ <[[su20:p3:type]] authority="[[su20:p3:authority]]" authorityURI="[[su20:p3:authorityURI]]" valueURI="[[su20:p3:valueURI]]">[[su20:p3:value]]</[[su20:p3:type]]>
1373
+ <[[su20:p4:type]] authority="[[su20:p4:authority]]" authorityURI="[[su20:p4:authorityURI]]" valueURI="[[su20:p4:valueURI]]">[[su20:p4:value]]</[[su20:p4:type]]>
1374
+ <[[su20:p5:type]] authority="[[su20:p5:authority]]" authorityURI="[[su20:p5:authorityURI]]" valueURI="[[su20:p5:valueURI]]">[[su20:p5:value]]</[[su20:p5:type]]>
1375
+ </subject>
1376
+ <subject displayLabel="[[su21:displayLabel]]" authority="[[su21:authority]]" authorityURI="[[su21:authorityURI]]" valueURI="[[su21:valueURI]]" lang="[[su21:language]]" script="[[su21:script]]" transliteration="[[su21:transliteration]]" altRepGroup="[[su21:altRepGroup]]">
1377
+ <[[su21:p1:type]] authority="[[su21:p1:authority]]" authorityURI="[[su21:p1:authorityURI]]" valueURI="[[su21:p1:valueURI]]">[[su21:p1:value]]</[[su21:p1:type]]>
1378
+ <[[su21:p2:type]] authority="[[su21:p2:authority]]" authorityURI="[[su21:p2:authorityURI]]" valueURI="[[su21:p2:valueURI]]">[[su21:p2:value]]</[[su21:p2:type]]>
1379
+ <[[su21:p3:type]] authority="[[su21:p3:authority]]" authorityURI="[[su21:p3:authorityURI]]" valueURI="[[su21:p3:valueURI]]">[[su21:p3:value]]</[[su21:p3:type]]>
1380
+ <[[su21:p4:type]] authority="[[su21:p4:authority]]" authorityURI="[[su21:p4:authorityURI]]" valueURI="[[su21:p4:valueURI]]">[[su21:p4:value]]</[[su21:p4:type]]>
1381
+ <[[su21:p5:type]] authority="[[su21:p5:authority]]" authorityURI="[[su21:p5:authorityURI]]" valueURI="[[su21:p5:valueURI]]">[[su21:p5:value]]</[[su21:p5:type]]>
1382
+ </subject>
1383
+ <subject displayLabel="[[su22:displayLabel]]" authority="[[su22:authority]]" authorityURI="[[su22:authorityURI]]" valueURI="[[su22:valueURI]]" lang="[[su22:language]]" script="[[su22:script]]" transliteration="[[su22:transliteration]]" altRepGroup="[[su22:altRepGroup]]">
1384
+ <[[su22:p1:type]] authority="[[su22:p1:authority]]" authorityURI="[[su22:p1:authorityURI]]" valueURI="[[su22:p1:valueURI]]">[[su22:p1:value]]</[[su22:p1:type]]>
1385
+ <[[su22:p2:type]] authority="[[su22:p2:authority]]" authorityURI="[[su22:p2:authorityURI]]" valueURI="[[su22:p2:valueURI]]">[[su22:p2:value]]</[[su22:p2:type]]>
1386
+ <[[su22:p3:type]] authority="[[su22:p3:authority]]" authorityURI="[[su22:p3:authorityURI]]" valueURI="[[su22:p3:valueURI]]">[[su22:p3:value]]</[[su22:p3:type]]>
1387
+ <[[su22:p4:type]] authority="[[su22:p4:authority]]" authorityURI="[[su22:p4:authorityURI]]" valueURI="[[su22:p4:valueURI]]">[[su22:p4:value]]</[[su22:p4:type]]>
1388
+ <[[su22:p5:type]] authority="[[su22:p5:authority]]" authorityURI="[[su22:p5:authorityURI]]" valueURI="[[su22:p5:valueURI]]">[[su22:p5:value]]</[[su22:p5:type]]>
1389
+ </subject>
1390
+ <subject displayLabel="[[su23:displayLabel]]" authority="[[su23:authority]]" authorityURI="[[su23:authorityURI]]" valueURI="[[su23:valueURI]]" lang="[[su23:language]]" script="[[su23:script]]" transliteration="[[su23:transliteration]]" altRepGroup="[[su23:altRepGroup]]">
1391
+ <[[su23:p1:type]] authority="[[su23:p1:authority]]" authorityURI="[[su23:p1:authorityURI]]" valueURI="[[su23:p1:valueURI]]">[[su23:p1:value]]</[[su23:p1:type]]>
1392
+ <[[su23:p2:type]] authority="[[su23:p2:authority]]" authorityURI="[[su23:p2:authorityURI]]" valueURI="[[su23:p2:valueURI]]">[[su23:p2:value]]</[[su23:p2:type]]>
1393
+ <[[su23:p3:type]] authority="[[su23:p3:authority]]" authorityURI="[[su23:p3:authorityURI]]" valueURI="[[su23:p3:valueURI]]">[[su23:p3:value]]</[[su23:p3:type]]>
1394
+ <[[su23:p4:type]] authority="[[su23:p4:authority]]" authorityURI="[[su23:p4:authorityURI]]" valueURI="[[su23:p4:valueURI]]">[[su23:p4:value]]</[[su23:p4:type]]>
1395
+ <[[su23:p5:type]] authority="[[su23:p5:authority]]" authorityURI="[[su23:p5:authorityURI]]" valueURI="[[su23:p5:valueURI]]">[[su23:p5:value]]</[[su23:p5:type]]>
1396
+ </subject>
1397
+ <subject displayLabel="[[su24:displayLabel]]" authority="[[su24:authority]]" authorityURI="[[su24:authorityURI]]" valueURI="[[su24:valueURI]]" lang="[[su24:language]]" script="[[su24:script]]" transliteration="[[su24:transliteration]]" altRepGroup="[[su24:altRepGroup]]">
1398
+ <[[su24:p1:type]] authority="[[su24:p1:authority]]" authorityURI="[[su24:p1:authorityURI]]" valueURI="[[su24:p1:valueURI]]">[[su24:p1:value]]</[[su24:p1:type]]>
1399
+ <[[su24:p2:type]] authority="[[su24:p2:authority]]" authorityURI="[[su24:p2:authorityURI]]" valueURI="[[su24:p2:valueURI]]">[[su24:p2:value]]</[[su24:p2:type]]>
1400
+ <[[su24:p3:type]] authority="[[su24:p3:authority]]" authorityURI="[[su24:p3:authorityURI]]" valueURI="[[su24:p3:valueURI]]">[[su24:p3:value]]</[[su24:p3:type]]>
1401
+ <[[su24:p4:type]] authority="[[su24:p4:authority]]" authorityURI="[[su24:p4:authorityURI]]" valueURI="[[su24:p4:valueURI]]">[[su24:p4:value]]</[[su24:p4:type]]>
1402
+ <[[su24:p5:type]] authority="[[su24:p5:authority]]" authorityURI="[[su24:p5:authorityURI]]" valueURI="[[su24:p5:valueURI]]">[[su24:p5:value]]</[[su24:p5:type]]>
1403
+ </subject>
1404
+ <subject displayLabel="[[su25:displayLabel]]" authority="[[su25:authority]]" authorityURI="[[su25:authorityURI]]" valueURI="[[su25:valueURI]]" lang="[[su25:language]]" script="[[su25:script]]" transliteration="[[su25:transliteration]]" altRepGroup="[[su25:altRepGroup]]">
1405
+ <[[su25:p1:type]] authority="[[su25:p1:authority]]" authorityURI="[[su25:p1:authorityURI]]" valueURI="[[su25:p1:valueURI]]">[[su25:p1:value]]</[[su25:p1:type]]>
1406
+ <[[su25:p2:type]] authority="[[su25:p2:authority]]" authorityURI="[[su25:p2:authorityURI]]" valueURI="[[su25:p2:valueURI]]">[[su25:p2:value]]</[[su25:p2:type]]>
1407
+ <[[su25:p3:type]] authority="[[su25:p3:authority]]" authorityURI="[[su25:p3:authorityURI]]" valueURI="[[su25:p3:valueURI]]">[[su25:p3:value]]</[[su25:p3:type]]>
1408
+ <[[su25:p4:type]] authority="[[su25:p4:authority]]" authorityURI="[[su25:p4:authorityURI]]" valueURI="[[su25:p4:valueURI]]">[[su25:p4:value]]</[[su25:p4:type]]>
1409
+ <[[su25:p5:type]] authority="[[su25:p5:authority]]" authorityURI="[[su25:p5:authorityURI]]" valueURI="[[su25:p5:valueURI]]">[[su25:p5:value]]</[[su25:p5:type]]>
1410
+ </subject>
1411
+ <subject displayLabel="[[su26:displayLabel]]" authority="[[su26:authority]]" authorityURI="[[su26:authorityURI]]" valueURI="[[su26:valueURI]]" lang="[[su26:language]]" script="[[su26:script]]" transliteration="[[su26:transliteration]]" altRepGroup="[[su26:altRepGroup]]">
1412
+ <[[su26:p1:type]] authority="[[su26:p1:authority]]" authorityURI="[[su26:p1:authorityURI]]" valueURI="[[su26:p1:valueURI]]">[[su26:p1:value]]</[[su26:p1:type]]>
1413
+ <[[su26:p2:type]] authority="[[su26:p2:authority]]" authorityURI="[[su26:p2:authorityURI]]" valueURI="[[su26:p2:valueURI]]">[[su26:p2:value]]</[[su26:p2:type]]>
1414
+ <[[su26:p3:type]] authority="[[su26:p3:authority]]" authorityURI="[[su26:p3:authorityURI]]" valueURI="[[su26:p3:valueURI]]">[[su26:p3:value]]</[[su26:p3:type]]>
1415
+ <[[su26:p4:type]] authority="[[su26:p4:authority]]" authorityURI="[[su26:p4:authorityURI]]" valueURI="[[su26:p4:valueURI]]">[[su26:p4:value]]</[[su26:p4:type]]>
1416
+ <[[su26:p5:type]] authority="[[su26:p5:authority]]" authorityURI="[[su26:p5:authorityURI]]" valueURI="[[su26:p5:valueURI]]">[[su26:p5:value]]</[[su26:p5:type]]>
1417
+ </subject>
1418
+ <subject displayLabel="[[su27:displayLabel]]" authority="[[su27:authority]]" authorityURI="[[su27:authorityURI]]" valueURI="[[su27:valueURI]]" lang="[[su27:language]]" script="[[su27:script]]" transliteration="[[su27:transliteration]]" altRepGroup="[[su27:altRepGroup]]">
1419
+ <[[su27:p1:type]] authority="[[su27:p1:authority]]" authorityURI="[[su27:p1:authorityURI]]" valueURI="[[su27:p1:valueURI]]">[[su27:p1:value]]</[[su27:p1:type]]>
1420
+ <[[su27:p2:type]] authority="[[su27:p2:authority]]" authorityURI="[[su27:p2:authorityURI]]" valueURI="[[su27:p2:valueURI]]">[[su27:p2:value]]</[[su27:p2:type]]>
1421
+ <[[su27:p3:type]] authority="[[su27:p3:authority]]" authorityURI="[[su27:p3:authorityURI]]" valueURI="[[su27:p3:valueURI]]">[[su27:p3:value]]</[[su27:p3:type]]>
1422
+ <[[su27:p4:type]] authority="[[su27:p4:authority]]" authorityURI="[[su27:p4:authorityURI]]" valueURI="[[su27:p4:valueURI]]">[[su27:p4:value]]</[[su27:p4:type]]>
1423
+ <[[su27:p5:type]] authority="[[su27:p5:authority]]" authorityURI="[[su27:p5:authorityURI]]" valueURI="[[su27:p5:valueURI]]">[[su27:p5:value]]</[[su27:p5:type]]>
1424
+ </subject>
1425
+ <subject displayLabel="[[su28:displayLabel]]" authority="[[su28:authority]]" authorityURI="[[su28:authorityURI]]" valueURI="[[su28:valueURI]]" lang="[[su28:language]]" script="[[su28:script]]" transliteration="[[su28:transliteration]]" altRepGroup="[[su28:altRepGroup]]">
1426
+ <[[su28:p1:type]] authority="[[su28:p1:authority]]" authorityURI="[[su28:p1:authorityURI]]" valueURI="[[su28:p1:valueURI]]">[[su28:p1:value]]</[[su28:p1:type]]>
1427
+ <[[su28:p2:type]] authority="[[su28:p2:authority]]" authorityURI="[[su28:p2:authorityURI]]" valueURI="[[su28:p2:valueURI]]">[[su28:p2:value]]</[[su28:p2:type]]>
1428
+ <[[su28:p3:type]] authority="[[su28:p3:authority]]" authorityURI="[[su28:p3:authorityURI]]" valueURI="[[su28:p3:valueURI]]">[[su28:p3:value]]</[[su28:p3:type]]>
1429
+ <[[su28:p4:type]] authority="[[su28:p4:authority]]" authorityURI="[[su28:p4:authorityURI]]" valueURI="[[su28:p4:valueURI]]">[[su28:p4:value]]</[[su28:p4:type]]>
1430
+ <[[su28:p5:type]] authority="[[su28:p5:authority]]" authorityURI="[[su28:p5:authorityURI]]" valueURI="[[su28:p5:valueURI]]">[[su28:p5:value]]</[[su28:p5:type]]>
1431
+ </subject>
1432
+ <subject displayLabel="[[su29:displayLabel]]" authority="[[su29:authority]]" authorityURI="[[su29:authorityURI]]" valueURI="[[su29:valueURI]]" lang="[[su29:language]]" script="[[su29:script]]" transliteration="[[su29:transliteration]]" altRepGroup="[[su29:altRepGroup]]">
1433
+ <[[su29:p1:type]] authority="[[su29:p1:authority]]" authorityURI="[[su29:p1:authorityURI]]" valueURI="[[su29:p1:valueURI]]">[[su29:p1:value]]</[[su29:p1:type]]>
1434
+ <[[su29:p2:type]] authority="[[su29:p2:authority]]" authorityURI="[[su29:p2:authorityURI]]" valueURI="[[su29:p2:valueURI]]">[[su29:p2:value]]</[[su29:p2:type]]>
1435
+ <[[su29:p3:type]] authority="[[su29:p3:authority]]" authorityURI="[[su29:p3:authorityURI]]" valueURI="[[su29:p3:valueURI]]">[[su29:p3:value]]</[[su29:p3:type]]>
1436
+ <[[su29:p4:type]] authority="[[su29:p4:authority]]" authorityURI="[[su29:p4:authorityURI]]" valueURI="[[su29:p4:valueURI]]">[[su29:p4:value]]</[[su29:p4:type]]>
1437
+ <[[su29:p5:type]] authority="[[su29:p5:authority]]" authorityURI="[[su29:p5:authorityURI]]" valueURI="[[su29:p5:valueURI]]">[[su29:p5:value]]</[[su29:p5:type]]>
1438
+ </subject>
1439
+ <subject displayLabel="[[su30:displayLabel]]" authority="[[su30:authority]]" authorityURI="[[su30:authorityURI]]" valueURI="[[su30:valueURI]]" lang="[[su30:language]]" script="[[su30:script]]" transliteration="[[su30:transliteration]]" altRepGroup="[[su30:altRepGroup]]">
1440
+ <[[su30:p1:type]] authority="[[su30:p1:authority]]" authorityURI="[[su30:p1:authorityURI]]" valueURI="[[su30:p1:valueURI]]">[[su30:p1:value]]</[[su30:p1:type]]>
1441
+ <[[su30:p2:type]] authority="[[su30:p2:authority]]" authorityURI="[[su30:p2:authorityURI]]" valueURI="[[su30:p2:valueURI]]">[[su30:p2:value]]</[[su30:p2:type]]>
1442
+ <[[su30:p3:type]] authority="[[su30:p3:authority]]" authorityURI="[[su30:p3:authorityURI]]" valueURI="[[su30:p3:valueURI]]">[[su30:p3:value]]</[[su30:p3:type]]>
1443
+ <[[su30:p4:type]] authority="[[su30:p4:authority]]" authorityURI="[[su30:p4:authorityURI]]" valueURI="[[su30:p4:valueURI]]">[[su30:p4:value]]</[[su30:p4:type]]>
1444
+ <[[su30:p5:type]] authority="[[su30:p5:authority]]" authorityURI="[[su30:p5:authorityURI]]" valueURI="[[su30:p5:valueURI]]">[[su30:p5:value]]</[[su30:p5:type]]>
1445
+ </subject>
1446
+ <subject displayLabel="[[su31:displayLabel]]" authority="[[su31:authority]]" authorityURI="[[su31:authorityURI]]" valueURI="[[su31:valueURI]]" lang="[[su31:language]]" script="[[su31:script]]" transliteration="[[su31:transliteration]]" altRepGroup="[[su31:altRepGroup]]">
1447
+ <[[su31:p1:type]] authority="[[su31:p1:authority]]" authorityURI="[[su31:p1:authorityURI]]" valueURI="[[su31:p1:valueURI]]">[[su31:p1:value]]</[[su31:p1:type]]>
1448
+ <[[su31:p2:type]] authority="[[su31:p2:authority]]" authorityURI="[[su31:p2:authorityURI]]" valueURI="[[su31:p2:valueURI]]">[[su31:p2:value]]</[[su31:p2:type]]>
1449
+ <[[su31:p3:type]] authority="[[su31:p3:authority]]" authorityURI="[[su31:p3:authorityURI]]" valueURI="[[su31:p3:valueURI]]">[[su31:p3:value]]</[[su31:p3:type]]>
1450
+ <[[su31:p4:type]] authority="[[su31:p4:authority]]" authorityURI="[[su31:p4:authorityURI]]" valueURI="[[su31:p4:valueURI]]">[[su31:p4:value]]</[[su31:p4:type]]>
1451
+ <[[su31:p5:type]] authority="[[su31:p5:authority]]" authorityURI="[[su31:p5:authorityURI]]" valueURI="[[su31:p5:valueURI]]">[[su31:p5:value]]</[[su31:p5:type]]>
1452
+ </subject>
1453
+ <subject displayLabel="[[su32:displayLabel]]" authority="[[su32:authority]]" authorityURI="[[su32:authorityURI]]" valueURI="[[su32:valueURI]]" lang="[[su32:language]]" script="[[su32:script]]" transliteration="[[su32:transliteration]]" altRepGroup="[[su32:altRepGroup]]">
1454
+ <[[su32:p1:type]] authority="[[su32:p1:authority]]" authorityURI="[[su32:p1:authorityURI]]" valueURI="[[su32:p1:valueURI]]">[[su32:p1:value]]</[[su32:p1:type]]>
1455
+ <[[su32:p2:type]] authority="[[su32:p2:authority]]" authorityURI="[[su32:p2:authorityURI]]" valueURI="[[su32:p2:valueURI]]">[[su32:p2:value]]</[[su32:p2:type]]>
1456
+ <[[su32:p3:type]] authority="[[su32:p3:authority]]" authorityURI="[[su32:p3:authorityURI]]" valueURI="[[su32:p3:valueURI]]">[[su32:p3:value]]</[[su32:p3:type]]>
1457
+ <[[su32:p4:type]] authority="[[su32:p4:authority]]" authorityURI="[[su32:p4:authorityURI]]" valueURI="[[su32:p4:valueURI]]">[[su32:p4:value]]</[[su32:p4:type]]>
1458
+ <[[su32:p5:type]] authority="[[su32:p5:authority]]" authorityURI="[[su32:p5:authorityURI]]" valueURI="[[su32:p5:valueURI]]">[[su32:p5:value]]</[[su32:p5:type]]>
1459
+ </subject>
1460
+ <subject displayLabel="[[su33:displayLabel]]" authority="[[su33:authority]]" authorityURI="[[su33:authorityURI]]" valueURI="[[su33:valueURI]]" lang="[[su33:language]]" script="[[su33:script]]" transliteration="[[su33:transliteration]]" altRepGroup="[[su33:altRepGroup]]">
1461
+ <[[su33:p1:type]] authority="[[su33:p1:authority]]" authorityURI="[[su33:p1:authorityURI]]" valueURI="[[su33:p1:valueURI]]">[[su33:p1:value]]</[[su33:p1:type]]>
1462
+ <[[su33:p2:type]] authority="[[su33:p2:authority]]" authorityURI="[[su33:p2:authorityURI]]" valueURI="[[su33:p2:valueURI]]">[[su33:p2:value]]</[[su33:p2:type]]>
1463
+ <[[su33:p3:type]] authority="[[su33:p3:authority]]" authorityURI="[[su33:p3:authorityURI]]" valueURI="[[su33:p3:valueURI]]">[[su33:p3:value]]</[[su33:p3:type]]>
1464
+ <[[su33:p4:type]] authority="[[su33:p4:authority]]" authorityURI="[[su33:p4:authorityURI]]" valueURI="[[su33:p4:valueURI]]">[[su33:p4:value]]</[[su33:p4:type]]>
1465
+ <[[su33:p5:type]] authority="[[su33:p5:authority]]" authorityURI="[[su33:p5:authorityURI]]" valueURI="[[su33:p5:valueURI]]">[[su33:p5:value]]</[[su33:p5:type]]>
1466
+ </subject>
1467
+ <subject displayLabel="[[su34:displayLabel]]" authority="[[su34:authority]]" authorityURI="[[su34:authorityURI]]" valueURI="[[su34:valueURI]]" lang="[[su34:language]]" script="[[su34:script]]" transliteration="[[su34:transliteration]]" altRepGroup="[[su34:altRepGroup]]">
1468
+ <[[su34:p1:type]] authority="[[su34:p1:authority]]" authorityURI="[[su34:p1:authorityURI]]" valueURI="[[su34:p1:valueURI]]">[[su34:p1:value]]</[[su34:p1:type]]>
1469
+ <[[su34:p2:type]] authority="[[su34:p2:authority]]" authorityURI="[[su34:p2:authorityURI]]" valueURI="[[su34:p2:valueURI]]">[[su34:p2:value]]</[[su34:p2:type]]>
1470
+ <[[su34:p3:type]] authority="[[su34:p3:authority]]" authorityURI="[[su34:p3:authorityURI]]" valueURI="[[su34:p3:valueURI]]">[[su34:p3:value]]</[[su34:p3:type]]>
1471
+ <[[su34:p4:type]] authority="[[su34:p4:authority]]" authorityURI="[[su34:p4:authorityURI]]" valueURI="[[su34:p4:valueURI]]">[[su34:p4:value]]</[[su34:p4:type]]>
1472
+ <[[su34:p5:type]] authority="[[su34:p5:authority]]" authorityURI="[[su34:p5:authorityURI]]" valueURI="[[su34:p5:valueURI]]">[[su34:p5:value]]</[[su34:p5:type]]>
1473
+ </subject>
1474
+ <subject displayLabel="[[su35:displayLabel]]" authority="[[su35:authority]]" authorityURI="[[su35:authorityURI]]" valueURI="[[su35:valueURI]]" lang="[[su35:language]]" script="[[su35:script]]" transliteration="[[su35:transliteration]]" altRepGroup="[[su35:altRepGroup]]">
1475
+ <[[su35:p1:type]] authority="[[su35:p1:authority]]" authorityURI="[[su35:p1:authorityURI]]" valueURI="[[su35:p1:valueURI]]">[[su35:p1:value]]</[[su35:p1:type]]>
1476
+ <[[su35:p2:type]] authority="[[su35:p2:authority]]" authorityURI="[[su35:p2:authorityURI]]" valueURI="[[su35:p2:valueURI]]">[[su35:p2:value]]</[[su35:p2:type]]>
1477
+ <[[su35:p3:type]] authority="[[su35:p3:authority]]" authorityURI="[[su35:p3:authorityURI]]" valueURI="[[su35:p3:valueURI]]">[[su35:p3:value]]</[[su35:p3:type]]>
1478
+ <[[su35:p4:type]] authority="[[su35:p4:authority]]" authorityURI="[[su35:p4:authorityURI]]" valueURI="[[su35:p4:valueURI]]">[[su35:p4:value]]</[[su35:p4:type]]>
1479
+ <[[su35:p5:type]] authority="[[su35:p5:authority]]" authorityURI="[[su35:p5:authorityURI]]" valueURI="[[su35:p5:valueURI]]">[[su35:p5:value]]</[[su35:p5:type]]>
1480
+ </subject>
1481
+ <subject displayLabel="[[su36:displayLabel]]" authority="[[su36:authority]]" authorityURI="[[su36:authorityURI]]" valueURI="[[su36:valueURI]]" lang="[[su36:language]]" script="[[su36:script]]" transliteration="[[su36:transliteration]]" altRepGroup="[[su36:altRepGroup]]">
1482
+ <[[su36:p1:type]] authority="[[su36:p1:authority]]" authorityURI="[[su36:p1:authorityURI]]" valueURI="[[su36:p1:valueURI]]">[[su36:p1:value]]</[[su36:p1:type]]>
1483
+ <[[su36:p2:type]] authority="[[su36:p2:authority]]" authorityURI="[[su36:p2:authorityURI]]" valueURI="[[su36:p2:valueURI]]">[[su36:p2:value]]</[[su36:p2:type]]>
1484
+ <[[su36:p3:type]] authority="[[su36:p3:authority]]" authorityURI="[[su36:p3:authorityURI]]" valueURI="[[su36:p3:valueURI]]">[[su36:p3:value]]</[[su36:p3:type]]>
1485
+ <[[su36:p4:type]] authority="[[su36:p4:authority]]" authorityURI="[[su36:p4:authorityURI]]" valueURI="[[su36:p4:valueURI]]">[[su36:p4:value]]</[[su36:p4:type]]>
1486
+ <[[su36:p5:type]] authority="[[su36:p5:authority]]" authorityURI="[[su36:p5:authorityURI]]" valueURI="[[su36:p5:valueURI]]">[[su36:p5:value]]</[[su36:p5:type]]>
1487
+ </subject>
1488
+ <subject displayLabel="[[su37:displayLabel]]" authority="[[su37:authority]]" authorityURI="[[su37:authorityURI]]" valueURI="[[su37:valueURI]]" lang="[[su37:language]]" script="[[su37:script]]" transliteration="[[su37:transliteration]]" altRepGroup="[[su37:altRepGroup]]">
1489
+ <[[su37:p1:type]] authority="[[su37:p1:authority]]" authorityURI="[[su37:p1:authorityURI]]" valueURI="[[su37:p1:valueURI]]">[[su37:p1:value]]</[[su37:p1:type]]>
1490
+ <[[su37:p2:type]] authority="[[su37:p2:authority]]" authorityURI="[[su37:p2:authorityURI]]" valueURI="[[su37:p2:valueURI]]">[[su37:p2:value]]</[[su37:p2:type]]>
1491
+ <[[su37:p3:type]] authority="[[su37:p3:authority]]" authorityURI="[[su37:p3:authorityURI]]" valueURI="[[su37:p3:valueURI]]">[[su37:p3:value]]</[[su37:p3:type]]>
1492
+ <[[su37:p4:type]] authority="[[su37:p4:authority]]" authorityURI="[[su37:p4:authorityURI]]" valueURI="[[su37:p4:valueURI]]">[[su37:p4:value]]</[[su37:p4:type]]>
1493
+ <[[su37:p5:type]] authority="[[su37:p5:authority]]" authorityURI="[[su37:p5:authorityURI]]" valueURI="[[su37:p5:valueURI]]">[[su37:p5:value]]</[[su37:p5:type]]>
1494
+ </subject>
1495
+ <subject displayLabel="[[su38:displayLabel]]" authority="[[su38:authority]]" authorityURI="[[su38:authorityURI]]" valueURI="[[su38:valueURI]]" lang="[[su38:language]]" script="[[su38:script]]" transliteration="[[su38:transliteration]]" altRepGroup="[[su38:altRepGroup]]">
1496
+ <[[su38:p1:type]] authority="[[su38:p1:authority]]" authorityURI="[[su38:p1:authorityURI]]" valueURI="[[su38:p1:valueURI]]">[[su38:p1:value]]</[[su38:p1:type]]>
1497
+ <[[su38:p2:type]] authority="[[su38:p2:authority]]" authorityURI="[[su38:p2:authorityURI]]" valueURI="[[su38:p2:valueURI]]">[[su38:p2:value]]</[[su38:p2:type]]>
1498
+ <[[su38:p3:type]] authority="[[su38:p3:authority]]" authorityURI="[[su38:p3:authorityURI]]" valueURI="[[su38:p3:valueURI]]">[[su38:p3:value]]</[[su38:p3:type]]>
1499
+ <[[su38:p4:type]] authority="[[su38:p4:authority]]" authorityURI="[[su38:p4:authorityURI]]" valueURI="[[su38:p4:valueURI]]">[[su38:p4:value]]</[[su38:p4:type]]>
1500
+ <[[su38:p5:type]] authority="[[su38:p5:authority]]" authorityURI="[[su38:p5:authorityURI]]" valueURI="[[su38:p5:valueURI]]">[[su38:p5:value]]</[[su38:p5:type]]>
1501
+ </subject>
1502
+ <subject displayLabel="[[su39:displayLabel]]" authority="[[su39:authority]]" authorityURI="[[su39:authorityURI]]" valueURI="[[su39:valueURI]]" lang="[[su39:language]]" script="[[su39:script]]" transliteration="[[su39:transliteration]]" altRepGroup="[[su39:altRepGroup]]">
1503
+ <[[su39:p1:type]] authority="[[su39:p1:authority]]" authorityURI="[[su39:p1:authorityURI]]" valueURI="[[su39:p1:valueURI]]">[[su39:p1:value]]</[[su39:p1:type]]>
1504
+ <[[su39:p2:type]] authority="[[su39:p2:authority]]" authorityURI="[[su39:p2:authorityURI]]" valueURI="[[su39:p2:valueURI]]">[[su39:p2:value]]</[[su39:p2:type]]>
1505
+ <[[su39:p3:type]] authority="[[su39:p3:authority]]" authorityURI="[[su39:p3:authorityURI]]" valueURI="[[su39:p3:valueURI]]">[[su39:p3:value]]</[[su39:p3:type]]>
1506
+ <[[su39:p4:type]] authority="[[su39:p4:authority]]" authorityURI="[[su39:p4:authorityURI]]" valueURI="[[su39:p4:valueURI]]">[[su39:p4:value]]</[[su39:p4:type]]>
1507
+ <[[su39:p5:type]] authority="[[su39:p5:authority]]" authorityURI="[[su39:p5:authorityURI]]" valueURI="[[su39:p5:valueURI]]">[[su39:p5:value]]</[[su39:p5:type]]>
1508
+ </subject>
1509
+ <subject displayLabel="[[su40:displayLabel]]" authority="[[su40:authority]]" authorityURI="[[su40:authorityURI]]" valueURI="[[su40:valueURI]]" lang="[[su40:language]]" script="[[su40:script]]" transliteration="[[su40:transliteration]]" altRepGroup="[[su40:altRepGroup]]">
1510
+ <[[su40:p1:type]] authority="[[su40:p1:authority]]" authorityURI="[[su40:p1:authorityURI]]" valueURI="[[su40:p1:valueURI]]">[[su40:p1:value]]</[[su40:p1:type]]>
1511
+ <[[su40:p2:type]] authority="[[su40:p2:authority]]" authorityURI="[[su40:p2:authorityURI]]" valueURI="[[su40:p2:valueURI]]">[[su40:p2:value]]</[[su40:p2:type]]>
1512
+ <[[su40:p3:type]] authority="[[su40:p3:authority]]" authorityURI="[[su40:p3:authorityURI]]" valueURI="[[su40:p3:valueURI]]">[[su40:p3:value]]</[[su40:p3:type]]>
1513
+ <[[su40:p4:type]] authority="[[su40:p4:authority]]" authorityURI="[[su40:p4:authorityURI]]" valueURI="[[su40:p4:valueURI]]">[[su40:p4:value]]</[[su40:p4:type]]>
1514
+ <[[su40:p5:type]] authority="[[su40:p5:authority]]" authorityURI="[[su40:p5:authorityURI]]" valueURI="[[su40:p5:valueURI]]">[[su40:p5:value]]</[[su40:p5:type]]>
1515
+ </subject>
1516
+ <subject displayLabel="[[su41:displayLabel]]" authority="[[su41:authority]]" authorityURI="[[su41:authorityURI]]" valueURI="[[su41:valueURI]]" lang="[[su41:language]]" script="[[su41:script]]" transliteration="[[su41:transliteration]]" altRepGroup="[[su41:altRepGroup]]">
1517
+ <[[su41:p1:type]] authority="[[su41:p1:authority]]" authorityURI="[[su41:p1:authorityURI]]" valueURI="[[su41:p1:valueURI]]">[[su41:p1:value]]</[[su41:p1:type]]>
1518
+ <[[su41:p2:type]] authority="[[su41:p2:authority]]" authorityURI="[[su41:p2:authorityURI]]" valueURI="[[su41:p2:valueURI]]">[[su41:p2:value]]</[[su41:p2:type]]>
1519
+ <[[su41:p3:type]] authority="[[su41:p3:authority]]" authorityURI="[[su41:p3:authorityURI]]" valueURI="[[su41:p3:valueURI]]">[[su41:p3:value]]</[[su41:p3:type]]>
1520
+ <[[su41:p4:type]] authority="[[su41:p4:authority]]" authorityURI="[[su41:p4:authorityURI]]" valueURI="[[su41:p4:valueURI]]">[[su41:p4:value]]</[[su41:p4:type]]>
1521
+ <[[su41:p5:type]] authority="[[su41:p5:authority]]" authorityURI="[[su41:p5:authorityURI]]" valueURI="[[su41:p5:valueURI]]">[[su41:p5:value]]</[[su41:p5:type]]>
1522
+ </subject>
1523
+ <subject displayLabel="[[su42:displayLabel]]" authority="[[su42:authority]]" authorityURI="[[su42:authorityURI]]" valueURI="[[su42:valueURI]]" lang="[[su42:language]]" script="[[su42:script]]" transliteration="[[su42:transliteration]]" altRepGroup="[[su42:altRepGroup]]">
1524
+ <[[su42:p1:type]] authority="[[su42:p1:authority]]" authorityURI="[[su42:p1:authorityURI]]" valueURI="[[su42:p1:valueURI]]">[[su42:p1:value]]</[[su42:p1:type]]>
1525
+ <[[su42:p2:type]] authority="[[su42:p2:authority]]" authorityURI="[[su42:p2:authorityURI]]" valueURI="[[su42:p2:valueURI]]">[[su42:p2:value]]</[[su42:p2:type]]>
1526
+ <[[su42:p3:type]] authority="[[su42:p3:authority]]" authorityURI="[[su42:p3:authorityURI]]" valueURI="[[su42:p3:valueURI]]">[[su42:p3:value]]</[[su42:p3:type]]>
1527
+ <[[su42:p4:type]] authority="[[su42:p4:authority]]" authorityURI="[[su42:p4:authorityURI]]" valueURI="[[su42:p4:valueURI]]">[[su42:p4:value]]</[[su42:p4:type]]>
1528
+ <[[su42:p5:type]] authority="[[su42:p5:authority]]" authorityURI="[[su42:p5:authorityURI]]" valueURI="[[su42:p5:valueURI]]">[[su42:p5:value]]</[[su42:p5:type]]>
1529
+ </subject>
1530
+ <subject displayLabel="[[su43:displayLabel]]" authority="[[su43:authority]]" authorityURI="[[su43:authorityURI]]" valueURI="[[su43:valueURI]]" lang="[[su43:language]]" script="[[su43:script]]" transliteration="[[su43:transliteration]]" altRepGroup="[[su43:altRepGroup]]">
1531
+ <[[su43:p1:type]] authority="[[su43:p1:authority]]" authorityURI="[[su43:p1:authorityURI]]" valueURI="[[su43:p1:valueURI]]">[[su43:p1:value]]</[[su43:p1:type]]>
1532
+ <[[su43:p2:type]] authority="[[su43:p2:authority]]" authorityURI="[[su43:p2:authorityURI]]" valueURI="[[su43:p2:valueURI]]">[[su43:p2:value]]</[[su43:p2:type]]>
1533
+ <[[su43:p3:type]] authority="[[su43:p3:authority]]" authorityURI="[[su43:p3:authorityURI]]" valueURI="[[su43:p3:valueURI]]">[[su43:p3:value]]</[[su43:p3:type]]>
1534
+ <[[su43:p4:type]] authority="[[su43:p4:authority]]" authorityURI="[[su43:p4:authorityURI]]" valueURI="[[su43:p4:valueURI]]">[[su43:p4:value]]</[[su43:p4:type]]>
1535
+ <[[su43:p5:type]] authority="[[su43:p5:authority]]" authorityURI="[[su43:p5:authorityURI]]" valueURI="[[su43:p5:valueURI]]">[[su43:p5:value]]</[[su43:p5:type]]>
1536
+ </subject>
1537
+ <subject displayLabel="[[su44:displayLabel]]" authority="[[su44:authority]]" authorityURI="[[su44:authorityURI]]" valueURI="[[su44:valueURI]]" lang="[[su44:language]]" script="[[su44:script]]" transliteration="[[su44:transliteration]]" altRepGroup="[[su44:altRepGroup]]">
1538
+ <[[su44:p1:type]] authority="[[su44:p1:authority]]" authorityURI="[[su44:p1:authorityURI]]" valueURI="[[su44:p1:valueURI]]">[[su44:p1:value]]</[[su44:p1:type]]>
1539
+ <[[su44:p2:type]] authority="[[su44:p2:authority]]" authorityURI="[[su44:p2:authorityURI]]" valueURI="[[su44:p2:valueURI]]">[[su44:p2:value]]</[[su44:p2:type]]>
1540
+ <[[su44:p3:type]] authority="[[su44:p3:authority]]" authorityURI="[[su44:p3:authorityURI]]" valueURI="[[su44:p3:valueURI]]">[[su44:p3:value]]</[[su44:p3:type]]>
1541
+ <[[su44:p4:type]] authority="[[su44:p4:authority]]" authorityURI="[[su44:p4:authorityURI]]" valueURI="[[su44:p4:valueURI]]">[[su44:p4:value]]</[[su44:p4:type]]>
1542
+ <[[su44:p5:type]] authority="[[su44:p5:authority]]" authorityURI="[[su44:p5:authorityURI]]" valueURI="[[su44:p5:valueURI]]">[[su44:p5:value]]</[[su44:p5:type]]>
1543
+ </subject>
1544
+ <subject displayLabel="[[su45:displayLabel]]" authority="[[su45:authority]]" authorityURI="[[su45:authorityURI]]" valueURI="[[su45:valueURI]]" lang="[[su45:language]]" script="[[su45:script]]" transliteration="[[su45:transliteration]]" altRepGroup="[[su45:altRepGroup]]">
1545
+ <[[su45:p1:type]] authority="[[su45:p1:authority]]" authorityURI="[[su45:p1:authorityURI]]" valueURI="[[su45:p1:valueURI]]">[[su45:p1:value]]</[[su45:p1:type]]>
1546
+ <[[su45:p2:type]] authority="[[su45:p2:authority]]" authorityURI="[[su45:p2:authorityURI]]" valueURI="[[su45:p2:valueURI]]">[[su45:p2:value]]</[[su45:p2:type]]>
1547
+ <[[su45:p3:type]] authority="[[su45:p3:authority]]" authorityURI="[[su45:p3:authorityURI]]" valueURI="[[su45:p3:valueURI]]">[[su45:p3:value]]</[[su45:p3:type]]>
1548
+ <[[su45:p4:type]] authority="[[su45:p4:authority]]" authorityURI="[[su45:p4:authorityURI]]" valueURI="[[su45:p4:valueURI]]">[[su45:p4:value]]</[[su45:p4:type]]>
1549
+ <[[su45:p5:type]] authority="[[su45:p5:authority]]" authorityURI="[[su45:p5:authorityURI]]" valueURI="[[su45:p5:valueURI]]">[[su45:p5:value]]</[[su45:p5:type]]>
1550
+ </subject>
1551
+ <subject displayLabel="[[su46:displayLabel]]" authority="[[su46:authority]]" authorityURI="[[su46:authorityURI]]" valueURI="[[su46:valueURI]]" lang="[[su46:language]]" script="[[su46:script]]" transliteration="[[su46:transliteration]]" altRepGroup="[[su46:altRepGroup]]">
1552
+ <[[su46:p1:type]] authority="[[su46:p1:authority]]" authorityURI="[[su46:p1:authorityURI]]" valueURI="[[su46:p1:valueURI]]">[[su46:p1:value]]</[[su46:p1:type]]>
1553
+ <[[su46:p2:type]] authority="[[su46:p2:authority]]" authorityURI="[[su46:p2:authorityURI]]" valueURI="[[su46:p2:valueURI]]">[[su46:p2:value]]</[[su46:p2:type]]>
1554
+ <[[su46:p3:type]] authority="[[su46:p3:authority]]" authorityURI="[[su46:p3:authorityURI]]" valueURI="[[su46:p3:valueURI]]">[[su46:p3:value]]</[[su46:p3:type]]>
1555
+ <[[su46:p4:type]] authority="[[su46:p4:authority]]" authorityURI="[[su46:p4:authorityURI]]" valueURI="[[su46:p4:valueURI]]">[[su46:p4:value]]</[[su46:p4:type]]>
1556
+ <[[su46:p5:type]] authority="[[su46:p5:authority]]" authorityURI="[[su46:p5:authorityURI]]" valueURI="[[su46:p5:valueURI]]">[[su46:p5:value]]</[[su46:p5:type]]>
1557
+ </subject>
1558
+ <subject displayLabel="[[su47:displayLabel]]" authority="[[su47:authority]]" authorityURI="[[su47:authorityURI]]" valueURI="[[su47:valueURI]]" lang="[[su47:language]]" script="[[su47:script]]" transliteration="[[su47:transliteration]]" altRepGroup="[[su47:altRepGroup]]">
1559
+ <[[su47:p1:type]] authority="[[su47:p1:authority]]" authorityURI="[[su47:p1:authorityURI]]" valueURI="[[su47:p1:valueURI]]">[[su47:p1:value]]</[[su47:p1:type]]>
1560
+ <[[su47:p2:type]] authority="[[su47:p2:authority]]" authorityURI="[[su47:p2:authorityURI]]" valueURI="[[su47:p2:valueURI]]">[[su47:p2:value]]</[[su47:p2:type]]>
1561
+ <[[su47:p3:type]] authority="[[su47:p3:authority]]" authorityURI="[[su47:p3:authorityURI]]" valueURI="[[su47:p3:valueURI]]">[[su47:p3:value]]</[[su47:p3:type]]>
1562
+ <[[su47:p4:type]] authority="[[su47:p4:authority]]" authorityURI="[[su47:p4:authorityURI]]" valueURI="[[su47:p4:valueURI]]">[[su47:p4:value]]</[[su47:p4:type]]>
1563
+ <[[su47:p5:type]] authority="[[su47:p5:authority]]" authorityURI="[[su47:p5:authorityURI]]" valueURI="[[su47:p5:valueURI]]">[[su47:p5:value]]</[[su47:p5:type]]>
1564
+ </subject>
1565
+ <subject displayLabel="[[su48:displayLabel]]" authority="[[su48:authority]]" authorityURI="[[su48:authorityURI]]" valueURI="[[su48:valueURI]]" lang="[[su48:language]]" script="[[su48:script]]" transliteration="[[su48:transliteration]]" altRepGroup="[[su48:altRepGroup]]">
1566
+ <[[su48:p1:type]] authority="[[su48:p1:authority]]" authorityURI="[[su48:p1:authorityURI]]" valueURI="[[su48:p1:valueURI]]">[[su48:p1:value]]</[[su48:p1:type]]>
1567
+ <[[su48:p2:type]] authority="[[su48:p2:authority]]" authorityURI="[[su48:p2:authorityURI]]" valueURI="[[su48:p2:valueURI]]">[[su48:p2:value]]</[[su48:p2:type]]>
1568
+ <[[su48:p3:type]] authority="[[su48:p3:authority]]" authorityURI="[[su48:p3:authorityURI]]" valueURI="[[su48:p3:valueURI]]">[[su48:p3:value]]</[[su48:p3:type]]>
1569
+ <[[su48:p4:type]] authority="[[su48:p4:authority]]" authorityURI="[[su48:p4:authorityURI]]" valueURI="[[su48:p4:valueURI]]">[[su48:p4:value]]</[[su48:p4:type]]>
1570
+ <[[su48:p5:type]] authority="[[su48:p5:authority]]" authorityURI="[[su48:p5:authorityURI]]" valueURI="[[su48:p5:valueURI]]">[[su48:p5:value]]</[[su48:p5:type]]>
1571
+ </subject>
1572
+ <subject displayLabel="[[su49:displayLabel]]" authority="[[su49:authority]]" authorityURI="[[su49:authorityURI]]" valueURI="[[su49:valueURI]]" lang="[[su49:language]]" script="[[su49:script]]" transliteration="[[su49:transliteration]]" altRepGroup="[[su49:altRepGroup]]">
1573
+ <[[su49:p1:type]] authority="[[su49:p1:authority]]" authorityURI="[[su49:p1:authorityURI]]" valueURI="[[su49:p1:valueURI]]">[[su49:p1:value]]</[[su49:p1:type]]>
1574
+ <[[su49:p2:type]] authority="[[su49:p2:authority]]" authorityURI="[[su49:p2:authorityURI]]" valueURI="[[su49:p2:valueURI]]">[[su49:p2:value]]</[[su49:p2:type]]>
1575
+ <[[su49:p3:type]] authority="[[su49:p3:authority]]" authorityURI="[[su49:p3:authorityURI]]" valueURI="[[su49:p3:valueURI]]">[[su49:p3:value]]</[[su49:p3:type]]>
1576
+ <[[su49:p4:type]] authority="[[su49:p4:authority]]" authorityURI="[[su49:p4:authorityURI]]" valueURI="[[su49:p4:valueURI]]">[[su49:p4:value]]</[[su49:p4:type]]>
1577
+ <[[su49:p5:type]] authority="[[su49:p5:authority]]" authorityURI="[[su49:p5:authorityURI]]" valueURI="[[su49:p5:valueURI]]">[[su49:p5:value]]</[[su49:p5:type]]>
1578
+ </subject>
1579
+ <subject displayLabel="[[su50:displayLabel]]" authority="[[su50:authority]]" authorityURI="[[su50:authorityURI]]" valueURI="[[su50:valueURI]]" lang="[[su50:language]]" script="[[su50:script]]" transliteration="[[su50:transliteration]]" altRepGroup="[[su50:altRepGroup]]">
1580
+ <[[su50:p1:type]] authority="[[su50:p1:authority]]" authorityURI="[[su50:p1:authorityURI]]" valueURI="[[su50:p1:valueURI]]">[[su50:p1:value]]</[[su50:p1:type]]>
1581
+ <[[su50:p2:type]] authority="[[su50:p2:authority]]" authorityURI="[[su50:p2:authorityURI]]" valueURI="[[su50:p2:valueURI]]">[[su50:p2:value]]</[[su50:p2:type]]>
1582
+ <[[su50:p3:type]] authority="[[su50:p3:authority]]" authorityURI="[[su50:p3:authorityURI]]" valueURI="[[su50:p3:valueURI]]">[[su50:p3:value]]</[[su50:p3:type]]>
1583
+ <[[su50:p4:type]] authority="[[su50:p4:authority]]" authorityURI="[[su50:p4:authorityURI]]" valueURI="[[su50:p4:valueURI]]">[[su50:p4:value]]</[[su50:p4:type]]>
1584
+ <[[su50:p5:type]] authority="[[su50:p5:authority]]" authorityURI="[[su50:p5:authorityURI]]" valueURI="[[su50:p5:valueURI]]">[[su50:p5:value]]</[[su50:p5:type]]>
1585
+ </subject>
1586
+ <subject authority="[[shg1:authority]]" authorityURI="[[shg1:authorityURI]]" valueURI="[[shg1:valueURI]]">
1587
+ <hierarchicalGeographic>
1588
+ <continent level="[[shg1:continent:level]]" authority="[[shg1:continent:authority]]" authorityURI="[[shg1:continent:authorityURI]]" valueURI="[[shg1:continent:valueURI]]">[[shg1:continent:value]]</continent>
1589
+ <country level="[[shg1:country:level]]" authority="[[shg1:country:authority]]" authorityURI="[[shg1:country:authorityURI]]" valueURI="[[shg1:country:valueURI]]">[[shg1:country:value]]</country>
1590
+ <region regionType="[[shg1:region:regionType]]" level="[[shg1:region:level]]" authority="[[shg1:region:authority]]" authorityURI="[[shg1:region:authorityURI]]" valueURI="[[shg1:region:valueURI]]">[[shg1:region:value]]</region>
1591
+ <state level="[[shg1:state:level]]" authority="[[shg1:state:authority]]" authorityURI="[[shg1:state:authorityURI]]" valueURI="[[shg1:state:valueURI]]">[[shg1:state:value]]</state>
1592
+ <territory level="[[shg1:territory:level]]" authority="[[shg1:territory:authority]]" authorityURI="[[shg1:territory:authorityURI]]" valueURI="[[shg1:territory:valueURI]]">[[shg1:territory:value]]</territory>
1593
+ <county level="[[shg1:county:level]]" authority="[[shg1:county:authority]]" authorityURI="[[shg1:county:authorityURI]]" valueURI="[[shg1:county:valueURI]]">[[shg1:county:value]]</county>
1594
+ <city level="[[shg1:city:level]]" authority="[[shg1:city:authority]]" authorityURI="[[shg1:city:authorityURI]]" valueURI="[[shg1:city:valueURI]]">[[shg1:city:value]]</city>
1595
+ <citySection citySectionType="[[shg1:citySection:citySectionType]]" level="[[shg1:citySection:level]]" authority="[[shg1:citySection:authority]]" authorityURI="[[shg1:citySection:authorityURI]]" valueURI="[[shg1:citySection:valueURI]]">[[shg1:citySection:value]]</citySection>
1596
+ <island level="[[shg1:island:level]]" authority="[[shg1:island:authority]]" authorityURI="[[shg1:island:authorityURI]]" valueURI="[[shg1:island:valueURI]]">[[shg1:island:value]]</island>
1597
+ <area areaType="[[shg1:area:areaType]]" level="[[shg1:area:level]]" authority="[[shg1:area:authority]]" authorityURI="[[shg1:area:authorityURI]]" valueURI="[[shg1:area:valueURI]]">[[shg1:area:value]]</area>
1598
+ <extraterrestrialArea level="[[shg1:extraterrestrialArea:level]]" authority="[[shg1:extraterrestrialArea:authority]]" authorityURI="[[shg1:extraterrestrialArea:authorityURI]]" valueURI="[[shg1:extraterrestrialArea:valueURI]]">[[shg1:extraterrestrialArea:value]]</extraterrestrialArea>
1599
+ </hierarchicalGeographic>
1600
+ </subject>
1209
1601
  <subject>
1210
1602
  <cartographics>
1211
1603
  <scale>[[sc1:scale]]</scale>