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
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0"?>
2
+ <xmlDocs xmlns="http://library.stanford.edu/xmlDocs" datetime="2016-06-23 11:52:40AM" sourceFile="edition_physLoc_intmediatype.xlsx">
3
+ <xmlDoc id="descMetadata" objectId="test1">
4
+ <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">
5
+ <originInfo>
6
+ <edition>1st ed</edition>
7
+ </originInfo>
8
+ <physicalDescription>
9
+ <internetMediaType>text/html</internetMediaType>
10
+ <internetMediaType>image/jpeg</internetMediaType>
11
+ <internetMediaType>image/tiff</internetMediaType>
12
+ <internetMediaType>audio/mp3</internetMediaType>
13
+ <internetMediaType>video/mp4</internetMediaType>
14
+ </physicalDescription>
15
+ <location>
16
+ <physicalLocation type="repository">Stanford</physicalLocation>
17
+ <physicalLocation type="discovery">Series 1, Box 1, Folder 1</physicalLocation>
18
+ <shelfLocator>AB 123</shelfLocator>
19
+ <url usage="primary display">http://purl.stanford.edu/test1</url>
20
+ </location>
21
+ </mods>
22
+ </xmlDoc>
23
+ <xmlDoc id="descMetadata" objectId="test2">
24
+ <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">
25
+ <originInfo>
26
+ <edition>Revised ed</edition>
27
+ </originInfo>
28
+ <physicalDescription>
29
+ <internetMediaType>html/text</internetMediaType>
30
+ <internetMediaType>jpeg/image</internetMediaType>
31
+ <internetMediaType>tiff/image</internetMediaType>
32
+ </physicalDescription>
33
+ <location>
34
+ <physicalLocation type="repository">Spec Coll</physicalLocation>
35
+ <physicalLocation type="discovery">Series A | Box A | Folder A</physicalLocation>
36
+ <shelfLocator>CD 456</shelfLocator>
37
+ <url usage="primary display">http://purl.stanford.edu/test2</url>
38
+ </location>
39
+ </mods>
40
+ </xmlDoc>
41
+ </xmlDocs>
@@ -0,0 +1,458 @@
1
+ <?xml version="1.0"?>
2
+ <xmlDocs xmlns="http://library.stanford.edu/xmlDocs" datetime="2018-04-18 02:42:25PM" sourceFile="filled_template_20160711.xlsx">
3
+ <xmlDoc id="descMetadata" objectId="123">
4
+ <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">
5
+ <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">
6
+ <nonSort>ti1:nonSort</nonSort>
7
+ <title>ti1:title</title>
8
+ <subTitle>ti1:subTitle</subTitle>
9
+ <partNumber>ti1:partNumber</partNumber>
10
+ <partName>ti1:partName</partName>
11
+ </titleInfo>
12
+ <titleInfo type="abbreviated" displayLabel="ti2:displayLabel" authority="ti2:authority" authorityURI="ti2:authorityURI" valueURI="ti2:valueURI" nameTitleGroup="ti2:nameTitleGroup" lang="ti2:language" script="ti2:script" transliteration="ti2:transliteration" altRepGroup="ti2:altRepGroup">
13
+ <nonSort>ti2:nonSort</nonSort>
14
+ <title>ti2:title</title>
15
+ <subTitle>ti2:subTitle</subTitle>
16
+ <partNumber>ti2:partNumber</partNumber>
17
+ <partName>ti2:partName</partName>
18
+ </titleInfo>
19
+ <titleInfo type="abbreviated" displayLabel="ti3:displayLabel" authority="ti3:authority" authorityURI="ti3:authorityURI" valueURI="ti3:valueURI" nameTitleGroup="ti3:nameTitleGroup" lang="ti3:language" script="ti3:script" transliteration="ti3:transliteration" altRepGroup="ti3:altRepGroup">
20
+ <nonSort>ti3:nonSort</nonSort>
21
+ <title>ti3:title</title>
22
+ <subTitle>ti3:subTitle</subTitle>
23
+ <partNumber>ti3:partNumber</partNumber>
24
+ <partName>ti3:partName</partName>
25
+ </titleInfo>
26
+ <name type="personal" usage="primary" authority="na1:authority" authorityURI="na1:authorityURI" valueURI="na1:valueURI" nameTitleGroup="na1:nameTitleGroup" lang="na1:language" script="na1:script" transliteration="na1:transliteration" altRepGroup="na1:altRepGroup">
27
+ <namePart>na1:namePart</namePart>
28
+ <role>
29
+ <roleTerm type="code" authority="ro1:authority" authorityURI="ro1:authorityURI" valueURI="ro1:valueURI">ro1:roleCode</roleTerm>
30
+ <roleTerm type="text" authority="ro1:authority" authorityURI="ro1:authorityURI" valueURI="ro1:valueURI">ro1:roleText</roleTerm>
31
+ </role>
32
+ <role>
33
+ <roleTerm type="code" authority="ro1:authority2" authorityURI="ro1:authorityURI2" valueURI="ro1:valueURI2">ro1:roleCode2</roleTerm>
34
+ <roleTerm type="text" authority="ro1:authority2" authorityURI="ro1:authorityURI2" valueURI="ro1:valueURI2">ro1:roleText2</roleTerm>
35
+ </role>
36
+ <role>
37
+ <roleTerm type="code" authority="ro1:authority3" authorityURI="ro1:authorityURI3" valueURI="ro1:valueURI3">ro1:roleCode3</roleTerm>
38
+ <roleTerm type="text" authority="ro1:authority3" authorityURI="ro1:authorityURI3" valueURI="ro1:valueURI3">ro1:roleText3</roleTerm>
39
+ </role>
40
+ </name>
41
+ <name type="personal" authority="na2:authority" authorityURI="na2:authorityURI" valueURI="na2:valueURI" nameTitleGroup="na2:nameTitleGroup" lang="na2:language" script="na2:script" transliteration="na2:transliteration" altRepGroup="na2:altRepGroup">
42
+ <namePart>na2:namePart</namePart>
43
+ <role>
44
+ <roleTerm type="code" authority="ro2:authority" authorityURI="ro2:authorityURI" valueURI="ro2:valueURI">ro2:roleCode</roleTerm>
45
+ <roleTerm type="text" authority="ro2:authority" authorityURI="ro2:authorityURI" valueURI="ro2:valueURI">ro2:roleText</roleTerm>
46
+ </role>
47
+ <role>
48
+ <roleTerm type="code" authority="ro2:authority2" authorityURI="ro2:authorityURI2" valueURI="ro2:valueURI2">ro2:roleCode2</roleTerm>
49
+ <roleTerm type="text" authority="ro2:authority2" authorityURI="ro2:authorityURI2" valueURI="ro2:valueURI2">ro2:roleText2</roleTerm>
50
+ </role>
51
+ <role>
52
+ <roleTerm type="code" authority="ro2:authority3" authorityURI="ro2:authorityURI3" valueURI="ro2:valueURI3">ro2:roleCode3</roleTerm>
53
+ <roleTerm type="text" authority="ro2:authority3" authorityURI="ro2:authorityURI3" valueURI="ro2:valueURI3">ro2:roleText3</roleTerm>
54
+ </role>
55
+ </name>
56
+ <name type="personal" authority="na3:authority" authorityURI="na3:authorityURI" valueURI="na3:valueURI" nameTitleGroup="na3:nameTitleGroup" lang="na3:language" script="na3:script" transliteration="na3:transliteration" altRepGroup="na3:altRepGroup">
57
+ <namePart>na3:namePart</namePart>
58
+ <role>
59
+ <roleTerm type="code" authority="ro3:authority" authorityURI="ro3:authorityURI" valueURI="ro3:valueURI">ro3:roleCode</roleTerm>
60
+ <roleTerm type="text" authority="ro3:authority" authorityURI="ro3:authorityURI" valueURI="ro3:valueURI">ro3:roleText</roleTerm>
61
+ </role>
62
+ <role>
63
+ <roleTerm type="code" authority="ro3:authority2" authorityURI="ro3:authorityURI2" valueURI="ro3:valueURI2">ro3:roleCode2</roleTerm>
64
+ <roleTerm type="text" authority="ro3:authority2" authorityURI="ro3:authorityURI2" valueURI="ro3:valueURI2">ro3:roleText2</roleTerm>
65
+ </role>
66
+ <role>
67
+ <roleTerm type="code" authority="ro3:authority3" authorityURI="ro3:authorityURI3" valueURI="ro3:valueURI3">ro3:roleCode3</roleTerm>
68
+ <roleTerm type="text" authority="ro3:authority3" authorityURI="ro3:authorityURI3" valueURI="ro3:valueURI3">ro3:roleText3</roleTerm>
69
+ </role>
70
+ </name>
71
+ <name type="personal" authority="na4:authority" authorityURI="na4:authorityURI" valueURI="na4:valueURI" nameTitleGroup="na4:nameTitleGroup" lang="na4:language" script="na4:script" transliteration="na4:transliteration" altRepGroup="na4:altRepGroup">
72
+ <namePart>na4:namePart</namePart>
73
+ <role>
74
+ <roleTerm type="code" authority="ro4:authority" authorityURI="ro4:authorityURI" valueURI="ro4:valueURI">ro4:roleCode</roleTerm>
75
+ <roleTerm type="text" authority="ro4:authority" authorityURI="ro4:authorityURI" valueURI="ro4:valueURI">ro4:roleText</roleTerm>
76
+ </role>
77
+ <role>
78
+ <roleTerm type="code" authority="ro4:authority2" authorityURI="ro4:authorityURI2" valueURI="ro4:valueURI2">ro4:roleCode2</roleTerm>
79
+ <roleTerm type="text" authority="ro4:authority2" authorityURI="ro4:authorityURI2" valueURI="ro4:valueURI2">ro4:roleText2</roleTerm>
80
+ </role>
81
+ <role>
82
+ <roleTerm type="code" authority="ro4:authority3" authorityURI="ro4:authorityURI3" valueURI="ro4:valueURI3">ro4:roleCode3</roleTerm>
83
+ <roleTerm type="text" authority="ro4:authority3" authorityURI="ro4:authorityURI3" valueURI="ro4:valueURI3">ro4:roleText3</roleTerm>
84
+ </role>
85
+ </name>
86
+ <name type="personal" authority="na5:authority" authorityURI="na5:authorityURI" valueURI="na5:valueURI" nameTitleGroup="na5:nameTitleGroup" lang="na5:language" script="na5:script" transliteration="na5:transliteration" altRepGroup="na5:altRepGroup">
87
+ <namePart>na5:namePart</namePart>
88
+ <role>
89
+ <roleTerm type="code" authority="ro5:authority" authorityURI="ro5:authorityURI" valueURI="ro5:valueURI">ro5:roleCode</roleTerm>
90
+ <roleTerm type="text" authority="ro5:authority" authorityURI="ro5:authorityURI" valueURI="ro5:valueURI">ro5:roleText</roleTerm>
91
+ </role>
92
+ <role>
93
+ <roleTerm type="code" authority="ro5:authority2" authorityURI="ro5:authorityURI2" valueURI="ro5:valueURI2">ro5:roleCode2</roleTerm>
94
+ <roleTerm type="text" authority="ro5:authority2" authorityURI="ro5:authorityURI2" valueURI="ro5:valueURI2">ro5:roleText2</roleTerm>
95
+ </role>
96
+ <role>
97
+ <roleTerm type="code" authority="ro5:authority3" authorityURI="ro5:authorityURI3" valueURI="ro5:valueURI3">ro5:roleCode3</roleTerm>
98
+ <roleTerm type="text" authority="ro5:authority3" authorityURI="ro5:authorityURI3" valueURI="ro5:valueURI3">ro5:roleText3</roleTerm>
99
+ </role>
100
+ </name>
101
+ <typeOfResource manuscript="yes">text</typeOfResource>
102
+ <typeOfResource>text</typeOfResource>
103
+ <typeOfResource>text</typeOfResource>
104
+ <genre type="ge1:type" authority="ge1:authority" authorityURI="ge1:authorityURI" valueURI="ge1:valueURI">ge1:genre</genre>
105
+ <genre type="ge2:type" authority="ge2:authority" authorityURI="ge2:authorityURI" valueURI="ge2:valueURI">ge2:genre</genre>
106
+ <genre type="ge3:type" authority="ge3:authority" authorityURI="ge3:authorityURI" valueURI="ge3:valueURI">ge3:genre</genre>
107
+ <originInfo displayLabel="or:displayLabel" eventType="or:eventType" altRepGroup="or:altRepGroup">
108
+ <place>
109
+ <placeTerm type="code" authority="marcgac" authorityURI="pl:authorityURI" valueURI="pl:valueURI">pl:placeCode</placeTerm>
110
+ <placeTerm type="text" authority="marcgac" authorityURI="pl:authorityURI" valueURI="pl:valueURI">pl:placeText</placeTerm>
111
+ </place>
112
+ <publisher lang="or:publisherLanguage" script="or:publisherScript" transliteration="or:publisherTransliteration">or:publisher</publisher>
113
+ <dateCreated keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">dt:dateCreated</dateCreated>
114
+ <dateCreated encoding="w3cdtf" qualifier="approximate" point="start">dt:dateCreated2</dateCreated>
115
+ <dateIssued keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">dt:dateIssued</dateIssued>
116
+ <dateIssued encoding="w3cdtf" qualifier="approximate" point="start">dt:dateIssued2</dateIssued>
117
+ <dateCaptured keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">dt:dateCaptured</dateCaptured>
118
+ <dateCaptured encoding="w3cdtf" qualifier="approximate" point="start">dt:dateCaptured2</dateCaptured>
119
+ <copyrightDate keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">dt:copyrightDate</copyrightDate>
120
+ <copyrightDate encoding="w3cdtf" qualifier="approximate" point="start">dt:copyrightDate2</copyrightDate>
121
+ <dateOther keyDate="yes" type="dt:dateOtherType" encoding="w3cdtf" qualifier="approximate" point="start" script="dt:dateOtherScript" transliteration="dt:dateOtherTransliteration">dt:dateOther</dateOther>
122
+ <dateOther type="dt:dateOtherType" encoding="w3cdtf" qualifier="approximate" point="start" script="dt:dateOtherScript" transliteration="dt:dateOtherTransliteration">dt:dateOther2</dateOther>
123
+ <edition>or:edition</edition>
124
+ <issuance>continuing</issuance>
125
+ </originInfo>
126
+ <originInfo displayLabel="or2:displayLabel" eventType="or2:eventType" altRepGroup="or2:altRepGroup">
127
+ <place>
128
+ <placeTerm type="code" authority="marcgac" authorityURI="or2:pl:authorityURI" valueURI="or2:pl:valueURI">or2:pl:placeCode</placeTerm>
129
+ <placeTerm type="text" authority="marcgac" authorityURI="or2:pl:authorityURI" valueURI="or2:pl:valueURI">or2:pl:placeText</placeTerm>
130
+ </place>
131
+ <publisher lang="or2:publisherLanguage" script="or2:publisherScript" transliteration="or2:publisherTransliteration">or2:publisher</publisher>
132
+ <dateCreated keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:dateCreated</dateCreated>
133
+ <dateCreated encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:dateCreated2</dateCreated>
134
+ <dateIssued keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:dateIssued</dateIssued>
135
+ <dateIssued encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:dateIssued2</dateIssued>
136
+ <dateCaptured keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:dateCaptured</dateCaptured>
137
+ <dateCaptured encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:dateCaptured2</dateCaptured>
138
+ <copyrightDate keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:copyrightDate</copyrightDate>
139
+ <copyrightDate encoding="w3cdtf" qualifier="approximate" point="start">or2:dt:copyrightDate2</copyrightDate>
140
+ <dateOther keyDate="yes" type="or2:dt:dateOtherType" encoding="w3cdtf" qualifier="approximate" point="start" script="or2:dt:dateOtherScript" transliteration="or2:dt:dateOtherTransliteration">or2:dt:dateOther</dateOther>
141
+ <dateOther type="or2:dt:dateOtherType" encoding="w3cdtf" qualifier="approximate" point="start" script="or2:dt:dateOtherScript" transliteration="or2:dt:dateOtherTransliteration">or2:dt:dateOther2</dateOther>
142
+ <edition>or2:edition</edition>
143
+ <issuance>continuing</issuance>
144
+ </originInfo>
145
+ <language>
146
+ <languageTerm authority="rfc3066" authorityURI="la1:authorityURI" valueURI="la1:valueURI" type="code">la1:code</languageTerm>
147
+ <languageTerm authority="rfc3066" authorityURI="la1:authorityURI" valueURI="la1:valueURI" type="text">la1:text</languageTerm>
148
+ </language>
149
+ <language>
150
+ <languageTerm authority="rfc3066" authorityURI="la2:authorityURI" valueURI="la2:valueURI" type="code">la2:code</languageTerm>
151
+ <languageTerm authority="rfc3066" authorityURI="la2:authorityURI" valueURI="la2:valueURI" type="text">la2:text</languageTerm>
152
+ </language>
153
+ <language>
154
+ <languageTerm authority="rfc3066" authorityURI="la3:authorityURI" valueURI="la3:valueURI" type="code">la3:code</languageTerm>
155
+ <languageTerm authority="rfc3066" authorityURI="la3:authorityURI" valueURI="la3:valueURI" type="text">la3:text</languageTerm>
156
+ </language>
157
+ <physicalDescription>
158
+ <form authority="ph1:formAuthority" authorityURI="ph1:formAuthorityURI" valueURI="ph1:formValueURI">ph1:form</form>
159
+ <extent>ph1:extent</extent>
160
+ <reformattingQuality>access</reformattingQuality>
161
+ <digitalOrigin>born digital</digitalOrigin>
162
+ <internetMediaType>ph1:internetMediaType</internetMediaType>
163
+ <internetMediaType>ph1:internetMediaType2</internetMediaType>
164
+ <internetMediaType>ph1:internetMediaType3</internetMediaType>
165
+ <internetMediaType>ph1:internetMediaType4</internetMediaType>
166
+ <internetMediaType>ph1:internetMediaType5</internetMediaType>
167
+ <note displayLabel="ph1:displayLabel1" lang="ph1:language1" script="ph1:script1" transliteration="ph1:transliteration1">ph1:note1</note>
168
+ <note displayLabel="ph1:displayLabel2" lang="ph1:language2" script="ph1:script2" transliteration="ph1:transliteration2">ph1:note2</note>
169
+ <note displayLabel="ph1:displayLabel3" lang="ph1:language3" script="ph1:script3" transliteration="ph1:transliteration3">ph1:note3</note>
170
+ <note displayLabel="ph1:displayLabel4" lang="ph1:language4" script="ph1:script4" transliteration="ph1:transliteration4">ph1:note4</note>
171
+ <note displayLabel="ph1:displayLabel5" lang="ph1:language5" script="ph1:script5" transliteration="ph1:transliteration5">ph1:note5</note>
172
+ <note displayLabel="ph1:displayLabel6" lang="ph1:language6" script="ph1:script6" transliteration="ph1:transliteration6">ph1:note6</note>
173
+ <note displayLabel="ph1:displayLabel7" lang="ph1:language7" script="ph1:script7" transliteration="ph1:transliteration7">ph1:note7</note>
174
+ <note displayLabel="ph1:displayLabel8" lang="ph1:language8" script="ph1:script8" transliteration="ph1:transliteration8">ph1:note8</note>
175
+ <note displayLabel="ph1:displayLabel9" lang="ph1:language9" script="ph1:script9" transliteration="ph1:transliteration9">ph1:note9</note>
176
+ </physicalDescription>
177
+ <physicalDescription>
178
+ <form authority="ph2:formAuthority" authorityURI="ph2:formAuthorityURI" valueURI="ph2:formValueURI">ph2:form</form>
179
+ <extent>ph2:extent</extent>
180
+ <reformattingQuality>access</reformattingQuality>
181
+ <digitalOrigin>born digital</digitalOrigin>
182
+ <note displayLabel="ph2:displayLabel1" lang="ph2:language1" script="ph2:script1" transliteration="ph2:transliteration1">ph2:note1</note>
183
+ </physicalDescription>
184
+ <physicalDescription>
185
+ <form authority="ph3:formAuthority" authorityURI="ph3:formAuthorityURI" valueURI="ph3:formValueURI">ph3:form</form>
186
+ <extent>ph3:extent</extent>
187
+ <reformattingQuality>access</reformattingQuality>
188
+ <digitalOrigin>born digital</digitalOrigin>
189
+ <note displayLabel="ph3:displayLabel1" lang="ph3:language1" script="ph3:script1" transliteration="ph3:transliteration1">ph3:note1</note>
190
+ </physicalDescription>
191
+ <abstract displayLabel="ab:displayLabel" lang="ab:language" script="ab:script" transliteration="ab:transliteration">ab:abstract</abstract>
192
+ <tableOfContents displayLabel="tc:displayLabel" lang="tc:language" script="tc:script" transliteration="tc:transliteration">tc:tableOfContents</tableOfContents>
193
+ <note type="no1:type" displayLabel="no1:displayLabel" lang="no1:language" script="no1:script" transliteration="no1:transliteration" altRepGroup="no1:altRepGroup">no1:note</note>
194
+ <note type="no2:type" displayLabel="no2:displayLabel" lang="no2:language" script="no2:script" transliteration="no2:transliteration" altRepGroup="no2:altRepGroup">no2:note</note>
195
+ <note type="no3:type" displayLabel="no3:displayLabel" lang="no3:language" script="no3:script" transliteration="no3:transliteration" altRepGroup="no3:altRepGroup">no3:note</note>
196
+ <note type="no4:type" displayLabel="no4:displayLabel" lang="no4:language" script="no4:script" transliteration="no4:transliteration" altRepGroup="no4:altRepGroup">no4:note</note>
197
+ <note type="no5:type" displayLabel="no5:displayLabel" lang="no5:language" script="no5:script" transliteration="no5:transliteration" altRepGroup="no5:altRepGroup">no5:note</note>
198
+ <subject authority="sn1:authority" authorityURI="sn1:authorityURI" valueURI="sn1:valueURI" altRepGroup="sn1:altRepGroup">
199
+ <name type="personal" authority="sn1:p1:nm:authority" authorityURI="sn1:p1:nm:authorityURI" valueURI="sn1:p1:nm:valueURI" lang="sn1:p1:nm:language" script="sn1:p1:nm:script" transliteration="sn1:p1:nm:transliteration">
200
+ <namePart>sn1:p1:name</namePart>
201
+ </name>
202
+ <titleInfo type="abbreviated" authority="sn1:p1:ti:authority" authorityURI="sn1:p1:ti:authorityURI" valueURI="sn1:p1:ti:valueURI" lang="sn1:p1:ti:language" script="sn1:p1:ti:script" transliteration="sn1:p1:ti:transliteration">
203
+ <title>sn1:p1:title</title>
204
+ <subTitle>sn1:p1:subTitle</subTitle>
205
+ <partNumber>sn1:p1:partNumber</partNumber>
206
+ <partName>sn1:p1:partName</partName>
207
+ </titleInfo>
208
+ <topic authority="sn1:p2:authority" authorityURI="sn1:p2:authorityURI" valueURI="sn1:p2:valueURI">sn1:p2:value</topic>
209
+ <topic authority="sn1:p3:authority" authorityURI="sn1:p3:authorityURI" valueURI="sn1:p3:valueURI">sn1:p3:value</topic>
210
+ <topic authority="sn1:p4:authority" authorityURI="sn1:p4:authorityURI" valueURI="sn1:p4:valueURI">sn1:p4:value</topic>
211
+ <topic authority="sn1:p5:authority" authorityURI="sn1:p5:authorityURI" valueURI="sn1:p5:valueURI">sn1:p5:value</topic>
212
+ </subject>
213
+ <subject authority="sn2:authority" authorityURI="sn2:authorityURI" valueURI="sn2:valueURI" altRepGroup="sn2:altRepGroup">
214
+ <name type="personal" authority="sn2:p1:nm:authority" authorityURI="sn2:p1:nm:authorityURI" valueURI="sn2:p1:nm:valueURI" lang="sn2:p1:nm:language" script="sn2:p1:nm:script" transliteration="sn2:p1:nm:transliteration">
215
+ <namePart>sn2:p1:name</namePart>
216
+ </name>
217
+ <titleInfo type="abbreviated" authority="sn2:p1:ti:authority" authorityURI="sn2:p1:ti:authorityURI" valueURI="sn2:p1:ti:valueURI" lang="sn2:p1:ti:language" script="sn2:p1:ti:script" transliteration="sn2:p1:ti:transliteration">
218
+ <title>sn2:p1:title</title>
219
+ <subTitle>sn2:p1:subTitle</subTitle>
220
+ <partNumber>sn2:p1:partNumber</partNumber>
221
+ <partName>sn2:p1:partName</partName>
222
+ </titleInfo>
223
+ <topic authority="sn2:p2:authority" authorityURI="sn2:p2:authorityURI" valueURI="sn2:p2:valueURI">sn2:p2:value</topic>
224
+ <topic authority="sn2:p3:authority" authorityURI="sn2:p3:authorityURI" valueURI="sn2:p3:valueURI">sn2:p3:value</topic>
225
+ <topic authority="sn2:p4:authority" authorityURI="sn2:p4:authorityURI" valueURI="sn2:p4:valueURI">sn2:p4:value</topic>
226
+ <topic authority="sn2:p5:authority" authorityURI="sn2:p5:authorityURI" valueURI="sn2:p5:valueURI">sn2:p5:value</topic>
227
+ </subject>
228
+ <subject authority="sn3:authority" authorityURI="sn3:authorityURI" valueURI="sn3:valueURI" altRepGroup="sn3:altRepGroup">
229
+ <name type="personal" authority="sn3:p1:nm:authority" authorityURI="sn3:p1:nm:authorityURI" valueURI="sn3:p1:nm:valueURI" lang="sn3:p1:nm:language" script="sn3:p1:nm:script" transliteration="sn3:p1:nm:transliteration">
230
+ <namePart>sn3:p1:name</namePart>
231
+ </name>
232
+ <titleInfo type="abbreviated" authority="sn3:p1:ti:authority" authorityURI="sn3:p1:ti:authorityURI" valueURI="sn3:p1:ti:valueURI" lang="sn3:p1:ti:language" script="sn3:p1:ti:script" transliteration="sn3:p1:ti:transliteration">
233
+ <title>sn3:p1:title</title>
234
+ <subTitle>sn3:p1:subTitle</subTitle>
235
+ <partNumber>sn3:p1:partNumber</partNumber>
236
+ <partName>sn3:p1:partName</partName>
237
+ </titleInfo>
238
+ <topic authority="sn3:p2:authority" authorityURI="sn3:p2:authorityURI" valueURI="sn3:p2:valueURI">sn3:p2:value</topic>
239
+ <topic authority="sn3:p3:authority" authorityURI="sn3:p3:authorityURI" valueURI="sn3:p3:valueURI">sn3:p3:value</topic>
240
+ <topic authority="sn3:p4:authority" authorityURI="sn3:p4:authorityURI" valueURI="sn3:p4:valueURI">sn3:p4:value</topic>
241
+ <topic authority="sn3:p5:authority" authorityURI="sn3:p5:authorityURI" valueURI="sn3:p5:valueURI">sn3:p5:value</topic>
242
+ </subject>
243
+ <subject authority="sn4:authority" authorityURI="sn4:authorityURI" valueURI="sn4:valueURI" altRepGroup="sn4:altRepGroup">
244
+ <name type="personal" authority="sn4:p1:nm:authority" authorityURI="sn4:p1:nm:authorityURI" valueURI="sn4:p1:nm:valueURI" lang="sn4:p1:nm:language" script="sn4:p1:nm:script" transliteration="sn4:p1:nm:transliteration">
245
+ <namePart>sn4:p1:name</namePart>
246
+ </name>
247
+ <titleInfo type="abbreviated" authority="sn4:p1:ti:authority" authorityURI="sn4:p1:ti:authorityURI" valueURI="sn4:p1:ti:valueURI" lang="sn4:p1:ti:language" script="sn4:p1:ti:script" transliteration="sn4:p1:ti:transliteration">
248
+ <title>sn4:p1:title</title>
249
+ <subTitle>sn4:p1:subTitle</subTitle>
250
+ <partNumber>sn4:p1:partNumber</partNumber>
251
+ <partName>sn4:p1:partName</partName>
252
+ </titleInfo>
253
+ <topic authority="sn4:p2:authority" authorityURI="sn4:p2:authorityURI" valueURI="sn4:p2:valueURI">sn4:p2:value</topic>
254
+ <topic authority="sn4:p3:authority" authorityURI="sn4:p3:authorityURI" valueURI="sn4:p3:valueURI">sn4:p3:value</topic>
255
+ <topic authority="sn4:p4:authority" authorityURI="sn4:p4:authorityURI" valueURI="sn4:p4:valueURI">sn4:p4:value</topic>
256
+ <topic authority="sn4:p5:authority" authorityURI="sn4:p5:authorityURI" valueURI="sn4:p5:valueURI">sn4:p5:value</topic>
257
+ </subject>
258
+ <subject authority="sn5:authority" authorityURI="sn5:authorityURI" valueURI="sn5:valueURI" altRepGroup="sn5:altRepGroup">
259
+ <name type="personal" authority="sn5:p1:nm:authority" authorityURI="sn5:p1:nm:authorityURI" valueURI="sn5:p1:nm:valueURI" lang="sn5:p1:nm:language" script="sn5:p1:nm:script" transliteration="sn5:p1:nm:transliteration">
260
+ <namePart>sn5:p1:name</namePart>
261
+ </name>
262
+ <titleInfo type="abbreviated" authority="sn5:p1:ti:authority" authorityURI="sn5:p1:ti:authorityURI" valueURI="sn5:p1:ti:valueURI" lang="sn5:p1:ti:language" script="sn5:p1:ti:script" transliteration="sn5:p1:ti:transliteration">
263
+ <title>sn5:p1:title</title>
264
+ <subTitle>sn5:p1:subTitle</subTitle>
265
+ <partNumber>sn5:p1:partNumber</partNumber>
266
+ <partName>sn5:p1:partName</partName>
267
+ </titleInfo>
268
+ <topic authority="sn5:p2:authority" authorityURI="sn5:p2:authorityURI" valueURI="sn5:p2:valueURI">sn5:p2:value</topic>
269
+ <topic authority="sn5:p3:authority" authorityURI="sn5:p3:authorityURI" valueURI="sn5:p3:valueURI">sn5:p3:value</topic>
270
+ <topic authority="sn5:p4:authority" authorityURI="sn5:p4:authorityURI" valueURI="sn5:p4:valueURI">sn5:p4:value</topic>
271
+ <topic authority="sn5:p5:authority" authorityURI="sn5:p5:authorityURI" valueURI="sn5:p5:valueURI">sn5:p5:value</topic>
272
+ </subject>
273
+ <subject authority="su1:authority" authorityURI="su1:authorityURI" valueURI="su1:valueURI" lang="su1:language" script="su1:script" transliteration="su1:transliteration" altRepGroup="su1:altRepGroup">
274
+ <topic authority="su1:p1:authority" authorityURI="su1:p1:authorityURI" valueURI="su1:p1:valueURI">su1:p1:value</topic>
275
+ <topic authority="su1:p2:authority" authorityURI="su1:p2:authorityURI" valueURI="su1:p2:valueURI">su1:p2:value</topic>
276
+ <topic authority="su1:p3:authority" authorityURI="su1:p3:authorityURI" valueURI="su1:p3:valueURI">su1:p3:value</topic>
277
+ <topic authority="su1:p4:authority" authorityURI="su1:p4:authorityURI" valueURI="su1:p4:valueURI">su1:p4:value</topic>
278
+ <topic authority="su1:p5:authority" authorityURI="su1:p5:authorityURI" valueURI="su1:p5:valueURI">su1:p5:value</topic>
279
+ </subject>
280
+ <subject authority="su2:authority" authorityURI="su2:authorityURI" valueURI="su2:valueURI" lang="su2:language" script="su2:script" transliteration="su2:transliteration" altRepGroup="su2:altRepGroup">
281
+ <topic authority="su2:p1:authority" authorityURI="su2:p1:authorityURI" valueURI="su2:p1:valueURI">su2:p1:value</topic>
282
+ <topic authority="su2:p2:authority" authorityURI="su2:p2:authorityURI" valueURI="su2:p2:valueURI">su2:p2:value</topic>
283
+ <topic authority="su2:p3:authority" authorityURI="su2:p3:authorityURI" valueURI="su2:p3:valueURI">su2:p3:value</topic>
284
+ <topic authority="su2:p4:authority" authorityURI="su2:p4:authorityURI" valueURI="su2:p4:valueURI">su2:p4:value</topic>
285
+ <topic authority="su2:p5:authority" authorityURI="su2:p5:authorityURI" valueURI="su2:p5:valueURI">su2:p5:value</topic>
286
+ </subject>
287
+ <subject authority="su3:authority" authorityURI="su3:authorityURI" valueURI="su3:valueURI" lang="su3:language" script="su3:script" transliteration="su3:transliteration" altRepGroup="su3:altRepGroup">
288
+ <topic authority="su3:p1:authority" authorityURI="su3:p1:authorityURI" valueURI="su3:p1:valueURI">su3:p1:value</topic>
289
+ <topic authority="su3:p2:authority" authorityURI="su3:p2:authorityURI" valueURI="su3:p2:valueURI">su3:p2:value</topic>
290
+ <topic authority="su3:p3:authority" authorityURI="su3:p3:authorityURI" valueURI="su3:p3:valueURI">su3:p3:value</topic>
291
+ <topic authority="su3:p4:authority" authorityURI="su3:p4:authorityURI" valueURI="su3:p4:valueURI">su3:p4:value</topic>
292
+ <topic authority="su3:p5:authority" authorityURI="su3:p5:authorityURI" valueURI="su3:p5:valueURI">su3:p5:value</topic>
293
+ </subject>
294
+ <subject authority="su4:authority" authorityURI="su4:authorityURI" valueURI="su4:valueURI" lang="su4:language" script="su4:script" transliteration="su4:transliteration" altRepGroup="su4:altRepGroup">
295
+ <topic authority="su4:p1:authority" authorityURI="su4:p1:authorityURI" valueURI="su4:p1:valueURI">su4:p1:value</topic>
296
+ <topic authority="su4:p2:authority" authorityURI="su4:p2:authorityURI" valueURI="su4:p2:valueURI">su4:p2:value</topic>
297
+ <topic authority="su4:p3:authority" authorityURI="su4:p3:authorityURI" valueURI="su4:p3:valueURI">su4:p3:value</topic>
298
+ <topic authority="su4:p4:authority" authorityURI="su4:p4:authorityURI" valueURI="su4:p4:valueURI">su4:p4:value</topic>
299
+ <topic authority="su4:p5:authority" authorityURI="su4:p5:authorityURI" valueURI="su4:p5:valueURI">su4:p5:value</topic>
300
+ </subject>
301
+ <subject authority="su5:authority" authorityURI="su5:authorityURI" valueURI="su5:valueURI" lang="su5:language" script="su5:script" transliteration="su5:transliteration" altRepGroup="su5:altRepGroup">
302
+ <topic authority="su5:p1:authority" authorityURI="su5:p1:authorityURI" valueURI="su5:p1:valueURI">su5:p1:value</topic>
303
+ <topic authority="su5:p2:authority" authorityURI="su5:p2:authorityURI" valueURI="su5:p2:valueURI">su5:p2:value</topic>
304
+ <topic authority="su5:p3:authority" authorityURI="su5:p3:authorityURI" valueURI="su5:p3:valueURI">su5:p3:value</topic>
305
+ <topic authority="su5:p4:authority" authorityURI="su5:p4:authorityURI" valueURI="su5:p4:valueURI">su5:p4:value</topic>
306
+ <topic authority="su5:p5:authority" authorityURI="su5:p5:authorityURI" valueURI="su5:p5:valueURI">su5:p5:value</topic>
307
+ </subject>
308
+ <subject>
309
+ <cartographics>
310
+ <scale>sc1:scale</scale>
311
+ <projection>sc1:projection</projection>
312
+ <coordinates>sc1:coordinates</coordinates>
313
+ </cartographics>
314
+ </subject>
315
+ <identifier type="id1:type" displayLabel="id1:displayLabel">id1:identifier</identifier>
316
+ <identifier type="id2:type" displayLabel="id2:displayLabel">id2:identifier</identifier>
317
+ <identifier type="id3:type" displayLabel="id3:displayLabel">id3:identifier</identifier>
318
+ <identifier type="id4:type" displayLabel="id4:displayLabel">id4:identifier</identifier>
319
+ <identifier type="id5:type" displayLabel="id5:displayLabel">id5:identifier</identifier>
320
+ <location>
321
+ <physicalLocation type="repository" authority="lo:authority" valueURI="lo:valueURI" lang="lo:language" script="lo:script" transliteration="lo:transliteration">lo:repository</physicalLocation>
322
+ <physicalLocation type="discovery">lo:physicalLocation</physicalLocation>
323
+ <shelfLocator>lo:callNumber</shelfLocator>
324
+ <url usage="primary display">lo:purl</url>
325
+ </location>
326
+ <relatedItem type="preceding" displayLabel="ri1:displayLabel">
327
+ <titleInfo>
328
+ <title>ri1:title</title>
329
+ </titleInfo>
330
+ <name type="personal" authority="ri1:na1:authority" authorityURI="ri1:na1:authorityURI" valueURI="ri1:na1:valueURI">
331
+ <namePart>ri1:na1:namePart</namePart>
332
+ <role>
333
+ <roleTerm type="code" authority="ri1:ro1:authority" authorityURI="ri1:ro1:authorityURI" valueURI="ri1:ro1:valueURI">ri1:ro1:roleCode</roleTerm>
334
+ <roleTerm type="text" authority="ri1:ro1:authority" authorityURI="ri1:ro1:authorityURI" valueURI="ri1:ro1:valueURI">ri1:ro1:roleText</roleTerm>
335
+ </role>
336
+ <role>
337
+ <roleTerm type="code" authority="ri1:ro1:authority2" authorityURI="ri1:ro1:authorityURI2" valueURI="ri1:ro1:valueURI2">ri1:ro1:roleCode2</roleTerm>
338
+ <roleTerm type="text" authority="ri1:ro1:authority2" authorityURI="ri1:ro1:authorityURI2" valueURI="ri1:ro1:valueURI2">ri1:ro1:roleText2</roleTerm>
339
+ </role>
340
+ </name>
341
+ <originInfo>
342
+ <place>
343
+ <placeTerm type="code" authority="marcgac" authorityURI="ri1:pl:authorityURI" valueURI="ri1:pl:valueURI">ri1:pl:placeCode</placeTerm>
344
+ <placeTerm type="text" authority="marcgac" authorityURI="ri1:pl:authorityURI" valueURI="ri1:pl:valueURI">ri1:pl:placeText</placeTerm>
345
+ </place>
346
+ <publisher>ri1:or:publisher</publisher>
347
+ <dateCreated keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">ri1:dt:dateCreated</dateCreated>
348
+ <dateCreated encoding="w3cdtf" qualifier="approximate" point="start">ri1:dt:dateCreated2</dateCreated>
349
+ <dateIssued keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">ri1:dt:dateIssued</dateIssued>
350
+ <dateIssued encoding="w3cdtf" qualifier="approximate" point="start">ri1:dt:dateIssued2</dateIssued>
351
+ </originInfo>
352
+ <identifier type="ri1:id1:type" displayLabel="ri1:id1:displayLabel">ri1:id1:identifier</identifier>
353
+ <identifier type="ri1:id2:type" displayLabel="ri1:id2:displayLabel">ri1:id2:identifier</identifier>
354
+ <identifier type="ri1:id3:type" displayLabel="ri1:id3:displayLabel">ri1:id3:identifier</identifier>
355
+ <location>
356
+ <url>ri1:url</url>
357
+ </location>
358
+ </relatedItem>
359
+ <relatedItem type="preceding" displayLabel="ri2:displayLabel">
360
+ <titleInfo>
361
+ <title>ri2:title</title>
362
+ </titleInfo>
363
+ <name type="personal" authority="ri2:na1:authority" authorityURI="ri2:na1:authorityURI" valueURI="ri2:na1:valueURI">
364
+ <namePart>ri2:na1:namePart</namePart>
365
+ <role>
366
+ <roleTerm type="code" authority="ri2:ro1:authority" authorityURI="ri2:ro1:authorityURI" valueURI="ri2:ro1:valueURI">ri2:ro1:roleCode</roleTerm>
367
+ <roleTerm type="text" authority="ri2:ro1:authority" authorityURI="ri2:ro1:authorityURI" valueURI="ri2:ro1:valueURI">ri2:ro1:roleText</roleTerm>
368
+ </role>
369
+ <role>
370
+ <roleTerm type="code" authority="ri2:ro1:authority2" authorityURI="ri2:ro1:authorityURI2" valueURI="ri2:ro1:valueURI2">ri2:ro1:roleCode2</roleTerm>
371
+ <roleTerm type="text" authority="ri2:ro1:authority2" authorityURI="ri2:ro1:authorityURI2" valueURI="ri2:ro1:valueURI2">ri2:ro1:roleText2</roleTerm>
372
+ </role>
373
+ </name>
374
+ <originInfo>
375
+ <place>
376
+ <placeTerm type="code" authority="marcgac" authorityURI="ri2:pl:authorityURI" valueURI="ri2:pl:valueURI">ri2:pl:placeCode</placeTerm>
377
+ <placeTerm type="text" authority="marcgac" authorityURI="ri2:pl:authorityURI" valueURI="ri2:pl:valueURI">ri2:pl:placeText</placeTerm>
378
+ </place>
379
+ <publisher>ri2:or:publisher</publisher>
380
+ <dateCreated keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">ri2:dt:dateCreated</dateCreated>
381
+ <dateCreated encoding="w3cdtf" qualifier="approximate" point="start">ri2:dt:dateCreated2</dateCreated>
382
+ <dateIssued keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">ri2:dt:dateIssued</dateIssued>
383
+ <dateIssued encoding="w3cdtf" qualifier="approximate" point="start">ri2:dt:dateIssued2</dateIssued>
384
+ </originInfo>
385
+ <identifier type="ri2:id1:type" displayLabel="ri2:id1:displayLabel">ri2:id1:identifier</identifier>
386
+ <identifier type="ri2:id2:type" displayLabel="ri2:id2:displayLabel">ri2:id2:identifier</identifier>
387
+ <identifier type="ri2:id3:type" displayLabel="ri2:id3:displayLabel">ri2:id3:identifier</identifier>
388
+ <location>
389
+ <url>ri2:url</url>
390
+ </location>
391
+ </relatedItem>
392
+ <relatedItem type="preceding" displayLabel="ri3:displayLabel">
393
+ <titleInfo>
394
+ <title>ri3:title</title>
395
+ </titleInfo>
396
+ <name type="personal" authority="ri3:na1:authority" authorityURI="ri3:na1:authorityURI" valueURI="ri3:na1:valueURI">
397
+ <namePart>ri3:na1:namePart</namePart>
398
+ <role>
399
+ <roleTerm type="code" authority="ri3:ro1:authority" authorityURI="ri3:ro1:authorityURI" valueURI="ri3:ro1:valueURI">ri3:ro1:roleCode</roleTerm>
400
+ <roleTerm type="text" authority="ri3:ro1:authority" authorityURI="ri3:ro1:authorityURI" valueURI="ri3:ro1:valueURI">ri3:ro1:roleText</roleTerm>
401
+ </role>
402
+ <role>
403
+ <roleTerm type="code" authority="ri3:ro1:authority2" authorityURI="ri3:ro1:authorityURI2" valueURI="ri3:ro1:valueURI2">ri3:ro1:roleCode2</roleTerm>
404
+ <roleTerm type="text" authority="ri3:ro1:authority2" authorityURI="ri3:ro1:authorityURI2" valueURI="ri3:ro1:valueURI2">ri3:ro1:roleText2</roleTerm>
405
+ </role>
406
+ </name>
407
+ <originInfo>
408
+ <place>
409
+ <placeTerm type="code" authority="marcgac" authorityURI="ri3:pl:authorityURI" valueURI="ri3:pl:valueURI">ri3:pl:placeCode</placeTerm>
410
+ <placeTerm type="text" authority="marcgac" authorityURI="ri3:pl:authorityURI" valueURI="ri3:pl:valueURI">ri3:pl:placeText</placeTerm>
411
+ </place>
412
+ <publisher>ri3:or:publisher</publisher>
413
+ <dateCreated keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">ri3:dt:dateCreated</dateCreated>
414
+ <dateCreated encoding="w3cdtf" qualifier="approximate" point="start">ri3:dt:dateCreated2</dateCreated>
415
+ <dateIssued keyDate="yes" encoding="w3cdtf" qualifier="approximate" point="start">ri3:dt:dateIssued</dateIssued>
416
+ <dateIssued encoding="w3cdtf" qualifier="approximate" point="start">ri3:dt:dateIssued2</dateIssued>
417
+ </originInfo>
418
+ <identifier type="ri3:id1:type" displayLabel="ri3:id1:displayLabel">ri3:id1:identifier</identifier>
419
+ <identifier type="ri3:id2:type" displayLabel="ri3:id2:displayLabel">ri3:id2:identifier</identifier>
420
+ <identifier type="ri3:id3:type" displayLabel="ri3:id3:displayLabel">ri3:id3:identifier</identifier>
421
+ <location>
422
+ <url>ri3:url</url>
423
+ </location>
424
+ </relatedItem>
425
+ <extension displayLabel="geo">
426
+ <rdf:RDF xmlns:gml="http://www.opengis.net/gml/3.2/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:gmd="http://www.isotc211.org/2005/gmd">
427
+ <rdf:Description rdf:about="ext:purl">
428
+ <dc:format>ext:dc:format</dc:format>
429
+ <dc:type>ext:dc:type</dc:type>
430
+ <gml:boundedBy>
431
+ <gml:Envelope>
432
+ <gml:lowerCorner>ext:west_bc ext:south_bc</gml:lowerCorner>
433
+ <gml:upperCorner>ext:east_bc ext:north_bc</gml:upperCorner>
434
+ </gml:Envelope>
435
+ </gml:boundedBy>
436
+ </rdf:Description>
437
+ </rdf:RDF>
438
+ </extension>
439
+ <recordInfo>
440
+ <languageOfCataloging usage="primary">
441
+ <languageTerm type="text" authority="rfc3066" authorityURI="rc:langAuthorityURI" valueURI="rc:langValueURI">rc:languageOfCatalogingTerm</languageTerm>
442
+ <languageTerm type="code" authority="rfc3066" authorityURI="rc:langAuthorityURI" valueURI="rc:langValueURI">rc:languageOfCataloging</languageTerm>
443
+ <scriptTerm type="text" authority="rc:scriptAuthority" authorityURI="rc:scriptAuthorityURI" valueURI="rc:scriptValueURI">rc:scriptOfCatalogingTerm</scriptTerm>
444
+ <scriptTerm type="code" authority="rc:scriptAuthority" authorityURI="rc:scriptAuthorityURI" valueURI="rc:scriptValueURI">rc:scriptOfCatalogingCode</scriptTerm>
445
+ </languageOfCataloging>
446
+ <languageOfCataloging>
447
+ <languageTerm type="text" authority="rfc3066" authorityURI="rc:lang2AuthorityURI" valueURI="rc:lang2ValueURI">rc:languageOfCataloging2Term</languageTerm>
448
+ <languageTerm type="code" authority="rfc3066" authorityURI="rc:lang2AuthorityURI" valueURI="rc:lang2ValueURI">rc:languageOfCataloging2</languageTerm>
449
+ <scriptTerm type="text" authority="rc:script2Authority" authorityURI="rc:script2AuthorityURI" valueURI="rc:script2ValueURI">rc:scriptOfCataloging2Term</scriptTerm>
450
+ <scriptTerm type="code" authority="rc:script2Authority" authorityURI="rc:script2AuthorityURI" valueURI="rc:script2ValueURI">rc:scriptOfCataloging2Code</scriptTerm>
451
+ </languageOfCataloging>
452
+ <recordContentSource authority="rc:contentSourceAuthority" authorityURI="rc:contentSourceAuthorityURI" valueURI="rc:contentSourceValueURI">rc:contentSource</recordContentSource>
453
+ <descriptionStandard authority="rc:descStandardAuthority" authorityURI="rc:descStandardAuthorityURI" valueURI="rc:descStandardValueURI">rc:descStandard</descriptionStandard>
454
+ <recordOrigin>rc:recordOrigin</recordOrigin>
455
+ </recordInfo>
456
+ </mods>
457
+ </xmlDoc>
458
+ </xmlDocs>