-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path1151.xml
963 lines (963 loc) · 51.2 KB
/
1151.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
<?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.fb67">beinecke.fb67</recordid>
<otherrecordid localtype="BIB">7041635</otherrecordid>
<filedesc>
<titlestmt>
<titleproper>Guide to the Oliver Cromwell, Collection
</titleproper>
<titleproper localtype="filing">Cromwell (Oliver) Collection</titleproper>
<author>by Beinecke Staff</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>August 2005</date>
<num>OSBORN FB67</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">7041635</num>.</p>
</controlnote>
<controlnote localtype="onsite">
<p>Box: 1</p>
</controlnote>
<controlnote localtype="digital">
<p>This collection contains <num localtype="objects" altrender="8">8</num> published digital objects. And those objects are comprised of <num localtype="files" altrender="14">14</num> digital files.</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>beinecke manuscript unit archival processing manual</abbr>
<citation>translation missing: en.enumerations.resource_finding_aid_description_rules.beinecke manuscript unit archival processing manual</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>
<localcontrol localtype="findaidstatus">
<term>under_revision</term>
</localcontrol>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"/>
<eventdatetime>2025-01-09T00:12:43-05:00</eventdatetime>
<agenttype value="machine"/>
<agent>ArchivesSpace yale-rebased-v3.3.1</agent>
<eventdescription>This finding aid was produced using ArchivesSpace on Thursday January 9, 2025 at 00:12</eventdescription>
</maintenanceevent>
</maintenancehistory>
</control>
<archdesc altrender="/repositories/11/resources/1151" level="collection">
<did>
<unittitle>"Oliver Cromwell - autograph letters and historical documents 1646-1658"</unittitle>
<unitid>OSBORN FB67</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>0.17</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<physdesc localtype="container_summary">1 volume</physdesc>
<unitdatestructured altrender="1646-1658" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1646">1646</fromdate>
<todate standarddate="1658">1658</todate>
</daterange>
</unitdatestructured>
<abstract id="aspace_e57141cf9a1d6ed69fd64cdfc5222dd3">Collection of letters, documents, printed pieces, and portraits of Cromwell and his associates. Contents include 9 MS of Cromwell, 13 MS of persons associated with Cromwell, 19 printed or engraved broadsides, cartoons, etc., 22 portraits of Cromwell and 20 portraits of his associates.</abstract>
<origination label="Creator">
<persname rules="aacr">
<part localtype="agent_person">Cromwell, Oliver, 1599-1658</part>
</persname>
</origination>
</did>
<acqinfo id="aspace_3c1255b9d4243bc8991b9833f1079de8">
<head>Immediate Source of Acquisition</head>
<p>For provenance information, consult the appropriate curator.</p>
</acqinfo>
<userestrict id="aspace_e3ee55e3c34f1be447782644155201b6">
<head>Conditions Governing Use</head>
<p>Osborn fb67 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_084d6cd064ff25f1203f452c15d9c529">
<head>Preferred Citation</head>
<p>Oliver Cromwell, Collection. James Marshall and Marie-Louise Osborn Collection, Beinecke Rare Book and Manuscript Library, Yale University.</p>
</prefercite>
<accessrestrict id="aspace_52197e9232c208678107e8903d1ba0bf">
<head>Conditions Governing Access</head>
<p>The materials are open for research.</p>
</accessrestrict>
<processinfo id="aspace_77b22014c7d11d55997355aa6ed2d6b9">
<head>Processing Information</head>
<p>This finding aid was produced from a previously existing list or card set. All pertinent bibliographical information has been retained; the volume may contain additional unlisted material.</p>
</processinfo>
<scopecontent id="aspace_5c2e97e36564a7c5992a26270247f227">
<head>Scope and Contents</head>
<p>The following finding aid is a partial inventory of the contents of <ref actuate="onrequest" show="replace" target="ref9">Osborn fb67</ref>. This list was reformatted from previously existing cataloging.</p>
</scopecontent>
<controlaccess>
<persname rules="aacr">
<part localtype="agent_person">Cromwell, Oliver, 1599-1658</part>
</persname>
</controlaccess>
<dsc>
<c altrender="/repositories/11/archival_objects/429545"
id="ref9"
level="series">
<did>
<unittitle>Osborn fb67: Partial List</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429546"
id="ref10"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429547"
id="ref11"
level="file">
<did>
<unittitle>ALS to [?]</unittitle>
<unitdatestructured altrender="1650 Feb 18" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1650-02-18">1650 Feb 18</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref11_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_08e8750ed995d5145e09e5302965dfdc">
<head>Scope and Contents</head>
<p>"My deere freind I perceave by <lb/> Harrison's letter you made me play <lb/> the fool ..." <lb/> 67/3</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429548"
id="ref13"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429549"
id="ref14"
level="file">
<did>
<unittitle>ALS to Bridget (Cromwell) Ireton later Mrs Fleetwood)</unittitle>
<unitdatestructured altrender="1646 Oct 25" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1646-10-25">1646 Oct 25</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref14_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161138">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267725"
identifier="oid:10267725"
linktitle="1 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464603/full/!150,150/0/default.jpg"
identifier="oid:10267725"
linktitle="1646 October 25 : l. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267725"
identifier="oid:10267725"
linktitle="1646 October 25 : l. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>ALS to Bridget (Cromwell) Ireton later Mrs Fleetwood)</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_a7d464064426761a89247fe6c8c1af69">
<head>Scope and Contents</head>
<p>"Deere Daughter I write not to thy <lb/> husband partly to avoid trouble ..." <lb/> 67/7</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429550"
id="ref16"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429551"
id="ref17"
level="file">
<did>
<unittitle>Document, signed, ordering Sir John Wollaston to make payment to Colonel Culme. Appended is receipt signed by Col. Culme, 1649 Aug 31.</unittitle>
<unitdatestructured altrender="1649 Aug 30" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1649-08-30">1649 Aug 30</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref17_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161139">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267726"
identifier="oid:10267726"
linktitle="2 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464604/full/!150,150/0/default.jpg"
identifier="oid:10267726"
linktitle="1649 August 30 : p. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267726"
identifier="oid:10267726"
linktitle="1649 August 30 : p. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>Document, signed, ordering Sir John Wollaston to make payment to Colonel Culme. Appended is receipt signed by Col. Culme, 1649 Aug 31.</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_10e5276aea515039e9c838e5d5ed2cd3">
<head>Scope and Contents</head>
<p>[Ireland] <lb/> "These are to require you ... to <lb/> paie Collonell Culme ..." <lb/> 67/13</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429552"
id="ref19"
level="subseries">
<did>
<unittitle>SKIPPON, PHILIP, D.1660</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429553"
id="ref20"
level="file">
<did>
<unittitle>LS to William Grey, 1st baron Grey of Werke (d.1674)</unittitle>
<unitdatestructured altrender="1645 Jun 21" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1645-06-21">1645 Jun 21</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref20_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161216">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10563803"
identifier="oid:10563803"
linktitle="2 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/10575792/full/!150,150/0/default.jpg"
identifier="oid:10563803"
linktitle="p. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10563803"
identifier="oid:10563803"
linktitle="p. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>LS to William Grey, 1st baron Grey of Werke (d.1674)</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_b40ae09cc889f4bc331a5f1f59b2af8e">
<head>Scope and Contents</head>
<p>Bosworth <lb/> "My Lord I humbly thanke yr. Lo. for <lb/> taking any notice of my unworthy <lb/> service ..." <lb/> 67/17</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429554"
id="ref22"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429555"
id="ref23"
level="file">
<did>
<unittitle>LS to the Middlesex Magistrates</unittitle>
<unitdatestructured altrender="1651 Jan 12" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1651-01-12">1651 Jan 12</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref23_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161140">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267727"
identifier="oid:10267727"
linktitle="2 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464606/full/!150,150/0/default.jpg"
identifier="oid:10267727"
linktitle="1651 January 12 : p. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267727"
identifier="oid:10267727"
linktitle="1651 January 12 : p. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>LS to the Middlesex Magistrates</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_1d1205c19456990e82aa73313190558d">
<head>Scope and Contents</head>
<p>York <lb/> "Gentlemen, Whereas it is provided <lb/> by severall Acts and ordinances ..." <lb/> Concerns relief for maimed soldiers <lb/> and their dependents. <lb/> 67/19</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429556"
id="ref25"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429557"
id="ref26"
level="file">
<did>
<unittitle>LS to Thomas Harrison (1606-1660)</unittitle>
<unitdatestructured altrender="1651 May 3" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1651-05-03">1651 May 3</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref26_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161141">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267728"
identifier="oid:10267728"
linktitle="2 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464608/full/!150,150/0/default.jpg"
identifier="oid:10267728"
linktitle="1651 May 3 : p. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267728"
identifier="oid:10267728"
linktitle="1651 May 3 : p. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>LS to Thomas Harrison (1606-1660)</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_34101b543efe8301e73a389ba26c421d">
<head>Scope and Contents</head>
<p>Edinburgh <lb/> "Dear Harrison I Received thine of <lb/> the 23d of Aprill ..." <lb/> Concerns troop movements. <lb/> 67/23</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429558"
id="ref28"
level="subseries">
<did>
<unittitle>FLEETWOOD, CHARLES, D. 1692</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429559"
id="ref29"
level="file">
<did>
<unittitle>"Relacon of the Fighte"</unittitle>
<unitdatestructured altrender="1651 Sep 5" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1651-09-05">1651 Sep 5</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref29_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_34b743dd3431c5fbdff53be4af4cbd43">
<head>Scope and Contents</head>
<p>67/27</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429560"
id="ref31"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429561"
id="ref32"
level="file">
<did>
<unittitle>LS (in Latin) to the Senate of Geneva</unittitle>
<unitdatestructured altrender="1655 Jul 28" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1655-07-28">1655 Jul 28</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref32_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_58d108a04a14efa0ac2e228a6560b39b">
<head>Scope and Contents</head>
<p>Westminster <lb/> "Tristissimum illud quod de <lb/> sanguinaria Evangelicorum ..." <lb/> Concerning the persecution of <lb/> Protestants in the Vaudois. <lb/> 67/35</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429562"
id="ref34"
level="subseries">
<did>
<unittitle>NOTTINGHAM, CHARLES HOWARD, 2ND EARL OF, 1610-1681</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429563"
id="ref35"
level="file">
<did>
<unittitle>LS to Edward Montagu, 2nd earl of Manchester (1602-1671), Speaker of the House of Lords.</unittitle>
<unitdatestructured altrender="1647 Jun 26" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1647-06-26">1647 Jun 26</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref35_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_703fa9ff3bca28de5a5514e2d88ddce2">
<head>Scope and Contents</head>
<p>Uxbridge <lb/> "May it please yr. Lor. Wee came <lb/> hither Last Night where wee found <lb/> th Generall ..." <lb/> 67/39</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429564"
id="ref37"
level="subseries">
<did>
<unittitle>FAIRFAX, CHARLES</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429565"
id="ref38"
level="file">
<did>
<unittitle>LS to an army officer in the West Country</unittitle>
<unitdatestructured altrender="1647 Aug 5" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1647-08-05">1647 Aug 5</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref38_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_484efe163d3e796f700e4f50ef7ca221">
<head>Scope and Contents</head>
<p>[Thirwall] <lb/> "I shall not bee soo large as I <lb/> intended ..." <lb/> 67/41</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429566"
id="ref40"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429567"
id="ref41"
level="file">
<did>
<unittitle>Document, signed</unittitle>
<unitdatestructured altrender="1651 Jun 12" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1651-06-12">1651 Jun 12</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref41_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161142">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267729"
identifier="oid:10267729"
linktitle="1 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464610/full/!150,150/0/default.jpg"
identifier="oid:10267729"
linktitle="1651 June 12 : l. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267729"
identifier="oid:10267729"
linktitle="1651 June 12 : l. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>Document, signed</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_7703bc8b8b8cfeb243df5db64b3b4cf9">
<head>Scope and Contents</head>
<p>Edinburgh <lb/> General pass for Capt. Edward Moore <lb/> and staff. <lb/> 67/43</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429568"
id="ref43"
level="subseries">
<did>
<unittitle>SCOT, THOMAS, D.1660</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429569"
id="ref44"
level="file">
<did>
<unittitle>LS to the Council of State</unittitle>
<unitdatestructured altrender="1651 Aug 31" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1651-08-31">1651 Aug 31</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref44_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_d42d34b447fd3115c07ec63c1f6e3132">
<head>Scope and Contents</head>
<p>Worcester <lb/> Signed jointly by Scot and Major <lb/> R. Salwey. <lb/> 67/45</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429570"
id="ref46"
level="subseries">
<did>
<unittitle>LILBURNE, ROBERT, 1613-1665</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429571"
id="ref47"
level="file">
<did>
<unittitle>LS to the Council of State</unittitle>
<unitdate label="creation" unitdatetype="inclusive">1652/3 Feb 26</unitdate>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref47_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_fa8a95e509e40447a42062d4fa2a9fe1">
<head>Scope and Contents</head>
<p>67/46</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429572"
id="ref49"
level="subseries">
<did>
<unittitle>BLAKE, ROBERT, 1599-1657</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429573"
id="ref50"
level="file">
<did>
<unittitle>LS to the Commissioners of the Navy</unittitle>
<unitdatestructured altrender="1653 Jun 7" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1653-06-07">1653 Jun 7</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref50_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_85e278addf0784d0f936f8edc441e4c2">
<head>Scope and Contents</head>
<p>67/53</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429574"
id="ref52"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429575"
id="ref53"
level="file">
<did>
<unittitle>LS to William Boulton</unittitle>
<unitdatestructured altrender="1655 May 17" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1655-05-17">1655 May 17</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref53_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161143">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267730"
identifier="oid:10267730"
linktitle="2 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464611/full/!150,150/0/default.jpg"
identifier="oid:10267730"
linktitle="1655 May 17 : l. [1]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267730"
identifier="oid:10267730"
linktitle="1655 May 17 : l. [1]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>LS to William Boulton</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_252531eac8dfbc1a5b553dca4e0512ec">
<head>Scope and Contents</head>
<p>Whitehall <lb/> "Whereas Wee are informed by the <lb/> Lieutenant of the Tower of <lb/> London ..." <lb/> An order to deliver certain papers <lb/> to John Frost. <lb/> 67/63</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429576"
id="ref55"
level="subseries">
<did>
<unittitle>FAUCONBERG, THOMAS BELASYSE, 1ST EARL, 1628-1700</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429577"
id="ref56"
level="file">
<did>
<unittitle>ALS to [Lord Burlington]</unittitle>
<unitdate label="creation" unitdatetype="inclusive">n.y. Aug 26</unitdate>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref56_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_735d1e05829b69445a43bcbd528d5782">
<head>Scope and Contents</head>
<p>67/67</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429578"
id="ref58"
level="subseries">
<did>
<unittitle>BRADSHAW, JOHN, 1602-1659</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429579"
id="ref59"
level="file">
<did>
<unittitle>LS to the Sheriff of Wiltshire</unittitle>
<unitdatestructured altrender="1649 Aug 26" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1649-08-26">1649 Aug 26</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref59_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/429580"
id="ref60"
level="file">
<did>
<unittitle>Whitehall "These are to will and require you [to issue a proclamation concerning Charles Stuart]". 67/73</unittitle>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref60_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429581"
id="ref61"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429582"
id="ref62"
level="file">
<did>
<unittitle>LS to the Commissioners of the Admiralty</unittitle>
<unitdate label="creation" unitdatetype="inclusive">1657/8 Mar 16</unitdate>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref62_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161144">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/10267731"
identifier="oid:10267731"
linktitle="2 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1464613/full/!150,150/0/default.jpg"
identifier="oid:10267731"
linktitle="1657/8 March 16 : l. [1r]"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/10267731"
identifier="oid:10267731"
linktitle="1657/8 March 16 : l. [1r]"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>LS to the Commissioners of the Admiralty</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_8e355d51974376181566042e6d515e74">
<head>Scope and Contents</head>
<p>67/79</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429583"
id="ref64"
level="subseries">
<did>
<unittitle>CROMWELL, OLIVER, 1599-1658</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429584"
id="ref65"
level="file">
<did>
<unittitle>ALS (litho. facsimile) to Oliver St John</unittitle>
<unitdatestructured altrender="[1643] Sep 11" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1643-09-11">[1643] Sep 11</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref65_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_b1d150a3434132c2b378e39a01dc3ab2">
<head>Scope and Contents</head>
<p>67/83</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429585"
id="ref67"
level="subseries">
<did>
<unittitle>ORRERY, ROGER BOYLE, 1ST EARL OF, 1621-1679</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429586"
id="ref68"
level="file">
<did>
<unittitle>LS to Henry Lawrence (1600-1664)</unittitle>
<unitdatestructured altrender="1656 May 8" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1656-05-08">1656 May 8</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref68_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_92acecdb26f5c3a04c6f6eab2320e936">
<head>Scope and Contents</head>
<p>Edinburgh <lb/> "My Lord I am appointed by his <lb/> Highness Councill here to trouble <lb/> yr. Lo." Concerning affairs in <lb/> Scotland. <lb/> 67/87</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429587"
id="ref70"
level="subseries">
<did>
<unittitle>DESBOROUGH, JOHN, 1608-1680</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429588"
id="ref71"
level="file">
<did>
<unittitle>ALS to John Clerke</unittitle>
<unitdatestructured altrender="1654 Mar 17" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1654-03-17">1654 Mar 17</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref71_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_0d53b8f522136c67e2e7ef7b2e61f23a">
<head>Scope and Contents</head>
<p>Chard <lb/> "Sir I am come hither this night in <lb/> my way to Exon ..." <lb/> 67/88</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/429589"
id="ref73"
level="subseries">
<did>
<unittitle>RUSHWORTH, JOHN, 1612?-1690</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/429590"
id="ref74"
level="file">
<did>
<unittitle>ALS to Richard Cromwell (1626-1712)</unittitle>
<unitdatestructured altrender="ca. 1658-1660" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1658">1658</fromdate>
<todate standarddate="1660">1660</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57414 /locations/4051"
containerid="39002093926856"
id="aspace_ref74_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_b6626d5eb439eaba316e2b3cb605d045">
<head>Scope and Contents</head>
<p>"may it pleas yo. Highness The poor <lb/> widow came farre short ..." <lb/> 67/91</p>
</scopecontent>
</c>
</c>
</c>
</dsc>
</archdesc>
</ead>