-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnyblhs_arc_006_bergen.xml
6247 lines (6247 loc) · 387 KB
/
nyblhs_arc_006_bergen.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
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<ead xmlns="urn:isbn:1-931666-22-9" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:isbn:1-931666-22-9 http://www.loc.gov/ead/ead.xsd">
<eadheader findaidstatus="Complete_folder_list" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b">
<eadid countrycode="US" mainagencycode="US-NyBlHS" url="http://dlib.nyu.edu/findingaids/html/bhs/arc_006_bergen.html">nyblhs_arc_006_bergen</eadid>
<filedesc>
<titlestmt>
<titleproper>Guide to the Teunis G. Bergen and Bergen family collection
<num>ARC.006</num>
</titleproper>
<author>Finding aid prepared by Matthew Gorham</author>
</titlestmt>
<publicationstmt>
<p>
<extref ns2:type="simple" ns2:actuate="onLoad" ns2:show="embed" ns2:href="http://brooklynhistory.org/art/logo.gif"/>
</p>
<publisher>Brooklyn Historical Society</publisher>
<address>
<addressline>128 Pierrepont Street</addressline>
<addressline>Brooklyn, NY, 11201</addressline>
<addressline>718-222-4111</addressline>
<addressline>[email protected]</addressline>
</address>
<date>March 1, 2011</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>This finding aid was produced using the Archivists' Toolkit
<date>2012-04-13T10:32-0400</date>
</creation>
<langusage>English</langusage>
<descrules>Describing Archives: A Content Standard</descrules>
</profiledesc>
</eadheader>
<archdesc level="collection">
<did>
<unittitle>Teunis G. Bergen and Bergen family collection</unittitle>
<unitid>ARC.006</unitid>
<repository>
<corpname>Brooklyn Historical Society</corpname>
</repository>
<langmaterial>
<language langcode="eng"/>
</langmaterial>
<physdesc>
<extent>14.0 Linear feet</extent>
<extent>in 34 manuscript boxes.</extent>
</physdesc>
<unitdate normal="1639/1893" type="inclusive">1639-1893</unitdate>
<abstract id="ref715" label="Abstract">The Teunis G. Bergen and Bergen family collection comprises the papers of Teunis G. Bergen (1806-1881), as well as the papers of other Bergen family and extended family members. Materials in the collection span the years 1639 to 1893, and primarily document Bergen's role as a major civic and community figure in Brooklyn, as well as his family's history. In addition to his work as a farmer and surveyor, Teunis G. Bergen served on the Kings County Board of Supervisors as Supervisor of New Utrecht, NY, and in 1864, he was elected to the United States House of Representatives as a Democrat to the Thirty-ninth Congress. He was also known for his expertise in genealogy and local history, and published several articles and books on these topics. Highlights of the collection include maps, surveys, and map tracings of various Brooklyn locales drafted by Bergen; extensive materials pertaining to Bergen's research and publishing on local history and genealogy; and research materials on Bergen family genealogy.</abstract>
<langmaterial id="ref683" label="Language of Materials">Materials written primarily in English, with a small number written in Dutch with English translations.</langmaterial>
<origination label="creator">
<persname rules="Anglo-American_Cataloguing_Rules__2nd_ed." source="naf">Bergen, Teunis G., 1806-1881</persname>
</origination>
<origination label="creator">
<famname source="naf">Conover family</famname>
</origination>
<origination label="creator">
<famname source="local">Cortelyou family</famname>
</origination>
<origination label="creator">
<persname rules="Anglo-American_Cataloguing_Rules__2nd_ed." source="naf">Cortelyou, Peter, 1796-1879</persname>
</origination>
<origination label="creator">
<famname rules="dacs" source="local">Cowenhoven family</famname>
</origination>
<origination label="creator">
<persname rules="dacs" source="naf">Whitman, Walt, 1819-1892</persname>
</origination>
<origination label="creator">
<famname source="naf">Wyckoff family</famname>
</origination>
</did>
<scopecontent id="ref686">
<head>Scope and Contents note</head>
<p>The Teunis G. Bergen and Bergen family collection spans the period 1639 to 1893 and measures 14 linear feet. The bulk of the collection comprises papers created or compiled by Teunis G. Bergen that document many facets of his professional and personal lives. It includes extensive correspondence written to Bergen, primarily concerning his duties as Supervisor of New Utrecht, as well as letters requesting his expertise in matters of surveying, genealogy, and the history of New Utrecht. A significant portion of the collection documents Bergen's career as a surveyor. These materials include maps, map tracings and surveys drafted by Bergen; drafts of legal documents, including deeds and legal land descriptions; specifications of houses built in Brooklyn and surrounding towns; field notes and calculations; and title searches.</p>
<p>Bergen's activities as a self-trained genealogist and historian are also well-documented. The collection contains a bound, handwritten copy of Bergen's seven-volume
<emph render="italic">A History of New Utrecht, Long Island</emph>, as well as research notes and correspondence pertaining to genealogical and local history research conducted by Bergen. Also included in the collection are a variety of Bergen's personal papers, including his childhood schoolbooks, travel logs, financial records, and other ephemera.</p>
<p>The collection also includes papers concerning Teunis G. Bergen's immediate and extended family members, as well as items that document Bergen family history. Materials in the collection document Bergen's father, Garret Bergen; his first cousin once removed, Cornelius Bergen; his wife, Jane C. Bergen; his younger cousin, John C. Bergen; his brother, Peter G. Bergen; and his son, Garret T. Bergen. Of particular interest are a small set of Bergen family land records dated 1696-1700, including maps of Hans Hansen Bergen's land. Also included are correspondence and legal documents between Teunis G. Bergen and members of the Cortelyou, Conover, Cowenhoven, and Wyckoff families, all of whom were related to the Bergens by marriage.</p>
</scopecontent>
<bioghist id="ref634">
<head>Biographical note on Teunis G. Bergen</head>
<p>Teunis G. Bergen was born in the town of New Utrecht, New York on October 6, 1806, the eldest child of Garret Bergen and his wife Jane (nee Wyckoff). While growing up, he worked on his father's farm in the Gowanus area of Brooklyn and was educated at both the common school of the district and at Erasmus Hall Academy in Flatbush. As a young man, he was trained as a surveyor and subsequently pursued a successful career in this field.</p>
<p>Bergen was also a farmer and an active civic leader. As a member of the 241st regiment of the New York State Militia, he held the ranks of Ensign, Captain, Adjutant, Lieutenant-Colonel, and finally, Colonel. He served on the Kings County Board of Supervisors as the Supervisor of the town of New Utrecht for twenty-three years, 1836-1859, and was Chairman of the Board from 1842 to 1846. Bergen served as a member of the New York State Constitutional Conventions of 1846, 1867, and 1868, and was a delegate to the National Democratic Convention of 1860. In 1864, he was elected to the United States House of Representatives as a Democrat to the Thirty-ninth Congress, an office which he held until 1867.</p>
<p>In addition to his professional and civic activities, Teunis G. Bergen was a self-trianed historical researcher and genealogist, as well as a published author. His genealogical interests included not only his own family, but also many other prominent Brooklyn families. His published works include
<emph render="italic">The Register of the Early Settlers and Freeholders of Kings County, NY, from its First Settlement by Europeans, to 1700, with Biographical Notices and Family Genealogies</emph>;
<emph render="italic">Genealogy of the Van Brunt Family, 1653-1867</emph>;
<emph render="italic">The Bergen Family; or, the Descendents of Hans Hansen Bergen, One of the Early Settlers of New York and Brooklyn, L.I., with Notes on the Genealogy of Some of the Branches of the Cowenhoven, Voorhees, Eldert, Stoothoof, Cortelyou, Stryker, Suydam, Lott, Wyckoff, Barkeloo, Lefferts, Martense, Hubbard, Van Brunt, Vanderbilt, Vanderveer, Van Nuyse, and Other Long Island Families</emph>;
<emph render="italic">Genealogy of the Lefferts Family, 1650-1878</emph>; and his seven volume
<emph render="italic">A History of New Utrecht, Long Island</emph>. Additionally, he contributed frequently to the
<emph render="italic">New York Genealogical and Biographical Record</emph>.</p>
<p>Teunis G. Bergen died of pneumonia at his residence in New Utrecht, Long Island at the age of 74, and was interred at Green-Wood Cemetery.</p>
</bioghist>
<bioghist id="ref633">
<head>Biographical note on the Bergen family</head>
<p>The Bergen family that settled and proliferated throughout New York and New Jersey beginning in the 17th century is descended from the common ancestor, Hans Hansen Bergen, a native of Bergen, Norway. A ship's carpenter by trade, Bergen moved to Holland as a young man, and subsequently emigrated to the colony of New Amsterdam in 1633. His name appeared in land and church records in different forms, including Hans de Boer, Hans Noorman, Hans Hanszen Van Bergen, Hans Hansen, and Hans Hansen Bergen. It was not until the late 17th or early 18th century that his descendents formally adopted the surname, Bergen.</p>
<p>In 1639, Hans Hansen Bergen married Sara Rapalje, who was mistakenly rumored to have been the first European child born in the colony of New Netherland. They had eight children, among them Michael Hansen Bergen (baptized November 4, 1646), who held civil office for several years and was one of the patentees named in Governor Thomas Dongan's patent of May 13, 1686, which provided the land grant that established the village of Breuklen in the colony of New York. He and his wife, Femmetje Bergen (nee Theunis) had five children.</p>
<p>Michael Hansen Bergen's son, Hans Michielzse Bergen (baptized March 11, 1689) was a baker who resided near Brooklyn Ferry with his wife, Rachel (nee Bensing or Benson). They had seven children, among them Tunis Bergen (baptized October 15, 1730), who held civil and military office in Brooklyn. Tunis and his wife, Johanna (nee Stoothoff) had nine children, including their son, Garret Bergen.</p>
<p>Garret Bergen (born January 11, 1772) held civil and church office in Brooklyn, and was married to Jane Wyckoff on January 6, 1806. Together they had eleven children, including their first born, Teunis G. Bergen, who was born on October 6, 1806.</p>
</bioghist>
<accessrestrict id="ref682">
<head>Conditions Governing Access</head>
<p>Open to researchers without restriction.</p>
</accessrestrict>
<prefercite id="ref685">
<head>Preferred Citation</head>
<p>Identification of item, date (if known); Teunis G. Bergen and Bergen family papers, ARC.006, Box and Folder number; Brooklyn Historical Society.</p>
</prefercite>
<arrangement id="ref687">
<head>Arrangement note</head>
<p>The collection is arranged in two manuscript groups. Group 1 is organized into six series:</p>
<list numeration="arabic" type="ordered">
<item>Correspondence (alphabetical)</item>
<item>Financial Records</item>
<item>Genealogical Research</item>
<item>History of New Utrecht</item>
<item>Personal Papers</item>
<item>Surveying Records</item>
</list>
<p>Group 2 is organized into two series:</p>
<list numeration="arabic" type="ordered">
<item>Bergen Family Papers</item>
<item>Bergen Extended Family Papers</item>
</list>
<p>Within each group, series and folders are arranged alphabetically.</p>
</arrangement>
<processinfo id="ref716">
<head>Processing Information</head>
<p>This collection brings together the following accessions into a single collection: 1977.056, 1977.057, 1977.058, 1977.069, 1977.070, 1977.239, 1977.264, 1977.306, 1977.108, 1977.260, 1977.263, 1977.147, 1977.262, 1974.159, 1974.174, 1977.159, and 1977.261.</p>
<p>The collection in its current form was arranged and described by Matthew Gorham in 2009 and 2010.</p>
</processinfo>
<controlaccess>
<corpname rules="dacs" source="naf">Democratic Party (N.Y.). State Convention.</corpname>
<corpname rules="Anglo-American_Cataloguing_Rules__2nd_ed." source="naf">Democratic Party (New York, N.Y.).</corpname>
<corpname rules="Anglo-American_Cataloguing_Rules__2nd_ed." source="naf">Kings County (N.Y.). Board of Supervisors.</corpname>
<corpname rules="Anglo-American_Cataloguing_Rules__2nd_ed." source="naf">New Utrecht Reformed Church (New York, N.Y.).</corpname>
<corpname rules="dacs" source="naf">New York (State). Legislature.</corpname>
<corpname rules="dacs" source="naf">United States. Congress. House.</corpname>
<geogname source="lcsh">Brooklyn (New York, N.Y.)</geogname>
<geogname source="lcsh">Brooklyn (New York, N.Y.) |v Maps</geogname>
<subject source="lcsh">Conveyancing |z New York (State)</subject>
<genreform source="aat">Correspondence</genreform>
<subject source="lcsh">Deeds |z New York (State) |z Kings County</subject>
<geogname source="lcsh">Flatbush (New York, N.Y.)</geogname>
<subject source="lcsh">Genealogy </subject>
<genreform source="lcgft">Land titles</genreform>
<subject source="lcsh">Legislators |z United States</subject>
<genreform source="aat">Maps</genreform>
<geogname source="lcsh">New Utrecht (New York, N.Y.)</geogname>
<geogname source="lcsh">New Utrecht (New York, N.Y.) |x History</geogname>
<genreform source="aat">Photographs</genreform>
<subject source="lcsh">Surveying</subject>
</controlaccess>
<dsc>
<c id="ref636" level="recordgrp">
<did>
<unittitle>Group 1: Teunis G. Bergen papers</unittitle>
</did>
<c id="ref689" level="series">
<did>
<unittitle>Series 1: Correspondence (alphabetical)</unittitle>
<physdesc>
<extent>2.0 Linear feet</extent>
<extent>in 5 boxes</extent>
</physdesc>
<unitdate normal="1828/1888" type="inclusive">1828-1888</unitdate>
</did>
<scopecontent id="ref806">
<head>Scope and Contents note</head>
<p>
<emph render="bold">Correspondence (alphabetical)</emph> consists of correspondence written to Teunis G. Bergen that was culled from his office records. Documents in this series are arranged alphabetically according to the name of the correspondent. The bulk of the correspondence concerns Bergen's duties as Supervisor of New Utrecht. In addition, there are letters requesting his expertise in matters of genealogy, history, and surveying, as well as invitations to civic, social, and political events.</p>
</scopecontent>
<c id="ref736" level="file">
<did>
<unittitle>Correspondence - A</unittitle>
<container id="cid276001" type="Box" label="Text">1</container>
<container parent="cid276001" type="Folder">1</container>
<unitdate normal="1845/1881" type="inclusive">1845-1881</unitdate>
</did>
</c>
<c id="ref797" level="file">
<did>
<unittitle>Correspondence - A</unittitle>
<container id="cid276002" type="Box" label="Text">1</container>
<container parent="cid276002" type="Folder">2</container>
<unitdate>1848-1882</unitdate>
</did>
</c>
<c id="ref691" level="file">
<did>
<unittitle>Correspondence - B</unittitle>
<container id="cid276003" type="Box" label="Text">1</container>
<container parent="cid276003" type="Folder">3</container>
<unitdate normal="1830/1888" type="inclusive">1830-1888</unitdate>
</did>
</c>
<c id="ref798" level="file">
<did>
<unittitle>Correspondence - B</unittitle>
<container id="cid276007" type="Box" label="Text">1</container>
<container parent="cid276007" type="Folder">4</container>
<unitdate normal="1835/1866" type="inclusive">1835-1866</unitdate>
</did>
</c>
<c id="ref737" level="file">
<did>
<unittitle>Correspondence - B</unittitle>
<container id="cid276006" type="Box" label="Text">1</container>
<container parent="cid276006" type="Folder">5</container>
<unitdate normal="1863/1881" type="inclusive">1863-1881</unitdate>
</did>
</c>
<c id="ref723" level="file">
<did>
<unittitle>Correspondence - C</unittitle>
<container id="cid276005" type="Box" label="Text">1</container>
<container parent="cid276005" type="Folder">6</container>
<unitdate normal="1835/1866" type="inclusive">1835-1866</unitdate>
</did>
</c>
<c id="ref692" level="file">
<did>
<unittitle>Correspondence - C</unittitle>
<container id="cid276004" type="Box" label="Text">1</container>
<container parent="cid276004" type="Folder">7</container>
<unitdate normal="1841/1879" type="inclusive">1841-1879</unitdate>
</did>
</c>
<c id="ref724" level="file">
<did>
<unittitle>Correspondence - C</unittitle>
<container id="cid276008" type="Box" label="Text">1</container>
<container parent="cid276008" type="Folder">8</container>
<unitdate normal="1867/1881" type="inclusive">1867-1881</unitdate>
</did>
</c>
<c id="ref725" level="file">
<did>
<unittitle>Correspondence - D</unittitle>
<container id="cid276010" type="Box" label="Text">1</container>
<container parent="cid276010" type="Folder">9</container>
<unitdate normal="1834/1866" type="inclusive">1834-1866</unitdate>
</did>
</c>
<c id="ref693" level="file">
<did>
<unittitle>Correspondence - D</unittitle>
<container id="cid276009" type="Box" label="Text">1</container>
<container parent="cid276009" type="Folder">10</container>
<unitdate normal="1824/1866" type="inclusive">1824-1866</unitdate>
</did>
</c>
<c id="ref726" level="file">
<did>
<unittitle>Correspondence - D</unittitle>
<container id="cid276017" type="Box" label="Text">2</container>
<container parent="cid276017" type="Folder">1</container>
<unitdate normal="1867/1881" type="inclusive">1867-1881</unitdate>
</did>
</c>
<c id="ref727" level="file">
<did>
<unittitle>Correspondence - E</unittitle>
<container id="cid276018" type="Box" label="Text">2</container>
<container parent="cid276018" type="Folder">2</container>
<unitdate normal="1842/1881" type="inclusive">1842-1881</unitdate>
</did>
</c>
<c id="ref694" level="file">
<did>
<unittitle>Correspondence - E</unittitle>
<container id="cid276011" type="Box" label="Text">2</container>
<container parent="cid276011" type="Folder">3</container>
<unitdate normal="1846/1875" type="inclusive">1846-1875</unitdate>
</did>
</c>
<c id="ref728" level="file">
<did>
<unittitle>Correspondence - F</unittitle>
<container id="cid276019" type="Box" label="Text">2</container>
<container parent="cid276019" type="Folder">4</container>
<unitdate normal="1851/1881" type="inclusive">1851-1881</unitdate>
</did>
</c>
<c id="ref695" level="file">
<did>
<unittitle>Correspondence - F</unittitle>
<container id="cid276012" type="Box" label="Text">2</container>
<container parent="cid276012" type="Folder">5</container>
<unitdate normal="1864/1881" type="inclusive">1864-1881</unitdate>
</did>
</c>
<c id="ref729" level="file">
<did>
<unittitle>Correspondence - G</unittitle>
<container id="cid276020" type="Box" label="Text">2</container>
<container parent="cid276020" type="Folder">6</container>
<unitdate normal="1832/1881" type="inclusive">1832-1881</unitdate>
</did>
</c>
<c id="ref696" level="file">
<did>
<unittitle>Correspondence - G</unittitle>
<container id="cid276013" type="Box" label="Text">2</container>
<container parent="cid276013" type="Folder">7</container>
<unitdate normal="1837/1881" type="inclusive">1837-1881</unitdate>
</did>
</c>
<c id="ref730" level="file">
<did>
<unittitle>Correspondence - H</unittitle>
<container id="cid276021" type="Box" label="Text">2</container>
<container parent="cid276021" type="Folder">8</container>
<unitdate normal="1843/1866" type="inclusive">1843-1866</unitdate>
</did>
</c>
<c id="ref697" level="file">
<did>
<unittitle>Correspondence - H</unittitle>
<container id="cid276014" type="Box" label="Text">2</container>
<container parent="cid276014" type="Folder">9</container>
<unitdate normal="1858/1881" type="inclusive">1858-1881</unitdate>
</did>
</c>
<c id="ref731" level="file">
<did>
<unittitle>Correspondence - H</unittitle>
<container id="cid276022" type="Box" label="Text">2</container>
<container parent="cid276022" type="Folder">10</container>
<unitdate normal="1867/1881" type="inclusive">1867-1881</unitdate>
</did>
</c>
<c id="ref698" level="file">
<did>
<unittitle>Correspondence - I</unittitle>
<container id="cid276015" type="Box" label="Text">2</container>
<container parent="cid276015" type="Folder">11</container>
<unitdate normal="1852/1881" type="inclusive">1852-1881</unitdate>
</did>
</c>
<c id="ref732" level="file">
<did>
<unittitle>Correspondence - I</unittitle>
<container id="cid276023" type="Box" label="Text">2</container>
<container parent="cid276023" type="Folder">12</container>
<unitdate normal="1857/1880" type="inclusive">1857-1880</unitdate>
</did>
</c>
<c id="ref699" level="file">
<did>
<unittitle>Correspondence - J</unittitle>
<container id="cid276016" type="Box" label="Text">2</container>
<container parent="cid276016" type="Folder">13</container>
<unitdate normal="1832/1878" type="inclusive">1832-1878</unitdate>
</did>
</c>
<c id="ref733" level="file">
<did>
<unittitle>Correspondence - J</unittitle>
<container id="cid276024" type="Box" label="Text">2</container>
<container parent="cid276024" type="Folder">14</container>
<unitdate normal="1851/1881" type="inclusive">1851-1881</unitdate>
</did>
</c>
<c id="ref734" level="file">
<did>
<unittitle>Correspondence - K</unittitle>
<container id="cid276025" type="Box" label="Text">2</container>
<container parent="cid276025" type="Folder">15</container>
<unitdate normal="1842/1882" type="inclusive">1842-1882</unitdate>
</did>
</c>
<c id="ref700" level="file">
<did>
<unittitle>Correspondence - K</unittitle>
<container id="cid276026" type="Box" label="Text">3</container>
<container parent="cid276026" type="Folder">1</container>
<unitdate normal="1842/1882" type="inclusive">1842-1882</unitdate>
</did>
</c>
<c id="ref735" level="file">
<did>
<unittitle>Correspondence - L</unittitle>
<container id="cid276031" type="Box" label="Text">3</container>
<container parent="cid276031" type="Folder">2</container>
<unitdate normal="1836/1881" type="inclusive">1836-1881</unitdate>
</did>
</c>
<c id="ref701" level="file">
<did>
<unittitle>Correspondence - L</unittitle>
<container id="cid276027" type="Box" label="Text">3</container>
<container parent="cid276027" type="Folder">3</container>
<unitdate normal="1836/1881" type="inclusive">1836-1881</unitdate>
</did>
</c>
<c id="ref738" level="file">
<did>
<unittitle>Correspondence - L</unittitle>
<container id="cid276032" type="Box" label="Text">3</container>
<container parent="cid276032" type="Folder">4</container>
<unitdate normal="1837/1865" type="inclusive">1837-1865</unitdate>
</did>
</c>
<c id="ref739" level="file">
<did>
<unittitle>Correspondence - L</unittitle>
<container id="cid276033" type="Box" label="Text">3</container>
<container parent="cid276033" type="Folder">5</container>
<unitdate normal="1866/1880" type="inclusive">1866-1880</unitdate>
</did>
</c>
<c id="ref702" level="file">
<did>
<unittitle>Correspondence - M</unittitle>
<container id="cid276028" type="Box" label="Text">3</container>
<container parent="cid276028" type="Folder">6</container>
<unitdate normal="1828/1887" type="inclusive">1828-1887</unitdate>
</did>
</c>
<c id="ref740" level="file">
<did>
<unittitle>Correspondence - M</unittitle>
<container id="cid276034" type="Box" label="Text">3</container>
<container parent="cid276034" type="Folder">7</container>
<unitdate normal="1836/1865" type="inclusive">1836-1865</unitdate>
</did>
</c>
<c id="ref741" level="file">
<did>
<unittitle>Correspondence - M</unittitle>
<container id="cid276035" type="Box" label="Text">3</container>
<container parent="cid276035" type="Folder">8</container>
<unitdate normal="1866/1876" type="inclusive">1866-1870, 1876</unitdate>
</did>
</c>
<c id="ref742" level="file">
<did>
<unittitle>Correspondence - M</unittitle>
<container id="cid276036" type="Box" label="Text">3</container>
<container parent="cid276036" type="Folder">9</container>
<unitdate normal="1871/1881" type="inclusive">1871-1881</unitdate>
</did>
</c>
<c id="ref743" level="file">
<did>
<unittitle>Correspondence - N</unittitle>
<container id="cid276037" type="Box" label="Text">3</container>
<container parent="cid276037" type="Folder">10</container>
<unitdate normal="1849/1881" type="inclusive">1849-1881</unitdate>
</did>
</c>
<c id="ref703" level="file">
<did>
<unittitle>Correspondence - N</unittitle>
<container id="cid276029" type="Box" label="Text">3</container>
<container parent="cid276029" type="Folder">11</container>
<unitdate normal="1852/1882" type="inclusive">1852-1882</unitdate>
</did>
</c>
<c id="ref704" level="file">
<did>
<unittitle>Correspondence - O</unittitle>
<container id="cid276030" type="Box" label="Text">3</container>
<container parent="cid276030" type="Folder">12</container>
<unitdate normal="1802/1883" type="inclusive">1802-1883</unitdate>
</did>
</c>
<c id="ref705" level="file">
<did>
<unittitle>Correspondence - P</unittitle>
<container id="cid276038" type="Box" label="Text">4</container>
<container parent="cid276038" type="Folder">1</container>
<unitdate normal="1839/1886" type="inclusive">1839-1886</unitdate>
</did>
</c>
<c id="ref706" level="file">
<did>
<unittitle>Correspondence - Q</unittitle>
<container id="cid276039" type="Box" label="Text">4</container>
<container parent="cid276039" type="Folder">2</container>
<unitdate normal="1864/1878" type="inclusive">1864-1878</unitdate>
</did>
</c>
<c id="ref707" level="file">
<did>
<unittitle>Correspondence - R</unittitle>
<container id="cid276040" type="Box" label="Text">4</container>
<container parent="cid276040" type="Folder">3</container>
<unitdate normal="1848/1882" type="inclusive">1848-1882</unitdate>
</did>
</c>
<c id="ref708" level="file">
<did>
<unittitle>Correspondence - S</unittitle>
<container id="cid276041" type="Box" label="Text">4</container>
<container parent="cid276041" type="Folder">4</container>
<unitdate normal="1830/1888" type="inclusive">1830-1888</unitdate>
</did>
</c>
<c id="ref799" level="file">
<did>
<unittitle>Correspondence - S</unittitle>
<container id="cid276042" type="Box" label="Text">4</container>
<container parent="cid276042" type="Folder">5</container>
<unitdate>1832-1867</unitdate>
</did>
</c>
<c id="ref800" level="file">
<did>
<unittitle>Correspondence - S</unittitle>
<container id="cid276043" type="Box" label="Text">5</container>
<container parent="cid276043" type="Folder">1</container>
<unitdate normal="1868/1882" type="inclusive">1868-1882</unitdate>
</did>
</c>
<c id="ref709" level="file">
<did>
<unittitle>Correspondence - T</unittitle>
<container id="cid276044" type="Box" label="Text">5</container>
<container parent="cid276044" type="Folder">2</container>
<unitdate normal="1841/1879" type="inclusive">1841-1879</unitdate>
</did>
</c>
<c id="ref710" level="file">
<did>
<unittitle>Correspondence - U</unittitle>
<container id="cid276045" type="Box" label="Text">5</container>
<container parent="cid276045" type="Folder">3</container>
<unitdate normal="1837/1837">1837-1882</unitdate>
</did>
</c>
<c id="ref711" level="file">
<did>
<unittitle>Correspondence - V</unittitle>
<container id="cid276046" type="Box" label="Text">5</container>
<container parent="cid276046" type="Folder">4</container>
<unitdate normal="1831/1887" type="inclusive">1831-1887</unitdate>
</did>
</c>
<c id="ref712" level="file">
<did>
<unittitle>Correspondence - W</unittitle>
<container id="cid276047" type="Box" label="Text">5</container>
<container parent="cid276047" type="Folder">5</container>
<unitdate normal="1852/1883" type="inclusive">1852-1883</unitdate>
</did>
</c>
<c id="ref713" level="file">
<did>
<unittitle>Correspondence - Y</unittitle>
<container id="cid276048" type="Box" label="Text">5</container>
<container parent="cid276048" type="Folder">6</container>
<unitdate normal="1865/1884" type="inclusive">1865-1884</unitdate>
</did>
</c>
<c id="ref714" level="file">
<did>
<unittitle>Correspondence - Z</unittitle>
<container id="cid276049" type="Box" label="Text">5</container>
<container parent="cid276049" type="Folder">7</container>
<unitdate normal="1843/1843">1843-1876</unitdate>
</did>
</c>
</c>
<c id="ref81" level="series">
<did>
<unittitle>Series 2: Financial records</unittitle>
<physdesc>
<extent>3.0 Linear feet</extent>
<extent>in 7 boxes.</extent>
</physdesc>
<unitdate normal="1820/1880" type="inclusive">1820-1880</unitdate>
</did>
<scopecontent id="ref807">
<head>Scope and Contents note</head>
<p>
<emph render="bold">Financial records</emph> comprises documents pertaining to Bergen's personal finances, including account ledgers; bank books; bank, tax and business receipts; property deeds; expenditure books; bank checks; etc.</p>
</scopecontent>
<c id="ref82" level="file">
<did>
<unittitle>Account as Commissioner on Aqueduct lands</unittitle>
<container id="cid276050" type="Box" label="Text">6</container>
<container parent="cid276050" type="Folder">1</container>
<unitdate normal="1856/1856">1856</unitdate>
</did>
</c>
<c id="ref83" level="file">
<did>
<unittitle>Account books</unittitle>
<container id="cid276051" type="Box" label="Text">6</container>
<container parent="cid276051" type="Folder">2</container>
<unitdate normal="1856/1856">ca. 1856-1880</unitdate>
</did>
</c>
<c id="ref84" level="file">
<did>
<unittitle>Account ledger & journal</unittitle>
<container id="cid276052" type="Box" label="Text">6</container>
<container parent="cid276052" type="Folder">3</container>
<unitdate normal="1820/1820">1820</unitdate>
</did>
</c>
<c id="ref85" level="file">
<did>
<unittitle>Account ledger</unittitle>
<container id="cid276053" type="Box" label="Text">6</container>
<container parent="cid276053" type="Folder">4</container>
<unitdate normal="1827/1874" type="inclusive">1827-1874</unitdate>
</did>
</c>
<c id="ref86" level="file">
<did>
<unittitle>Account ledger</unittitle>
<container id="cid276054" type="Box" label="Text">6</container>
<container parent="cid276054" type="Folder">5</container>
<unitdate normal="1827/1874" type="inclusive">1827-1874</unitdate>
</did>
</c>
<c id="ref87" level="file">
<did>
<unittitle>Account with hired hands</unittitle>
<container id="cid276055" type="Box" label="Text">6</container>
<container parent="cid276055" type="Folder">6</container>
<unitdate normal="1829/1874" type="inclusive">1829-1874</unitdate>
</did>
</c>
<c id="ref88" level="file">
<did>
<unittitle>Accounts with Baldwin</unittitle>
<container id="cid276056" type="Box" label="Text">6</container>
<container parent="cid276056" type="Folder">7</container>
<unitdate normal="1830/1881" type="inclusive">circa 1830-1881</unitdate>
</did>
</c>
<c id="ref89" level="file">
<did>
<unittitle>Accounts with Chauncey, D&M</unittitle>
<container id="cid276057" type="Box" label="Text">6</container>
<container parent="cid276057" type="Folder">8</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref90" level="file">
<did>
<unittitle>Accounts with Folk, J.M.</unittitle>
<container id="cid276058" type="Box" label="Text">6</container>
<container parent="cid276058" type="Folder">9</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref91" level="file">
<did>
<unittitle>Accounts with McDougal, Isaac</unittitle>
<container id="cid276059" type="Box" label="Text">6</container>
<container parent="cid276059" type="Folder">10</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref92" level="file">
<did>
<unittitle>Accounts - Miscellaneous</unittitle>
<container id="cid276060" type="Box" label="Text">6</container>
<container parent="cid276060" type="Folder">11</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref93" level="file">
<did>
<unittitle>Bank books</unittitle>
<container id="cid276061" type="Box" label="Text">7</container>
<container parent="cid276061" type="Folder">1</container>
<unitdate normal="1833/1874" type="inclusive">1833-1874</unitdate>
</did>
</c>
<c id="ref94" level="file">
<did>
<unittitle>Bank checks</unittitle>
<container id="cid276062" type="Box" label="Text">7</container>
<container parent="cid276062" type="Folder">2</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref95" level="file">
<did>
<unittitle>Bank checks</unittitle>
<container id="cid276063" type="Box" label="Text">7</container>
<container parent="cid276063" type="Folder">3</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref96" level="file">
<did>
<unittitle>Bay Ridge Fire Department - Ledger of Dues</unittitle>
<container id="cid276064" type="Box" label="Text">7</container>
<container parent="cid276064" type="Folder">4</container>
<unitdate normal="1861/1893" type="inclusive">1861-1893</unitdate>
</did>
</c>
<c id="ref97" level="file">
<did>
<unittitle>Blotters No. II & III</unittitle>
<container id="cid276065" type="Box" label="Text">7</container>
<container parent="cid276065" type="Folder">5</container>
<unitdate normal="1840/1880" type="inclusive">circa 1840-1880</unitdate>
</did>
</c>
<c id="ref98" level="file">
<did>
<unittitle>Board of Supervisors</unittitle>
<container id="cid276066" type="Box" label="Text">7</container>
<container parent="cid276066" type="Folder">6</container>
<unitdate normal="1846/1858" type="inclusive">1846-1858</unitdate>
</did>
</c>
<c id="ref99" level="file">
<did>
<unittitle>Cash Books (A-D)</unittitle>
<container id="cid276067" type="Box" label="Text">8</container>
<container parent="cid276067" type="Folder">1</container>
<unitdate normal="1827/1853" type="inclusive">1827-1853</unitdate>
</did>
</c>
<c id="ref100" level="file">
<did>
<unittitle>Cash books (E)</unittitle>
<container id="cid276068" type="Box" label="Text">8</container>
<container parent="cid276068" type="Folder">2</container>
<unitdate normal="1853/1880" type="inclusive">1853-1880</unitdate>
</did>
</c>
<c id="ref101" level="file">
<did>
<unittitle>Day books (A-C)</unittitle>
<container id="cid276069" type="Box" label="Text">8</container>
<container parent="cid276069" type="Folder">3</container>
<unitdate normal="1827/1880" type="inclusive">1827-1880</unitdate>
</did>
</c>
<c id="ref102" level="file">
<did>
<unittitle>Deed - Gravesend</unittitle>
<container id="cid276070" type="Box" label="Text">8</container>
<container parent="cid276070" type="Folder">4</container>
<unitdate normal="1710/1710">1710</unitdate>
</did>
</c>
<c id="ref103" level="file">
<did>
<unittitle>Deeds & Agreements - New Utrecht</unittitle>
<container id="cid276071" type="Box" label="Text">8</container>
<container parent="cid276071" type="Folder">5</container>
<unitdate normal="1815/1827" type="inclusive">1815-1827</unitdate>
</did>
</c>
<c id="ref104" level="file">
<did>
<unittitle>Expenditures (A-B)</unittitle>
<container id="cid276072" type="Box" label="Text">8</container>
<container parent="cid276072" type="Folder">6</container>
<unitdate normal="1827/1827">1827</unitdate>
</did>
</c>
<c id="ref105" level="file">
<did>
<unittitle>Expenditures (C-D)</unittitle>
<container id="cid276073" type="Box" label="Text">9</container>
<container parent="cid276073" type="Folder">1</container>
<unitdate normal="1843/1856" type="inclusive">1843-1856</unitdate>
</did>
</c>
<c id="ref106" level="file">
<did>
<unittitle>Expenditures (E-F)</unittitle>
<container id="cid276074" type="Box" label="Text">9</container>
<container parent="cid276074" type="Folder">2</container>
<unitdate normal="1856/1880" type="inclusive">1856-1880</unitdate>
</did>
</c>
<c id="ref107" level="file">
<did>
<unittitle>Expense books</unittitle>
<container id="cid276075" type="Box" label="Text">9</container>
<container parent="cid276075" type="Folder">3</container>
<unitdate>1824-1837; 1850-1862</unitdate>
</did>
</c>
<c id="ref108" level="file">
<did>
<unittitle>Journal on horticulture</unittitle>
<container id="cid276076" type="Box" label="Text">9</container>
<container parent="cid276076" type="Folder">4</container>
<unitdate normal="1823/1828" type="inclusive">1823-1828</unitdate>
</did>
</c>
<c id="ref109" level="file">
<did>
<unittitle>Journals</unittitle>
<container id="cid276077" type="Box" label="Text">9</container>
<container parent="cid276077" type="Folder">5</container>
<unitdate normal="1867/1873" type="inclusive">1867-1873</unitdate>
</did>
</c>
<c id="ref110" level="file">
<did>
<unittitle>Market Produce books</unittitle>
<container id="cid276078" type="Box" label="Text">9</container>
<container parent="cid276078" type="Folder">6</container>
<unitdate normal="1850/1859" type="inclusive">circa 1850's</unitdate>
</did>
</c>
<c id="ref111" level="file">
<did>
<unittitle>Memorandum books</unittitle>
<container id="cid276079" type="Box" label="Text">9</container>
<container parent="cid276079" type="Folder">7</container>
<unitdate normal="1856/1858" type="inclusive">1856-1858</unitdate>
</did>
</c>
<c id="ref112" level="file">
<did>
<unittitle>Miscellaneous</unittitle>
<container id="cid276080" type="Box" label="Text">9</container>
<container parent="cid276080" type="Folder">8</container>
<unitdate normal="1830/1881" type="inclusive">circa 1830-1881</unitdate>
</did>
</c>
<c id="ref717" level="file">
<did>
<unittitle>Miscellaneous/receipts</unittitle>
<container id="cid276081" type="Box" label="Text">9</container>
<container parent="cid276081" type="Folder">9</container>
<unitdate normal="1860/1881" type="inclusive">1860-1881</unitdate>
</did>
</c>
<c id="ref71" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276082" type="Box" label="Text">10</container>
<container parent="cid276082" type="Folder">1</container>
<unitdate normal="1827/1838" type="inclusive">1827-1838</unitdate>
</did>
</c>
<c id="ref72" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276083" type="Box" label="Text">10</container>
<container parent="cid276083" type="Folder">2</container>
<unitdate normal="1838/1846" type="inclusive">1838-1846</unitdate>
</did>
</c>
<c id="ref73" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276084" type="Box" label="Text">10</container>
<container parent="cid276084" type="Folder">3</container>
<unitdate normal="1847/1853" type="inclusive">1847-1853</unitdate>
</did>
</c>
<c id="ref74" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276085" type="Box" label="Text">11</container>
<container parent="cid276085" type="Folder">1</container>
<unitdate normal="1853/1855" type="inclusive">1853-1855</unitdate>
</did>
</c>
<c id="ref75" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276086" type="Box" label="Text">11</container>
<container parent="cid276086" type="Folder">2</container>
<unitdate normal="1860/1863" type="inclusive">1860-1863</unitdate>
</did>
</c>
<c id="ref76" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276087" type="Box" label="Text">11</container>
<container parent="cid276087" type="Folder">3</container>
<unitdate normal="1863/1868" type="inclusive">1863-1868</unitdate>
</did>
</c>
<c id="ref77" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276088" type="Box" label="Text">11</container>
<container parent="cid276088" type="Folder">4</container>
<unitdate normal="1865/1871" type="inclusive">1865-1871</unitdate>
</did>
</c>
<c id="ref78" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276089" type="Box" label="Text">12</container>
<container parent="cid276089" type="Folder">1</container>
<unitdate normal="1872/1873" type="inclusive">1872-1873</unitdate>
</did>
</c>
<c id="ref79" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276090" type="Box" label="Text">12</container>
<container parent="cid276090" type="Folder">2</container>
<unitdate>1874-1875</unitdate>
</did>
</c>
<c id="ref80" level="file">
<did>
<unittitle>Receipts</unittitle>
<container id="cid276091" type="Box" label="Text">12</container>
<container parent="cid276091" type="Folder">3</container>
<unitdate normal="1873/1880" type="inclusive">1873-1880</unitdate>
</did>
</c>
<c id="ref114" level="file">
<did>
<unittitle>Surveys</unittitle>
<container id="cid276092" type="Box" label="Text">12</container>
<container parent="cid276092" type="Folder">4</container>
<unitdate>1846-1857</unitdate>
</did>
</c>
</c>
<c id="ref52" level="series">
<did>
<unittitle>Series 3: Genealogical research</unittitle>
<langmaterial>
<language langcode="eng"/>
</langmaterial>
<physdesc>
<extent>1.0 Linear feet</extent>
<extent>in 2 boxes.</extent>
</physdesc>
<unitdate normal="1858/1880" type="inclusive">1858-1880</unitdate>
</did>
<scopecontent id="ref808">
<head>Scope and Contents note</head>
<p>
<emph render="bold">Genealogical research</emph> primarily consists of the research materials compiled by Bergen to write his book,
<emph render="italic">The Bergen Family: Or the Descendents of Hans Hansen Bergen, One of the Early Settlers of New York and Brooklyn, L.I.</emph> Correspondence in this collection consists of responses of Bergen extended family members concerning birth, marriage, and death dates. The miscellaneous folders contain research materials from a variety of sources and includes what appear to be drafts of his book. The folders titled with geographic place names consist of research materials pertaining to branches of the Bergen family in relation to the areas in which they settled. Also included are items related to the genealogy of other prominent Brooklyn families. The Coats of Arms folder contains coats of arms of the Schenck, Van der Veer, Lott, Cowenhoven, Voorhies, and Van Duyn families. The Schenck family correspondence consists of letters to Bergen from members of the Schenck family of Brooklyn requesting information on their family's genealogy. These letters highlight Bergen's role in his community as an expert on local history and genealogy.</p>
</scopecontent>
<c id="ref53" level="file">
<did>
<unittitle>Coat of Arms</unittitle>
<container id="cid276093" type="Box" label="Text">13</container>
<container parent="cid276093" type="Folder">1</container>
<unitdate>Date unknown</unitdate>
</did>
</c>
<c id="ref54" level="file">
<did>
<unittitle>Colonial manuscripts (handwritten copies)</unittitle>
<container id="cid276094" type="Box" label="Text">13</container>
<container parent="cid276094" type="Folder">2</container>
<unitdate normal="1830/1881" type="inclusive">circa 1830-1881</unitdate>
</did>
</c>
<c id="ref55" level="file">
<did>
<unittitle>Correspondence</unittitle>
<container id="cid276095" type="Box" label="Text">13</container>
<container parent="cid276095" type="Folder">3</container>
<unitdate normal="1858/1869" type="inclusive">1858-1869</unitdate>
</did>
</c>
<c id="ref56" level="file">
<did>
<unittitle>Correspondence</unittitle>
<container id="cid276096" type="Box" label="Text">13</container>
<container parent="cid276096" type="Folder">4</container>
<unitdate normal="1870/1880" type="inclusive">1870-1880</unitdate>
</did>
</c>
<c id="ref57" level="file">
<did>
<unittitle>Miscellaneous research</unittitle>
<container id="cid276097" type="Box" label="Text">13</container>
<container parent="cid276097" type="Folder">5</container>
<unitdate normal="1830/1881" type="inclusive">circa 1830-1881</unitdate>
</did>
</c>
<c id="ref58" level="file">
<did>
<unittitle>Miscellaneous research</unittitle>
<container id="cid276098" type="Box" label="Text">13</container>
<container parent="cid276098" type="Folder">6</container>
<unitdate normal="1830/1881" type="inclusive">circa 1830-1881</unitdate>
</did>
</c>
<c id="ref59" level="file">
<did>
<unittitle>Miscellaneous research</unittitle>
<container id="cid276099" type="Box" label="Text">13</container>
<container parent="cid276099" type="Folder">7</container>
<unitdate normal="1830/1881" type="inclusive">circa 1830-1881</unitdate>
</did>
</c>
<c id="ref60" level="file">
<did>
<unittitle>Regional - Brooklyn</unittitle>