modsulator 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41d0c66fa2c6fd513ed3bd7d7ab65a731268d0de
4
- data.tar.gz: 166193e97d18acfbd9529bc091ee9d74ef41d641
3
+ metadata.gz: 3e9abfc197f13a3aab1100c90fae25ca3b22ece7
4
+ data.tar.gz: 0cac58bcc64fac80692b944b1b2ccf9adc058215
5
5
  SHA512:
6
- metadata.gz: 8a2bec49fa83f340d4f420fdfa8078e0d78b61fbe5b112009830b270db7ba4d2d625d4e70ad27847b83d2a7000dd0a2321c39b997324e7c961985812b598e7ed
7
- data.tar.gz: 90ab38bf5ddb58a47b67530f109a0aea6005d6e1979e42fc1b142f3db0c042cb0c2d0998864f7046a1eba12336c007173892a6ec04d299a6bf16c44e555d5659
6
+ metadata.gz: 9d3e806c88f96e53762b4a989928f228026229293b6b77dff840f74a8824c4d6e04a41c31eeb4dd3880cfbab4da85c6d341a42ff6e46ce3cf03c6c937c389704
7
+ data.tar.gz: 7c6d4988d947dcb1007070c0332282749a770d8cc385a1c06836699626073e0b4507154bf19f5eb92a738a8c1fc06a4c3e5e573663b64c1a4b529a0e57efc70d
data/README.md CHANGED
@@ -5,3 +5,17 @@ Produce Stanford MODS from spreadsheets.
5
5
 
6
6
  Note that only .xlsx and .csv formats work with the latest template, which has more columns than
7
7
  .xls allows (> 256).
8
+
9
+ # Running on the console
10
+
11
+ bin/console
12
+
13
+ # Normalizing an xml document
14
+
15
+ input_file='/Users/lyberadmin/bb936cg6081.xml' # starting mods document
16
+ output_file='/Users/lyberadmin/bb936cg6081-cleaned.xml' # cleaned up mods document
17
+ mods_xml=File.open(input_file) # read it in
18
+ mods_xml_doc = Nokogiri::XML(mods_xml) # create a nokogiri doc
19
+ normalizer = Normalizer.new
20
+ normalizer.normalize_document(mods_xml_doc.root) # normalize it
21
+ File.write(output_file,mods_xml_doc.to_xml) # write it out
@@ -1,95 +1,178 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
3
- <titleInfo authority="[[ti1:authority]]" valueURI="[[ti1:valueURI]]">
3
+ <titleInfo authority="[[ti1:authority]]" authorityURI="[[ti1:authorityURI]]" valueURI="[[ti1:valueURI]]">
4
4
  <nonSort>[[ti1:nonSort]]</nonSort>
5
5
  <title>[[ti1:title]]</title>
6
6
  <subTitle>[[ti1:subTitle]]</subTitle>
7
7
  <partNumber>[[ti1:partNumber]]</partNumber>
8
8
  <partName>[[ti1:partName]]</partName>
9
9
  </titleInfo>
10
- <titleInfo type="[[ti2:type]]" authority="[[ti2:authority]]" valueURI="[[ti2:valueURI]]">
10
+ <titleInfo type="[[ti2:type]]" displayLabel="[[ti2:displayLabel]]" authority="[[ti2:authority]]" authorityURI="[[ti2:authorityURI]]" valueURI="[[ti2:valueURI]]">
11
11
  <nonSort>[[ti2:nonSort]]</nonSort>
12
12
  <title>[[ti2:title]]</title>
13
13
  <subTitle>[[ti2:subTitle]]</subTitle>
14
14
  <partNumber>[[ti2:partNumber]]</partNumber>
15
15
  <partName>[[ti2:partName]]</partName>
16
16
  </titleInfo>
17
- <titleInfo type="[[ti3:type]]" authority="[[ti3:authority]]" valueURI="[[ti3:valueURI]]">
17
+ <titleInfo type="[[ti3:type]]" displayLabel="[[ti3:displayLabel]]" authority="[[ti3:authority]]" authorityURI="[[ti3:authorityURI]]" valueURI="[[ti3:valueURI]]">
18
18
  <nonSort>[[ti3:nonSort]]</nonSort>
19
19
  <title>[[ti3:title]]</title>
20
20
  <subTitle>[[ti3:subTitle]]</subTitle>
21
21
  <partNumber>[[ti3:partNumber]]</partNumber>
22
22
  <partName>[[ti3:partName]]</partName>
23
23
  </titleInfo>
24
- <name type="[[na1:type]]" authority="[[na1:authority]]" valueURI="[[na1:valueURI]]">
24
+ <name type="[[na1:type]]" usage="[[na1:usage]]" authority="[[na1:authority]]" authorityURI="[[na1:authorityURI]]" valueURI="[[na1:valueURI]]">
25
25
  <namePart>[[na1:namePart]]</namePart>
26
26
  <role>
27
- <roleTerm type="code" authority="[[ro1:authority]]" valueURI="[[ro1:valueURI]]">[[ro1:roleCode]]</roleTerm>
28
- <roleTerm type="text" authority="[[ro1:authority]]" valueURI="[[ro1:valueURI]]">[[ro1:roleText]]</roleTerm>
27
+ <roleTerm type="code" authority="[[ro1:authority]]" authorityURI="[[ro1:authorityURI]]" valueURI="[[ro1:valueURI]]">[[ro1:roleCode]]</roleTerm>
28
+ <roleTerm type="text" authority="[[ro1:authority]]" authorityURI="[[ro1:authorityURI]]" valueURI="[[ro1:valueURI]]">[[ro1:roleText]]</roleTerm>
29
+ </role>
30
+ <role>
31
+ <roleTerm type="code" authority="[[ro1:authority2]]" authorityURI="[[ro1:authorityURI2]]" valueURI="[[ro1:valueURI2]]">[[ro1:roleCode2]]</roleTerm>
32
+ <roleTerm type="text" authority="[[ro1:authority2]]" authorityURI="[[ro1:authorityURI2]]" valueURI="[[ro1:valueURI2]]">[[ro1:roleText2]]</roleTerm>
33
+ </role>
34
+ <role>
35
+ <roleTerm type="code" authority="[[ro1:authority3]]" authorityURI="[[ro1:authorityURI3]]" valueURI="[[ro1:valueURI3]]">[[ro1:roleCode3]]</roleTerm>
36
+ <roleTerm type="text" authority="[[ro1:authority3]]" authorityURI="[[ro1:authorityURI3]]" valueURI="[[ro1:valueURI3]]">[[ro1:roleText3]]</roleTerm>
29
37
  </role>
30
38
  </name>
31
- <name type="[[na2:type]]" authority="[[na2:authority]]" valueURI="[[na2:valueURI]]">
39
+ <name type="[[na2:type]]" authority="[[na2:authority]]" authorityURI="[[na2:authorityURI]]" valueURI="[[na2:valueURI]]">
32
40
  <namePart>[[na2:namePart]]</namePart>
