-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path923.xml
955 lines (955 loc) · 53 KB
/
923.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://raw.githubusercontent.com/YaleArchivesSpace/EAD3-to-PDF-UA/master/ead3-yale.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-model href="https://raw.githubusercontent.com/SAA-SDT/EAD3/master/ead3.rng"
type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<ead xmlns="http://ead3.archivists.org/schema/">
<control countryencoding="iso3166-1"
dateencoding="iso8601"
langencoding="iso639-2b"
relatedencoding="marc"
repositoryencoding="iso15511"
scriptencoding="iso15924">
<recordid instanceurl="https://hdl.handle.net/10079/fa/beinecke.levytemperance">beinecke.levytemperance</recordid>
<otherrecordid localtype="BIB">11419765</otherrecordid>
<filedesc>
<titlestmt>
<titleproper>Guide to the Edward G. Levy Collection Relating to Temperance
</titleproper>
<titleproper localtype="filing">Levy (Edward G.) Collection Relating to Temperance</titleproper>
<author>by Karen Spicher</author>
</titlestmt>
<publicationstmt>
<publisher>Beinecke Rare Book and Manuscript Library</publisher>
<address>
<addressline>P. O. Box 208330</addressline>
<addressline>New Haven, CT 06520-8330</addressline>
<addressline localtype="telephone">(203) 432-2977 </addressline>
<addressline localtype="email">[email protected]</addressline>
<addressline>
<ref href="http://beinecke.library.yale.edu/"
linktitle="http://beinecke.library.yale.edu/"
show="new">http://beinecke.library.yale.edu/</ref>
</addressline>
</address>
<date>2013 June</date>
<num>GEN MSS 956</num>
</publicationstmt>
<notestmt>
<controlnote>
<p>This finding aid, which is compliant with the Yale EAD Best Practice Guidelines, Version 1.0., has a MARC record in Yale's ILS with the following bib number: <num localtype="Orbis-bib">11419765</num>.</p>
</controlnote>
<controlnote localtype="onsite">
<p>Boxes: 1-2, 3 (Oversize), 4 (Oversize), 5-6 (Art)</p>
</controlnote>
</notestmt>
</filedesc>
<maintenancestatus value="derived"/>
<maintenanceagency countrycode="US">
<agencycode>US-CtY-BR</agencycode>
<agencyname>Beinecke Rare Book and Manuscript Library</agencyname>
</maintenanceagency>
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="Latn">Latin</script>
<descriptivenote>
<p>Finding aid written in English.</p>
</descriptivenote>
</languagedeclaration>
<conventiondeclaration>
<abbr>dacs</abbr>
<citation>Describing Archives: A Content Standard</citation>
</conventiondeclaration>
<rightsdeclaration>
<abbr>CC0</abbr>
<citation href="https://creativecommons.org/publicdomain/zero/1.0/"/>
<descriptivenote>
<p>Finding aid description and metadata in Archives at Yale are licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. This means that anyone may copy, modify, and distribute this descriptive metadata without restriction or permission. The CC0 license is explained in full on the Creative Commons website: <ref href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</ref>. More information is available on our <ref href="https://archives.yale.edu/help">Help page</ref>.</p>
</descriptivenote>
</rightsdeclaration>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"/>
<eventdatetime>2025-01-08T23:48:41-05:00</eventdatetime>
<agenttype value="machine"/>
<agent>ArchivesSpace yale-rebased-v3.3.1</agent>
<eventdescription>This finding aid was produced using ArchivesSpace on Wednesday January 8, 2025 at 23:48</eventdescription>
</maintenanceevent>
</maintenancehistory>
</control>
<archdesc altrender="/repositories/11/resources/923" level="collection">
<did>
<unittitle>Edward G. Levy collection relating to temperance</unittitle>
<unitid>GEN MSS 956</unitid>
<repository>
<corpname>
<part>Beinecke Rare Book and Manuscript Library</part>
</corpname>
</repository>
<langmaterial>
<language langcode="eng">English</language>
</langmaterial>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>1.13</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<physdesc localtype="container_summary">4 boxes + 2 art objects</physdesc>
<unitdatestructured altrender="1794-1970s " label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1794">1794</fromdate>
<todate standarddate="1970">1970</todate>
</daterange>
</unitdatestructured>
<unitdatestructured label="creation" unitdatetype="bulk">
<daterange>
<fromdate standarddate="1880">1880</fromdate>
<todate standarddate="1970">1970</todate>
</daterange>
</unitdatestructured>
<abstract id="aspace_498864cb3a4d0cd09895ba927acb0283">Papers and other materials collected by Edward G. Levy, relating to temperance and prohibition, most 19th-early 20th centuries, most from the United States, with a small amount of material about temperance in Great Britain. Materials include documents and fragments, signed, by temperance advocates Marie Caroline Brehm, John B. Gough, Theobald Mathew, and John G. Woolley; a circular letter of the American Temperance Society, 1832; printed license and tax documents issued by the United States government, 1794-1929; clippings, including a scrapbook relating to the Woman's Christian Temperance Union in Connecticut, 1887-1888; postcards issued by the Association Against the Prohibition Amendment, undated; trade cards and other advertising materials of manufacturers of alcoholic beverages, circa 1865-1885 and undated; buttons, medals, and paper fans advertisting temperance organizations and beverage manufacturers, 1895-1930s and undated; and beverage bottles, bottle labels, and a brass whiskey tap, undated.</abstract>
<origination label="Creator">
<persname relator="col" source="local">
<part localtype="agent_person">Levy, Edward G., 1898-1990</part>
</persname>
</origination>
</did>
<acqinfo id="aspace_2f1ccc8686c785b4d05cdfd6546f9fc5">
<head>Immediate Source of Acquisition</head>
<p>Gift of Edward G. Levy, 1976.</p>
</acqinfo>
<accessrestrict id="aspace_e3f2e26b6de48e1ba5a78cb93bd415c0">
<head>Conditions Governing Access</head>
<p>The materials are open for research.</p>
<p>Box 6 (glass beverage bottles): Restricted fragile material. For further information consult the appropriate curator.</p>
</accessrestrict>
<userestrict id="aspace_442f9ecb0e317c699edf0cea6399de85">
<head>Conditions Governing Use</head>
<p>The Edward G. Levy Collection Relating to Temperance is the physical property of the Beinecke Rare Book and Manuscript Library, Yale University. Literary rights, including copyright, belong to the authors or their legal heirs and assigns. For further information, consult the appropriate curator.</p>
</userestrict>
<prefercite id="aspace_ccc5ec7fd85a6d91feb4fb9f54f0f637">
<head>Preferred Citation</head>
<p>Edward G. Levy Collection Relating to Temperance. General Collection, Beinecke Rare Book and Manuscript Library, Yale University.</p>
</prefercite>
<processinfo id="aspace_3721815f69d04461c9e5e9b8d2833d00">
<head>Processing Information</head>
<p>This collection consists of materials formerly classed as Uncat MS Vault 839. In 2013, the collection received a baseline level of processing, including rehousing and minimal organization. Most folder titles were based on information provided by the donor, while some were assigned by Library staff. Folder titles were not verified against contents.</p>
</processinfo>
<bioghist id="aspace_1e8718e937cdbcb228502879b2065d75">
<head>Edward G. Levy (1898-1990)</head>
<p>Edward G. Levy received his LL.B from Boston University in 1921 and joined his brother's New Haven law practice. In 1939 he was sentenced to a year in jail for his participation in a kickback scheme led by the mayor of Waterbury. In later years he and his wife, Hortense R. Levy, collected autographs and dime novels and made substantial donations of these materials to several libraries. Edward G. Levy died in 1990.</p>
</bioghist>
<scopecontent id="aspace_749bba2af01d3f5cd7fb8f29c93ebfb9">
<head>Scope and Contents</head>
<p>Papers and other materials collected by Edward G. Levy, relating to temperance and prohibition, most nineteenth-early twentieth centuries, most from the United States, with a small amount of material about temperance in Great Britain. Materials include documents and fragments, signed, by temperance advocates Marie Caroline Brehm, John B. Gough, Theobald Mathew, and John G. Woolley; a circular letter of the American Temperance Society, 1832; printed license and tax documents issued by the United States government, 1794-1929; clippings, including a scrapbook relating to the Woman's Christian Temperance Union in Connecticut, 1887-1888; postcards issued by the Association Against the Prohibition Amendment, undated; trade cards and other advertising materials of manufacturers of alcoholic beverages, circa 1865-1885 and undated; buttons, medals, and paper fans advertisting temperance organizations and beverage manufacturers, 1895-1930s and undated; and beverage bottles, bottle labels, and a brass whiskey tap, undated.</p>
</scopecontent>
<arrangement id="aspace_17686bda6bacad25907dcf25b718e00b">
<head>Arrangement</head>
<p>Organized in to three series: I. Documents, 1794-1930s. II. Printed Material, 1850s-1970s. III. Objects, 1895-1930s.</p>
</arrangement>
<controlaccess>
<subject identifier="http://id.loc.gov/authorities/subjects/sh2008110093"
source="lcsh">
<part localtype="topical">Prohibition</part>
<part localtype="geographic">United States</part>
</subject>
<subject source="local">
<part localtype="topical">Temperance</part>
<part localtype="geographic">Great Britain</part>
</subject>
<subject source="local">
<part localtype="topical">Temperance</part>
<part localtype="geographic">Great Britain</part>
<part localtype="topical">Societies, etc.</part>
</subject>
<subject identifier="http://id.loc.gov/authorities/subjects/sh86007006"
source="lcsh">
<part localtype="topical">Temperance</part>
<part localtype="geographic">United States</part>
</subject>
<subject identifier="http://id.loc.gov/authorities/subjects/sh86007007"
source="lcsh">
<part localtype="topical">Temperance</part>
<part localtype="geographic">United States</part>
<part localtype="topical">Societies, etc.</part>
</subject>
<genreform source="local">
<part localtype="genre_form">Bottle labels (paper labels)</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">20th Century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Bottles</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">20th Century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Buttons (information artifacts)</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">20th Century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Fans (costume accessories)</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">20th Century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Matchbooks</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">20th Century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Medals</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">19th century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Plumbing fixtures</part>
<part localtype="geographic">United States</part>
<part localtype="temporal">20th Century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Scrapbooks</part>
<part localtype="geographic">United States</part>
<part localtype="geographic">Connecticut</part>
<part localtype="temporal">19th century</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Trade cards (advertising) </part>
<part localtype="geographic">United States</part>
<part localtype="temporal">19th century</part>
</genreform>
<persname rules="aacr" source="local">
<part localtype="agent_person">Brehm, Marie Caroline, -1926</part>
</persname>
<persname rules="aacr">
<part localtype="agent_person">Demorest, William Jennings, 1822-1895</part>
</persname>
<persname>
<part localtype="agent_person">Gough, John B. (John Bartholomew), 1817-1886</part>
</persname>
<persname source="local">
<part localtype="agent_person">Levy, Edward G., 1898-1990</part>
</persname>
<persname>
<part localtype="agent_person">Mathew, Theobald, 1790-1856</part>
</persname>
<persname source="local">
<part localtype="agent_person">Nation, Carry Amelia, 1846-1911</part>
<part localtype="genre_form">Caricatures and cartoons</part>
</persname>
<persname rules="aacr">
<part localtype="agent_person">Woolley, John G. (John Granville), 1850-1922</part>
</persname>
<corpname>
<part localtype="agent_corporate_entity">American Temperance Society</part>
</corpname>
<corpname rules="aacr">
<part localtype="agent_corporate_entity">Association Against the Prohibition Amendment</part>
</corpname>
<corpname>
<part localtype="agent_corporate_entity">Woman's Christian Temperance Union</part>
</corpname>
</controlaccess>
<dsc>
<c altrender="/repositories/11/archival_objects/300419"
id="ref11"
level="series">
<did>
<unittitle>Documents</unittitle>
<unitid>Series I</unitid>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>0.34</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<unitdatestructured altrender="1794-1930s, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1794">1794</fromdate>
<todate standarddate="1939">1939</todate>
</daterange>
</unitdatestructured>
</did>
<arrangement id="aspace_c20f6525eaf5cee256ac5bee63b1fb03">
<head>Arrangement</head>
<p>Arranged alphabetically by name, followed by unsorted documents.</p>
</arrangement>
<c altrender="/repositories/11/archival_objects/300420"
id="ref13"
level="file">
<did>
<unittitle>American Temperance Society. Circular letter, printed</unittitle>
<unitdatestructured altrender="1832 November" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1832-11">1832 November</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref13_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref13_c2" localtype="folder" parent="aspace_ref13_c1">1</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300421"
id="ref14"
level="file">
<did>
<unittitle>Brehm, Marie Caroline. Note, autograph manuscript, signed</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref14_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref14_c2" localtype="folder" parent="aspace_ref14_c1">2</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300422"
id="ref15"
level="file">
<did>
<unittitle>Gough, John B. (John Bartholomew). Notes, autograph manuscript, signed, and fragments, signed</unittitle>
<unitdatestructured altrender="1878-1883, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1878">1878</fromdate>
<todate standarddate="1883">1883</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref15_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref15_c2" localtype="folder" parent="aspace_ref15_c1">3</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300423"
id="ref16"
level="file">
<did>
<unittitle>Gough, John B. (John Bartholomew). Address presented to Gough by Neath (Wales) temperance societies, manuscript and print</unittitle>
<unitdatestructured altrender="1879 March 26" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1879-03-26">1879 March 26</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27328 /locations/4051"
containerid="39002104500013"
id="aspace_ref16_c1"
label="Mixed Materials"
localtype="box">3 (Oversize)</container>
<container id="aspace_ref16_c2" localtype="folder" parent="aspace_ref16_c1">26</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300424"
id="ref17"
level="file">
<did>
<unittitle>Low, Nicholas. Receipt, manuscript in an unidentified hand</unittitle>
<unitdatestructured altrender="1798 March 12" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1798-03-12">1798 March 12</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref17_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref17_c2" localtype="folder" parent="aspace_ref17_c1">4</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300425"
id="ref18"
level="file">
<did>
<unittitle>Mathew, Theobald. Autograph letter, signed, to "Mr. Watson"</unittitle>
<unitdatestructured altrender="1845 May 28" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1845-05-28">1845 May 28</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref18_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref18_c2" localtype="folder" parent="aspace_ref18_c1">5</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300426"
id="ref19"
level="file">
<did>
<unittitle>Nation, Carry Amelia. Caricatures, in pencil, by an unidentified artist</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27329 /locations/4051"
containerid="39002104500021"
id="aspace_ref19_c1"
label="Mixed Materials"
localtype="box">4 (Oversize)</container>
<container id="aspace_ref19_c2" localtype="folder" parent="aspace_ref19_c1">33</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300427"
id="ref20"
level="file">
<did>
<unittitle>United States government</unittitle>
<unitdatestructured altrender="1794-1929, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1794">1794</fromdate>
<todate standarddate="1929">1929</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref20_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref20_c2" localtype="folder" parent="aspace_ref20_c1">6</container>
</did>
<scopecontent id="aspace_0e73dde912391f68d19b03cac94671cd">
<head>Scope and Contents</head>
<p>Includes licenses and tax stamps for alcoholic beverages</p>
</scopecontent>
</c>
<c altrender="/repositories/11/archival_objects/300428"
id="ref22"
level="file">
<did>
<unittitle>United States government. Tax stamps for liquor</unittitle>
<unitdatestructured altrender="1870s" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1870">1870</fromdate>
<todate standarddate="1879">1879</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27328 /locations/4051"
containerid="39002104500013"
id="aspace_ref22_c1"
label="Mixed Materials"
localtype="box">3 (Oversize)</container>
<container id="aspace_ref22_c2" localtype="folder" parent="aspace_ref22_c1">27</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300429"
id="ref23"
level="file">
<did>
<unittitle>Woolley, John G. (John Granville). Note, autograph manuscript, signed</unittitle>
<unitdatestructured altrender="1850 February 15"
label="creation"
unitdatetype="inclusive">
<datesingle standarddate="1850-02-15">1850 February 15</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref23_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref23_c2" localtype="folder" parent="aspace_ref23_c1">7</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300430"
id="ref24"
level="file">
<did>
<unittitle>Unsorted documents</unittitle>
<unitdatestructured altrender="1795-1908" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1795">1795</fromdate>
<todate standarddate="1908">1908</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref24_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref24_c2" localtype="folder" parent="aspace_ref24_c1">8A-8C</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300431"
id="ref25"
level="file">
<did>
<unittitle>Unsorted documents</unittitle>
<unitdate label="creation" unitdatetype="inclusive">1849, circa 1930s</unitdate>
<container altrender="/repositories/11/top_containers/27328 /locations/4051"
containerid="39002104500013"
id="aspace_ref25_c1"
label="Mixed Materials"
localtype="box">3 (Oversize)</container>
<container id="aspace_ref25_c2" localtype="folder" parent="aspace_ref25_c1">28</container>
</did>
</c>
</c>
<c altrender="/repositories/11/archival_objects/300432"
id="ref27"
level="series">
<did>
<unittitle>Printed Material</unittitle>
<unitid>Series II</unitid>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>0.56</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<unitdatestructured altrender="1850s-1970s, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1850">1850</fromdate>
<todate standarddate="1979">1979</todate>
</daterange>
</unitdatestructured>
</did>
<arrangement id="aspace_a58a56be396eb54ea2851cf09a7e1cc0">
<head>Arrangement</head>
<p>Arranged alphabetically by name, title, or type of material, followed by unsorted printed materials.</p>
</arrangement>
<c altrender="/repositories/11/archival_objects/300433"
id="ref29"
level="file">
<did>
<unittitle>Association Against the Prohibition Amendment. 45 "Prohibition -Probes" postcards</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>2</quantity>
<unittype>Folders</unittype>
</physdescstructured>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref29_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref29_c2" localtype="folder" parent="aspace_ref29_c1">9-10</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300434"
id="ref31"
level="file">
<did>
<unittitle>Bottle labels. 71 manufacturers' labels for wine</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref31_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref31_c2" localtype="folder" parent="aspace_ref31_c1">11</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300435"
id="ref32"
level="file">
<did>
<unittitle>Bottle labels. 29 manufacturers' labels for beer</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref32_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref32_c2" localtype="folder" parent="aspace_ref32_c1">12</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300436"
id="ref33"
level="file">
<did>
<unittitle>Bottle labels. 148 manufacturers' labels for liquor</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>2</quantity>
<unittype>Folders</unittype>
</physdescstructured>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref33_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref33_c2" localtype="folder" parent="aspace_ref33_c1">13-14</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300437"
id="ref35"
level="file">
<did>
<unittitle>Clippings. Scrapbook</unittitle>
<unitdatestructured altrender="1887-1888" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1887">1887</fromdate>
<todate standarddate="1888">1888</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27328 /locations/4051"
containerid="39002104500013"
id="aspace_ref35_c1"
label="Mixed Materials"
localtype="box">3 (Oversize)</container>
<container id="aspace_ref35_c2" localtype="folder" parent="aspace_ref35_c1">29</container>
</did>
<scopecontent id="aspace_8e8f9d687046185d745c74357507576d">
<head>Scope and Contents</head>
<p>Contains clippings about the Woman's Christian Temperance Union in Connecticut</p>
</scopecontent>
</c>
<c altrender="/repositories/11/archival_objects/300438"
id="ref37"
level="file">
<did>
<unittitle>Unsorted clippings</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>2</quantity>
<unittype>Folders</unittype>
</physdescstructured>
<unitdatestructured altrender="circa 1880-1970s"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1880">1880</fromdate>
<todate standarddate="1979">1979</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref37_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref37_c2" localtype="folder" parent="aspace_ref37_c1">15-16</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300439"
id="ref39"
level="file">
<did>
<unittitle>Unsorted clippings</unittitle>
<unitdatestructured altrender="1855-1972" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1855">1855</fromdate>
<todate standarddate="1972">1972</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27328 /locations/4051"
containerid="39002104500013"
id="aspace_ref39_c1"
label="Mixed Materials"
localtype="box">3 (Oversize)</container>
<container id="aspace_ref39_c2" localtype="folder" parent="aspace_ref39_c1">30</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300440"
id="ref40"
level="file">
<did>
<unittitle>
<title localtype="simple" render="italic">
<part>Dime Novel Roundup</part>
</title>. Volume 37, Numbers 11-12</unittitle>
<unitdatestructured altrender="1968 November-December"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1968-11">1968 November</fromdate>
<todate standarddate="1968-12">1968 December</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref40_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref40_c2" localtype="folder" parent="aspace_ref40_c1">17</container>
</did>
<scopecontent id="aspace_2205c5702e5b0c6ae9a35fd6817c6fc3">
<head>Scope and Contents</head>
<p>Contains articles by J. Edward Leithead about temperance stories</p>
<p>With article by Leithead for Volume 37, Number 13, typescript and typescript carbon, signed</p>
</scopecontent>
</c>
<c altrender="/repositories/11/archival_objects/300441"
id="ref42"
level="file">
<did>
<unittitle>Matchbooks advertising alcoholic beverages</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref42_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref42_c2" localtype="folder" parent="aspace_ref42_c1">18</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300442"
id="ref43"
level="file">
<did>
<unittitle>Trade cards of manufacturers of alcoholic beverages</unittitle>
<unitdatestructured altrender="circa 1865-1885, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1865">1865</fromdate>
<todate standarddate="1885">1885</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27327 /locations/4051"
containerid="39002100418467"
id="aspace_ref43_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ref43_c2" localtype="folder" parent="aspace_ref43_c1">19</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300443"
id="ref44"
level="file">
<did>
<unittitle>Unsorted printed material</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>4</quantity>
<unittype>Folders</unittype>
</physdescstructured>
<unitdatestructured altrender="circa 1900-1970s"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1900">1900</fromdate>
<todate standarddate="1979">1979</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27330 /locations/4051"
containerid="39002100418475"
id="aspace_ref44_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_ref44_c2" localtype="folder" parent="aspace_ref44_c1">20-23</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300444"
id="ref46"
level="file">
<did>
<unittitle>Unsorted printed material</unittitle>
<unitdatestructured altrender="circa 1850s-1970s"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1850">1850</fromdate>
<todate standarddate="1979">1979</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27328 /locations/4051"
containerid="39002104500013"
id="aspace_ref46_c1"
label="Mixed Materials"
localtype="box">3 (Oversize)</container>
<container id="aspace_ref46_c2" localtype="folder" parent="aspace_ref46_c1">31</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300445"
id="ref47"
level="file">
<did>
<unittitle>Unsorted printed material</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27329 /locations/4051"
containerid="39002104500021"
id="aspace_ref47_c1"
label="Mixed Materials"
localtype="box">4 (Oversize)</container>
<container id="aspace_ref47_c2" localtype="folder" parent="aspace_ref47_c1">32</container>
</did>
</c>
</c>
<c altrender="/repositories/11/archival_objects/300446"
id="ref49"
level="series">
<did>
<unittitle>Objects</unittitle>
<unitid>Series III</unitid>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>1.31</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<unitdatestructured altrender="1895-1930s, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1895">1895</fromdate>
<todate standarddate="1939">1939</todate>
</daterange>
</unitdatestructured>
</did>
<scopecontent id="aspace_8718c6b1bccaf3dab51994bb7e1b8690">
<head>Scope and Contents</head>
<p>Arranged alphabetically by type of material, followed by unsorted objects.</p>
</scopecontent>
<c altrender="/repositories/11/archival_objects/300447"
id="ref51"
level="file">
<did>
<unittitle>Buttons and medals</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>4</quantity>
<unittype>Folders</unittype>
</physdescstructured>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27331 /locations/4051"
containerid="39002104500039"
id="aspace_ref51_c1"
label="Mixed Materials"
localtype="box">5 (Art)</container>
<container id="aspace_ref51_c2" localtype="folder" parent="aspace_ref51_c1">35-38</container>
</did>
<scopecontent id="aspace_35fd20589bb0449a4e4c3695873f4a71">
<head>Scope and Contents</head>
<p>Issued by temperance organizations or manufacturers of alcoholic beverages</p>
</scopecontent>
</c>
<c altrender="/repositories/11/archival_objects/300448"
id="ref54"
level="file">
<did>
<unittitle>Paper fans</unittitle>
<unitdatestructured altrender="circa 1930s, undated"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1930">1930</fromdate>
<todate standarddate="1939">1939</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27330 /locations/4051"
containerid="39002100418475"
id="aspace_ref54_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_ref54_c2" localtype="folder" parent="aspace_ref54_c1">24</container>
</did>
<scopecontent id="aspace_ca5a77ed379c494988a8e8eafd61af7d">
<head>Scope and Contents</head>
<p>Issued by the Woman's Christian Temperance Union</p>
</scopecontent>
</c>
<c altrender="/repositories/11/archival_objects/300449"
id="ref56"
level="file">
<did>
<unittitle>Medal, awarded for the William Jennings Demorest prohibition prize</unittitle>
<unitdatestructured altrender="1895" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1895">1895</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/27331 /locations/4051"
containerid="39002104500039"
id="aspace_ref56_c1"
label="Mixed Materials"
localtype="box">5 (Art)</container>
<container id="aspace_ref56_c2" localtype="folder" parent="aspace_ref56_c1">39</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300450"
id="ref57"
level="file">
<did>
<unittitle>Unidentified medals</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27331 /locations/4051"
containerid="39002104500039"
id="aspace_ref57_c1"
label="Mixed Materials"
localtype="box">5 (Art)</container>
<container id="aspace_ref57_c2" localtype="folder" parent="aspace_ref57_c1">40</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300451"
id="ref58"
level="file">
<did>
<unittitle>Brass whisky tap</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>1</quantity>
<unittype>Folder</unittype>
</physdescstructured>
<physdesc localtype="container_summary">1 object</physdesc>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27331 /locations/4051"
containerid="39002104500039"
id="aspace_ref58_c1"
label="Mixed Materials"
localtype="box">5 (Art)</container>
<container id="aspace_ref58_c2" localtype="folder" parent="aspace_ref58_c1">41</container>
</did>
<scopecontent id="aspace_75ab5e55862c8b8d3e1688d1bf4d857e">
<head>Scope and Contents</head>
<p>Accompanied by vendor receipt</p>
</scopecontent>
</c>
<c altrender="/repositories/11/archival_objects/300452"
id="ref61"
level="file">
<did>
<unittitle>Unsorted objects</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27330 /locations/4051"
containerid="39002100418475"
id="aspace_ref61_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_ref61_c2" localtype="folder" parent="aspace_ref61_c1">25</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/300453"
id="ref62"
level="file">
<did>
<unittitle>Unsorted objects</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/27329 /locations/4051"
containerid="39002104500021"
id="aspace_ref62_c1"
label="Mixed Materials"
localtype="box">4 (Oversize)</container>
<container id="aspace_ref62_c2" localtype="folder" parent="aspace_ref62_c1">34</container>
</did>
</c>
</c>
<c altrender="/repositories/11/archival_objects/300454"
id="ref64"
level="series">
<did>
<unittitle>Restricted Fragile Material</unittitle>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>0.67</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<physdesc localtype="container_summary">1 box</physdesc>
</did>
<accessrestrict id="aspace_257414f0c4815e191606b8835063b38a"
localtype="RestrictedFragileSpecColl">
<head>Conditions Governing Access</head>
<p>Box 6 (glass beverage bottles): Restricted fragile material. For further information consult the appropriate curator.</p>
</accessrestrict>
<c altrender="/repositories/11/archival_objects/300455"
id="ref66"
level="file">
<did>
<unittitle>Glass beverage bottles</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<physdesc id="aspace_03437142be033c9df61ac22a34bbfbb0">(7 glass bottles)</physdesc>
<container altrender="/repositories/11/top_containers/27332 /locations/4051"
containerid="39002104500047"
id="aspace_ref66_c1"
label="Mixed Materials"
localtype="box">6 (Art)</container>
<container id="aspace_ref66_c2" localtype="folder" parent="aspace_ref66_c1">42</container>
</did>
<accessrestrict id="aspace_29debc6da5874e1edf621ffa76d9e94f"
localtype="RestrictedFragileSpecColl">
<head>Conditions Governing Access</head>
<p>Box 6 (glass beverage bottles): Restricted fragile material. For further information consult the appropriate curator.</p>
</accessrestrict>
</c>
</c>
</dsc>
</archdesc>
</ead>