forked from saa-ead-roundtable/ead3-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ead3_multi_level_optimum.xml
207 lines (207 loc) · 11.1 KB
/
ead3_multi_level_optimum.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="schema/ead3.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<ead xmlns="http://ead3.archivists.org/schema/" audience="external"> <!-- EAD3 required element -->
<control countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b" repositoryencoding="iso15511" scriptencoding="iso15924"> <!-- EAD3 required element -->
<recordid instanceurl="http://library.marist.edu/archives/LTP/LTP.xml">1.1</recordid> <!-- EAD3 required element -->
<filedesc> <!-- EAD3 required element -->
<titlestmt> <!-- EAD3 required element -->
<titleproper>Lowell Thomas Papers</titleproper> <!-- Required element within titlestmt -->
</titlestmt>
<publicationstmt>
<publisher>Marist College</publisher>
<date>April 2010</date>
<address>
<addressline>3399 North Road</addressline>
<addressline>Poughkeepsie, NY 12601</addressline>
</address>
<p><ref href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</ref></p>
</publicationstmt>
</filedesc>
<maintenancestatus value="revised"/> <!-- EAD3 required element -->
<maintenanceagency countrycode="US"> <!-- EAD3 required element -->
<agencycode>NPkMC</agencycode>
<agencyname>Marist College Archives & Special Collections</agencyname>
</maintenanceagency>
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="latn">Latin</script>
</languagedeclaration>
<maintenancehistory> <!-- EAD3 required element -->
<maintenanceevent> <!-- EAD3 required element -->
<eventtype value="created"/> <!-- EAD3 required element -->
<eventdatetime standarddatetime="2010-04">April 2010</eventdatetime> <!-- EAD3 required element -->
<agenttype value="human"/> <!-- EAD3 required element -->
<agent>Monish Singh</agent> <!-- EAD3 required element -->
</maintenanceevent>
<maintenanceevent>
<eventtype value="updated"/>
<eventdatetime standarddatetime="2014-09-11">September 11, 2014</eventdatetime>
<agenttype value="human"/>
<agent>Monish Singh</agent>
</maintenanceevent>
</maintenancehistory>
</control>
<archdesc level="collection"> <!-- EAD3 required element -->
<did> <!-- EAD3 required element -->
<repository> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Name and Location of Repository Element' -->
<corpname source="NAF" identifier="http://id.loc.gov/authorities/names/n91102518">
<part>Marist College</part>
<part>Archives & Special Collections</part>
</corpname>
<address>
<addressline>3399 North Road</addressline>
<addressline>Poughkeepsie, NY 12601</addressline>
</address>
</repository>
<origination source="lcnaf" identifier="http://id.loc.gov/authorities/names/n79139713"> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Name of Creator(s) Element'. The new <relations> element can satisfy this and expand on it, but as <relations> is experimental, use of <origination> is recommended for now -->
<persname>
<part localtype="surname">Thomas</part>
<part localtype="givenname">Lowell</part>
<part localtype="dates">1892-1981</part>
</persname>
</origination>
<unittitle>Lowell Thomas Papers</unittitle> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Title Element' -->
<unitid>MA-1</unitid> <!-- Optional EAD3 element, added to comply with 'Reference Code Element' of DACS requirement -->
<unitdatestructured unitdatetype="inclusive"> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Date Element' -->
<daterange>
<fromdate standarddate="1789">1789</fromdate>
<todate standarddate="1996">1996</todate>
</daterange>
</unitdatestructured>
<unitdatestructured unitdatetype="bulk">
<daterange>
<fromdate standarddate="1900">1900</fromdate>
<todate standarddate="1981">1981</todate>
</daterange>
</unitdatestructured>
<physdescset> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Extent Element' -->
<physdescstructured physdescstructuredtype="carrier" coverage="whole" >
<quantity>6</quantity>
<unittype>boxes</unittype>
</physdescstructured>
<physdescstructured physdescstructuredtype="spaceoccupied" coverage="whole">
<quantity>6</quantity>
<unittype>cubic feet</unittype>
</physdescstructured>
</physdescset>
<langmaterial> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Language and Scripts of the Material Element' -->
<language langcode="eng">English</language>
</langmaterial>
</did>
<accessrestrict> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Conditions Governing Access Element' -->
<p>Items in this collection do not circulate and may be used in-house only.</p>
</accessrestrict>
<userestrict> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Conditions Governing Access Element' -->
<p>Individuals requesting reproductions expressly assume the responsibility for compliance with all pertinent provisions of the Copyright Act, 17 U.S.C. ss101 et seq. Patrons further agree to indemnify and hold harmless the Marist College Archives & Special Collections and its staff in connection with any disputes arising from the Copyright Act, over the reproduction of material at the request of patrons. For more information please visit the following website: http://www.loc.gov/copyright/title17/.</p>
</userestrict>
<scopecontent> <!-- Optional EAD3 element, added to comply with DACS requirement for 'Scope and Content Element' -->
<p>The Lowell Thomas Papers encompasses a wide range of materials documenting the life, family, and professional career of Lowell Thomas. These materials include correspondence, administrative and financial documents, manuscripts, printed materials, photographic materials, motion picture films, audio recordings, and memorabilia.</p>
</scopecontent>
<bioghist> <!-- Optional EAD3 element, added to comply with DACS single-level optimum requirement for 'Administrative/Biographical History Element' -->
<p>Lowell Jackson Thomas was born in Woodington, Ohio on 6 April 1892 to two school teachers, Harry G. Thomas and Harriet Wagner Thomas. The family did not remain in Darke County, Ohio for very long because Lowell's father wanted to become a doctor. Harry G. Thomas's pursuit of a medical degree led the family to Kirkman, Iowa where five-year-old Lowell was enrolled in school for the first time. Harry's studies soon led him to the University of Nebraska. Upon graduation, Harry G. Thomas followed his brother's suggestion to begin his medical practice in the twin mining boom towns of Cripple Creek and Victor, Colorado. It was here in the rugged American West that Lowell spent the better part of his childhood and young adult years.</p>
</bioghist>
<controlaccess> <!-- Optional EAD3 element, added to comply with DACS single-level optimum requirement for 'Access points' -->
<persname relator="creator" source="lcnaf" identifier="http://id.loc.gov/authorities/names/n79139713">
<part localtype="surname">Thomas</part>
<part localtype="givenname">Lowell</part>
<part localtype="dates">1892-1981</part>
</persname>
<subject source="lcsh" identifier="http://id.loc.gov/authorities/subjects/sh85070753">
<part>Journalism</part>
<part>United States</part>
</subject>
<subject source="lcsh" identifier="http://id.loc.gov/authorities/subjects/sh85148273">
<part>World War, 1939-1945</part>
</subject>
<subject source="lcsh" identifier="http://id.loc.gov/authorities/subjects/sh2008113810">
<part>World War, 1914-1918</part>
<part>Campaigns</part>
<part>Middle East</part>
</subject>
</controlaccess>
<dsc>
<c01 level="series">
<did>
<unitid>MA-1-01</unitid>
<unittitle>Textual materials</unittitle>
<unitdatestructured unitdatetype="inclusive">
<dateset>
<daterange>
<fromdate standarddate="1789">1789</fromdate>
<todate standarddate="1984">1984</todate>
</daterange>
<datesingle standarddate="1996">1996</datesingle>
</dateset>
</unitdatestructured>
</did>
<c02 level="file">
<did>
<unittitle>Correspondence, writings, and other material</unittitle>
<unitid>MA-1-01-01</unitid>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1789">1789</fromdate>
<todate standarddate="1984">1984</todate>
</daterange>
</unitdatestructured>
<container localtype="box">1-5</container>
</did>
<scopecontent>
<p>These files contain correspondence between Thomas family members; published and manuscript writings by Lowell Thomas, including autobiographical content, articles, speeches, and travelogues; and topically-arranged collections of journal articles, newspaper clippings, and ephemera.</p>
</scopecontent>
</c02>
<c02 level="file">
<did>
<unittitle>American Expeditionary Forces (A.E.F.)</unittitle>
<unitid>MA-1-01-02</unitid>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1918">1918</fromdate>
<todate standarddate="1919">1919</todate>
</daterange>
</unitdatestructured>
<container localtype="box">495</container>
<dao daotype="derived" href="http://library.marist.edu/archives/LTP/digitizedContents/Box%20495/1.25.1.1.495.2.pdf"/>
</did>
</c02>
<c02 level="file">
<did>
<unittitle>General Edmund Allenby</unittitle>
<unitid>MA-1-01-03</unitid>
<unitdatestructured unitdatetype="inclusive">
<datesingle standarddate="1918">1918</datesingle>
</unitdatestructured>
<container localtype="box">495</container>
<dao daotype="borndigital" href="http://library.marist.edu/archives/LTP/digitizedContents/Box%20495/1.25.1.1.495.1.pdf"/>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>MA-1-02</unitid>
<unittitle>Graphic materials</unittitle>
<unitdatestructured unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1891">1891</fromdate>
<todate standarddate="1980">1980</todate>
</daterange>
</unitdatestructured>
<container localtype="box">6</container>
</did>
<scopecontent>
<p>Comprises photographs, lantern slides, and glass plate negatives accumulated by Frank R. Roberson and Lowell Thomas arranged by topic and geographic coverage. Also includes commercial photographs from Beseler Lantern Slide Co., Inc., Curtis and Miller, T.H. McAllister Co., J. Horace McFarland Co., and other firms.</p>
</scopecontent>
<controlaccess>
<persname relator="subject" source="lcnaf" identifier="http://id.loc.gov/authorities/names/n80079447.html">
<part>Dalai Lama XIV</part>
<part>1935-</part>
</persname>
<persname relator="subject" source="lcnaf" identifier="http://id.loc.gov/authorities/names/n79097491.html">
<part>Lawrence, T.E. (Thomas Edward)</part>
<part>1888-1935</part>
</persname>
</controlaccess>
</c01>
</dsc>
</archdesc>
</ead>