33
41
  <role>
34
- <roleTerm type="code" authority="[[ro2:authority]]" valueURI="[[ro2:valueURI]]">[[ro2:roleCode]]</roleTerm>
35
- <roleTerm type="text" authority="[[ro2:authority]]" valueURI="[[ro2:valueURI]]">[[ro2:roleText]]</roleTerm>
42
+ <roleTerm type="code" authority="[[ro2:authority]]" authorityURI="[[ro2:authorityURI]]" valueURI="[[ro2:valueURI]]">[[ro2:roleCode]]</roleTerm>
43
+ <roleTerm type="text" authority="[[ro2:authority]]" authorityURI="[[ro2:authorityURI]]" valueURI="[[ro2:valueURI]]">[[ro2:roleText]]</roleTerm>
44
+ </role>
45
+ <role>
46
+ <roleTerm type="code" authority="[[ro2:authority2]]" authorityURI="[[ro2:authorityURI2]]" valueURI="[[ro2:valueURI2]]">[[ro2:roleCode2]]</roleTerm>
47
+ <roleTerm type="text" authority="[[ro2:authority2]]" authorityURI="[[ro2:authorityURI2]]" valueURI="[[ro2:valueURI2]]">[[ro2:roleText2]]</roleTerm>
48
+ </role>
49
+ <role>
50
+ <roleTerm type="code" authority="[[ro2:authority3]]" authorityURI="[[ro2:authorityURI3]]" valueURI="[[ro2:valueURI3]]">[[ro2:roleCode3]]</roleTerm>
51
+ <roleTerm type="text" authority="[[ro2:authority3]]" authorityURI="[[ro2:authorityURI3]]" valueURI="[[ro2:valueURI3]]">[[ro2:roleText3]]</roleTerm>
36
52
  </role>
37
53
  </name>
38
- <name type="[[na3:type]]" authority="[[na3:authority]]" valueURI="[[na3:valueURI]]">
54
+ <name type="[[na3:type]]" authority="[[na3:authority]]" authorityURI="[[na3:authorityURI]]" valueURI="[[na3:valueURI]]">
39
55
  <namePart>[[na3:namePart]]</namePart>
40
56
  <role>
41
- <roleTerm type="code" authority="[[ro3:authority]]" valueURI="[[ro3:valueURI]]">[[ro3:roleCode]]</roleTerm>
42
- <roleTerm type="text" authority="[[ro3:authority]]" valueURI="[[ro3:valueURI]]">[[ro3:roleText]]</roleTerm>
57
+ <roleTerm type="code" authority="[[ro3:authority]]" authorityURI="[[ro3:authorityURI]]" valueURI="[[ro3:valueURI]]">[[ro3:roleCode]]</roleTerm>
58
+ <roleTerm type="text" authority="[[ro3:authority]]" authorityURI="[[ro3:authorityURI]]" valueURI="[[ro3:valueURI]]">[[ro3:roleText]]</roleTerm>
59
+ </role>
60
+ <role>
61
+ <roleTerm type="code" authority="[[ro3:authority2]]" authorityURI="[[ro3:authorityURI2]]" valueURI="[[ro3:valueURI2]]">[[ro3:roleCode2]]</roleTerm>
62
+ <roleTerm type="text" authority="[[ro3:authority2]]" authorityURI="[[ro3:authorityURI2]]" valueURI="[[ro3:valueURI2]]">[[ro3:roleText2]]</roleTerm>
63
+ </role>
64
+ <role>
65
+ <roleTerm type="code" authority="[[ro3:authority3]]" authorityURI="[[ro3:authorityURI3]]" valueURI="[[ro3:valueURI3]]">[[ro3:roleCode3]]</roleTerm>
66
+ <roleTerm type="text" authority="[[ro3:authority3]]" authorityURI="[[ro3:authorityURI3]]" valueURI="[[ro3:valueURI3]]">[[ro3:roleText3]]</roleTerm>
43
67
  </role>
44
68
  </name>
45
- <name type="[[na4:type]]" authority="[[na4:authority]]" valueURI="[[na4:valueURI]]">
69
+ <name type="[[na4:type]]" authority="[[na4:authority]]" authorityURI="[[na4:authorityURI]]" valueURI="[[na4:valueURI]]">
46
70
  <namePart>[[na4:namePart]]</namePart>
47
71
  <role>
48
- <roleTerm type="code" authority="[[ro4:authority]]" valueURI="[[ro4:valueURI]]">[[ro4:roleCode]]</roleTerm>
49
- <roleTerm type="text" authority="[[ro4:authority]]" valueURI="[[ro4:valueURI]]">[[ro4:roleText]]</roleTerm>
72
+ <roleTerm type="code" authority="[[ro4:authority]]" authorityURI="[[ro4:authorityURI]]" valueURI="[[ro4:valueURI]]">[[ro4:roleCode]]</roleTerm>
73
+ <roleTerm type="text" authority="[[ro4:authority]]" authorityURI="[[ro4:authorityURI]]" valueURI="[[ro4:valueURI]]">[[ro4:roleText]]</roleTerm>
74
+ </role>
75
+ <role>
76
+ <roleTerm type="code" authority="[[ro4:authority2]]" authorityURI="[[ro4:authorityURI2]]" valueURI="[[ro4:valueURI2]]">[[ro4:roleCode2]]</roleTerm>
77
+ <roleTerm type="text" authority="[[ro4:authority2]]" authorityURI="[[ro4:authorityURI2]]" valueURI="[[ro4:valueURI2]]">[[ro4:roleText2]]</roleTerm>
78
+ </role>
79
+ <role>
80
+ <roleTerm type="code" authority="[[ro4:authority3]]" authorityURI="[[ro4:authorityURI3]]" valueURI="[[ro4:valueURI3]]">[[ro4:roleCode3]]</roleTerm>
81
+ <roleTerm type="text" authority="[[ro4:authority3]]" authorityURI="[[ro4:authorityURI3]]" valueURI="[[ro4:valueURI3]]">[[ro4:roleText3]]</roleTerm>
50
82
  </role>
51
83
  </name>
52
- <name type="[[na5:type]]" authority="[[na5:authority]]" valueURI="[[na5:valueURI]]">
84
+ <name type="[[na5:type]]" authority="[[na5:authority]]" authorityURI="[[na5:authorityURI]]" valueURI="[[na5:valueURI]]">
53
85
  <namePart>[[na5:namePart]]</namePart>
54
86
  <role>
