-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfamily-tree.json
More file actions
840 lines (840 loc) · 28 KB
/
Copy pathfamily-tree.json
File metadata and controls
840 lines (840 loc) · 28 KB
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
[
{
"name": "Henry (Hertz) Kahn",
"spouse": "Bela Kahn (née Goldstein)"
},
{
"name": "Bela Kahn (née Goldstein)",
"spouse": "Henry (Hertz) Kahn"
},
{
"name": "Israel Kahn",
"born": "1822",
"died": "1883",
"birthplace": "Darmstadt, Hesse, Germany",
"spouse": "Sarah Kahn (née Bauer)",
"notes": "Emigrated from Germany 1848, arrived Baltimore on the Henry Shelton from Rotterdam. Founded dry goods business in Oakland 1879 at 10th & Broadway. Sons: Henry, Samuel, Solomon, Frederick, John.",
"parents": [
"Henry (Hertz) Kahn",
"Bela Kahn (née Goldstein)"
]
},
{
"name": "Sarah Kahn (née Bauer)",
"born": "1828",
"died": "1888",
"spouse": "Israel Kahn"
},
{
"name": "Samuel Lavenson",
"born": "1829",
"died": "1900",
"spouse": "Caroline Lavenson (née Heiman)"
},
{
"name": "Caroline Lavenson (née Heiman)",
"born": "1842",
"died": "1872-06-24",
"deathplace": "Sacramento, CA",
"spouse": "Samuel Lavenson",
"notes": "Died at age 29-30, the same year her daughter Helen was born. Buried at Home of Peace Cemetery, Sacramento. Three children: Clara (1870), Sara (1871), Helen (1872)."
},
{
"name": "Albert S. Lavenson",
"born": "1865",
"birthplace": "Sacramento, CA",
"died": "1930",
"spouse": "Amy Lavenson (née Furth)",
"married": "1894",
"notes": "Partner and vice-president of Capwell's Department Store (30 years, from 1890). President of Temple Sinai. Organizer of the Commercial Club (later Oakland Chamber of Commerce). Music patron at Mills College, responsible for construction of Music Building. Chaired Jewish Welfare Campaign of the East Bay (1927). Died at 65 of heart disease. Left estate to charitable/educational foundation.",
"parents": [
"Samuel Lavenson",
"Caroline Lavenson (née Heiman)"
],
"sources": [
"https://www.jta.org/1930/06/11/archive/albert-lavenson-california-philanthropist-dies-at-65"
]
},
{
"name": "Amy Lavenson (née Furth)",
"spouse": "Albert S. Lavenson",
"married": "1894",
"notes": "Daughter of Gold Rush merchant Simon Furth."
},
{
"name": "Alma Ruth Lavenson",
"born": "1897",
"died": "1989",
"birthplace": "Oakland, CA",
"notes": "Noted photographer. Studied under Edward Weston and Imogen Cunningham.",
"parents": [
"Albert S. Lavenson",
"Amy Lavenson (née Furth)"
],
"sources": [
"https://www.jmaw.org/lavenson-capwells-jewish/"
]
},
{
"name": "Clara Lavenson Furth",
"born": "1870",
"died": "1945",
"parents": [
"Samuel Lavenson",
"Caroline Lavenson (née Heiman)"
]
},
{
"name": "Sara Lavenson",
"born": "1871",
"died": "1946",
"parents": [
"Samuel Lavenson",
"Caroline Lavenson (née Heiman)"
]
},
{
"name": "Frederick Kahn",
"born": "1860-09-21",
"died": "1925-08-19",
"birthplace": "New York, NY",
"deathplace": "Oakland, CA (3933 Harrison Street)",
"spouse": "Helen Kahn (née Lavenson)",
"notes": "First worked at Bauer Brothers Company (wholesalers of laces and fancy goods, 83 First Street, SF), then joined the family store after it was founded in 1879. Kahn Brothers Dept Store moved 1912 to Beaux-Arts building at 16th & Broadway (architect Charles W. Dickey, 120-ft elliptical dome - now Rotunda Building, Oakland Landmark #132, National Register). First president of Jewish Welfare Federation of the East Bay (founded 1918). Founding member & president of Temple Sinai. Chairman of Advisory Committee of Board of Education ($5M school building program). VP of Alameda County Anti-Tuberculosis Society. Concordia Club, B'nai B'rith. Buried at Home of Eternity Cemetery, Mountain View Cemetery, Oakland.",
"parents": [
"Israel Kahn",
"Sarah Kahn (née Bauer)"
]
},
{
"name": "Helen Kahn (née Lavenson)",
"born": "1872-05-20",
"died": "1935-03-04",
"birthplace": "California",
"deathplace": "Oakland, CA",
"spouse": "Frederick Kahn",
"notes": "Established the Kahn Foundation in 1928 after Frederick's death. In 1965, foundation donated $125,000 for 71 paintings -the Kahn Collection of 19th-century California art at the Oakland Museum, catalogued by Marjorie Arkelian.",
"parents": [
"Samuel Lavenson",
"Caroline Lavenson (née Heiman)"
]
},
{
"name": "Helen Sarah Eppinger (née Kahn)",
"born": "1913",
"died": "1956",
"spouse": "Josua Eppinger",
"parents": [
"Frederick Kahn",
"Helen Kahn (née Lavenson)"
]
},
{
"name": "Frederick Kahn Jr.",
"parents": [
"Frederick Kahn",
"Helen Kahn (née Lavenson)"
]
},
{
"name": "Rose Etta Kahn Sampson",
"nicknames": [
"RoRo",
"Grandma RoRo",
"Lambie",
"Ro",
"Rosie"
],
"born": "1907-12-10",
"died": "1997-07-12",
"birthplace": "Oakland, CA",
"deathplace": "San Francisco, CA (Mount Zion Hospital)",
"spouse": "Dr. John Jacob Sampson",
"married": "1931-05-17",
"notes": "Phi Beta Kappa, UC Berkeley 1928. Carried the key at Temple Sinai's dedication as a girl. Award-winning weaver -wove furniture upholstery for Seacliff home, made cushion for Haas-Lilienthal House. President of Kahn Foundation. Volunteered at Mt. Zion Hospital into her 80s. Died of lung embolism. Memorial August 4 at Congregation Emanu-El.",
"parents": [
"Frederick Kahn",
"Helen Kahn (née Lavenson)"
]
},
{
"name": "Hartwig Cohen",
"nicknames": [
"Reverend Hartwig Cohen"
],
"born": "1784-11-14",
"died": "1861-10-12",
"birthplace": "Wartha, Frankenstein, Silesia, Prussia",
"deathplace": "Winnsboro, Fairfield County, SC",
"spouse": "Deborah Marks Cohen",
"notes": "Spiritual leader of Charleston's Kahal Kadosh Beth Elohim.",
"sources": [
"https://www.geni.com/people/Rev-Hartwig-Cohen/6000000016009111717",
"https://www.wikitree.com/wiki/Cohen-2905"
]
},
{
"name": "Deborah Marks Cohen",
"born": "1801-05-03",
"died": "1888-02-15",
"birthplace": "Charleston, SC",
"deathplace": "New York, NY",
"spouse": "Hartwig Cohen",
"notes": "Born Deborah Marks. Family name was anglicized from Marques. Children included Esther 'Hetty' (Sampson), Rosa, Leonora (Baum), Adeline (Phillips), Frances Aaron Cohen, and Fishel Hartwig Cohen.",
"parents": [
"Samuel Mendel Marks",
"Sarah Marks (née Harris)"
]
},
{
"name": "Samuel Mendel Marks",
"spouse": "Sarah Marks (née Harris)",
"notes": "Son of Isaac Marks and Miriam Simpson/Simons. Moved to Charleston, SC.",
"parents": [
"Isaac Marks",
"Miriam Simpson/Simons"
]
},
{
"name": "Sarah Marks (née Harris)",
"spouse": "Samuel Mendel Marks"
},
{
"name": "Isaac Marks",
"born": "1732",
"died": "1776",
"birthplace": "New York, NY",
"deathplace": "New York",
"spouse": "Miriam Simpson/Simons",
"notes": "Fought in the American Revolution as private in NY Militia. Listed in DAR family histories. Lived in NYC from age 8 (1740). Originally Marques, name anglicized to Marks. Father unknown. Cousin of Bernard Baruch (through granddaughter Sarah Wolfe). His son Samuel Mendel Marks moved to Charleston, SC.",
"parents": [
"Esther de Salomon Levy Maduro"
],
"verification": "contested",
"verification_notes": "Connection to Esther de Salomon Levy Maduro as mother appears in multiple Geni/Ancestry trees but lacks primary documentation. Esther's first husband died ~1725, Isaac born 1732 with unknown father. Parentage is plausible but unproven. Death place listed as 'New York' per residence records; 'Charleston, SC' in some trees but that was his son's location. Military service claim lacks muster roll confirmation.",
"sources": [
"https://www.geni.com/people/Pvt-Isaac-Marks-NY-Militia/6000000019301598241",
"https://sites.americanjewisharchives.org/publications/fajf/pdfs/stern_p185.pdf",
"https://paulskolnick.com/genealogy/chris-ann-maxwell/marques-marks/marques-marks-text-tree/"
]
},
{
"name": "Miriam Simpson/Simons",
"notes": "Of Long Island.",
"spouse": "Isaac Marks"
},
{
"name": "Esther de Salomon Levy Maduro",
"nicknames": [
"Esther Marques",
"Esther de Salomon Mosseh Marques",
"Esther Levy Maduro y Namias de Crasto"
],
"born": "1699-12-16",
"died": "1759-07-30",
"birthplace": "Bordeaux, Gironde, France",
"deathplace": "Curaçao, Netherlands Antilles",
"notes": "Buried at Beth Haim Cemetery, Curaçao, section IV, row C, grave 621. First married Jacob Rodriguez Marques (May 27, 1722, in Barbados). Jacob died ~1725. Then married Ishac de Shemuel Levy Maduro (buried adjacent plot IV-C-620). Isaac Marks born 1732 with unknown father - possibly conceived in New York. Also had daughter Rachel Marquez (~1725, Barbados). Researched by Matt Reider 2022, corresponded with Ron Gomes Casseres at Beth Haim cemetery. Emmanuel's books contain contradictions: 'History of the Jews of the Netherlands Antilles' (1970) p.943 says she married Jacob 1722, but 'Precious Stones of the Jews of Curaçao' (1957) p.507 lists her as wife of Ishac de Shemuel.",
"parents": [
"Ribi Hazzan Salomon de Mosseh Levy Maduro y Dias Sardo"
],
"verification": "contested",
"verification_notes": "Birth year 1699 and birthplace Bordeaux are from Geni user trees. Geneanet/Genealogy Online records show a different Esther de Salomon Levy Maduro y Namias de Castro born 1710 (not 1699) who married Isaac de Samuel Levy Maduro y Vieyra (1712-1784). The Geni profile may conflate two different women named Esther. The Bordeaux birthplace is unsupported; the Levy Maduro family was based in Amsterdam and Curaçao.",
"sources": [
"https://www.geni.com/people/Esther-Marques/6000000010280084001",
"https://www.bethhaimcuracao.org",
"https://archive.org/stream/willsofearlyjewi00frie/willsofearlyjewi00frie_djvu.txt"
]
},
{
"name": "Jacob Rodriguez Marques",
"died": "~1725",
"spouse": "Esther de Salomon Levy Maduro",
"married": "1722-05-27",
"notes": "Married Esther in Barbados at St. Michaels. Died ~1725. From the Isaac Rodriguez Marques family of New York/Denmark. His father Isaac Rodriguez Marques (1695-1706) was a ship owner (the Dolphin) who sailed between NY and England. Father's will (1706) mentions son Jacob and daughter Esther (a different Esther). Referenced in Friedman's 'Wills of Early Jewish Settlers in New York' and Baruch's autobiography 'The Adventures of a Wall Street Legend' p.22.",
"sources": [
"https://archive.org/stream/willsofearlyjewi00frie/willsofearlyjewi00frie_djvu.txt"
]
},
{
"name": "Ribi Hazzan Salomon de Mosseh Levy Maduro y Dias Sardo",
"nicknames": [
"Samuel de Mosseh Levy Maduro"
],
"born": "1673",
"died": "1752-04-06",
"birthplace": "Amsterdam, Netherlands",
"deathplace": "Curaçao",
"notes": "Rabbi (Hazzan). Also known as Samuel (Hebrew name Salomon). Born in Amsterdam.",
"parents": [
"Hazzan & Ribi Mosseh de Salomon Levy Maduro"
],
"sources": [
"https://gw.geneanet.org/camiloro?lang=en&n=levy+maduro+y+dias+sardo&p=samuel+de+mosseh"
]
},
{
"name": "Hazzan & Ribi Mosseh de Salomon Levy Maduro",
"born": "1649",
"died": "1708-11-10",
"birthplace": "Amsterdam, Netherlands",
"deathplace": "Curaçao",
"spouse": "Hester Dias Sardo",
"married": "1670-07-13",
"notes": "Rabbi and cantor. Arrived Curaçao 1672. Full name includes 'y de Crasto' from his mother's family.",
"parents": [
"Salomon (Salomão) de Moshe Levy Maduro"
],
"sources": [
"https://www.geni.com/people/Hazzan-Ribi-Mosseh-Levy-Maduro/6000000004281588224",
"https://www.genealogieonline.nl/en/stamboom-lobe/I20033.php"
]
},
{
"name": "Hester Dias Sardo",
"spouse": "Hazzan & Ribi Mosseh de Salomon Levy Maduro",
"married": "1670-07-13"
},
{
"name": "Salomon (Salomão) de Moshe Levy Maduro",
"nicknames": [
"Salomon Levy Maduro Rodriguez"
],
"born": "1629",
"died": "1699",
"birthplace": "Amsterdam, Netherlands",
"spouse": "Chana de Castro",
"married": "1648-10-27",
"parents": [
"Mosseh Levy o Maduro"
],
"sources": [
"https://www.genealogieonline.nl/en/stamboom-lobe/I20035.php"
]
},
{
"name": "Chana de Castro",
"spouse": "Salomon (Salomão) de Moshe Levy Maduro",
"married": "1648-10-27"
},
{
"name": "Mosseh Levy o Maduro",
"born": "~1591",
"died": "1640-01-01",
"birthplace": "Portugal",
"deathplace": "Amsterdam, Netherlands",
"spouse": "Clara Rodriguez",
"married": "1622-07-27",
"notes": "Adopted the 'Maduro' name. Married Clara (also known as Rachel/Raquel) Rodriguez in Amsterdam.",
"parents": [
"Solomon Levy"
],
"sources": [
"https://www.geni.com/people/Mosseh-Levy-o-Maduro/6000000004281963094"
]
},
{
"name": "Solomon Levy",
"parents": [
"Salomon (Samuel) Levy"
]
},
{
"name": "Salomon (Samuel) Levy",
"parents": [
"Antonio Ha Levy, Abulafia"
]
},
{
"name": "Antonio Ha Levy, Abulafia",
"parents": [
"Diogo Rodrigues",
"Clara Roiz"
]
},
{
"name": "Diogo Rodrigues"
},
{
"name": "Clara Roiz",
"spouse": "Diogo Rodrigues"
},
{
"name": "Joseph H. Sampson",
"born": "1823-06-10",
"died": "1883-07-14",
"birthplace": "Charleston, SC",
"spouse": "Esther 'Hetty' Sampson (née Cohen)",
"notes": "Prominent Jewish merchant and shipping operator in Georgetown, SC, with brother Samuel. After the Civil War, revived their mercantile business and expanded into shipping. Family originally from Bury St. Edmunds, England. Sampson family names appear in Kahal Kadosh Beth Elohim records in Charleston. Georgetown had ~80 Jews by 1800 (~10% of white population), second largest Jewish community in SC. Buried in Jewish Cemetery, Georgetown (est. 1772).",
"sources": [
"https://billiongraves.com/grave/Joseph-Sampson/3278781",
"https://www.isjl.org/south-carolina-georgetown-encyclopedia.html",
"https://jhssc.org/synagogue/beth-elohim/"
]
},
{
"name": "Esther 'Hetty' Sampson (née Cohen)",
"born": "1832-06-30",
"died": "1897-09-22",
"birthplace": "Charleston, SC",
"deathplace": "Georgetown, SC",
"spouse": "Joseph H. Sampson",
"notes": "Siblings: Sarah (Cohen) Wolfe (Bernard Baruch's grandmother) and Frances A. Cohen. Mother of Cornelia C. (Sampson) Ehrich and Dr. Arthur Fischel Sampson.",
"parents": [
"Hartwig Cohen",
"Deborah Marks Cohen"
],
"sources": [
"https://www.wikitree.com/wiki/Cohen-2905",
"https://www.geni.com/people/Esther-Sampson/325137901420005493"
]
},
{
"name": "Abraham Levy",
"born": "1827",
"died": "1879",
"spouse": "Esther Levy (née Halff)"
},
{
"name": "Esther Levy (née Halff)",
"born": "1833",
"died": "1908",
"spouse": "Abraham Levy"
},
{
"name": "Dr. Arthur Fischel Sampson",
"nicknames": [
"AF"
],
"born": "1855-07-01",
"died": "1934-11-26",
"birthplace": "Georgetown, SC",
"deathplace": "San Francisco, CA",
"spouse": "Babette 'Bettie' Sampson (née Levy)",
"married": "1887-04-04",
"notes": "Physician. Medical school in SC, practiced in Galveston TX. Married Bettie in Galveston. After 1900 Galveston flood, moved to SF 1902. Franklin Street home (between Bush and Sutter) dynamited by US Army as firebreak during 1906 earthquake. Rebuilt on Washington Street near Laurel. Five children: Joseph Abraham (1888), Arthur Jr. (1891), Cornelia 'Nellie' (1893), Esther, John Jacob (1898).",
"parents": [
"Joseph H. Sampson",
"Esther 'Hetty' Sampson (née Cohen)"
],
"sources": [
"https://www.geni.com/people/Dr.-Arthur-Fischel-Sampson/325131943140001618"
]
},
{
"name": "Babette 'Bettie' Sampson (née Levy)",
"born": "1868-03-24",
"died": "1949-03-21",
"birthplace": "San Antonio, TX",
"deathplace": "Santa Clara, CA",
"spouse": "Dr. Arthur Fischel Sampson",
"married": "1887-04-04",
"parents": [
"Abraham Levy",
"Esther Levy (née Halff)"
]
},
{
"name": "Joseph Abraham Sampson",
"born": "1888-12-04",
"birthplace": "Galveston, TX",
"parents": [
"Dr. Arthur Fischel Sampson",
"Babette 'Bettie' Sampson (née Levy)"
]
},
{
"name": "Arthur Fischel Sampson Jr.",
"born": "1891-06-02",
"birthplace": "Galveston, TX",
"parents": [
"Dr. Arthur Fischel Sampson",
"Babette 'Bettie' Sampson (née Levy)"
]
},
{
"name": "Cornelia 'Nellie' Sampson",
"born": "1893-08-08",
"died": "1989",
"birthplace": "Galveston, TX",
"deathplace": "San Francisco, CA",
"notes": "Married first Sidney Bibbero (son Richard Bibbero b. 1915), then Herbert Salinger.",
"parents": [
"Dr. Arthur Fischel Sampson",
"Babette 'Bettie' Sampson (née Levy)"
]
},
{
"name": "Esther Sampson Langfeld",
"parents": [
"Dr. Arthur Fischel Sampson",
"Babette 'Bettie' Sampson (née Levy)"
]
},
{
"name": "Dr. John Jacob Sampson",
"nicknames": [
"Grandpa John",
"Poppy John",
"Johnny"
],
"born": "1898-04-28",
"died": "1987-12-24",
"birthplace": "Galveston, TX",
"deathplace": "San Francisco, CA",
"spouse": "Rose Etta Kahn Sampson",
"married": "1931-05-17",
"notes": "MD before age 21. 3 years at UC then medical degree. Medical officer on freighter to Far East and India. Practiced with his father, then UCSF research and clinical staff until retirement at 85. Chief of Staff at Mount Zion Hospital. Cardiologist -49 publications (1926-1980) on cardiac pain, pulmonary lymph flow, angina, shock. Collaborated with Meyer Friedman (Type A behavior), Herman Uhley, Sanford Leeds at Harold Brunn Institute for Cardiovascular Research. The John J. Sampson-Lucie Stern Endowed Chair in Cardiology established at UCSF in his honor.",
"parents": [
"Dr. Arthur Fischel Sampson",
"Babette 'Bettie' Sampson (née Levy)"
]
},
{
"name": "Deborah Sampson Green",
"born": "1934-01-11",
"birthplace": "San Francisco, CA",
"spouse": "John R. Green",
"notes": "Educator, editor, college instructor of English Lit. Lives in Seattle. Schools: Lowell, Alamo, Presidio Jr. High, Wellesley (1978).",
"parents": [
"Dr. John Jacob Sampson",
"Rose Etta Kahn Sampson"
]
},
{
"name": "John R. Green",
"born": "~1921",
"died": "~1996",
"spouse": "Deborah Sampson Green"
},
{
"name": "Caleb Green",
"spouse": "Kate Banta-Green",
"parents": [
"Deborah Sampson Green",
"John R. Green"
]
},
{
"name": "Robert Bruce Banta-Green",
"parents": [
"Caleb Green",
"Kate Banta-Green"
]
},
{
"name": "Peter Caleb Banta-Green",
"parents": [
"Caleb Green",
"Kate Banta-Green"
]
},
{
"name": "John Frederick Sampson",
"nicknames": [
"Johnny"
],
"born": "1935-03-18",
"birthplace": "San Francisco, CA",
"spouse": "Sharon L. Litsky (second wife)",
"notes": "Appraiser and real estate broker in SF. Lowell HS (1953), Reed College (3 yrs), AB Univ of SF (1957), Wharton (1960). First wife Louise Adler (1962, div. 1991). Second wife Sharon L. Litsky (1999).",
"parents": [
"Dr. John Jacob Sampson",
"Rose Etta Kahn Sampson"
],
"sources": [
"https://www.geni.com/people/John-Frederick-Sampson/287594964040008991"
]
},
{
"name": "Jennifer Ruth Sampson",
"born": "1969-10-22",
"birthplace": "San Francisco, CA",
"notes": "Lives in Berkeley, CA.",
"parents": [
"John Frederick Sampson",
"Louise Adler"
],
"sources": [
"https://www.geni.com/people/Jennifer-Ruth-Sampson/325120278230006393"
]
},
{
"name": "John Frederick Sampson Jr.",
"parents": [
"John Frederick Sampson",
"Louise Adler"
]
},
{
"name": "Juliet Margaret Sampson",
"born": "1968-05-19",
"birthplace": "San Francisco, CA",
"spouse": "Simon Mays-Smith",
"notes": "Country Financial Analyst. Lives in London.",
"parents": [
"John Frederick Sampson",
"Louise Adler"
],
"sources": [
"https://www.geni.com/people/Juliet-Margaret-Sampson/325120088920006414"
]
},
{
"name": "Simon Mays-Smith",
"spouse": "Juliet Margaret Sampson"
},
{
"name": "Isaac Mays-Smith",
"parents": [
"Juliet Margaret Sampson",
"Simon Mays-Smith"
],
"sources": [
"https://www.geni.com/people/Isaac-Mays-Smith/325123506560001643"
]
},
{
"name": "Noah Mays-Smith",
"parents": [
"Juliet Margaret Sampson",
"Simon Mays-Smith"
]
},
{
"name": "Rose Etta Mays-Smith",
"notes": "Named after Rose Etta Kahn Sampson (RoRo).",
"parents": [
"Juliet Margaret Sampson",
"Simon Mays-Smith"
]
},
{
"name": "Janet Sampson Reider",
"born": "1937-03-01",
"birthplace": "San Francisco, CA",
"spouse": "Arthur Elliott 'Pete' Reider",
"married": "1958",
"notes": "Photographer (janetreider.com). Met Pete at Lowell High School at age 13.",
"parents": [
"Dr. John Jacob Sampson",
"Rose Etta Kahn Sampson"
]
},
{
"name": "Arthur Elliott 'Pete' Reider",
"nicknames": [
"Pete",
"Peter Reider"
],
"born": "1936-11-01",
"died": "2015-08-13",
"birthplace": "Topeka, KS",
"deathplace": "San Francisco, CA",
"spouse": "Janet Sampson Reider",
"married": "1958",
"notes": "Psychiatrist. Presidio Hill School, Grant School, Lowell HS, Harvard (Class of 1958), Harvard Medical. Captain of Harvard Track -ran 4:11 mile (1957 Harvard record). Harvard Athletic Hall of Fame (1982). All-Ivy League Cross Country Team. Coach McCurdy: 'one of the toughest little men I have ever known.' Private practice in Cambridge, Hyannis, Newton MA. Retired in SF. Published Stepping Stones (2014), poetry and fiction. Fromm Institute at USF, Osher Foundation at Brandeis. Died of lymphoma at home. Memorial at Congregation Emanu-El, August 17, 2015.",
"parents": [
"Dr. Norman Reider",
"Louise J. Reider (née Cohen)"
]
},
{
"name": "Jonathan Reider",
"notes": "Stanford admissions officer for 15 years, then Director of College Counseling at SF University High School.",
"parents": [
"Dr. Norman Reider",
"Louise J. Reider (née Cohen)"
]
},
{
"name": "Dr. Norman Reider",
"born": "1907-07-03",
"died": "1989-03-23",
"birthplace": "Alliance, Stark County, OH",
"deathplace": "San Francisco, CA",
"spouse": "Louise J. Reider (née Cohen)",
"married": "1927",
"notes": "BA and MD from Western Reserve University (now Case Western Reserve). Trained at Menninger Clinic, Topeka (1934-1939). Chief of Psychiatry at Mt. Zion Hospital, SF (succeeding Jascha Kasanin). Early member of the San Francisco Psychoanalytic Society (founded 1942; Norman arrived SF 1946). Featured in TIME magazine (1947) for 'The Unmarried Father.' Wrote 'Chess, Oedipus, and the Mater Dolorosa' (1959). ACLU board member (Northern California). Papers archived at SF Center for Psychoanalysis (4.6 linear feet, 1822-1980s).",
"parents": [
"Maurice Jacob Reider (née Rudner)",
"Lillian Reider (née Cohen)"
]
},
{
"name": "Louise J. Reider (née Cohen)",
"born": "1907-11-29",
"died": "1985-02-22",
"birthplace": "Cleveland, OH",
"deathplace": "San Francisco, CA",
"spouse": "Dr. Norman Reider",
"married": "1927",
"notes": "Psychiatric social worker, stopped practicing around 1946.",
"parents": [
"Abe (Abba Elyia) Pasek Cohen",
"Rena Posak Cohen (née Shepsenwol)"
]
},
{
"name": "Maurice Jacob Reider (née Rudner)",
"nicknames": [
"Morris Jacob Rudner",
"Morris Rudman"
],
"born": "~1882",
"died": "~1960",
"birthplace": "Horoduk/Orduk Village, Vilna Gubernia, Lithuania",
"deathplace": "Canton, OH",
"spouse": "Lillian Reider (née Cohen)",
"notes": "Originally named Rudner, changed to Reider. Foreman at steel foundry. Married Jun 7, 1906, Canton OH.",
"parents": [
"Uriah 'Uri' Rudner",
"Clara Rudner (née Scope)"
]
},
{
"name": "Uriah 'Uri' Rudner",
"born": "1855-02",
"died": "1916-04-23",
"birthplace": "Orduk Village, Vilna Gubernia, Lithuania (Russian Empire)",
"deathplace": "Canton, OH",
"spouse": "Clara Rudner (née Scope)",
"notes": "First wife Clara Scope (d. 1909). Children: Anna, Morris (Reider), Isaac, Bennie (1884-1901), Len, Sam, Rhea. Second wife Hattie Altman."
},
{
"name": "Clara Rudner (née Scope)",
"born": "1862-06",
"died": "1909-09-15",
"birthplace": "Russia",
"deathplace": "Canton, OH",
"spouse": "Uriah 'Uri' Rudner"
},
{
"name": "Lillian Reider (née Cohen)",
"born": "1887",
"died": "1981",
"spouse": "Maurice Jacob Reider (née Rudner)",
"parents": [
"Hyman Cohen",
"Jennie Sugarman"
]
},
{
"name": "Hyman Cohen",
"born": "1850",
"spouse": "Jennie Sugarman"
},
{
"name": "Jennie Sugarman",
"born": "1865",
"died": "1928",
"spouse": "Hyman Cohen"
},
{
"name": "Abe (Abba Elyia) Pasek Cohen",
"born": "1886",
"died": "~1915",
"parents": [
"Aaron Cohen Pasek"
]
},
{
"name": "Rena Posak Cohen (née Shepsenwol)",
"born": "1886",
"parents": [
"Max Cohen",
"? Levine Shepsenwol"
]
},
{
"name": "Jacob M. Reider",
"born": "1963-06-25",
"birthplace": "Boston, MA",
"spouse": "Alicia Ouellette",
"notes": "Family physician (FAAFP). Hampshire College '83, Albany Medical College '94. Deputy National Coordinator for Health IT at HHS (2011-2014), also Acting National Coordinator. CMIO at Allscripts (2006-2010). CEO of Alliance for Better Health (2016-2021). Co-founded five health IT startups including Twistle (acquired by Health Catalyst) and Physera (acquired by Omada). Maintains docnotes.net blog since 1999. Married Alicia Ouellette (former Dean of Albany Law School, now Dean at Lewis & Clark Law School). Children: Molly, Sampson. Lives in Slingerlands, NY.",
"parents": [
"Arthur Elliott 'Pete' Reider",
"Janet Sampson Reider"
]
},
{
"name": "Alicia Ouellette",
"spouse": "Jacob M. Reider",
"notes": "18th President and Dean of Albany Law School (2015-2023), now Dean at Lewis & Clark Law School."
},
{
"name": "Molly Reider",
"parents": [
"Jacob M. Reider",
"Alicia Ouellette"
]
},
{
"name": "Sampson Reider",
"parents": [
"Jacob M. Reider",
"Alicia Ouellette"
]
},
{
"name": "Suzie Reider",
"born": "1965-03-29",
"birthplace": "Boston, MA",
"spouse": "Brian Smith",
"notes": "EVP of Lyft Media & Business at Lyft. Previously Global CRO at Waze.",
"parents": [
"Arthur Elliott 'Pete' Reider",
"Janet Sampson Reider"
]
},
{
"name": "Rose Reider Smith",
"parents": [
"Suzie Reider",
"Brian Smith"
]
},
{
"name": "Charlotte Reider Smith",
"parents": [
"Suzie Reider",
"Brian Smith"
]
},
{
"name": "Matt Reider",
"born": "1969-12-22",
"birthplace": "Boston, MA",
"spouse": "Alison Cohen",
"married": "2003-06-19",
"notes": "Software. Lives in Oakland, CA. He's the one who brought RoRo into the chat.",
"parents": [
"Arthur Elliott 'Pete' Reider",
"Janet Sampson Reider"
]
},
{
"name": "Alison Cohen",
"born": "1972-08-07",
"spouse": "Matt Reider",
"married": "2003-06-19"
},
{
"name": "Max Nathan Reider",
"born": "2007-03-03",
"birthplace": "Oakland, CA",
"parents": [
"Matt Reider",
"Alison Cohen"
]
},
{
"name": "Zoe Ella Reider",
"born": "2008-07-29",
"birthplace": "Oakland, CA",
"parents": [
"Matt Reider",
"Alison Cohen"
]
}
]