55
- <roleTerm type="code" authority="[[ro5:authority]]" valueURI="[[ro5:valueURI]]">[[ro5:roleCode]]</roleTerm>
56
- <roleTerm type="text" authority="[[ro5:authority]]" valueURI="[[ro5:valueURI]]">[[ro5:roleText]]</roleTerm>
87
+ <roleTerm type="code" authority="[[ro5:authority]]" authorityURI="[[ro5:authorityURI]]" valueURI="[[ro5:valueURI]]">[[ro5:roleCode]]</roleTerm>
88
+ <roleTerm type="text" authority="[[ro5:authority]]" authorityURI="[[ro5:authorityURI]]" valueURI="[[ro5:valueURI]]">[[ro5:roleText]]</roleTerm>
89
+ </role>
90
+ <role>
91
+ <roleTerm type="code" authority="[[ro5:authority2]]" authorityURI="[[ro5:authorityURI2]]" valueURI="[[ro5:valueURI2]]">[[ro5:roleCode2]]</roleTerm>
92
+ <roleTerm type="text" authority="[[ro5:authority2]]" authorityURI="[[ro5:authorityURI2]]" valueURI="[[ro5:valueURI2]]">[[ro5:roleText2]]</roleTerm>
93
+ </role>
94
+ <role>
95
+ <roleTerm type="code" authority="[[ro5:authority3]]" authorityURI="[[ro5:authorityURI3]]" valueURI="[[ro5:valueURI3]]">[[ro5:roleCode3]]</roleTerm>
96
+ <roleTerm type="text" authority="[[ro5:authority3]]" authorityURI="[[ro5:authorityURI3]]" valueURI="[[ro5:valueURI3]]">[[ro5:roleText3]]</roleTerm>
57
97
  </role>
58
98
  </name>
59
99
  <typeOfResource manuscript="[[ty1:manuscript]]">[[ty1:typeOfResource]]</typeOfResource>
60
100
  <typeOfResource>[[ty2:typeOfResource]]</typeOfResource>
61
101
  <typeOfResource>[[ty3:typeOfResource]]</typeOfResource>
62
- <genre type="[[ge1:type]]" authority="[[ge1:authority]]" valueURI="[[ge1:valueURI]]">[[ge1:genre]]</genre>
63
- <genre type="[[ge2:type]]" authority="[[ge2:authority]]" valueURI="[[ge2:valueURI]]">[[ge2:genre]]</genre>
64
- <genre type="[[ge3:type]]" authority="[[ge3:authority]]" valueURI="[[ge3:valueURI]]">[[ge3:genre]]</genre>
65
- <originInfo>
102
+ <genre type="[[ge1:type]]" authority="[[ge1:authority]]" authorityURI="[[ge1:authorityURI]]" valueURI="[[ge1:valueURI]]">[[ge1:genre]]</genre>
103
+ <genre type="[[ge2:type]]" authority="[[ge2:authority]]" authorityURI="[[ge2:authorityURI]]" valueURI="[[ge2:valueURI]]">[[ge2:genre]]</genre>
104
+ <genre type="[[ge3:type]]" authority="[[ge3:authority]]" authorityURI="[[ge3:authorityURI]]" valueURI="[[ge3:valueURI]]">[[ge3:genre]]</genre>
105
+ <originInfo displayLabel="[[or:displayLabel]]" eventType="[[or:eventType]]">
66
106
  <place>
67
- <placeTerm type="code" authority="[[pl:authority]]" valueURI="[[pl:valueURI]]">[[pl:placeCode]]</placeTerm>
68
- <placeTerm type="text" authority="[[pl:authority]]" valueURI="[[pl:valueURI]]">[[pl:placeText]]</placeTerm>
107
+ <placeTerm type="code" authority="[[pl:authority]]" authorityURI="[[pl:authorityURI]]" valueURI="[[pl:valueURI]]">[[pl:placeCode]]</placeTerm>
108
+ <placeTerm type="text" authority="[[pl:authority]]" authorityURI="[[pl:authorityURI]]" valueURI="[[pl:valueURI]]">[[pl:placeText]]</placeTerm>
69
109
  </place>
70
110
  <publisher>[[or:publisher]]</publisher>
71
111
  <dateCreated keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]" point="start">[[dt:dateCreated]]</dateCreated>
72
112
  <dateCreated keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]" point="end">[[dt:dateCreated2]]</dateCreated>
73
113
  <dateIssued keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]" point="start">[[dt:dateIssued]]</dateIssued>
74
114
  <dateIssued keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]" point="end">[[dt:dateIssued2]]</dateIssued>
115
+ <dateCaptured keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]" point="start">[[dt:dateCaptured]]</dateCaptured>
116
+ <dateCaptured keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]" point="end">[[dt:dateCaptured2]]</dateCaptured>
117
+ <copyrightDate keyDate="yes" encoding="[[dt:encoding]]" qualifier="[[dt:qualifier]]">[[dt:copyrightDate]]</copyrightDate>
118
+ <issuance>[[or:issuance]]</issuance>
119
+ </originInfo>
120
+ <originInfo displayLabel="[[or2:displayLabel]]" eventType="[[or2:eventType]]">
121
+ <place>
122
+ <placeTerm type="code" authority="[[or2:pl:authority]]" authorityURI="[[or2:pl:authorityURI]]" valueURI="[[or2:pl:valueURI]]">[[or2:pl:placeCode]]</placeTerm>
123
+ <placeTerm type="text" authority="[[or2:pl:authority]]" authorityURI="[[or2:pl:authorityURI]]" valueURI="[[or2:pl:valueURI]]">[[or2:pl:placeText]]</placeTerm>
124
+ </place>
125
+ <publisher>[[or2:publisher]]</publisher>
126
+ <dateCreated keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]" point="start">[[or2:dt:dateCreated]]</dateCreated>
127
+ <dateCreated keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]" point="end">[[or2:dt:dateCreated2]]</dateCreated>
128
+ <dateIssued keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]" point="start">[[or2:dt:dateIssued]]</dateIssued>
129
+ <dateIssued keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]" point="end">[[or2:dt:dateIssued2]]</dateIssued>
130
+ <dateCaptured keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]" point="start">[[or2:dt:dateCaptured]]</dateCaptured>
131
+ <dateCaptured keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]" point="end">[[or2:dt:dateCaptured2]]</dateCaptured>
132
+ <copyrightDate keyDate="yes" encoding="[[or2:dt:encoding]]" qualifier="[[or2:dt:qualifier]]">[[or2:dt:copyrightDate]]</copyrightDate>
133
+ <issuance>[[or2:issuance]]</issuance>
75
134
  </originInfo>
76
135
  <language>
77
- <languageTerm authority="[[la1:authority]]" valueURI="[[la1:valueURI]]" type="code">[[la1:code]]</languageTerm>
78
- <languageTerm authority="[[la1:authority]]" valueURI="[[la1:valueURI]]" type="text">[[la1:text]]</languageTerm>
136
+ <languageTerm authority="[[la1:authority]]" authorityURI="[[la1:authorityURI]]" valueURI="[[la1:valueURI]]" type="code">[[la1:code]]</languageTerm>
137
+ <languageTerm authority="[[la1:authority]]" authorityURI="[[la1:authorityURI]]" valueURI="[[la1:valueURI]]" type="text">[[la1:text]]</languageTerm>
79
138
  </language>
80
139
  <language>
81
- <languageTerm authority="[[la2:authority]]" valueURI="[[la2:valueURI]]" type="code">[[la2:code]]</languageTerm>
82
- <languageTerm authority="[[la2:authority]]" valueURI="[[la2:valueURI]]" type="text">[[la2:text]]</languageTerm>
140
+ <languageTerm authority="[[la2:authority]]" authorityURI="[[la2:authorityURI]]" valueURI="[[la2:valueURI]]" type="code">[[la2:code]]</languageTerm>
141
+ <languageTerm authority="[[la2:authority]]" authorityURI="[[la2:authorityURI]]" valueURI="[[la2:valueURI]]" type="text">[[la2:text]]</languageTerm>
83
142
  </language>
84
143
  <language>
85
- <languageTerm authority="[[la3:authority]]" valueURI="[[la3:valueURI]]" type="code">[[la3:code]]</languageTerm>
86
- <languageTerm authority="[[la3:authority]]" valueURI="[[la3:valueURI]]" type="text">[[la3:text]]</languageTerm>
144
+ <languageTerm authority="[[la3:authority]]" authorityURI="[[la3:authorityURI]]" valueURI="[[la3:valueURI]]" type="code">[[la3:code]]</languageTerm>
145
+ <languageTerm authority="[[la3:authority]]" authorityURI="[[la3:authorityURI]]" valueURI="[[la3:valueURI]]" type="text">[[la3:text]]</languageTerm>
87
146
  </language>
88
147
  <physicalDescription>
89
- <form>[[ph1:form]]</form>
148
+ <form authority="[[ph1:formAuthority]]" authorityURI="[[ph1:formAuthorityURI]]" valueURI="[[ph1:formValueURI]]">[[ph1:form]]</form>
90
149
  <extent>[[ph1:extent]]</extent>
150
+ <reformattingQuality>[[ph1:reformattingQuality]]</reformattingQuality>
91
151
  <digitalOrigin>[[ph1:digitalOrigin]]</digitalOrigin>
92
- <note displayLabel="[[ph1:displayLabel]]">[[ph1:note]]</note>
152
+ <internetMediaType>[[ph1:internetMediaType]]</internetMediaType>
153
+ <note displayLabel="[[ph1:displayLabel1]]">[[ph1:note1]]</note>
154
+ <note displayLabel="[[ph1:displayLabel2]]">[[ph1:note2]]</note>
155
+ <note displayLabel="[[ph1:displayLabel3]]">[[ph1:note3]]</note>
156
+ <note displayLabel="[[ph1:displayLabel4]]">[[ph1:note4]]</note>
157
+ <note displayLabel="[[ph1:displayLabel5]]">[[ph1:note5]]</note>
158
+ <note displayLabel="[[ph1:displayLabel6]]">[[ph1:note6]]</note>
159
+ <note displayLabel="[[ph1:displayLabel7]]">[[ph1:note7]]</note>
160
+ <note displayLabel="[[ph1:displayLabel8]]">[[ph1:note8]]</note>
161
+ <note displayLabel="[[ph1:displayLabel9]]">[[ph1:note9]]</note>
162
+ </physicalDescription>
163
+ <physicalDescription>
164
+ <form authority="[[ph2:formAuthority]]" authorityURI="[[ph2:formAuthorityURI]]" valueURI="[[ph2:formValueURI]]">[[ph2:form]]</form>
165
+ <extent>[[ph2:extent]]</extent>
166
+ <reformattingQuality>[[ph2:reformattingQuality]]</reformattingQuality>
167
+ <digitalOrigin>[[ph2:digitalOrigin]]</digitalOrigin>
168
+ <note displayLabel="[[ph2:displayLabel1]]">[[ph2:note1]]</note>
169
+ </physicalDescription>
170
+ <physicalDescription>
171
+ <form authority="[[ph3:formAuthority]]" authorityURI="[[ph3:formAuthorityURI]]" valueURI="[[ph3:formValueURI]]">[[ph3:form]]</form>
172
+ <extent>[[ph3:extent]]</extent>
173
+ <reformattingQuality>[[ph3:reformattingQuality]]</reformattingQuality>
174
+ <digitalOrigin>[[ph3:digitalOrigin]]</digitalOrigin>
175
+ <note displayLabel="[[ph3:displayLabel1]]">[[ph3:note1]]</note>
93
176
  </physicalDescription>
94
177
  <abstract displayLabel="[[ab:displayLabel]]">[[ab:abstract]]</abstract>
95
178
  <tableOfContents displayLabel="[[tc:displayLabel]]">[[tc:tableOfContents]]</tableOfContents>
@@ -98,80 +181,80 @@
98
181
  <note type="[[no3:type]]" displayLabel="[[no3:displayLabel]]">[[no3:note]]</note>
99
182
  <note type="[[no4:type]]" displayLabel="[[no4:displayLabel]]">[[no4:note]]</note>
100
183
  <note type="[[no5:type]]" displayLabel="[[no5:displayLabel]]">[[no5:note]]</note>
101
- <subject authority="[[sn1:authority]]">
102
- <name type="[[sn1:p1:nameType]]" authority="[[sn1:p1:authority]]" valueURI="[[sn1:p1:valueURI]]">
184
+ <subject authority="[[sn1:authority]]" authorityURI="[[sn1:authorityURI]]">
185
+ <name type="[[sn1:p1:nameType]]" authority="[[sn1:p1:authority]]" authorityURI="[[sn1:p1:authorityURI]]" valueURI="[[sn1:p1:valueURI]]">
103
186
  <namePart>[[sn1:p1:name]]</namePart>
104
187
  </name>
105
- <titleInfo>
188
+ <titleInfo type="[[sn1:p1:titleType]]">
106
189
  <title>[[sn1:p1:title]]</title>
107
190
  </titleInfo>
108
- <[[sn1:p2:type]] authority="[[sn1:p2:authority]]" valueURI="[[sn1:p2:valueURI]]">[[sn1:p2:value]]</[[sn1:p2:type]]>
109
- <[[sn1:p3:type]] authority="[[sn1:p3:authority]]" valueURI="[[sn1:p3:valueURI]]">[[sn1:p3:value]]</[[sn1:p3:type]]>
191
+ <[[sn1:p2:type]] authority="[[sn1:p2:authority]]" authorityURI="[[sn1:p2:authorityURI]]" valueURI="[[sn1:p2:valueURI]]">[[sn1:p2:value]]</[[sn1:p2:type]]>
192
+ <[[sn1:p3:type]] authority="[[sn1:p3:authority]]" authorityURI="[[sn1:p3:authorityURI]]" valueURI="[[sn1:p3:valueURI]]">[[sn1:p3:value]]</[[sn1:p3:type]]>
110
193
  </subject>
111
- <subject authority="[[sn2:authority]]">
112
- <name type="[[sn2:p1:nameType]]" authority="[[sn2:p1:authority]]" valueURI="[[sn2:p1:valueURI]]">
194
+ <subject authority="[[sn2:authority]]" authorityURI="[[sn2:authorityURI]]">
195
+ <name type="[[sn2:p1:nameType]]" authority="[[sn2:p1:authority]]" authorityURI="[[sn2:p1:authorityURI]]" valueURI="[[sn2:p1:valueURI]]">
113
196
  <namePart>[[sn2:p1:name]]</namePart>
114
197
  </name>
115
198
  <titleInfo>
116
199
  <title>[[sn2:p1:title]]</title>
117
200
  </titleInfo>
118
- <[[sn2:p2:type]] authority="[[sn2:p2:authority]]" valueURI="[[sn2:p2:valueURI]]">[[sn2:p2:value]]</[[sn2:p2:type]]>
119
- <[[sn2:p3:type]] authority="[[sn2:p3:authority]]" valueURI="[[sn2:p3:valueURI]]">[[sn2:p3:value]]</[[sn2:p3:type]]>
201
+ <[[sn2:p2:type]] authority="[[sn2:p2:authority]]" authorityURI="[[sn2:p2:authorityURI]]" valueURI="[[sn2:p2:valueURI]]">[[sn2:p2:value]]</[[sn2:p2:type]]>
202
+ <[[sn2:p3:type]] authority="[[sn2:p3:authority]]" authorityURI="[[sn2:p3:authorityURI]]" valueURI="[[sn2:p3:valueURI]]">[[sn2:p3:value]]</[[sn2:p3:type]]>
120
203
  </subject>
121
- <subject authority="[[sn3:authority]]">
122
- <name type="[[sn3:p1:nameType]]" authority="[[sn3:p1:authority]]" valueURI="[[sn3:p1:valueURI]]">
204
+ <subject authority="[[sn3:authority]]" authorityURI="[[sn3:authorityURI]]">
205
+ <name type="[[sn3:p1:nameType]]" authority="[[sn3:p1:authority]]" authorityURI="[[sn3:p1:authorityURI]]" valueURI="[[sn3:p1:valueURI]]">
123
206
  <namePart>[[sn3:p1:name]]</namePart>
124
207
  </name>
125
208
  <titleInfo>
126
209
  <title>[[sn3:p1:title]]</title>
127
210
  </titleInfo>
128
- <[[sn3:p2:type]] authority="[[sn3:p2:authority]]" valueURI="[[sn3:p2:valueURI]]">[[sn3:p2:value]]</[[sn3:p2:type]]>
129
- <[[sn3:p3:type]] authority="[[sn3:p3:authority]]" valueURI="[[sn3:p3:valueURI]]">[[sn3:p3:value]]</[[sn3:p3:type]]>
211
+ <[[sn3:p2:type]] authority="[[sn3:p2:authority]]" authorityURI="[[sn3:p2:authorityURI]]" valueURI="[[sn3:p2:valueURI]]">[[sn3:p2:value]]</[[sn3:p2:type]]>
212
+ <[[sn3:p3:type]] authority="[[sn3:p3:authority]]" authorityURI="[[sn3:p3:authorityURI]]" valueURI="[[sn3:p3:valueURI]]">[[sn3:p3:value]]</[[sn3:p3:type]]>
130
213
  </subject>
131
- <subject authority="[[sn4:authority]]">
132
- <name type="[[sn4:p1:nameType]]" authority="[[sn4:p1:authority]]" valueURI="[[sn4:p1:valueURI]]">
214
+ <subject authority="[[sn4:authority]]" authorityURI="[[sn4:authorityURI]]">
215
+ <name type="[[sn4:p1:nameType]]" authority="[[sn4:p1:authority]]" authorityURI="[[sn4:p1:authorityURI]]" valueURI="[[sn4:p1:valueURI]]">
133
216
  <namePart>[[sn4:p1:name]]</namePart>
134
217
  </name>
135
218
  <titleInfo>
136
219
  <title>[[sn4:p1:title]]</title>
137
220
  </titleInfo>
138
- <[[sn4:p2:type]] authority="[[sn4:p2:authority]]" valueURI="[[sn4:p2:valueURI]]">[[sn4:p2:value]]</[[sn4:p2:type]]>
139
- <[[sn4:p3:type]] authority="[[sn4:p3:authority]]" valueURI="[[sn4:p3:valueURI]]">[[sn4:p3:value]]</[[sn4:p3:type]]>
221
+ <[[sn4:p2:type]] authority="[[sn4:p2:authority]]" authorityURI="[[sn4:p2:authorityURI]]" valueURI="[[sn4:p2:valueURI]]">[[sn4:p2:value]]</[[sn4:p2:type]]>
222
+ <[[sn4:p3:type]] authority="[[sn4:p3:authority]]" authorityURI="[[sn4:p3:authorityURI]]" valueURI="[[sn4:p3:valueURI]]">[[sn4:p3:value]]</[[sn4:p3:type]]>
140
223
  </subject>
141
- <subject authority="[[sn5:authority]]">
142
- <name type="[[sn5:p1:nameType]]" authority="[[sn5:p1:authority]]" valueURI="[[sn5:p1:valueURI]]">
224
+ <subject authority="[[sn5:authority]]" authorityURI="[[sn5:authorityURI]]">
225
+ <name type="[[sn5:p1:nameType]]" authority="[[sn5:p1:authority]]" authorityURI="[[sn5:p1:authorityURI]]" valueURI="[[sn5:p1:valueURI]]">
143
226
  <namePart>[[sn5:p1:name]]</namePart>
144
227
  </name>
145
228
  <titleInfo>
146
229
  <title>[[sn5:p1:title]]</title>
147
230
  </titleInfo>
148
- <[[sn5:p2:type]] authority="[[sn5:p2:authority]]" valueURI="[[sn5:p2:valueURI]]">[[sn5:p2:value]]</[[sn5:p2:type]]>
149
- <[[sn5:p3:type]] authority="[[sn5:p3:authority]]" valueURI="[[sn5:p3:valueURI]]">[[sn5:p3:value]]</[[sn5:p3:type]]>
231
+ <[[sn5:p2:type]] authority="[[sn5:p2:authority]]" authorityURI="[[sn5:p2:authorityURI]]" valueURI="[[sn5:p2:valueURI]]">[[sn5:p2:value]]</[[sn5:p2:type]]>
232
+ <[[sn5:p3:type]] authority="[[sn5:p3:authority]]" authorityURI="[[sn5:p3:authorityURI]]" valueURI="[[sn5:p3:valueURI]]">[[sn5:p3:value]]</[[sn5:p3:type]]>
150
233
  </subject>
151
- <subject authority="[[su1:authority]]">
152
- <[[su1:p1:type]] authority="[[su1:p1:authority]]" valueURI="[[su1:p1:valueURI]]">[[su1:p1:value]]</[[su1:p1:type]]>
153
- <[[su1:p2:type]] authority="[[su1:p2:authority]]" valueURI="[[su1:p2:valueURI]]">[[su1:p2:value]]</[[su1:p2:type]]>
154
- <[[su1:p3:type]] authority="[[su1:p3:authority]]" valueURI="[[su1:p3:valueURI]]">[[su1:p3:value]]</[[su1:p3:type]]>
234
+ <subject authority="[[su1:authority]]" authorityURI="[[su1:authorityURI]]" valueURI="[[su1:valueURI]]">
235
+ <[[su1:p1:type]] authority="[[su1:p1:authority]]" authorityURI="[[su1:p1:authorityURI]]" valueURI="[[su1:p1:valueURI]]">[[su1:p1:value]]</[[su1:p1:type]]>
236
+ <[[su1:p2:type]] authority="[[su1:p2:authority]]" authorityURI="[[su1:p2:authorityURI]]" valueURI="[[su1:p2:valueURI]]">[[su1:p2:value]]</[[su1:p2:type]]>
237
+ <[[su1:p3:type]] authority="[[su1:p3:authority]]" authorityURI="[[su1:p3:authorityURI]]" valueURI="[[su1:p3:valueURI]]">[[su1:p3:value]]</[[su1:p3:type]]>
155
238
  </subject>
156
- <subject authority="[[su2:authority]]">
157
- <[[su2:p1:type]] authority="[[su2:p1:authority]]" valueURI="[[su2:p1:valueURI]]">[[su2:p1:value]]</[[su2:p1:type]]>
158
- <[[su2:p2:type]] authority="[[su2:p2:authority]]" valueURI="[[su2:p2:valueURI]]">[[su2:p2:value]]</[[su2:p2:type]]>
159
- <[[su2:p3:type]] authority="[[su2:p3:authority]]" valueURI="[[su2:p3:valueURI]]">[[su2:p3:value]]</[[su2:p3:type]]>
239
+ <subject authority="[[su2:authority]]" authorityURI="[[su2:authorityURI]]" valueURI="[[su2:valueURI]]">
240
+ <[[su2:p1:type]] authority="[[su2:p1:authority]]" authorityURI="[[su2:p1:authorityURI]]" valueURI="[[su2:p1:valueURI]]">[[su2:p1:value]]</[[su2:p1:type]]>
241
+ <[[su2:p2:type]] authority="[[su2:p2:authority]]" authorityURI="[[su2:p2:authorityURI]]" valueURI="[[su2:p2:valueURI]]">[[su2:p2:value]]</[[su2:p2:type]]>
242
+ <[[su2:p3:type]] authority="[[su2:p3:authority]]" authorityURI="[[su2:p3:authorityURI]]" valueURI="[[su2:p3:valueURI]]">[[su2:p3:value]]</[[su2:p3:type]]>
160
243
  </subject>
161
- <subject authority="[[su3:authority]]">
162
- <[[su3:p1:type]] authority="[[su3:p1:authority]]" valueURI="[[su3:p1:valueURI]]">[[su3:p1:value]]</[[su3:p1:type]]>
163
- <[[su3:p2:type]] authority="[[su3:p2:authority]]" valueURI="[[su3:p2:valueURI]]">[[su3:p2:value]]</[[su3:p2:type]]>
164
- <[[su3:p3:type]] authority="[[su3:p3:authority]]" valueURI="[[su3:p3:valueURI]]">[[su3:p3:value]]</[[su3:p3:type]]>
244
+ <subject authority="[[su3:authority]]" authorityURI="[[su3:authorityURI]]" valueURI="[[su3:valueURI]]">
245
+ <[[su3:p1:type]] authority="[[su3:p1:authority]]" authorityURI="[[su3:p1:authorityURI]]" valueURI="[[su3:p1:valueURI]]">[[su3:p1:value]]</[[su3:p1:type]]>
246
+ <[[su3:p2:type]] authority="[[su3:p2:authority]]" authorityURI="[[su3:p2:authorityURI]]" valueURI="[[su3:p2:valueURI]]">[[su3:p2:value]]</[[su3:p2:type]]>
247
+ <[[su3:p3:type]] authority="[[su3:p3:authority]]" authorityURI="[[su3:p3:authorityURI]]" valueURI="[[su3:p3:valueURI]]">[[su3:p3:value]]</[[su3:p3:type]]>
165
248
  </subject>
166
- <subject authority="[[su4:authority]]">
167
- <[[su4:p1:type]] authority="[[su4:p1:authority]]" valueURI="[[su4:p1:valueURI]]">[[su4:p1:value]]</[[su4:p1:type]]>
168
- <[[su4:p2:type]] authority="[[su4:p2:authority]]" valueURI="[[su4:p2:valueURI]]">[[su4:p2:value]]</[[su4:p2:type]]>
169
- <[[su4:p3:type]] authority="[[su4:p3:authority]]" valueURI="[[su4:p3:valueURI]]">[[su4:p3:value]]</[[su4:p3:type]]>
249
+ <subject authority="[[su4:authority]]" authorityURI="[[su4:authorityURI]]" valueURI="[[su4:valueURI]]">
250
+ <[[su4:p1:type]] authority="[[su4:p1:authority]]" authorityURI="[[su4:p1:authorityURI]]" valueURI="[[su4:p1:valueURI]]">[[su4:p1:value]]</[[su4:p1:type]]>
251
+ <[[su4:p2:type]] authority="[[su4:p2:authority]]" authorityURI="[[su4:p2:authorityURI]]" valueURI="[[su4:p2:valueURI]]">[[su4:p2:value]]</[[su4:p2:type]]>
252
+ <[[su4:p3:type]] authority="[[su4:p3:authority]]" authorityURI="[[su4:p3:authorityURI]]" valueURI="[[su4:p3:valueURI]]">[[su4:p3:value]]</[[su4:p3:type]]>
170
253
  </subject>
171
- <subject authority="[[su5:authority]]">
172
- <[[su5:p1:type]] authority="[[su5:p1:authority]]" valueURI="[[su5:p1:valueURI]]">[[su5:p1:value]]</[[su5:p1:type]]>
173
- <[[su5:p2:type]] authority="[[su5:p2:authority]]" valueURI="[[su5:p2:valueURI]]">[[su5:p2:value]]</[[su5:p2:type]]>
174
- <[[su5:p3:type]] authority="[[su5:p3:authority]]" valueURI="[[su5:p3:valueURI]]">[[su5:p3:value]]</[[su5:p3:type]]>
254
+ <subject authority="[[su5:authority]]" authorityURI="[[su5:authorityURI]]" valueURI="[[su5:valueURI]]">
255
+ <[[su5:p1:type]] authority="[[su5:p1:authority]]" authorityURI="[[su5:p1:authorityURI]]" valueURI="[[su5:p1:valueURI]]">[[su5:p1:value]]</[[su5:p1:type]]>
256
+ <[[su5:p2:type]] authority="[[su5:p2:authority]]" authorityURI="[[su5:p2:authorityURI]]" valueURI="[[su5:p2:valueURI]]">[[su5:p2:value]]</[[su5:p2:type]]>
257
+ <[[su5:p3:type]] authority="[[su5:p3:authority]]" authorityURI="[[su5:p3:authorityURI]]" valueURI="[[su5:p3:valueURI]]">[[su5:p3:value]]</[[su5:p3:type]]>
175
258
  </subject>
176
259
  <subject>
177
260
  <cartographics>
@@ -189,10 +272,111 @@
189
272
  <physicalLocation type="repository" authority="[[lo:authority]]" valueURI="[[lo:valueURI]]">[[lo:repository]]</physicalLocation>
190
273
  <shelfLocator>[[lo:callNumber]]</shelfLocator>
191
274
  </location>
192
- <relatedItem type="[[ri1:type]]">
275
+ <relatedItem type="[[ri1:type]]" displayLabel="[[ri1:displayLabel]]">
193
276
  <titleInfo>
194
277
  <title>[[ri1:title]]</title>
195
278
  </titleInfo>
196
- <url>[[ri1:url]]</url>
279
+ <name type="[[ri1:na1:type]]" authority="[[ri1:na1:authority]]" authorityURI="[[ri1:na1:authorityURI]]" valueURI="[[ri1:na1:valueURI]]">
280
+ <namePart>[[ri1:na1:namePart]]</namePart>
281
+ <role>
282
+ <roleTerm type="code" authority="[[ri1:ro1:authority]]" authorityURI="[[ri1:ro1:authorityURI]]" valueURI="[[ri1:ro1:valueURI]]">[[ri1:ro1:roleCode]]</roleTerm>
283
+ <roleTerm type="text" authority="[[ri1:ro1:authority]]" authorityURI="[[ri1:ro1:authorityURI]]" valueURI="[[ri1:ro1:valueURI]]">[[ri1:ro1:roleText]]</roleTerm>
284
+ </role>
285
+ <role>
286
+ <roleTerm type="code" authority="[[ri1:ro1:authority2]]" authorityURI="[[ri1:ro1:authorityURI2]]" valueURI="[[ri1:ro1:valueURI2]]">[[ri1:ro1:roleCode2]]</roleTerm>
287
+ <roleTerm type="text" authority="[[ri1:ro1:authority2]]" authorityURI="[[ri1:ro1:authorityURI2]]" valueURI="[[ri1:ro1:valueURI2]]">[[ri1:ro1:roleText2]]</roleTerm>
288
+ </role>
289
+ </name>
290
+ <originInfo>
291
+ <place>
292
+ <placeTerm type="code" authority="[[ri1:pl:authority]]" authorityURI="[[ri1:pl:authorityURI]]" valueURI="[[ri1:pl:valueURI]]">[[ri1:pl:placeCode]]</placeTerm>
293
+ <placeTerm type="text" authority="[[ri1:pl:authority]]" authorityURI="[[ri1:pl:authorityURI]]" valueURI="[[ri1:pl:valueURI]]">[[ri1:pl:placeText]]</placeTerm>
294
+ </place>
295
+ <publisher>[[ri1:or:publisher]]</publisher>
296
+ <dateCreated keyDate="yes" encoding="[[ri1:dt:encoding]]" qualifier="[[ri1:dt:qualifier]]" point="start">[[ri1:dt:dateCreated]]</dateCreated>
297
+ <dateCreated keyDate="yes" encoding="[[ri1:dt:encoding]]" qualifier="[[ri1:dt:qualifier]]" point="end">[[ri1:dt:dateCreated2]]</dateCreated>
298
+ <dateIssued keyDate="yes" encoding="[[ri1:dt:encoding]]" qualifier="[[ri1:dt:qualifier]]" point="start">[[ri1:dt:dateIssued]]</dateIssued>
299
+ <dateIssued keyDate="yes" encoding="[[ri1:dt:encoding]]" qualifier="[[ri1:dt:qualifier]]" point="end">[[ri1:dt:dateIssued2]]</dateIssued>
300
+ </originInfo>
301
+ <identifier type="[[ri1:id1:type]]" displayLabel="[[ri1:id1:displayLabel]]">[[ri1:id1:identifier]]</identifier>
302
+ <identifier type="[[ri1:id2:type]]" displayLabel="[[ri1:id2:displayLabel]]">[[ri1:id2:identifier]]</identifier>
303
+ <identifier type="[[ri1:id3:type]]" displayLabel="[[ri1:id3:displayLabel]]">[[ri1:id3:identifier]]</identifier>
304
+ <location>
305
+ <url>[[ri1:url]]</url>
306
+ </location>
307
+ </relatedItem>
308
+ <relatedItem type="[[ri2:type]]" displayLabel="[[ri2:displayLabel]]">
309
+ <titleInfo>
310
+ <title>[[ri2:title]]</title>
311
+ </titleInfo>
312
+ <name type="[[ri2:na1:type]]" authority="[[ri2:na1:authority]]" authorityURI="[[ri2:na1:authorityURI]]" valueURI="[[ri2:na1:valueURI]]">
313
+ <namePart>[[ri2:na1:namePart]]</namePart>
314
+ <role>
315
+ <roleTerm type="code" authority="[[ri2:ro1:authority]]" authorityURI="[[ri2:ro1:authorityURI]]" valueURI="[[ri2:ro1:valueURI]]">[[ri2:ro1:roleCode]]</roleTerm>
316
+ <roleTerm type="text" authority="[[ri2:ro1:authority]]" authorityURI="[[ri2:ro1:authorityURI]]" valueURI="[[ri2:ro1:valueURI]]">[[ri2:ro1:roleText]]</roleTerm>
317
+ </role>
318
+ <role>
319
+ <roleTerm type="code" authority="[[ri2:ro1:authority2]]" authorityURI="[[ri2:ro1:authorityURI2]]" valueURI="[[ri2:ro1:valueURI2]]">[[ri2:ro1:roleCode2]]</roleTerm>
320
+ <roleTerm type="text" authority="[[ri2:ro1:authority2]]" authorityURI="[[ri2:ro1:authorityURI2]]" valueURI="[[ri2:ro1:valueURI2]]">[[ri2:ro1:roleText2]]</roleTerm>
321
+ </role>
322
+ </name>
323
+ <originInfo>
324
+ <place>
325
+ <placeTerm type="code" authority="[[ri2:pl:authority]]" authorityURI="[[ri2:pl:authorityURI]]" valueURI="[[ri2:pl:valueURI]]">[[ri2:pl:placeCode]]</placeTerm>
326
+ <placeTerm type="text" authority="[[ri2:pl:authority]]" authorityURI="[[ri2:pl:authorityURI]]" valueURI="[[ri2:pl:valueURI]]">[[ri2:pl:placeText]]</placeTerm>
327
+ </place>
328
+ <publisher>[[ri2:or:publisher]]</publisher>
329
+ <dateCreated keyDate="yes" encoding="[[ri2:dt:encoding]]" qualifier="[[ri2:dt:qualifier]]" point="start">[[ri2:dt:dateCreated]]</dateCreated>
330
+ <dateCreated keyDate="yes" encoding="[[ri2:dt:encoding]]" qualifier="[[ri2:dt:qualifier]]" point="end">[[ri2:dt:dateCreated2]]</dateCreated>
331
+ <dateIssued keyDate="yes" encoding="[[ri2:dt:encoding]]" qualifier="[[ri2:dt:qualifier]]" point="start">[[ri2:dt:dateIssued]]</dateIssued>
332
+ <dateIssued keyDate="yes" encoding="[[ri2:dt:encoding]]" qualifier="[[ri2:dt:qualifier]]" point="end">[[ri2:dt:dateIssued2]]</dateIssued>
333
+ </originInfo>
334
+ <identifier type="[[ri2:id1:type]]" displayLabel="[[ri2:id1:displayLabel]]">[[ri2:id1:identifier]]</identifier>
335
+ <identifier type="[[ri2:id2:type]]" displayLabel="[[ri2:id2:displayLabel]]">[[ri2:id2:identifier]]</identifier>
336
+ <identifier type="[[ri2:id3:type]]" displayLabel="[[ri2:id3:displayLabel]]">[[ri2:id3:identifier]]</identifier>
337
+ <location>
338
+ <url>[[ri2:url]]</url>
339
+ </location>
340
+ </relatedItem>
341
+ <relatedItem type="[[ri3:type]]" displayLabel="[[ri3:displayLabel]]">
342
+ <titleInfo>
343
+ <title>[[ri3:title]]</title>
344
+ </titleInfo>
345
+ <name type="[[ri3:na1:type]]" authority="[[ri3:na1:authority]]" authorityURI="[[ri3:na1:authorityURI]]" valueURI="[[ri3:na1:valueURI]]">
346
+ <namePart>[[ri3:na1:namePart]]</namePart>
347
+ <role>
348
+ <roleTerm type="code" authority="[[ri3:ro1:authority]]" authorityURI="[[ri3:ro1:authorityURI]]" valueURI="[[ri3:ro1:valueURI]]">[[ri3:ro1:roleCode]]</roleTerm>
349
+ <roleTerm type="text" authority="[[ri3:ro1:authority]]" authorityURI="[[ri3:ro1:authorityURI]]" valueURI="[[ri3:ro1:valueURI]]">[[ri3:ro1:roleText]]</roleTerm>
350
+ </role>
351
+ <role>
352
+ <roleTerm type="code" authority="[[ri3:ro1:authority2]]" authorityURI="[[ri3:ro1:authorityURI2]]" valueURI="[[ri3:ro1:valueURI2]]">[[ri3:ro1:roleCode2]]</roleTerm>
353
+ <roleTerm type="text" authority="[[ri3:ro1:authority2]]" authorityURI="[[ri3:ro1:authorityURI2]]" valueURI="[[ri3:ro1:valueURI2]]">[[ri3:ro1:roleText2]]</roleTerm>
354
+ </role>
355
+ </name>
356
+ <originInfo>
357
+ <place>
358
+ <placeTerm type="code" authority="[[ri3:pl:authority]]" authorityURI="[[ri3:pl:authorityURI]]" valueURI="[[ri3:pl:valueURI]]">[[ri3:pl:placeCode]]</placeTerm>
359
+ <placeTerm type="text" authority="[[ri3:pl:authority]]" authorityURI="[[ri3:pl:authorityURI]]" valueURI="[[ri3:pl:valueURI]]">[[ri3:pl:placeText]]</placeTerm>
360
+ </place>
361
+ <publisher>[[ri3:or:publisher]]</publisher>
362
+ <dateCreated keyDate="yes" encoding="[[ri3:dt:encoding]]" qualifier="[[ri3:dt:qualifier]]" point="start">[[ri3:dt:dateCreated]]</dateCreated>
363
+ <dateCreated keyDate="yes" encoding="[[ri3:dt:encoding]]" qualifier="[[ri3:dt:qualifier]]" point="end">[[ri3:dt:dateCreated2]]</dateCreated>
364
+ <dateIssued keyDate="yes" encoding="[[ri3:dt:encoding]]" qualifier="[[ri3:dt:qualifier]]" point="start">[[ri3:dt:dateIssued]]</dateIssued>
365
+ <dateIssued keyDate="yes" encoding="[[ri3:dt:encoding]]" qualifier="[[ri3:dt:qualifier]]" point="end">[[ri3:dt:dateIssued2]]</dateIssued>
366
+ </originInfo>
367
+ <identifier type="[[ri3:id1:type]]" displayLabel="[[ri3:id1:displayLabel]]">[[ri3:id1:identifier]]</identifier>
368
+ <identifier type="[[ri3:id2:type]]" displayLabel="[[ri3:id2:displayLabel]]">[[ri3:id2:identifier]]</identifier>
369
+ <identifier type="[[ri3:id3:type]]" displayLabel="[[ri3:id3:displayLabel]]">[[ri3:id3:identifier]]</identifier>
370
+ <location>
371
+ <url>[[ri3:url]]</url>
372
+ </location>
197
373
  </relatedItem>
374
+ <recordInfo>
375
+ <languageOfCataloging>
376
+ <languageTerm authority="[[rc:langAuthority]]" authorityURI="[[rc:langAuthorityURI]]" valueURI="[[rc:langValueURI]]">[[rc:languageOfCataloging]]</languageTerm>
377
+ </languageOfCataloging>
378
+ <recordContentSource authority="[[rc:contentSourceAuthority]]" authorityURI="[[rc:contentSourceAuthorityURI]]" valueURI="[[rc:contentSourceValueURI]]">[[rc:contentSource]]</recordContentSource>
379
+ <descriptionStandard authority="[[rc:descStandardAuthority]]" authorityURI="[[rc:descStandardAuthorityURI]]" valueURI="[[rc:descStandardValueURI]]">[[rc:descStandard]]</descriptionStandard>
380
+ <recordOrigin>[[rc:recordOrigin]]</recordOrigin>
381
+ </recordInfo>
198
382
  </mods>