Files
context/html/kennethreitz-tree.html
T
2019-09-28 11:12:25 -04:00

4523 lines
1.5 MiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<!--
This Family Echo file is Copyright (c) Familiality Ltd.
This file may be distributed only in whole and unmodified, as part of a
family downloaded from Family Echo. You may make this file available on the
World Wide Web without modification, only if used to display a family
downloaded from Family Echo. You may make copies of this file for personal
archiving purposes, only as part of a family downloaded from Family Echo.
This file may not be distributed or copied for any other purpose. You are
not permitted to modify, merge, publish, sublicense, rent, sell, lease,
loan, decompile, reverse engineer or create derivative works from this file.
This copyright and license notice must be kept in all copies of this file.
-->
<STYLE>
body {margin:0px;}
body,td,select {font-family:arial; font-size:12px;}
a:link,a:active,a:visited {text-decoration:none; color:#000099;}
a:hover {text-decoration:underline;}
.lbody {background-color:#e1e1e1;}
.rbody {background-color:#ffffff;}
.mbody {background-color:#d6ddff; border:outset #666666 2px; padding:8px;}
.fullsize {width:100%; height:100%;}
.tm {margin-top:12px; margin-bottom:0px;}
.td {margin-top:24px; margin-bottom:0px;}
.pt {margin-top:12px; margin-bottom:24px; text-align:center; font-weight:bold; font-size:20px;}
.hiderows {display: none;}
.showrows {display: block; display:table-row-group;}
.dline {background:#444444; position:absolute; font-size:0px; line-height:0%;}
.ddotted {position:absolute; font-size:0px; line-height:0%; border:1px #444444 dotted;}
.dbox {border-radius:8px; border: solid black; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.dcella {text-align:center; color:#000000; overflow:hidden;}
.dcelld {text-align:center; color:#777777; overflow:hidden;}
.db,.db1,.db2,.db3,.db4 {display:block; overflow:hidden; font-size:1px;}
.db1,.db2,.db3,.db4 {height:1px;}
.db2,.db3,.db4 {border-left:1px solid #000; border-right:1px solid #000;}
.db1 {margin:0 5px; background:#000;}
.db2 {margin:0 3px; border-width:0 2px;}
.db3 {margin:0 2px;}
.db4 {margin:0 1px;}
.dc {display:block; border:0 solid #000; border-width:0 1px;}
.di {position:absolute; cursor:pointer; overflow:hidden;}
.sname {font-size:18px; font-weight:bold; color:#000000; text-align:center;}
.sdefname {font-size:18px; color:#666666; text-align:center;}
.simage {border:1px #666666 solid;}
.snormal {padding:2px 4px 2px 4px;}
.sleft {color:#222222; padding:2px 2px 2px 4px; text-align:right;}
.sright {width:176px; padding:2px 6px 2px 2px;}
.sboth {padding:2px 4px 2px 4px; text-align:center;}
.sfield {width:176px; font-family:arial; font-size:12px;}
.syear {width:3.5em;}
.sselect {font-family:arial; font-size:12px;}
.ibutton, .sbutton, .sbutton2 {font-family:arial; font-size:12px; padding:1px 0;}
.sbutton {width:240px;}
.sbutton2 {width:112px;}
.spanel {border-left:solid #666666 1px; border-right:solid #666666 1px; border-bottom:solid #666666 1px;}
.sswitch {padding-bottom:4px; border-bottom:solid #666666 1px; padding-left:5px; padding-top:5px; padding-right:5px;}
.sswitched {padding:4px; padding-bottom:5px; border-left:solid #666666 1px; border-top:solid #666666 1px; border-right:solid #666666 1px;}
.sswitchedlink {color:#222222;}
.sswitchedlink:hover {text-decoration:none;}
.slist a,.slist div {padding:2px 4px; display:block; color:#000;}
.slist a:hover {background:#ddd; text-decoration:none;}
.marginon {left:0px; top:0px; height:100%; margin-left:320px; margin-right:0px;}
.marginoff {left:0px; top:0px; height:100%; margin-left:0px; margin-right:0px;}
.dright {position:absolute; left:0px; width:100%}
.dleft {position:absolute; left:0px; top:0px; width:320px; border-right:solid #666666 1px; height:100%; overflow-y:auto;}
.blankpixel {background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== );}</STYLE>
<TITLE>Family Echo - Family 2</TITLE>
<META NAME="Description" CONTENT="Draw your printable family tree online. Free and easy to use, no login required. Add photos and share with your family. Import/export GEDCOM files.">
<SCRIPT language="JavaScript"><!--
var staticMode=true;
var hideSidebar=false;
var noCentering=false;
var defaultZoom=1.25;
var defaultDetail=null;
var defaultBirthName=0;
var defaultMiddleName=0;
var defaultShowPhoto=0;
var defaultCousins=2;
var defaultChildren=8;
var defaultParents=5;
var nameColors={
living : '#000',
deceased : '#777'
};
--></SCRIPT>
<script type="text/javascript">
function GE(e){
return document.getElementById(e);
};
function SV(e,v){
GE(e).value=v?v:"";
};
function GV(e){
return GE(e).value;
};
function SO(e,v){
var s=GE(e);
var v=v?v:"";
for(var j=0;j<s.options.length;j++){
if(s.options[j].value==v){
s.selectedIndex=j;
}
}
};
function GO(e){
var v=GE(e);
return v.options[v.selectedIndex].value;
};
function SS(e,s){
GE(e).style.display=s?"inline":"none";
};
function GS(e){
return GE(e).style.display!="none";
};
function SI(e,v){
GE(e).style.visibility=v?"visible":"hidden";
};
function GI(e){
return GE(e).style.visibility!="hidden";
};
function FS(e){
GE(e).focus();
GE(e).select();
};
function SR(e,s){
GE(e).className=s?"showrows":"hiderows";
};
function SH(e,h){
GE(e).innerHTML=h;
};
function ST(e,t){
GE(e).innerHTML=EH(t);
};
function NE(s){
return s.replace(/\r\n?/g,"\n");
};
function EH(v){
return v.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;");
};
function EL(v){
return v?EH(v.replace(/\n/g,"^$")).replace(/\^\$/g,"<BR>"):"";
};
function DT(){
return (new Date()).getTime();
};
function BR(_1,_2,_3){
var _4=_1+"ap_"+_2+".php?";
for(var j in _3){
if(_3[j]!=null){
_4+=(j+"="+escape(_3[j])+"&");
}
}
return _4;
};
function BA(_5,_6,_7){
return BR(_5,_6,_7)+"_="+(DT()+Math.random());
};
function AG(_8,_9,_a,_b){
new Ajax.Request(BA("ap/",_8,_9),{method:"post",onComplete:function(_c){
_a(_8,_b,((_c.status==200)&&_c.responseText)?eval("("+_c.responseText+")"):{});
}});
};
function AP(_d,_e,_f,_10,_11){
new Ajax.Request(BA("ap/",_d,_e),{method:"post",postBody:_f,onComplete:function(_12){
_10(_d,_11,((_12.status==200)&&_12.responseText)?eval("("+_12.responseText+")"):{});
}});
};
var Bw=null;
function CE(w){
Bw=w;
window.onerror=SE;
};
function TR(){
var s="";
for(var a=TR;a;a=a.caller){
s+=(a.name||a.toString().match(/function (\w*)/))+"<";
if(a.caller==a){
break;
}
}
return s;
};
function SE(m,u,l,w){
w=w||window;
if(Bw){
if(Bw.SE){
Bw.SE(m,u,l,w);
}
}else{
AP("log_js_error",{},m+"|"+(w?w.location:"")+"|"+u+"|"+l+"|",function(){
},null);
}
};
function RE(e){
alert(e);
};
function SC(n,v){
var d=new Date();
d.setTime(d.getTime()+365*86400000);
document.cookie=n+"="+v+"; expires="+d.toGMTString()+"; path=/";
};
function GC(n){
var cs=document.cookie.split(";");
for(var j=0;j<cs.length;j++){
var c=cs[j];
while(c.charAt(0)==" "){
c=c.substring(1,c.length);
}
if(c.substring(0,n.length+1)==(n+"=")){
return c.substring(n.length+1,c.length);
}
}
return null;
};
function UL(l){
var dw=self.screen.width,dh=self.screen.height;
if(top.innerHeight){
dw=top.innerWidth;
dh=top.innerHeight;
}else{
if(top.document.documentElement&&top.document.documentElement.clientHeight){
dw=top.document.documentElement.clientWidth;
dh=top.document.documentElement.clientHeight;
}else{
if(top.document.body){
dw=top.document.body.clientWidth;
dh=top.document.body.clientHeight;
}
}
}
var w=window.open(l.href,"uplink","toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1,"+"width="+(dw-64)+",height="+(dh-64));
if(w){
w.focus();
}
return !w;
};
</script> <script type="text/javascript">
var Fmn=["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var Fgn={"":"","f":"Female","m":"Male","o":"Other"};
function FAA(a,v){
a[a.length]=v;
};
function FRF(f,ap,fp){
for(var i in f){
var p=f[i];
p.c=[];
p.pc={};
p.fg=false;
if(p.m&&!f[p.m]){
p.m=null;
}
if(p.f&&!f[p.f]){
p.f=null;
}
if(p.s&&!f[p.s]){
p.s=null;
}
if(p.s){
p.pc[p.s]=true;
}
if(p.ep){
for(var j in p.ep){
if(p.ep[j]&&f[j]){
p.pc[j]=true;
}
}
}
}
var ai=0;
for(var i in f){
var p=f[i];
var mi=p.m;
var fi=p.f;
p.i=i;
p.h=null;
p.n=null;
p.hp=false;
ai++;
p.ai=ai;
if(p.p){
var _1=p.p.split(" ");
for(j=0;j<_1.length;j++){
if(_1[j].length){
p.h=_1[j];
var sn=p.l||p.q;
p.n=p.h+(sn?(" "+sn):"");
p.hp=true;
break;
}
}
}
if(mi&&fi){
f[mi].pc[fi]=true;
f[fi].pc[mi]=true;
}
if(mi){
FAA(f[mi].c,i);
}
if(fi){
FAA(f[fi].c,i);
}
}
for(var i in f){
var p=f[i];
var mi=p.m;
var fi=p.f;
if(!p.h){
if(i==ap){
p.h="Me";
}else{
if(i==fp){
p.h="Founder";
}else{
var r=p["^"];
if(r&&f[r]&&f[r].h){
if((r==mi)||(r==fi)){
p.h=FPT(f[r],((p.g=="f")?"Daughter":((p.g=="m")?"Son":"Child")));
}else{
if(f[r].m==i){
p.h=FPT(f[r],"Mother");
}else{
if(f[r].f==i){
p.h=FPT(f[r],"Father");
}else{
if((mi&&(f[r].m==mi))||(fi&&(f[r].f==fi))){
p.h=FPT(f[r],(((f[r].m==mi)&&(f[r].f==fi))?"":"Half ")+((p.g=="f")?"Sister":((p.g=="m")?"Brother":"Sibling")));
}else{
if(r==p.s){
p.h=FPT(f[r],"Partner");
}else{
if(f[r].pc[i]){
p.h=FPT(f[r],"Ex-partner");
}
}
}
}
}
}
}
}
}
if(!p.h){
p.h="Anon "+p.ai;
}
p.n=p.h;
}
p.cp=0;
for(var pi in p.pc){
p.cp++;
}
p.es=p.s||((p.cp==1)?pi:null);
}
if(fp){
FSR(f,fp,"fg",true,true,true,true,true,false);
}
};
function FSR(f,i,l,u,uu,d,dd,a,aa){
if(i&&f[i]&&!f[i][l]){
var p=f[i];
p[l]=true;
if(u){
FSR(f,p.m,l,uu,uu,dd,dd,aa,aa);
FSR(f,p.f,l,uu,uu,dd,dd,aa,aa);
}
if(d){
for(var j=0;j<p.c.length;j++){
FSR(f,p.c[j],l,false,false,dd,dd,aa,aa);
}
}
if(a){
FSR(f,p.es,l,uu,uu,dd,dd,aa,aa);
for(var pi in p.pc){
FSR(f,pi,l,uu,uu,dd,dd,aa,aa);
}
}
}
};
function FDF(f,i,si,sf,st){
for(var j in f){
f[j].cf=false;
}
FCF(f,i,"cf",null,si,sf,st);
var df=[];
for(var j in f){
if(!f[j].cf){
df[df.length]=j;
}
}
return df;
};
function FCF(f,i,l,fi,si,sf,st){
if(i&&f[i]&&!f[i][l]&&(i!=si)&&((i!=st)||(fi!=sf))){
var p=f[i];
p[l]=true;
FCF(f,p.m,l,i,si,sf,st);
FCF(f,p.f,l,i,si,sf,st);
for(var j=0;j<p.c.length;j++){
FCF(f,p.c[j],l,i,si,sf,st);
}
for(var pi in p.pc){
FCF(f,pi,l,i,si,sf,st);
}
}
};
function FCS(f,i){
for(var j in f){
f[j].sf=false;
}
FSR(f,i,"sf",true,true,true,true,false,true);
FSR(f,f[i].es,"sf",false,false,true,true,false,true);
for(var pi in f[i].pc){
FSR(f,pi,"sf",false,false,true,true,false,true);
}
var sf=[];
for(var j in f){
if(f[j].sf){
sf[sf.length]=j;
}
}
return sf;
};
function FMS(f,mi,fi){
return f[mi]&&f[fi]&&(f[mi].s==fi)&&(f[fi].s==mi);
};
function FGM(g){
return (g=="f")?-1:((g=="m")?1:0);
};
function FCM(p1,p2){
return (p1?FGM(p1.g):0)-(p2?FGM(p2.g):0);
};
function FSM(f,i,si){
var cm=FCM(i?f[i]:null,si?f[si]:null);
return cm?(cm<0):(si?(i<si):false);
};
function FIG(g){
return (g=="m")?"f":((g=="f")?"m":null);
};
function FPR(f,i){
var p=f[i];
for(var j in f){
f[j].rf=false;
}
FSR(f,i,"rf",false,false,true,true,false,false);
f[i].rf=false;
FSR(f,i,"rf",false,false,false,false,true,false);
FSR(f,p.m,"rf",true,true,false,false,false,false);
FSR(f,p.f,"rf",true,true,false,false,false,false);
var ra=[];
for(var j in f){
if(!f[j].rf){
FAA(ra,j);
}
}
return ra;
};
function FAR(f,i,si){
for(var j in f){
f[j].pf=false;
}
for(var pi in f[i].pc){
FSR(f,pi,"pf",true,false,false,false,false,false);
}
FSR(f,i,"pf",false,false,true,true,false,false);
if(si){
FPR(f,si);
}
var pa=[];
for(var j in f){
if((!f[j].pf)&&((!si)||f[si].pc[j]||(!f[j].rf))){
FAA(pa,j);
}
}
return pa;
};
function FPD(d){
try{
return {d:parseInt(d.substring(6,8),10),m:parseInt(d.substring(4,6),10),y:parseInt(d.substring(0,4),10)};
}
catch(e){
return "";
}
};
function FDT(d){
var p=FPD(d?d.toString():"");
return (p.m?((p.d?(p.d+" "):"")+Fmn[p.m]+" "):"")+(p.y?p.y:"");
};
function FDE(v,m,l){
v=parseInt(v);
v="0000"+((isNaN(v)||(v<0))?0:((v>m)?m:v));
return v.substring(v.length-l,v.length);
};
function FDS(d,m,y){
return FDE(y,9999,4)+FDE(m,12,2)+FDE(d,31,2);
};
function FPT(p,r){
return r+" of "+p.h;
};
function FCC(p1,p2){
var b1=(p1.b&&parseInt(p1.b.substring(0,4),10))?parseInt(p1.b,10):99999999;
var b2=(p2.b&&parseInt(p2.b.substring(0,4),10))?parseInt(p2.b,10):99999999;
if(b1<b2){
return -1;
}else{
if(b2<b1){
return 1;
}
}
if(p1.ai<p2.ai){
return -1;
}else{
if(p1.ai>p2.ai){
return 1;
}
}
return 0;
};
function FSC(f,ci){
var cp=[];
for(var j=0;j<ci.length;j++){
cp[cp.length]=f[ci[j]];
}
cp.sort(FCC);
ci.length=0;
for(var j=0;j<cp.length;j++){
ci[ci.length]=cp[j].i;
}
};
function FLA(f,i){
var ac=[];
var c=f[i].c;
for(var j=0;j<c.length;j++){
var cp=f[c[j]];
if(!(cp.m&&f[cp.m]&&cp.f&&f[cp.f])){
FAA(ac,c[j]);
}
}
FSC(f,ac);
return ac;
};
function FLP(f,i,pi){
var tc=[];
var c=f[i].c;
for(var j=0;j<c.length;j++){
var cp=f[c[j]];
if(((cp.m==i)&&(cp.f==pi))||((cp.f==i)&&(cp.m==pi))){
FAA(tc,c[j]);
}
}
FSC(f,tc);
return tc;
};
function FLS(f,i){
var bs=[];
var mi=f[i].m;
var fi=f[i].f;
var cs={};
if(mi&&f[mi]){
var c=f[mi].c;
for(var j=0;j<c.length;j++){
cs[c[j]]=true;
}
}
if(fi&&f[fi]){
var c=f[fi].c;
for(var j=0;j<c.length;j++){
cs[c[j]]=true;
}
}
for(var j in cs){
if(j!=i){
if(((f[j].m==mi)&&(f[j].f==fi))||((f[j].m==fi)&&(f[j].f==mi))){
FAA(bs,j);
}
}
}
FSC(f,bs);
return bs;
};
</script> <script type="text/javascript">
var Efa={};
var Efo;
var Ewr;
var Ewp=null;
var Ead;
var Eve;
var Ezf,Esd=null,Ebn=false,Emn=false,Esp=false;
var Eeq=[];
var Esc=false;
var Ess="",Eis="";
var Eec=null;
var Epc=null;
var staticModeAfterRead;
var lastHash,currentHash;
var Elb=null;
var Ebi;
var Esb;
var Elh=null;
function PL(){
if(!staticMode){
CE();
}
if(hideSidebar){
ESI(false);
}
if(staticMode||((typeof (Ajax)!="undefined")&&Ajax.getTransport())){
window.onbeforeunload=EPU;
var c=GC("zoomfactor");
var zf=parseFloat((c===null)?defaultZoom:c);
Ezf=((zf>=0.25)&&(zf<=2))?zf:1.25;
var c=GC("showbirthname");
Ebn=parseInt((c===null)?defaultBirthName:c)?true:false;
var c=GC("showmiddlename");
Emn=parseInt((c===null)?defaultMiddleName:c)?true:false;
var c=GC("showphoto");
Esp=parseInt((c===null)?defaultShowPhoto:c)?true:false;
var c=GC("showdetail");
Esd=(c===null)?defaultDetail:c;
NSD(Esd);
var c=GC("showcousins");
NSC((c===null)?defaultCousins:c);
var c=GC("showchildren");
NSH((c===null)?defaultChildren:c);
var c=GC("showparents");
NSA((c===null)?defaultParents:c);
Ebi=(document.all&&(navigator.userAgent.toLowerCase().indexOf("msie")>=0));
Esb=(navigator.userAgent.toLowerCase().indexOf("safari")>=0);
TIS(GE("treemargin"));
if(staticMode){
Ewr=false;
Efo=GV("founderid");
var h=new String(window.location.hash);
if(h.length&&(h.charAt(0)=="#")){
h=h.substring(1);
}
var a=h.split(":");
var m=a[0];
var i=a[1];
if(i){
SV("viewpersonid",i);
}
if(m){
SV("viewmode",m);
}
SS("printbutton",false);
ERP(false);
}else{
Ewr=true;
Ead=true;
Efo=GV("personid");
var fi=GV("familyid");
var ic=GV("importcacheid");
if(fi||ic){
AG("family_read",{f:fi,i:ic,p:GV("personid"),c:GV("checksum"),s:GV("sessionid")},EFR,fi&&(ic||GV("newscript").length));
}else{
ERP(false);
}
}
}else{
SS("treebg",false);
SS("noajax",true);
}
};
function page_resized(){
nav_position_find();
};
function ESB(l){
if(!Esb){
if(Ebi){
Elh=l;
setTimeout("GE('backframe').src='back.htm?"+l+"';",100);
}else{
window.location.hash=l;
}
}
};
function EBI(l){
var h=new String(l.search);
var p=h.lastIndexOf("?");
if(p>=0){
h=h.substring(p+1);
}
if(Elh&&(Elh!=h)){
return;
}
Elh=null;
window.location.hash=h;
};
function EBT(){
if(!Esb){
var h=new String(window.location.hash);
if(h.length&&(h.charAt(0)=="#")){
h=h.substring(1);
}
if(Elh&&(Elh!=h)){
return;
}
var a=h.split(":");
var m=a[0];
var i=a[1];
lastHash=currentHash;
currentHash=m;
if((i&&(i!=GV("viewpersonid")))||(m&&(m!=GV("viewmode")))){
if((Eec!==null)&&(i==Epc)&&(m==="view")){
EFE(false);
}else{
if(i&&Efa[i]){
SV("viewpersonid",i);
}
if(m){
SV("viewmode",m);
}
EUS(false,null,null,true,true);
}
}
}
};
function EPU(e){
if((!Esc)&&(!staticMode)){
if(GV("newscript").length||GV("importcacheid")){
e=e||window.event;
var m="If you leave this page before saving, your changes to this family will be lost.";
e.returnValue=m;
return m;
}
}
};
function ESC(){
Esc=true;
};
function EFR(_1,_2,_3){
if(_3.ok){
Efa={};
if(_3.f){
if(_3.ar){
ERS(_3.t);
Ess=_3.t;
Eve=_3.v;
Ewr=_3.aw;
Ewp=_3.pw?GV("personid"):null;
Ead=_3.aa;
Efo=_3.fp;
}else{
RE("You do not have permission to view this family");
}
}
if(_3.m){
ERS(_3.m);
Eis=_3.m;
if(_3.ro){
staticMode=true;
staticModeAfterRead=true;
Ewr=false;
Ewp=false;
SS("do_signin",false);
SH("lfooterlinks","Family displayed via the <A HREF=\"http://www.familyecho.com/\" TARGET=\"_blank\">Family Echo</A> API.");
}
if(_3.lo){
SH("lfamilyname",_3.lo);
}
}
}else{
RE("This family could not currently be located. This may be due to occasional system maintenance, so please try again in a few hours.");
}
ERP(_2);
};
function ERP(_4){
ERS(GV("newscript"));
if(Esd===null){
Esd="";
for(var j in Efa){
if(Efa[j].r){
Esp=true;
}
}
NSD(Esd);
}
EUS(true,null,GV("viewmode"),true,false);
if(_4){
ESS();
}else{
EUL(false);
}
setInterval(EBT,250);
};
function EUS(r,i,m,d,s,_5){
var pi=Evp=GV("viewpersonid");
var pm=viewMode=GV("viewmode");
if(r){
var ap=GV("personid");
if(Efo&&!Efa[Efo]){
Efa[Efo]={};
}
FRF(Efa,ap,Efo);
if(ap&&Efa[ap]){
NSP(ap);
SV("name",Efa[ap].n);
SV("email",Efa[ap].e);
}else{
NSP(Efo);
}
var fc=0;
for(var j in Efa){
fc++;
}
NCP(fc);
if((staticMode||GV("familyid"))&&Efo&&Efa[Efo]){
if(!staticMode){
var _6=GE("lfamilyinfo"),_7="Founded by "+Efa[Efo].n,_8="<a href=\"\" onclick=\"ESM('history'); return false\">View history...</a>";
_6.innerHTML=EH(_7)+" - "+_8;
}else{
ST("lfamilyinfo",(Efo&&Efa[Efo])?("Founded by "+Efa[Efo].n):"");
}
}else{
ST("lfamilyinfo","");
}
}
if(i){
Evp=i;
}
if(m){
viewMode=m;
}
if((!Evp)||(!Efa[Evp])){
if(Efo&&Efa[Efo]){
Evp=Efo;
}else{
for(Evp in Efa){
break;
}
}
}
SV("viewpersonid",Evp);
SV("viewmode",viewMode);
if(viewMode=="history"){
ESI(true);
if((!Esb&&lastHash!=viewMode)||(Esb&&m)){
GE("extraframe").src="history.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
}
SI("extradiv",true);
}else{
if(viewMode=="share"){
ESI(true);
GE("extraframe").src="share.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&i="+escape(Evp)+"&s="+escape(GV("sessionid"))+"&z="+((Efa[Evp].z!="1")?0:1)+(_5!==undefined?"&return="+_5:"");
SI("extradiv",true);
}else{
if(viewMode=="download"){
ESI(true);
GE("extraframe").src="download.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
SI("extradiv",true);
}else{
if(viewMode=="print"){
ESI(true);
if(m){
GE("extraframe").src="print.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
}
SI("extradiv",true);
}else{
if(viewMode=="import"){
ESI(true);
GE("extraframe").src="import.php?p="+escape(GV("personid"));
SI("extradiv",true);
}else{
if(viewMode=="importfinish"){
}else{
if(GI("extradiv")){
GE("extraframe").src="";
SI("extradiv",false);
}
}
}
}
}
}
}
if(navigator.userAgent.match(/(iPod|iPhone|iPad)/)&&navigator.userAgent.match(/AppleWebKit/)){
SS("extradiv",GI("extradiv"));
}
SSE(Evp,viewMode);
var uf=(viewMode=="website")?"w":((viewMode=="blog")?"B":((viewMode=="photos")?"P":null));
if(uf){
GE("externalurl").src=Efa[Evp][uf];
SS("externaldiv",true);
SSU(true);
}else{
if(GS("externaldiv")){
SS("externaldiv",false);
GE("externalurl").src="";
SSU(false);
}
}
if(i||m){
ESB(viewMode+":"+Evp);
}
if(d||(Evp!=pi)){
TRT(Efa,Evp,GV("personid"),Esd,Ebn,Emn,Esp,NGH(),NGA(),NGC(),pi,Ezf,s);
NRT();
}
if(r||(Evp!=pi)){
if(parent&&parent.postMessage){
parent.postMessage("focus="+Evp,"*");
}
}
};
function EUF(){
EUS(true,null,null,true,false);
};
function ERF(){
EUS(false,null,null,true,true);
};
function ESP(i,s){
EHW();
for(var j=0;j<(Eeq.length-1);j++){
if(Eeq[j]==i){
Eeq.splice(j,1);
EUS(false,i,"edit",false,s);
return;
}
}
var vm=GV("viewmode");
Eeq=[];
EUS(false,i,((vm=="share")||(vm=="print")||(vm=="history"))?null:"view",false,s);
};
function ESM(m,_9){
EUS(false,null,m,false,false,_9);
};
function ECS(){
Eec=GV("newscript").length;
Epc=GV("viewpersonid");
};
function ESE(r,i,b){
Eeq=[];
for(var j=1;j<i.length;j++){
Eeq[Eeq.length]=i[j];
}
Eeq[Eeq.length]=b;
EHW();
EUS(r,i[0],"edit",r,true);
};
function EFE(a){
if(a){
if(Eeq.length<=1){
ESS();
EHW();
EUS(false,Eeq.length?Eeq[0]:null,"view",false,true);
Eec=null;
}else{
EUS(false,Eeq.shift(),"edit",false,true);
}
}else{
if(Eec!==null){
ESM("view");
Efa={};
ERS(Ess);
ERS(Eis);
var ks=GV("newscript");
ks=ks.substring(0,Eec);
SV("newscript",ks);
ERS(ks);
Eec=null;
EUS(true,Epc,"view",true,true);
}else{
EUS(true,null,"view",true,true);
}
EUL(false);
}
};
function EFV(i,p,v){
if(i){
Efa[i]=Efa[i]||{};
if((p=="x")||(p=="s")){
if(Efa[i].s&&Efa[Efa[i].s]){
Efa[Efa[i].s].s=null;
}
}
if(p=="x"){
delete Efa[i];
}else{
if((p=="s")&&v){
Efa[v]=Efa[v]||{};
if(Efa[v].s&&Efa[Efa[v].s]){
Efa[Efa[v].s].s=null;
}
Efa[v].s=i;
}
Efa[i][p]=v?v:null;
}
}
};
function EPV(i1,i2,p,v){
if(i1&&i2){
Efa[i1]=Efa[i1]||{};
Efa[i2]=Efa[i2]||{};
var fn=p+"p";
Efa[i1][fn]=Efa[i1][fn]||{};
Efa[i2][fn]=Efa[i2][fn]||{};
Efa[i1][fn][i2]=v.length?v:null;
Efa[i2][fn][i1]=v.length?v:null;
}
};
function ERS(s){
var c=ECL(s);
for(var j=0;j<c.length;j++){
var e=c[j];
var i=e.t.substring(1,e.t.length);
var v=e.v.replace(/\\t/g,"\t").replace(/\\n/g,"\n").replace(/\\\\/g,"\\");
if(e.t.charAt(0)=="i"){
EFV(i,e.p,v);
}else{
if(e.t.charAt(0)=="p"){
var ii=i.split(" ");
EPV(ii[0],ii[1],e.p,v);
}
}
}
};
function ECL(s){
var l=NE(s).split("\n");
var c=[];
for(var j=0;j<l.length;j++){
var e=l[j].split("\t");
for(var k=1;k<e.length;k++){
c[c.length]={t:e[0],p:e[k].charAt(0),v:e[k].substring(1,e[k].length)};
}
}
return c;
};
function EOS(s){
var c=ECL(s);
var os="";
var pi=null;
var pc=[];
for(var j=0;j<c.length;j++){
var e=c[j];
if(e.t!=pi){
if(pi){
os+=pi+"\t"+pc.join("\t")+"\n";
}
pi=e.t;
pc=[];
}
var pl=pc.length;
pc[((pl>0)&&(pc[pl-1].charAt(0)==e.p))?(pl-1):pl]=e.p+e.v;
}
if(pi){
os+=pi+"\t"+pc.join("\t")+"\n";
}
return os;
};
function EFC(i,c){
for(var p in c){
var v=c[p]?NE(new String(c[p])):"";
EFV(i,p,v);
GE("newscript").value+="\ni"+i+"\t"+p.charAt(0)+v.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t");
}
EUL(false);
};
function EPC(i1,i2,c){
for(var p in c){
var v=c[p]?NE(new String(c[p])):"";
EPV(i1,i2,p,v);
GE("newscript").value+="\np"+i1+" "+i2+"\t"+p.charAt(0)+v.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t");
}
EUL(false);
};
function EFI(){
var c="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
for(var j=0;j<1000;j++){
var i="";
for(k=0;k<5;k++){
i+=c.charAt(Math.floor(Math.random()*(k?36:26)));
}
if(!Efa[i]){
break;
}
}
return i;
};
var Edf=false;
function ESS(){
if(!staticMode){
var fi=GV("familyid");
var ic=GV("importcacheid");
if(fi&&!Edf){
var _a=GV("newscript").length;
if(_a||ic){
Edf=true;
AP("family_append",{f:fi,i:ic,p:GV("personid"),c:GV("checksum"),v:Eve},EOS(GV("newscript")),ESR,_a);
EUL(false);
}else{
Edf=true;
EUL(false);
Edf=false;
setTimeout("EUL(true);",500);
}
}
}
};
function ESR(_b,_c,_d){
Edf=false;
if(_d.ok){
Eve=_d.v;
Ess+="\n"+Eis;
Eis="";
SV("importcacheid","");
var ns=GV("newscript");
Ess+=ns.substring(0,_c);
SV("newscript",ns.substring(_c,ns.length));
if(_d.t){
Efa={};
ERS(_d.t);
Ess=_d.t;
ERS(GV("newscript"));
EUS(true,null,null,true,false);
}
}else{
RE("The family could not be saved - please try again");
}
EUL(true);
};
function EUL(js){
if(!staticMode){
var _e=GV("newscript").length;
var ic=GV("importcacheid");
if(Edf){
p="lsaving";
}else{
if(_e||ic){
p="lsave";
}else{
if(!Ewr){
p=Ewp?"lwriteone":"lreadonly";
}else{
p=js?"lsaved":"linitial";
}
}
}
var es=["linitial","lreadonly","lwriteone","lsave","lsaving","lsaved"];
for(j=0;j<es.length;j++){
SS(es[j],p==es[j]);
}
var fi=GV("familyid");
var si=GV("sessionid");
SS("savefamily",(Ewr||_e||ic)&&fi);
SS("sharefamily",Ewr&&si&&fi);
SSF();
}
};
function EAS(){
AP("userfamily_add",{s:GV("sessionid"),f:GV("familyid"),p:GV("personid"),c:GV("checksum")},"",EAR,null);
};
function EAR(_f,_10,_11){
if(_11.ok){
ST("lfamilyname",_11.n);
SS("addfamily",false);
}else{
RE(_11.er||"The family could not be added");
}
};
function EBS(){
var ap=GV("personid");
ESP((ap&&Efa[ap])?ap:Efo,true);
};
function ECZ(zi){
if(zi&&(Ezf<2)){
Ezf+=0.25;
}else{
if((!zi)&&(Ezf>0.5)){
Ezf-=0.25;
}
}
SC("zoomfactor",Ezf);
ERF();
};
function ECD(d,bn,mn,sp){
if(d!==null){
SC("showdetail",d);
Esd=d;
}
if(bn!==null){
SC("showbirthname",bn?1:0);
Ebn=bn;
}
if(mn!==null){
SC("showmiddlename",mn?1:0);
Emn=mn;
}
if(sp!==null){
SC("showphoto",sp?1:0);
Esp=sp;
}
NSD(Esd);
ERF();
};
function ECO(){
SC("showcousins",NGC());
ERF();
};
function ECH(){
SC("showchildren",NGH());
ERF();
};
function ECP(){
SC("showparents",NGH());
ERF();
};
function ETK(){
var ns=!GS("keydiv");
if(ns){
KDK(GE("keycontent"));
}
SS("keydiv",ns);
NKS(ns);
};
function ETI(){
var w=GE("leftdiv").offsetWidth;
var s=TGS();
var v=GI("leftdiv");
ESI(!v);
hide_find_list();
direct_scroll_to(s.left+(v?-w:w),s.top);
TCD(GE("treebg"),Evp,250);
};
function ESI(s){
var c=s?"marginon":"marginoff";
GE("treemargin").className=c;
GE("externalmargin").className=c;
GE("navmargin").className=c;
GE("welcomemargin").className=c;
GE("keymargin").className=c;
SI("leftdiv",s);
NSS(s);
};
function EFB(i){
var sf=FCS(Efa,i);
SV("do_startbranch",sf.join("\t"));
document.topform.submit();
};
function EIU(r){
if(staticMode){
var e=GE("image-"+r);
return e?e.src:"image-"+r+".jpg";
}else{
return BR("ap/","image_read",{f:GV("familyid"),p:GV("personid"),c:GV("checksum"),r:r});
}
};
function EHW(){
SS("welcomediv",false);
};
function KDK(o){
var d=TND();
TAE(d,"m",{g:"m",h:"Blue is male"},0,0,false);
TAE(d,"f",{g:"f",h:"Pink is female"},1,0,false);
TAE(d,"w",{h:"Thick\nlines..."},0,1,false);
TAE(d,"h",{h:"...show partners"},1,1,false);
TAL(d,0,1,1,1,true);
TAE(d,"b",{g:"f",h:"Mother"},2.5,0,false);
TAE(d,"g",{g:"m",h:"Father"},3.5,0,false);
TAL(d,2.5,0,3.5,0,false);
TAE(d,"d",{g:"f",h:"Daughter"},2.5,1,false);
TAE(d,"s",{g:"m",h:"Son"},3.5,1,false);
TAL(d,3,0,3,0.5,false);
TAL(d,2.5,0.5,3.5,0.5,false);
TAL(d,2.5,0.5,2.5,1,false);
TAL(d,3.5,0.5,3.5,1,false);
TAE(d,"z",{h:"Deceased are faded",z:1},5,0,false);
TAE(d,"o",{h:"Dotted lines lead to more"},5,1,false);
TAL(d,5,1,5,0.6,null);
TAL(d,5,1,4.55,1,null);
TRD(d,"",false,false,false,o,null,false,false,1,null);
};
function ESL(){
return {s:Ess.length,i:Eis.length,n:GV("newscript").length};
};
function ECI(c,s){
EHW();
SV("importcacheid",c);
SV("newscript","");
Efa={};
Eis=s;
ERS(s);
EUS(true,null,"view",true,false);
EUL(false);
};
function ESA(){
SV("importcacheid","");
SV("newscript","");
Efa={};
Eis="";
EUS(true,null,"edit",true,false);
EUL(false);
SS("welcomediv",true);
};
</script> <script type="text/javascript">
var Btc={pd:4};
function BCG(f,ci,h){
var ds=[];
var tw=0;
for(var j=0;j<ci.length;j++){
var i=ci[j];
var d=BDD(f,i,h);
ds[ds.length]=d;
tw+=d.w;
}
var fl=ds[0].l;
var lr=ds[ds.length-1].r;
return {ds:ds,tw:tw,fl:fl,lr:lr,aw:(tw+fl-lr)};
};
function BCD(d,ds,aw,cx,cy,vx,vy){
var al=cx-aw/2;
var ar=cx+aw/2;
if((vx<al)||(vx>ar)){
TAL(d,vx,vy,vx,cy-0.75,false);
TAL(d,vx,cy-0.75,cx,cy-0.75,false);
TAL(d,cx,cy-0.75,cx,cy-0.5,false);
}else{
TAL(d,vx,vy,vx,cy-0.5,false);
}
TAL(d,al,cy-0.5,ar,cy-0.5,false);
var x=cx-aw/2+ds[0].l;
for(var j=0;j<ds.length;j++){
var cd=ds[j];
TAL(cd,0,0,0,-0.5,false);
TAD(d,cd,x-cd.l,cy);
x+=cd.w;
}
};
function BAE(d,f,i,si,x,y,dp,sr,da){
TAE(d,i,f[i],x,y);
if(dp&&(f[i].m||f[i].f)){
TAL(d,x,y,x,y-0.425,null);
}
if((sr!==null)&&(f[i].cp>((si&&f[i].pc[si])?1:0))){
TAL(d,x,y,x+(sr?0.45:-0.45),y,null);
}
if(da){
var ac=FLA(f,i);
if(ac.length){
TAL(d,x,y,x,y+0.35,null);
}
}
};
function BDA(d,f,i,si,h,dr,fx,cy){
var p=f[i];
var yt=0;
for(var pi in p.pc){
if(pi!=si){
yt++;
}
}
var ot=Math.min(0.1*(yt-1),0.15);
var ly=cy+ot/2;
var yo=(yt>1)?(ot/(yt-1)):0;
var yi=0;
for(var pi in p.pc){
if(pi!=si){
BDH(d,f,i,pi,FLP(f,i,pi),h,dr,fx,cy,ly);
ly-=yo;
}
}
};
function BDH(d,f,i,pi,ci,h,dr,fx,cy,ly){
if(ci.length){
var ds=BCG(f,ci,h);
var cx=dr?(d.r-ds.fl+ds.aw/2):(d.l-ds.lr-ds.aw/2);
var px=cx+(dr?0.5:-0.5);
BCD(d,ds.ds,ds.aw,cx,cy+1,(pi&&f[pi])?cx:fx,ly);
}else{
var cx=dr?d.r:(d.l-1);
var px=cx;
}
if(pi&&f[pi]){
BAE(d,f,pi,i,px,cy,true,dr,true);
TAL(d,fx,ly,(pi&&f[pi])?px:cx,ly,FMS(f,i,pi));
}
};
function BSS(d,f,p,si,h,cy){
var li=[],ri=[];
for(var j=0;j<si.length;j++){
if(FCC(p,f[si[j]])<0){
ri[ri.length]=si[j];
}else{
li[li.length]=si[j];
}
}
al=BDS(d,f,li,h,false,cy);
ar=BDS(d,f,ri,h,true,cy);
return {al:al,ar:ar,ll:li.length,rl:ri.length};
};
function BDS(d,f,si,h,dr,cy){
var al=0;
for(var j=0;j<si.length;j++){
var sd=BDD(f,si[dr?j:(si.length-j-1)],h);
var x=dr?(d.r-sd.l):(d.l-sd.r);
TAD(d,sd,x,cy);
TAL(d,x,cy,x,cy-0.5);
al=x;
}
return al;
};
function BPS(d,f,pi,oi,ph,h,dr,fx){
var p=f[pi];
if(p.m||p.f){
var px=fx;
if(ph<=1){
TAL(d,fx,-1,fx,-1.4,null);
}else{
if(h>0){
var bs=FLS(f,pi);
if(bs.length){
if(oi&&f[oi]&&(f[oi].f||f[oi].m)){
var al=BDS(d,f,bs,h-1,dr,-1);
var ar=fx;
}else{
var aa=BSS(d,f,p,bs,h-1,-1);
var al=aa.ll?aa.al:fx;
var ar=aa.rl?aa.ar:fx;
var px=(al+ar)/2;
if(Math.abs(px-fx)>Btc.pd){
px=fx+0.5*(aa.rl-aa.ll);
}
if(p.m&&p.f){
px+=(dr?-0.5:0.5);
}
}
TAL(d,al,-1.5,ar,-1.5);
}
}
TAL(d,fx,-1,fx,-1.5);
TAD(d,BAD(f,pi,ph-1,dr,h>0),px,-1);
}
}
};
function BAD(f,i,h,dr,dc){
var d=TND();
var p=f[i];
if(h>0){
var ox=0;
if(p.m||p.f){
if(p.m&&p.f){
var i1=dr?p.m:p.f;
var i2=dr?p.f:p.m;
TAD(d,BAD(f,i1,h-1,dr,false),0,-1);
BAE(d,f,i1,i2,0,-1,false,!dr,true);
ox=dr?d.r:(d.l-1);
TAD(d,BAD(f,i2,h-1,dr,false),ox,-1);
BAE(d,f,i2,i1,ox,-1,false,dr,true);
TAL(d,0,-1,ox,-1,FMS(f,i1,i2));
}else{
var pi=p.m||p.f;
TAD(d,BAD(f,pi,h-1,dr,false),0,-1);
BAE(d,f,pi,null,0,-1,false,f[pi].g!="m",false);
}
TAL(d,ox/2,-0.5,ox/2,-1,false);
TAL(d,ox/2,-0.5,0,-0.5,false);
if(!dc){
TAL(d,0,-0.5,0,0,false);
var bs=FLS(f,i);
if(bs.length){
TAL(d,ox/2,-0.5,ox/2+(dr?0.1:-0.1),-0.5,null);
}
}
}
}else{
if(p.m||p.f){
TAL(d,0,-0.4,0,0,null);
}
}
return d;
};
function BDD(f,i,h){
var p=f[i];
var d=TND();
var sr=FSM(f,i,p.es);
var sx=sr?1:-1;
if(h>0){
TAE(d,i,p,0,0);
var ac=FLA(f,i);
if(ac.length){
var ds=BCG(f,ac,h-1);
BCD(d,ds.ds,ds.aw,0,1,0,0);
}
if(p.es){
var tc=FLP(f,i,p.es);
if(tc.length){
var ds=BCG(f,tc,h-1);
if(ac.length){
sx=sr?(d.r+(ds.tw-ds.fl-ds.lr)/2+0.5):(d.l-(ds.tw+ds.lr+ds.fl)/2-0.5);
}
var cx=sr?(sx-0.5):(sx+0.5);
BCD(d,ds.ds,ds.aw,cx,1,cx,0);
}
TAL(d,0,0,sx,0,FMS(f,i,p.es));
BAE(d,f,p.es,i,sx,0,true,null,false);
var _1=FLA(f,p.es);
if(_1.length){
var ds=BCG(f,_1,h-1);
BCD(d,ds.ds,ds.aw,sr?(d.r+(ds.tw-ds.fl-ds.lr)/2):(d.l-(ds.tw+ds.lr+ds.fl)/2),1,sx,0);
}
BDA(d,f,p.es,i,h-1,sr,sx,0);
}
BDA(d,f,i,p.es,h-1,!sr,0,0);
}else{
BAE(d,f,i,null,0,0,false,sr,true);
}
return d;
};
function BGH(f,i){
var p=f[i];
var hc=p.es;
var ac=FLA(f,i);
if(hc&&(!p.m)&&(!p.f)&&p.pc[hc]&&(p.cp==1)&&(ac.length==0)){
return hc;
}
return null;
};
function BFT(f,i,m,ch,ph,co){
var p=f[i];
var hc=BGH(f,i);
if(hc&&!BGH(f,hc)){
var d=TND();
var od=BFT(f,hc,m,ch,ph,co);
TAD(d,od,-od.e[i].x,-od.e[i].y);
d.e[hc].k=false;
}else{
var d=BDD(f,i,ch);
if(ph>0){
var al=0,ar=0,px=0;
var bs=FLS(f,i);
if(bs.length){
var aa=BSS(d,f,p,bs,co,0);
al=aa.al;
ar=aa.ar;
px=(al+ar)/2;
if(Math.abs(px)>Btc.pd){
px=0.5*(aa.rl-aa.ll);
}
TAL(d,al,-0.5,ar,-0.5,false);
}
if(p.m||p.f){
TAL(d,0,0,0,-0.5,false);
TAL(d,px,-0.5,px,-1,false);
if(p.m&&p.f){
var mx=px-0.5,fx=px+0.5;
TAL(d,mx,-1,fx,-1,FMS(f,p.m,p.f));
}else{
var mx=px,fx=px;
}
if(p.m){
var pm=f[p.m];
TAE(d,p.m,pm,mx,-1);
}
if(p.f){
var pf=f[p.f];
TAE(d,p.f,pf,fx,-1);
}
if(p.m){
var ac=FLA(f,p.m);
if(ac.length&&p.f){
BDH(d,f,p.m,null,ac,co,false,mx,-1,-1);
}
BDA(d,f,p.m,p.f,co,false,mx,-1);
}
if(p.f){
var ac=FLA(f,p.f);
if(ac.length&&p.m){
BDH(d,f,p.f,null,ac,co,true,fx,-1,-1);
}
BDA(d,f,p.f,p.m,co,true,fx,-1);
}
if(p.m){
BPS(d,f,p.m,p.f,ph,co,false,mx);
}
if(p.f){
BPS(d,f,p.f,p.m,ph,co,true,fx);
}
}
}else{
if(p.f||p.m){
TAL(d,0,0,0,-0.4,null);
}
}
}
d.e[i].k=true;
if(m&&d.e[m]){
d.e[m].m=true;
}
return d;
};
</script> <script type="text/javascript">
function NSS(s){
SH("sidelinktext",s?"Hide":"Show");
};
function NKS(s){
SH("keylinktext",s?"Hide":"Show");
};
function NSD(d){
SO("showdetail",d);
};
function NSC(c){
SO("showcousins",c);
};
function NSH(c){
SO("showchildren",c);
};
function NSA(c){
SO("showparents",c);
};
function NGC(){
return parseInt(GO("showcousins"));
};
function NGH(){
return parseInt(GO("showchildren"));
};
function NGA(){
return parseInt(GO("showparents"));
};
function NCD(){
var d=GO("showdetail");
ECD((d.charAt(0)=="_")?null:d,(d=="_pq")?true:((d=="_pl")?false:null),(d=="_m1")?true:((d=="_m0")?false:null),(d=="_r1")?true:((d=="_r0")?false:null));
};
function NSP(i){
ST("backtotext",(i==GV("personid"))?"me":(Efa[i]?Efa[i].h:"start"));
};
function NRT(){
};
function nav_position_find(){
var r=GE("findfield").getBoundingClientRect();
GE("findlist").style.left=r.left+"px";
};
function NCP(i){
GE("findfield").placeholder=i+((i==1)?" person":" people");
};
function focus_find_box(){
nav_position_find();
update_find_box(null);
SS("findlist",true);
};
function hide_find_list(){
SS("findlist",false);
};
function input_find_box(){
SS("findlist",true);
setTimeout("update_find_box("+GV("findfield").length+");",100);
};
function update_find_box(vl){
var ev=GV("findfield");
if((vl!==null)&&(vl!=ev.length)){
return;
}
var ss=ev.trim().toLowerCase().split(" ");
var jn=[];
for(var j in Efa){
var p=Efa[j];
var m=((p.l||"")+" "+(p.q||"")+" "+(p.p||"")).toLowerCase();
var i=true;
for(k=0;k<ss.length;k++){
if(m.indexOf(ss[k])<0){
i=false;
break;
}
}
if(i){
var _1=(Ebn?(p.q||p.l):(p.l||p.q))||"";
var _2=(_1?(Ebn?p.l:p.q):"")||"";
if(_1==_2){
_2="";
}
var n=(p.p||"")+(_1?(" "+_1+(_2?("/"+_2):"")):"");
var bs=FPD(p.b||"").y;
var ds=(p.z=="1")?FPD(p.d||"").y:null;
var ey=(bs||ds)?(" ("+(bs||"")+"-"+(ds||"")+")"):"";
jn[jn.length]={i:j,l:_1,q:_2,p:(p.p||""),n:(n+ey).trim()};
}
}
jn.sort(sort_by_name);
var _3=/[-\/\\^$*+?.()|[\]{}]/g;
var _4="";
for(k=0;k<ss.length;k++){
if(ss[k].length){
_4+=EH(ss[k]).replace(_3,"\\$&")+"|";
}
}
if(_4.length){
var _5=new RegExp(_4.slice(0,-1),"ig");
}else{
var _5=null;
}
var h="";
for(j=0;j<jn.length;j++){
if(jn[j].n.length){
var hn=EH(jn[j].n);
if(_5){
hn=hn.replace(_5,"<u>$&</u>");
}
h+="<a href=\"#\" onClick=\"ESP('"+jn[j].i+"', true); return false;\">"+hn+"</a>";
}
}
if(!h){
h="<div>No matches found</div>";
}
var v=GE("findlist");
v.innerHTML=h;
};
function sort_by_name(a,b){
if(a.l<b.l){
return -1;
}else{
if(b.l<a.l){
return 1;
}
}
if(a.q<b.q){
return -1;
}else{
if(b.q<a.q){
return 1;
}
}
if(a.p<b.p){
return -1;
}else{
if(b.p<a.p){
return 1;
}
}
if(a.n<b.n){
return -1;
}else{
if(b.n<a.n){
return 1;
}
}
return 0;
};
</script> <script type="text/javascript">
var ios=navigator.userAgent.match(/(iPod|iPhone|iPad)/)&&navigator.userAgent.match(/AppleWebKit/);
function TND(){
return {l:0,r:0,w:0,t:0,b:0,h:0,e:{},n:[]};
};
function TAE(d,i,p,x,y,k){
var di=d.e[i];
if(di){
i+=Math.random(0,999999);
}
d.e[i]={p:p,x:x,y:y,k:k,d:di};
d.l=Math.min(d.l,x);
d.r=Math.max(d.r,1+x);
d.w=d.r-d.l;
d.t=Math.min(d.t,y);
d.b=Math.max(d.b,1+y);
d.h=d.b-d.t;
};
function TAL(d,x1,y1,x2,y2,k){
d.n[d.n.length]={x1:x1,y1:y1,x2:x2,y2:y2,k:k};
};
function TAD(od,d,dx,dy){
for(var j=0;j<d.n.length;j++){
var n=d.n[j];
TAL(od,n.x1+dx,n.y1+dy,n.x2+dx,n.y2+dy,n.k);
}
for(var i in d.e){
var e=d.e[i];
TAE(od,e.p.i,e.p,e.x+dx,e.y+dy,e.k);
}
};
function TDS(zf,y,mn,sp){
return {Tew:parseInt(((y||sp||mn)?100:80)*zf),Teh:parseInt((40+(y?40:0)+(sp?100:0))*zf),Tph:parseInt(100*zf),Tdh:parseInt(40*zf),Tmh:parseInt(40*zf),Ths:parseInt(20*zf),Tvs:parseInt((y?40:60)*zf),Tfs:parseInt(12*zf),Tds:parseInt(10*zf)};
};
function TRD(d,y,bn,mn,sp,o,oi,wp,pr,zf,_1){
var _2=wp?(ios?1920:19200):0;
var _3=wp?(ios?1200:12000):0;
var sz=TDS(zf,y,mn,sp);
var tw=(sz.Tew+sz.Ths)*d.w-sz.Ths;
var th=(sz.Teh+sz.Tvs)*d.h-sz.Tvs;
if(!wp){
ox=sz.Tew/2-d.l*(sz.Tew+sz.Ths);
oy=sz.Teh/2-d.t*(sz.Teh+sz.Tvs);
}else{
if(ios){
if(!(o.ios_width&&o.ios_height)){
o.ios_width=GE("treebg").offsetWidth;
o.ios_height=GE("treebg").offsetHeight;
}
ox=o.ios_width/2+_2/2;
oy=o.ios_height/2+_3/2;
o.style.left=(-_2/2)+"px";
o.style.top=(-_3/2)+"px";
}else{
if(oi&&o.ps[oi]&&d.e[oi]){
ox=o.ps[oi].x-d.e[oi].x*(sz.Tew+sz.Ths);
oy=o.ps[oi].y-d.e[oi].y*(sz.Teh+sz.Tvs);
}else{
ox=_2-d.l*(sz.Tew+sz.Ths);
oy=_3-d.t*(sz.Teh+sz.Tvs);
}
}
}
o.innerHTML="";
o.ps={};
o.es={l:(ox+(d.l-0.5)*(sz.Tew+sz.Ths)),t:(oy+(d.t-0.5)*(sz.Teh+sz.Tvs)),r:(ox+(d.r-0.5)*(sz.Tew+sz.Ths)),b:(oy+(d.b-0.5)*(sz.Teh+sz.Tvs))};
var s=o.style;
if(!wp){
s.width=(tw+_2*2)+"px";
s.height=(th+_3*2)+"px";
}
for(var j=0;j<d.n.length;j++){
var n=d.n[j];
var l=Math.min(n.x1,n.x2);
var r=Math.max(n.x1,n.x2);
var t=Math.min(n.y1,n.y2);
var b=Math.max(n.y1,n.y2);
if(pr){
var k=n.k?2:1;
var ko=k;
var v=document.createElement("img");
v.src=(n.k===null)?((r==l)?"grayvcheck.gif":"grayhcheck.gif"):"graypixel.gif";
v.style.position="absolute";
}else{
var k=n.k?4:((n.k===null)?0:2);
var ko=n.k?4:2;
var v=document.createElement("div");
v.className=(n.k===null)?"ddotted":"dline";
}
var s=v.style;
s.width=((r==l)?k:(r-l)*(sz.Tew+sz.Ths)+k)+"px";
s.height=((b==t)?k:(b-t)*(sz.Teh+sz.Tvs)+k)+"px";
s.left=ox+(l*(sz.Tew+sz.Ths)-ko/2)+"px";
s.top=oy+(t*(sz.Teh+sz.Tvs)-ko/2)+"px";
o.appendChild(v);
}
for(var i in d.e){
var e=d.e[i];
var rs="";
var sn=bn?(e.p.q||e.p.l):(e.p.l||e.p.q);
var fn=e.p.hp?(e.p.p+(sn?(" "+sn):"")):e.p.h;
var cc=((e.p.z=="1")&&!pr)?"dcelld":"dcella";
var _4=((e.p.z=="1")&&!pr)?window.nameColors.deceased:window.nameColors.living;
var sh=sz.Tmh;
if(sp&&e.p.r){
var ey=e.p.r.split(" ");
var uf=EIU||(opener&&opener.top&&opener.top.EIU);
if(uf){
var u=uf(ey[0]);
var ew=sz.Tew-4;
var eh=sz.Tew-4;
if(ey[1]&&ey[2]){
if(parseInt(ey[1])>parseInt(ey[2])){
eh=Math.floor(ew*ey[2]/ey[1]);
}else{
ew=Math.floor(eh*ey[1]/ey[2]);
}
if((Math.abs(ey[1]-ew)<=3)&&(Math.abs(ey[2]-eh)<=3)){
ew=ey[1];
eh=ey[2];
}
}
rs+="<TR><TD CLASS=\""+cc+"\" style=\"color:"+_4+"\"><IMG SRC=\""+u+"\" WIDTH=\""+ew+"\" HEIGHT=\""+eh+"\" TITLE=\""+EH(fn)+"\"></TD></TR>";
sh+=sz.Tph;
}
}
if(y){
var ey=TGL(y,e.p);
if(ey&&ey.length){
rs+="<TR><TD CLASS=\""+cc+"\" STYLE=\"font-size:"+sz.Tds+"px;color:"+_4+"\" TITLE=\""+EH(ey.replace(/\n/g,", "))+"\">"+EL(ey)+"</TD></TR>";
sh+=sz.Tdh;
}
}
var sx=ox+(e.x)*(sz.Tew+sz.Ths);
var sy=oy+(e.y)*(sz.Teh+sz.Tvs);
if(pr){
v=document.createElement("img");
v.src=((e.p.g=="f")?"female":((e.p.g=="m")?"male":"neuter"))+"pixel.gif";
var s=v.style;
s.position="absolute";
s.width=sz.Tew+"px";
s.height=sh+"px";
s.left=(sx-(sz.Tew/2))+"px";
s.top=(sy-(sh/2))+"px";
o.appendChild(v);
}else{
TRB(o,sx-(sz.Tew/2),sy-(sh/2),sz.Tew,sh,e.k?3:1,(e.p.g=="f")?"FFD6EE":((e.p.g=="m")?"D6DDFF":"FFFFFF"),null);
}
var v=document.createElement("div");
v.className="di";
var s=v.style;
s.width=sz.Tew+"px";
s.height=sh+"px";
s.left=(sx-(sz.Tew/2))+"px";
s.top=(sy-(sh/2))+"px";
if(wp){
v.onmousedown=TCT;
v.id=i;
v.pid=e.p.i;
o.ps[i]={x:sx,y:sy};
}
var tn=e.p.hp?(mn?fn:(e.p.h+(sn?(" "+sn):""))):e.p.h;
v.innerHTML="<TABLE WIDTH=\"100%\" HEIGHT=\"100%\" STYLE=\"table-layout:fixed;\">"+"<TR><TD CLASS=\""+cc+"\" STYLE=\"font-size:"+(e.d?sz.Tds:sz.Tfs)+"px;color:"+_4+"\""+" TITLE=\""+(e.d?"Duplicate: ":"")+EH(fn)+"\">"+(e.d?"<I>Duplicate:</I><BR>":"")+(e.m?"<B>":"")+EL(tn)+(e.m?"</B>":"")+"</TD></TR>"+rs+"</TABLE>";
o.appendChild(v);
}
};
function TGL(y,p){
var ey="";
if(y=="tku"){
ey=p.t?("\n"+p.t+" (h)"):"";
ey+=p.k?("\n"+p.k+" (w)"):"";
ey+=p.u?("\n"+p.u+" (m)"):"";
if(ey){
ey=ey.substring(1);
}
}else{
if(y=="bds"){
var bs=FDT(p.b);
var ds=FDT(p.d);
ey=(bs?("Born "+bs):"")+((bs&&ds)?"\n":"")+(ds&&p.z==="1"?("Died "+ds):"");
}else{
if(y=="bd"){
var bs=FPD(p.b||"").y;
var ds=FPD(p.z==="1"?p.d:"").y;
ey=(bs&&ds)?(bs+"-"+ds):(bs?("Born "+bs):(ds?("Died "+ds):""));
}else{
if(y=="bv"){
var bs=FDT(p.b);
ey=((bs||p.v)?"Born ":"")+(bs||"")+((bs&&p.v)?", ":"")+(p.v||"");
}else{
if(y=="dy"&&p.z==="1"){
var ds=FDT(p.d);
ey=((ds||p.y)?"Died ":"")+(ds||"")+((ds&&p.y)?", ":"")+(p.y||"");
}else{
if(y=="e"){
ey=p.e?p.e.replace(/@/g,"@ "):"";
}else{
if(y!="r"){
ey=p[y];
}
}
}
}
}
}
}
return ey;
};
function TCD(o,i,t){
if(i&&o.ps[i]){
var dw,dh;
dw=o.offsetWidth;
dh=o.offsetHeight;
if((dw<64)||(dw>4096)){
dw=self.outerWidth;
}
if((dh<64)||(dh>4096)){
dh=self.outerHeight;
}
var sx=o.ps[i].x-dw/2;
var sy=o.ps[i].y-dh/2;
if(o.es){
var as={l:sx+64,t:sy+32,r:sx+dw-32,b:sy+dh-64};
sx+=0.9*(Math.min(0,Math.max(o.es.l-as.l,o.es.r-as.r))+Math.max(0,Math.min(o.es.l-as.l,o.es.r-as.r)));
sy+=0.9*(Math.min(0,Math.max(o.es.t-as.t,o.es.b-as.b))+Math.max(0,Math.min(o.es.t-as.t,o.es.b-as.b)));
}
var _5=DT();
TSS(sx,sy,_5,_5+t,"_sel");
}
};
function TRB(o,l,t,w,h,k,b,_6){
v=document.createElement("div");
v.className="dbox";
var s=v.style;
if(_6){
s.visibility="hidden";
v.id=_6;
}
s.position="absolute";
s.width=(w)+"px";
s.height=(h)+"px";
s.left=(l-k)+"px";
s.top=(t-k)+"px";
s.background="#"+b;
s.borderWidth=k+"px";
o.appendChild(v);
};
var Tpd=false;
var Tdx,Tdy,moveobject;
function TGS(){
var e=GE("treebg");
if(self.pageYOffset){
scrolltop=self.pageYOffset;
scrollleft=self.pageXOffset;
}else{
if(document.documentElement&&document.documentElement.scrollTop){
scrolltop=document.documentElement.scrollTop;
scrollleft=document.documentElement.scrollLeft;
}else{
if(document.body){
scrolltop=document.body.scrollTop;
scrollleft=document.body.scrollLeft;
}
}
}
return {top:-(e.offsetTop-e.parentNode.offsetTop),left:-(e.offsetLeft-e.parentNode.offsetLeft)};
};
function TIS(o){
moveobject=o;
o.onmousedown=function(_7){
hide_find_list();
_7=_7?_7:window.event;
Tpd=true;
scrollpos=TGS();
Tdx=scrollpos.left+_7.screenX;
Tdy=scrollpos.top+_7.screenY;
};
document.onmouseup=function(_8){
Tpd=false;
};
document.onmousemove=function(_9){
_9=_9?_9:window.event;
if(Tpd){
TSS(Tdx-_9.screenX,Tdy-_9.screenY,0,0,null);
}
};
document.body.onselectstart=function(_a){
if(Tpd){
return false;
}
};
o.ontouchstart=function(_b){
if((_b.target==moveobject)&&(_b.touches.length==1)){
hide_find_list();
Tpd=true;
scrollpos=TGS();
Tdx=scrollpos.left+_b.touches[0].screenX;
Tdy=scrollpos.top+_b.touches[0].screenY;
_b.preventDefault();
}
};
o.ontouchend=function(_c){
if(Tpd){
Tpd=false;
_c.preventDefault();
}
};
document.ontouchmove=function(_d){
if(Tpd){
TSS(Tdx-_d.touches[0].screenX,Tdy-_d.touches[0].screenY,0,0,null);
_d.preventDefault();
}
};
};
var Tst=null,Tsf,Tsd,Tss,Tse,Tsv;
function TSS(x,y,_e,_f,scv){
if(Tst){
clearTimeout(Tst);
Tst=null;
}
Tsf=TGS();
Tsd={top:y,left:x};
Tss=_e;
Tse=_f;
Tsv=scv;
if(DT()>=_f){
TST();
}else{
Tst=setTimeout("TST()",10);
}
};
function TST(){
var n=DT();
if(n>=Tse){
direct_scroll_to(Tsd.left,Tsd.top);
if(Tsv&&GE(Tsv)){
SI(Tsv,true);
}
}else{
var p=(n-Tss)/(Tse-Tss);
p=1-Math.pow(0.5,p/0.2);
direct_scroll_to(Tsf.left+p*(Tsd.left-Tsf.left),Tsf.top+p*(Tsd.top-Tsf.top));
Tst=setTimeout("TST()",10);
}
};
function direct_scroll_to(x,y){
if(true){
GE("treebg").style.left=-x;
GE("treebg").style.top=-y;
}
};
function TCT(){
if(parent&&parent.postMessage){
parent.postMessage("click="+this.pid,"*");
}
ESP(this.pid,true);
};
function TFE(o,i){
return (o.ps&&i)?o.ps[i]:null;
};
function TRT(f,i,m,y,bn,mn,sp,ch,ph,co,pi,zf,s){
var o=GE("treebg");
var _10=null;
if(TFE(o,i)){
var oi=i;
var sd=0;
if(i!=pi){
_10="_sel";
if(GE(_10)){
SI(_10,false);
}
}
}else{
var oi=TFE(o,pi)?pi:null;
var sd=oi?250:0;
}
TRD(BFT(f,i,m,ch,ph,co),y,bn,mn,sp,o,oi,true,false,zf,_10);
if(s&&noCentering){
if(_10&&GE(_10)){
SI(_10,true);
}
}else{
setTimeout("TCD(GE('treebg'), '"+i+"', "+(s?250:0)+")",sd);
}
};
</script> <script type="text/javascript">
var Sen=[{p:"personalname",l:"familyname",q:"familybirth"},{e:"c_email",w:"website",B:"blog",P:"photosite",t:"hometel",k:"worktel",u:"mobile",S:"skype",a:"address",C:"othercontact"},{v:"birthplace",y:"deathplace",U:"burialplace",j:"profession",E:"employer",I:"interests",A:"activities",o:"bionotes"}];
var Sv1={e:"Email",w:"Website",B:"Blog",P:"Photo site",t:"Home tel",k:"Work tel",u:"Mobile",S:"Skype",a:"Address",C:"Other"};
var Sv2={v:"Birth place",y:"Death place",U:"Burial place",F:"Burial date",j:"Profession",E:"Company",I:"Interests",A:"Activities",o:"Bio notes"};
var Spt={m:"Married",e:"Engaged",r:"Relationship",s:"Separated",d:"Divorced",a:"Annulled"};
var Sur={w:"website",B:"blog",P:"photos"};
var excludeCapitals=",de,del,la,von,van,den,der,of,the,and,y,da,dos,das,by,in,las,av,le,du,di,af,";
var Spe;
var Spa=0;
var Sed=false;
var Srl;
function side_page_loaded(){
CE(parent);
};
function SCR(i){
ESP(i,false);
};
function SPW(i){
return Ewr||(i&&(Ewp==i));
};
function SSE(i,e){
var pi=Spe;
Spe=i;
var p=Efa[i];
var md=(Spe==GV("personid"));
if((!p)||(!p.n)){
var js="";
for(var j in Efa){
js+=j+" ";
}
var ks="";
for(var k in p){
ks+=k+" ";
}
SE("NoPerson: "+i+"|"+js+"|"+ks+"|"+Ess.length+"|"+TR());
}
var v=GE("nametitle");
v.innerHTML=EH(p.n);
v.className=(p.p||p.l)?"sname":"sdefname";
SV("shareperson","Invite "+p.h+" to share family");
SS("hideurl",false);
GE("switchpanel3").style.display=p.cp?"block":"none";
var uf=p.w?"w":(p.B?"B":(p.P?"P":null));
SS("showurl",uf?true:false);
if(uf){
SV("urlmode",Sur[uf]);
GE("urllink").href=p[uf];
SV("showurl","Show "+(false?"my":(p.h+"'s"))+" "+Sv1[uf].toLowerCase());
}
SSA((((Spa==3)&&!p.cp)||((pi!=i)&&((e=="edit")||Sed)))?0:Spa,(e=="edit")?((Sed&&(pi==i))?null:true):false);
SIU(false);
};
function SSA(_1,_2){
if(Sed&&((_1!=Spa)||(_2===false))){
try{
GE("switchlink"+_1).focus();
}
catch(e){
}
}
Spa=_1;
if(_2!==null){
Sed=_2;
}
var f=Efa;
var p=f[Spe];
var md=(Spe==GV("personid"));
var pw=SPW(Spe);
if(!pw){
Sed=false;
}
for(var j=0;j<=3;j++){
GE("switchpanel"+j).className=((_1==j)?"sswitched":"sswitch");
GE("switchlink"+j).className=((_1==j)?"sswitchedlink":"");
}
SR("personalview",(Spa==0)&&!Sed);
SR("personaledit",(Spa==0)&&Sed);
SR("personaleditdeath",(Spa==0)&&(p.z==1)&&Sed);
SR("partnersviewedit",(Spa==3));
SR("contactview",(Spa==1)&&!Sed);
SR("contactedit",(Spa==1)&&Sed);
SR("bioview",(Spa==2)&&!Sed);
SR("bioedit1",(Spa==2)&&Sed);
SR("bioeditdeath",(Spa==2)&&(p.z==1)&&Sed);
SR("bioedit2",(Spa==2)&&Sed);
SR("viewfooter",pw&&(!Sed));
SR("editfooter",Sed);
SR("readonlyfooter",(!staticMode)&&(!Ewr)&&(!Ewp));
SR("writemefooter",(!Ewr)&&pw);
SR("writenotfooter",Ewp&&!pw);
SV("editbutton",(Spa==3)?"Edit partnership details":("Edit "+(md?"my":(p.h+"'s"))+" details"));
SS("nonrelations",true);
SS("shareperson",(!staticMode)&&GV("sessionid")&&(p.z!="1")&&!md);
SS("nonediting",!Sed);
SR("relactions",Ewr&&!Sed);
if(Sed){
var df=(_2===true);
for(var j in Sen[Spa]){
SV(Sen[Spa][j],p[j]);
if(df&&(j!="y")&&!GV(Sen[Spa][j])){
FS(Sen[Spa][j]);
df=false;
}
}
}else{
if(Ewr){
SRP(false);
}
}
if(_1==1){
SP1();
}else{
if(_1==2){
SP2();
}else{
if(_1==3){
SP3();
}else{
SP0();
}
}
}
SSF();
};
function SSF(){
var om=!staticMode;
var sl=ESL();
SR("importfooter",om&&(!sl.n)&&(!sl.s)&&(!sl.i));
SR("downloadfooter",om&&GV("sessionid")&&GV("familyid")&&sl.s&&(!sl.n)&&!sl.i);
SR("clearfooter",om&&(sl.n||sl.i)&&!sl.s);
};
function SWA(p){
SSA(p,Sed);
};
function SED(){
ECS();
ESE(false,[Spe],Spe);
};
function SAS(){
EFE(true);
};
function SCS(){
EFE(false);
};
function SRR(e){
var v=GE(e);
while(v.firstChild){
v.removeChild(v.firstChild);
}
};
function SJR(e,v,h,s){
var r=document.createElement("TR");
var a=document.createElement("TD");
a.className="sboth";
a.innerHTML=h?v:EL(v);
a.colSpan=s;
r.appendChild(a);
GE(e).appendChild(r);
};
function SSR(e,t,v,h,a){
var r=document.createElement("TR");
r.vAlign=a||"top";
var a=document.createElement("TD");
a.className="sleft";
if(t){
a.innerHTML=EH(t+":");
}
var b=document.createElement("TD");
b.className="sright";
b.innerHTML=h?v:EL(v);
r.appendChild(a);
r.appendChild(b);
GE(e).appendChild(r);
return r;
};
function SUR(e,t,i,v,s){
SJR(e,"<INPUT TYPE=\"submit\" VALUE=\""+EH(t)+"\" ID=\""+EH(i+v)+"\" CLASS=\"sbutton\" onClick=\"SCB('"+EH(i)+"','"+EH(v)+"'); return false;\">",true,s);
};
function SPP(i,ra,s){
var f=Efa;
var rn=[];
for(j=0;j<ra.length;j++){
var pi=f[ra[j]];
var l=pi.l||pi.q;
var y=(FPD(pi.b||"").y||"")+"-"+(FPD(pi.d||"").y||"");
rn[rn.length]={i:ra[j],l:l?l.toLowerCase():"zzz",p:pi.p?pi.p.toLowerCase():"zzz",n:pi.n+((y.length>1)?(" ("+y+")"):"")};
}
rn.sort(NSN);
var v=GE(i);
v.options.length=0;
v.options[v.options.length]=new Option("","");
for(j=0;j<rn.length;j++){
var l=v.options.length;
v.options[l]=new Option(rn[j].n,rn[j].i);
if(rn[j].i==s){
v.selectedIndex=l;
}
}
};
function SLR(e,s){
SJR(e,"<IMG CLASS=\"blankpixel\" WIDTH=\"1\" HEIGHT=\"4\">",true,s);
};
function SRW(t,i){
if(i){
SSR("personalview",t,"<A HREF=\"#\" onClick=\"javascript:SCR('"+i+"'); return false;\">"+EH(Efa[i].n)+"</A>",true);
}
};
function SRB(t,i,v){
SUR("relactions",t,i,v,1);
};
function SPR(e){
SRR("relactions");
if(e){
SS("nonrelations",false);
}
};
function SRP(e){
SPR(e);
var f=Efa;
var p=f[Spe];
if(e){
var fd=false;
var ns=false;
SRB("Change parents","changeparent","");
if(p.cp){
SRB(((p.cp>1)||!p.s)?"Change partners":"Change partner","changespouse","");
}
if(Spe==Efo){
fd=true;
}else{
var cf=FDF(f,Efo,null,null,null);
var df=FDF(f,Efo,Spe,null,null);
if((df.length-cf.length)<=1){
SRB("Delete "+p.n,"delete",Spe);
}else{
ns=true;
}
}
SRB("Cancel","cancel","");
if(ns){
SJR("relactions","<BR>This person cannot be deleted because this would split the tree into separate pieces.",true,1);
}
if(fd){
SJR("relactions","<BR>This person started the tree and cannot be deleted.",true,1);
}
}else{
var md=(GV("personid")==Spe);
var ap=p.fg||Ead||(GV("personid")==Efo);
SJR("relactions",md?"Click to add your relatives:":("Click to add relatives of "+p.h+":"),false,1);
if(ap){
if(p.f&&p.m){
}else{
if(p.f){
SRB("Add mother","choosemother","");
}else{
if(p.m){
SRB("Add father","choosefather","");
}else{
SRB("Add parents","addparents","");
}
}
}
}
if(p.s||p.cp){
SRB("Add partner/ex","choosespouse","");
}else{
SRB("Add partner/ex","choosespouse","");
}
var sc=p.g||(p.s&&f[p.s].g);
if(ap){
SRB("Add brother/sister","addsibling","");
}
if(sc){
SRB("Add child","addchild","");
}
var cf=0;
for(var j in f){
cf++;
if(cf>1){
SRB("Change or delete","morelactions","");
break;
}
}
if(!sc){
SJR("relactions","<BR>To add children, set this person's gender first.",true,1);
}
if(!ap){
var si=GV("sessionid");
if(md){
SJR("relactions","<BR>To add your parents, brothers or sisters, "+"please "+(si?"":"sign in then ")+"create a new family branch.",true,1);
if(si){
SRB("Create new family for me","startbranch","");
}
}else{
SJR("relactions","<BR>To add "+p.h+"'s parents, brothers or sisters, "+"a new family branch can be created"+(si?"":" after signing in")+".",true,1);
if(si){
SRB("Create new family for "+p.h,"startbranch","");
}
}
}
var ad=GE("advertisement");
if(ad){
SLR("relactions",1);
SLR("relactions",1);
SJR("relactions",ad.innerHTML,true,1);
}
}
};
function SP0(){
var f=Efa;
var p=f[Spe];
if(Sed){
GE("gender_f").checked=(p.g=="f");
GE("gender_m").checked=(p.g=="m");
GE("gender_o").checked=(p.g=="o");
GE("alive").checked=(p.z!="1");
SSD("birthdom","birthmonth","birthyear",p.b);
SSD("deathdom","deathmonth","deathyear",p.d);
}else{
SRR("personalview");
SSR("personalview","Full name",(p.p||"")+" "+(p.l||p.q||""),false);
if(p.q&&p.l&&(p.q!=p.l)){
SSR("personalview","Surname at birth",p.q,false);
}
SSR("personalview","Gender",(p.g&&Fgn[p.g])?Fgn[p.g]:Fgn[""],false);
SSR("personalview","Birth date",FDT(p.b),false);
if(p.z==1){
SSR("personalview","Death date",FDT(p.d),false);
}
}
};
function SP1(){
var f=Efa;
var p=f[Spe];
if(!Sed){
SRR("contactview");
for(var j in Sv1){
if(p[j]||((!staticMode)&&((j=="e")||(j=="w")||(j=="t")||(j=="a")))){
if(j=="e"){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\"mailto:"+EH(p[j])+"\">"+EH(p[j])+"</A>"):"",true);
}else{
if(j=="S"){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\"callto:"+EH(p[j])+"\">"+EH(p[j])+"</A>"):"",true);
}else{
if((j=="w")||(j=="B")||(j=="P")){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\""+EH(p[j])+"\" TARGET=\"_new\" onClick=\"return UL(this);\">"+EH(p[j])+"</A>"):"",true);
}else{
SSR("contactview",Sv1[j],p[j],false);
}
}
}
}
}
if(staticMode&&!staticModeAfterRead){
SJR("contactview","&nbsp;<BR>To protect your privacy, phone numbers, addresses and emails have been removed.",true,2);
}
}
};
function SP2(){
var f=Efa;
var p=f[Spe];
if(Sed){
SSD("burialdom","burialmonth","burialyear",p.F);
}else{
SRR("bioview");
for(var j in Sv2){
if(p[j]||(j=="v")||(j=="y")||(j=="j")){
if(((j!="y")&&(j!="U")&&(j!="F"))||(p.z==1)){
SSR("bioview",Sv2[j],(j=="F")?FDT(p[j]):p[j],false);
}
}
}
}
};
function S3R(f,p,pi,rc){
if(rc&&GE("partnersviewedit").firstChild){
SLR("partnersviewedit",2);
}
var cp=(p.s==pi)||(p.z==1);
var pl=(p.z!=1)&&(f[pi].z==1);
var _3=new String(p.gp?p.gp[pi]:"");
if(rc){
var cm=FCM(p,f[pi]);
if(((_3=="m")&&(cp||pl))||(_3=="s")){
if(pl){
var s=cm?((cm>0)?"Late wife":"Late husband"):"Late spouse";
}else{
var s=cm?((cm>0)?"Wife":"Husband"):"Spouse";
}
if(_3=="s"){
s+=" (separated)";
}
}else{
if((_3=="m")||(_3=="d")||(_3=="a")){
var s=cm?((cm>0)?"Ex-wife":"Ex-husband"):"Ex-spouse";
}else{
if((_3=="e")&&(cp||pl)){
if(pl){
var s=(cm>0)?"Late fiancée":"Late fiancé";
}else{
var s=(cm>0)?"Fiancée":"Fiancé";
}
}else{
if(_3=="e"){
var s=(cm>0)?"Ex-fiancée":"Ex-fiancé";
}else{
var s=pl?"Late partner":(cp?"Partner":"Ex-partner");
}
}
}
}
SSR("partnersviewedit",s,f[pi].n,false);
}
if(_3=="m"){
var t={m:"Wedding date",w:"Location",z:((cp||pl)?"":"End date")};
}else{
if(_3=="e"){
var t={r:"Engagement date",z:((cp||pl)?"":"End date")};
}else{
if(_3=="r"){
var t={b:"Start date",z:((p.s==pi)?"":"End date")};
}else{
if(_3=="s"){
var t={m:"Wedding date",w:"Location",s:"Separation date"};
}else{
if(_3=="d"){
var t={m:"Wedding date",w:"Location",d:"Divorce date"};
}else{
if(_3=="a"){
var t={m:"Wedding date",w:"Location",a:"Annulment date"};
}else{
var t={};
}
}
}
}
}
}
if(Sed){
var e="partner"+pi+"g";
if(rc){
SSR("partnersviewedit","Type","<SELECT ID=\""+EH(e)+"\" CLASS=\"sselect\" onChange=\"SCP('g', '"+EH(pi)+"')\"></SELECT>",true,"middle");
var v=GE(e);
v.options.length=0;
v.options[v.options.length]=new Option("","");
for(var j in Spt){
v.options[v.options.length]=new Option(Spt[j],j);
}
}
SO(e,_3);
for(var ti in t){
if(t[ti]){
var _4=p[ti+"p"]?p[ti+"p"][pi]:"";
if(ti=="w"){
var e="partner"+pi+ti;
if(rc){
SSR("partnersviewedit",t[ti],"<INPUT ID=\""+EH(e)+"\" CLASS=\"sfield\" onChange=\"SCP('"+ti+"', '"+EH(pi)+"');\">",true,"middle");
}
SV(e,_4);
}else{
S3D(pi,t[ti],ti,_4,rc);
}
}
}
}else{
if(rc){
for(var ti in t){
if(t[ti]){
var _4=p[ti+"p"]?p[ti+"p"][pi]:"";
SSR("partnersviewedit",t[ti],(ti=="w")?_4:FDT(_4),false);
}
}
}
}
};
function S3D(pi,t,ti,d,rc){
if(rc){
var s=EH(pi+ti);
var o=" onChange=\"SCP('"+EH(ti)+"', '"+EH(pi)+"');\"";
SSR("partnersviewedit",t,"<SELECT ID=\"partner"+s+"dom\" CLASS=\"sselect\""+o+"></SELECT>&nbsp; <SELECT ID=\"partner"+s+"month\" CLASS=\"sselect\""+o+"></SELECT>&nbsp; <INPUT ID=\"partner"+s+"year\" CLASS=\"syear\""+o+" MAXLENGTH=4>",true,"middle");
}
SSD("partner"+pi+ti+"dom","partner"+pi+ti+"month","partner"+pi+ti+"year",d);
};
function SP3(){
var f=Efa;
var p=f[Spe];
var rr={};
if(p.s){
rr[p.s]=true;
}
for(var pi in p.pc){
if(pi!=p.s){
rr[pi]=true;
}
}
if(Sed){
var rl=Spe;
for(var pi in rr){
rl+=" "+(p.gp?p.gp[pi]:"")+pi+(p.ep?p.ep[pi]:"");
}
var rc=(rl!=Srl);
Srl=rl;
}else{
Srl=null;
var rc=true;
}
if(rc){
SRR("partnersviewedit");
}
for(var pi in rr){
S3R(f,p,pi,rc);
}
};
function SSG(v){
EFC(Spe,{g:v});
EUF();
};
function SCV(i){
if(i=="birth"){
EFC(Spe,{b:FDS(GO("birthdom"),GO("birthmonth"),GV("birthyear"))});
}else{
if(i=="death"){
EFC(Spe,{d:FDS(GO("deathdom"),GO("deathmonth"),GV("deathyear"))});
}else{
if(i=="burial"){
EFC(Spe,{F:FDS(GO("burialdom"),GO("burialmonth"),GV("burialyear"))});
}else{
if(i=="alive"){
EFC(Spe,{z:(GE(i).checked?"0":"1")});
}else{
for(k=0;k<Sen.length;k++){
for(var j in Sen[k]){
if(i==Sen[k][j]){
var c={};
var v=new String(GV(i));
v=v.replace(/^\s+|\s+$/g,"");
if((j=="p")||(j=="l")||(j=="q")){
var s=v.split(" ");
for(w=0;w<s.length;w++){
if((s[w].length)&&(excludeCapitals.indexOf(","+s[w]+",")<0)&&(s[w].indexOf("'")<0)){
s[w]=s[w].charAt(0).toUpperCase()+s[w].substring(1);
}
}
v=s.join(" ");
}
if((j=="w")||(j=="B")||(j=="P")){
if(v.length&&(v.indexOf("://")<0)){
v="http://"+v;
}
}
c[j]=v;
EFC(Spe,c);
}
}
}
}
}
}
}
EUF();
};
function SCP(ti,pi){
var e="partner"+pi+ti;
var c={};
if(ti=="g"){
c[ti]=GO(e);
}else{
if(ti=="w"){
c[ti]=GV(e);
}else{
c[ti]=FDS(GO(e+"dom"),GO(e+"month"),GV(e+"year"));
}
}
EPC(Spe,pi,c);
EUF();
};
function SCM(){
var f=Efa;
var tm=GO("treemother");
var tf=GO("treefather");
SPP("treefather",FAR(f,Spe,tm),tm?f[tm].es:tf);
if(!GO("treefather")){
SO("treefather",f[Spe].f);
}
};
function SFV(i){
if(!GV(i)){
if(i=="familybirth"){
var sn=GV("familyname");
if(sn){
EFC(Spe,{q:sn});
SV(i,sn);
if(GV(i)){
GE(i).blur();
setTimeout("FS('"+i+"')",0);
}
}
}
}
};
function SAP(f,ti,oi,_5,_6,_7,_8){
if(oi){
var op=f[oi];
}
if(oi&&(op.es||op.cp)){
if((op.es)&&(op.es!=ti)){
SRB(_5+f[op.es].n,_6,op.es);
}
for(var pi in op.pc){
if((pi!=op.es)&&(pi!=ti)){
SRB(_5+f[pi].n,_6,pi);
}
}
if(_8){
SRB(_7,_8,"");
}
}else{
if(_8){
SCB(_8,"");
}
}
};
function SPX(f,i1,i2,ap){
if(i1&&i2&&f[i1]&&f[i2]&&(ap||!FMS(f,i1,i2))){
if(!(f[i1].ep&&f[i1].ep[i2]&&f[i2].ep&&f[i2].ep[i1])){
EPC(i1,i2,{e:1});
}
}
};
function SCB(i,v){
var f=Efa;
var p=f[Spe];
if((i=="addparents")||(i=="addparentsstop")){
if(i=="addparents"){
ECS();
}
var pd=(p.z==1)&&(p.c.length>0);
for(var j=0;j<p.c.length;j++){
if(f[p.c[j]].z!=1){
pd=false;
}
}
var fi=EFI();
var fo={"^":Spe,g:"m",l:p.q};
if(pd){
fo.z=1;
}
EFC(fi,fo);
var mi=EFI();
var mo={"^":Spe,g:"f",s:fi,l:p.q};
if(pd){
mo.z=1;
}
EFC(mi,mo);
EFC(Spe,{m:mi,f:fi});
if(i=="addparents"){
ESE(true,[mi,fi],Spe);
}
}else{
if(i=="choosemother"){
SPR(true);
SAP(f,p.m,p.f,"Set mother to ","setmother","Add new mother","addmother");
SRB("Cancel","cancel","");
}else{
if(i=="choosefather"){
SPR(true);
SAP(f,p.f,p.m,"Set father to ","setfather","Add new father","addfather");
SRB("Cancel","cancel","");
}else{
if(i=="changeparent"){
SPR(true);
if((!p.f)&&(!p.m)){
SRB("Add new parents","addparents","");
}
if(!p.f){
SRB("Add new father","addfather","");
}else{
SAP(f,p.m,p.f,"Set mother to ","setmother",null,null);
}
if(!p.m){
SRB("Add new mother","addmother","");
}else{
SAP(f,p.f,p.m,"Set father to ","setfather",null,null);
}
var ra=FAR(f,Spe,null);
if(ra.length){
SRB("Choose new parents from tree","treeparents","");
}
SRB("Cancel","cancel","");
}else{
if((i=="choosespouse")||(i=="changespouse")){
SPR(true);
if((i=="changespouse")||!p.s){
for(var pi in p.pc){
if(pi!=p.s){
SRB("Set partner to "+f[pi].n,"setspouse",pi);
}
}
}
if(i=="choosespouse"){
SRB("Add new partner","addspouse","");
SRB("Add new ex-partner","addexspouse","");
var ra=FPR(f,Spe);
if(ra.length){
SRB("Partner with person already on tree","treespouse","");
}
}
if(i=="changespouse"){
if(p.s){
SRB("Set no current partner","setspouse","");
}
var cf=FDF(f,Spe,null,null,null);
for(var pi in p.pc){
if((pi!=p.s)&&!FLP(f,Spe,pi).length){
var df=FDF(f,Spe,null,Spe,pi);
if(df.length<=cf.length){
SRB("Remove ex-partner "+f[pi].n,"notexspouse",pi);
}
}
}
}
SRB("Cancel","cancel","");
}else{
if(i=="addchild"){
SPR(true);
if(p.es){
SRB("Add child with "+f[p.es].n,"addchildwith",p.es);
}
for(var pi in p.pc){
if(pi!=p.es){
SRB("Add child with "+f[pi].n,"addchildwith",pi);
}
}
SRB((p.g=="m")?"Add child with new mother":"Add child with new father","addchildwithnew","");
SRB((p.g=="m")?"Add child without mother":"Add child without father","addchildwithout","");
SRB("Cancel","cancel","");
}else{
if(i=="addchildwith"){
ECS();
var ci=EFI();
var mi=FSM(f,Spe,v)?Spe:v;
var fi=FSM(f,Spe,v)?v:Spe;
var c={"^":Spe,m:mi,f:fi};
if(FMS(f,mi,fi)){
c.l=p.l;
c.q=p.l;
}
EFC(ci,c);
ESE(true,[ci],ci);
}else{
if(i=="addchildwithnew"){
ECS();
var ci=EFI();
var c={"^":Spe};
if(p.g=="m"){
c.f=Spe;
}else{
c.m=Spe;
}
EFC(ci,c);
var pi=EFI();
EFC(pi,{"^":ci,g:(p.g=="m")?"f":"m"});
EFC(ci,(p.g=="m")?{m:pi}:{f:pi});
ESE(true,[ci,pi],ci);
}else{
if(i=="addchildwithout"){
ECS();
var ci=EFI();
EFC(ci,(p.g=="m")?{"^":Spe,f:Spe,l:p.l,q:p.l}:{"^":Spe,m:Spe,l:p.l,q:p.l});
ESE(true,[ci],ci);
}else{
if(i=="addsibling"){
ECS();
var ap=!(p.m||p.f);
if(ap){
SCB("addparentsstop","");
}
var si=EFI();
EFC(si,{"^":Spe,m:p.m,f:p.f,l:p.q,q:p.q});
ESE(true,ap?[si,p.m,p.f]:[si],si);
}else{
if(i=="addmother"){
ECS();
SPX(f,p.f,p.m,false);
var mi=EFI();
EFC(Spe,{m:mi});
EFC(mi,{"^":Spe,g:"f"});
ESE(true,[mi],Spe);
}else{
if(i=="addfather"){
ECS();
SPX(f,p.f,p.m,false);
var fi=EFI();
EFC(Spe,{f:fi});
EFC(fi,{"^":Spe,g:"m"});
ESE(true,[fi],Spe);
}else{
if(i=="addspouse"){
ECS();
SPX(f,Spe,p.s,true);
var si=EFI();
EFC(si,{"^":Spe,g:FIG(p.g),s:Spe,l:p.l});
ESE(true,[si],Spe);
}else{
if(i=="addexspouse"){
ECS();
var si=EFI();
EFC(si,{"^":Spe,g:FIG(p.g)});
EPC(Spe,si,{e:1});
ESE(true,[si],Spe);
}else{
if(i=="notexspouse"){
EPC(Spe,v,{e:""});
ESS();
EUF();
}else{
if(i=="treespouse"){
SPR(true);
SJR("relactions","Choose the person to partner with:",false,1);
SJR("relactions","<SELECT ID=\"treepartner\" CLASS=\"sselect\"></SELECT>",true,1);
SLR("relactions",1);
SRB("Add as current partner","treeaddspouse","");
SRB("Add as ex-partner","treeaddexspouse","");
SRB("Cancel","cancel","");
SPP("treepartner",FPR(f,Spe),null);
}else{
if(i=="treeaddspouse"){
SCB("setspouse",GO("treepartner"));
}else{
if(i=="treeaddexspouse"){
ECS();
EPC(Spe,GO("treepartner"),{e:1});
ESS();
EUF();
}else{
if(i=="setmother"){
SPX(f,p.f,p.m,false);
EFC(Spe,{m:v});
ESS();
EUF();
}else{
if(i=="setfather"){
SPX(f,p.f,p.m,false);
EFC(Spe,{f:v});
ESS();
EUF();
}else{
if(i=="setspouse"){
SPX(f,Spe,p.s,true);
if(v){
SPX(f,v,f[v].s,true);
}
EFC(Spe,{s:v});
ESS();
EUF();
}else{
if(i=="treeparents"){
SPR(true);
SJR("relactions","Choose the new mother:",false,1);
SJR("relactions","<SELECT ID=\"treemother\" CLASS=\"sselect\" onChange=\"SCM()\"></SELECT>",true,1);
SLR("relactions",1);
SJR("relactions","Choose the new father:",false,1);
SJR("relactions","<SELECT ID=\"treefather\" CLASS=\"sselect\"></SELECT>",true,1);
SLR("relactions",1);
SRB("Set new parents","treesetparents","");
SRB("Cancel","cancel","");
SPP("treemother",FAR(f,Spe,null),p.m);
SPP("treefather",FAR(f,Spe,p.m),p.f);
}else{
if(i=="treesetparents"){
var nm=GO("treemother");
var nf=GO("treefather");
var om=p.m;
var of=p.f;
var cf=FDF(f,Spe,null,null,null);
SPX(f,p.f,p.m,false);
EFC(Spe,{m:nm,f:nf});
EUS(true,null,null,false,false);
var df=FDF(f,Spe,null,null,null);
if(df.length>cf.length){
RE("This choice of parents is not allowed because it would split the tree into separate pieces.");
EFC(Spe,{m:om,f:of});
}
ESS();
EUF();
}else{
if(i=="delete"){
var p=Efa[v];
if(confirm("Are you sure you want to permanently delete "+p.n+"?")){
var ni=p["^"];
if((!ni)||(!f[ni])){
ni=p["^"]||p.es||p.f||p.m||p.c[0];
}
ECS();
SPX(f,p.f,p.m,false);
ESP(ni,true);
EFC(v,{x:""});
EUF();
}
}else{
if(i=="cancel"){
SSA(Spa,false);
}else{
if(i=="morelactions"){
SRP(true);
}else{
if(i=="startbranch"){
var md=(GV("personid")==Spe);
if(confirm("This will create a new family for "+(md?"your":(p.h+"'s"))+" relatives. Are you sure you want to proceed?")){
GE("startbranch").value="Please wait a few moments...";
EFB(Spe);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
};
function NSN(a,b){
if(a.l<b.l){
return -1;
}else{
if(b.l<a.l){
return 1;
}
}
if(a.p<b.p){
return -1;
}else{
if(b.p<a.p){
return 1;
}
}
return 0;
};
function SSD(ed,em,ey,d){
var p=FPD(d?d.toString():"");
var v=GE(ed);
v.options.length=0;
v.options[v.options.length]=new Option("",0);
for(var j=1;j<=31;j++){
v.options[v.options.length]=new Option(j,j);
}
var v=GE(em);
v.options.length=0;
v.options[v.options.length]=new Option("",0);
for(var j=1;j<=12;j++){
v.options[v.options.length]=new Option(Fmn[j],j);
}
SO(ed,p.d);
SO(em,p.m);
SV(ey,p.y);
};
function SSU(s){
SS("showurl",!s);
SS("hideurl",s);
};
function SIU(u){
var p=Efa[Spe];
var r=p?p.r:null;
var pw=(!Sed)&&SPW(Spe)&&GV("familyid");
u=u&&pw;
if(u){
var v=GE("uploadiframe");
v.src="imageupload.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&i="+escape(Spe)+(r?"&r="+escape(r):"");
}else{
if(r){
var e=r.split(" ");
var v=GE("personimage");
var s=EIU(e[0]);
if(v.src!=s){
if(e[1]&&e[2]){
v.style.width=e[1]+"px";
v.style.height=e[2]+"px";
}else{
v.style.width="";
v.style.height="";
v.className="blankpixel";
}
v.src=s;
}
v.title=pw?"Click to change photo":"";
}
}
SV("uploadbutton",(Spe==GV("personid"))?"Add my photo":("Add photo for "+p.h));
SS("uploadbutton",pw&&(!r)&&(!u));
SS("uploadiframe",u);
SS("personimage",r&&(!u));
};
function SIC(){
if(SPW(Spe)&&!Sed){
SIU(true);
}
};
function SIF(f,i,r,w,h){
EFC(i,{r:(r?(r+" "+w+" "+h):r)});
ESS();
EUF();
SIU(false);
};
function SIA(){
SIU(false);
};
function SCC(){
if(confirm("Are you sure you want to clear this entire family and start again? "+"None of your work will be saved!")){
ESA();
}
};
</script> </HEAD>
<BODY STYLE="overflow:hidden;" onLoad="PL();" onResize="page_resized();">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0>
<TR HEIGHT="8">
<FORM NAME="topform" ACTION="./" METHOD="POST">
<TD STYLE="border-bottom:solid #666666 1px; padding:8px;" VALIGN="middle">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0><TR VALIGN="middle">
<TD NOWRAP><FONT STYLE="font-size:28px;"> <SPAN ID="lfamilyname"><FONT COLOR="#7F2020">Family 2</FONT></SPAN>&nbsp;<SPAN ID="lfamilyinfo" STYLE="font-size:12px;"></SPAN>
<IFRAME ID="backframe" WIDTH="1" HEIGHT="1" FRAMEBORDER="0" SCROLLING="no"></IFRAME>
</FONT></TD>
<TD ALIGN="right">
<INPUT TYPE="hidden" ID="newscript" NAME="newscript" VALUE="
# Start of FamilyScript...
iSTART whttps://www.WikiTree.com/wiki/Reitz-635 pKenneth Robert qReitz gm b19880000 vCentre Co Hosp, State College, Centre County, PA o[[Category:Software Engineers]]\n[[Category:American Musicians]]\n[[Category:Famous People]]\n== Biography ==Kenneth Reitz is a wellknown software engineer, specifically in the Python programming community. He is famous for having authored a library known as ''Requests: HTTP for Humans'', which is one of the most activelyinstalled software packages in the world (as of September 2019, it receives ~14 million downloads each week). He authored many other tools, as well as an O'Reilly book called &quot;The Hitchhiker's Guide to Python&quot;.\nHe is also a photographer, and a self-published electronic music artist. His musical artist name is &quot;Infinite State&quot;.\n\n\nKenneth's selfdescribed bio is as follows:\n Kenneth Reitz, '''n''': ''a gardenvariety selfreferential loop. Not available for purchase. Made in USA.''\n\n'''Name:''' Kenneth Robert Reitz.\nGiven Name: Kenneth Robert.\nSurname: Reitz.\nPython Overlord.\nother\nSurname: Python Overlord.\n''Found multiple versions of name. Using Kenneth Robert Reitz.\nA Given name was found in addition to a first name in the NAME tag.''\n\n'''Born'''\n03 OCT 1988.\nCentre Co Hosp,State College,Centre County,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n\n'''Christening:'''\n27 NOV 1994.\nOakwood Presby C,State College,Centre County,PA.\n\n'''Note:''' [[#N94133808]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N94133808'&gt;N94133808&lt;/span&gt;Kenneth was born at 4:31 pm on Monday, Oct. 3, 1988. He weighed 5 lb. 14 oz. and was 20 inches long.\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n\n* First-hand information. Entered by Kenneth Reitz at registration.\n* kennethreitz.org [https://kennethreitz.org]* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is privacy-protected on WikiTree. If you did not add their information, do not share it with anyone. mFT3RF fLJ3RE sT1VY9 r462054679 120 120
iT1VY9 sSTART whttps://www.WikiTree.com/wiki/Monke-22 pBessie Mae qMonke gf b19890000 vMaryland, United States o== Biography ==\nBessie was born in 1989.Bessie is still living.\n== Sources ==\n&lt;references /&gt;\n* She is my wife.\n\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information.
iLJ3RE whttps://www.WikiTree.com/wiki/Reitz-636 pDouglas Myron qReitz gm b19690000 vCentre Co Hosp,Bellefonte,Centre County,PA o== Biography ==\n'''Name:''' Douglas Myron Reitz.\nGiven Name: Douglas Myron.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Note:''' [[#N53034792]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n12 APR 1988.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Douglas Myron Reitz.\nWife Patricia Margaret Glynn.\nChild: .\nChild: Kenneth Robert Reitz.\nChild: .\nChild: .\n=== Notes ===\nNote &lt;span id='N53034792'&gt;N53034792&lt;/span&gt;Received Bachelor of Science degree from Penn State University in August 1995.\nCRE\n25 SEP 2019.\nTime: 10:57:14.\n\n== Sources ==\n&lt;references /&gt;\n* Personally verified (contribution made by his son).\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mWR5EP fMBJ6B sFT3RF
iFT3RF sLJ3RE whttps://www.WikiTree.com/wiki/Glynn-706 pPatricia Margaret qGlynn gf b19680000 vQueens,,New York City,New York o== Biography ==\n'''Name:''' Patricia Margaret Glynn.\nGiven Name: Patricia Margaret.\nSurname: Glynn.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1968\nQueens, New York City, New York.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n12 APR 1988.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Douglas Myron Reitz.\nWife Patricia Margaret Glynn.\nChild: .\nChild: Kenneth Robert Reitz.\nChild: .\nChild: .\n\n'''Name:''' Patricia Margaret Glynn.\nGiven Name: Patricia Margaret.\nSurname: Glynn.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Born'''\n1968.\nQueens, New York City, New York.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n'''Marriage'''\nMarriage 1988.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband @IP1933@.\nWife @IP1934@.\nChild: @IP1937@.\nChild: @IP1932@.\nChild: @IP1935@.\nChild: @IP1936@.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mBZKM8 fGSQRZ
iMBJ6B whttps://www.WikiTree.com/wiki/Reitz-637 pHoward Wesley qReitz gm b19470000 vCentre Co Hosp,Bellefonte,Centre Co,PA o== Biography ==\n'''Name:''' Howard Wesley Reitz.\nGiven Name: Howard Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1947.\nCentre Co Hosp,Bellefonte,Centre Co,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''Note:''' [[#N81015109]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n1965.\nSt Luke's LuthCh,Centre Hall,Centre,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Howard Wesley Reitz.\nWife Carol Frances Stamm.\nChild: Brian Wesley Reitz.\nChild: Douglas Myron Reitz.\nChild: Karen Lea Reitz.\n=== Notes ===\nNote &lt;span id='N81015109'&gt;N81015109&lt;/span&gt;\nFirst drove tractor 8-9-1951, four years old.\nGraduate of Penn State University with degree in civil engineering.\nMaster of business administration degree from University of Phoenix.\nCRE\n25 SEP 2019.\nTime: 10:57:11.\n\n'''Name:''' Howard Wesley Reitz.\nGiven Name: Howard Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Born'''\n1947.\nCentre Co Hosp, Bellefonte, Centre Co, PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n\n'''Note:''' [[#N81015109]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n'''Marriage'''\nMarriage\n1965.\nSt Luke's LuthCh, Centre Hall, Centre, Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband @IP689@.\nWife @IP690@.\nChild: @IP3263@.\nChild: @IP1933@.\nChild: @IP687@.\n\n=== Notes ===\nNote &lt;span id='N81015109'&gt;N81015109&lt;/span&gt;\nFirst drove tractor 8-9-1951, four years old.\nGraduate of Penn State University with degree in civil engineering.\nMaster of business administration degree from University of Phoenix.\nCRE\n25 SEP 2019.\nTime: 10:57:11.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mLDXB1 fNOJM6 sWR5EP
iWR5EP sMBJ6B whttps://www.WikiTree.com/wiki/Stamm-397 pCarol Frances qStamm gf b19470000 vBellefonte, Centre, PA o== Biography ==\n'''Name:''' Carol Frances Stamm.\nGiven Name: Carol Frances.\nSurname: Stamm.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1947.\nBellefonte,,Centre,PA\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n1965.\nSt Luke's LuthCh,Centre Hall,Centre,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Howard Wesley Reitz.\nWife Carol Frances Stamm.\nChild: Brian Wesley Reitz.\nChild: Douglas Myron Reitz.\nChild: Karen Lea Reitz.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mE78U3 fF815V
iU1S1E whttps://www.WikiTree.com/wiki/Reitz-638 pBrian Wesley qReitz gm b19660000 vCentre Co Hosp, Bellefonte, Centre County, Pennsylvania o== Biography ==\n'''Name:''' Brian Wesley Reitz.\nGiven Name: Brian Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1966.\nCentre Co Hosp,Bellefonte,Centre County,Pennsylvania.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\n\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mWR5EP fMBJ6B
iJHNGZ whttps://www.WikiTree.com/wiki/Reitz-639 pKaren Lea qReitz gf b19770000 vKingsport, Sullivan Co., Tennessee o== Biography ==\n'''Name:''' Karen Lea Reitz.\nGiven Name: Karen Lea.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1977.\nKingsport,,Sullivan Co.,Tennessee.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\n\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mWR5EP fMBJ6B
iNOJM6 whttps://www.WikiTree.com/wiki/Reitz-642 pMyron Wesley qReitz gm b19140309 vMontandon,W.Chillisquaque,Northumberland,Pennsylvania z1 d19730326 yCentre Co Hosp,Bellefonte,Centre,Pennsylvania o== Biography ==\n'''Name:''' Myron Wesley Reitz.\nGiven Name: Myron Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n09 MAR 1914.\nMontandon,W.Chillisquaque,Northumberland,Pennsylvania\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''Died'''\n26 MAR 1973.\nCentre Co Hosp,Bellefonte,Centre,Pennsylvania.\n&lt;ref name=&quot;ref_0&quot;/&gt;\n'''Christening:'''\n02 JUN 1914.\nMeth. Episcopal,W.Chillisquaque,Northumberland,Pennsylvania.\n'''Buried'''\n29 MAR 1973.\nCentre Co Mem Pk,College Twp,Centre,Pennsylvania.\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n7 Sept 1935.\nMilesburg,,Centre County,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Myron Wesley Reitz.\nWife Isabel June Jodon.\nChild: .\nChild: Howard Wesley Reitz.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is privacy-protected on WikiTree. If you did not add their information, do not share it with anyone. mW2606 fQR37O sLDXB1
iLDXB1 sNOJM6 whttps://www.WikiTree.com/wiki/Jodon-20 pIsabel June qJodon gf b19170616 vAxemann,Spring Twp,Centre County,Pennsylvania z1 d20090106 yWynwood House,Centre Hall,Centre County,PA o== Biography ==\n\n'''Name:''' Isabel June Jodon.\nGiven Name: Isabel June.\nSurname: Jodon.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n16 JUN 1917.\nAxemann,Spring Twp,Centre County,Pennsylvania.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''Christening:'''\n,,,Pennsylvania\n'''Buried'''\n10 JAN 2009.\nCentre County Memorial Park,College Twp.,Centre County,PA.\n'''Note:''' [[#N20396592]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n7 Sept 1935.\nMilesburg,,Centre County,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Myron Wesley Reitz.\nWife Isabel June Jodon.\nChild: .\nChild: Howard Wesley Reitz.\n=== Notes ===\nNote &lt;span id='N20396592'&gt;N20396592&lt;/span&gt;Isabel was a 1933 graduate of Centre Hall-Potter Township High School. She worked at Sylvania Electric in Mill Hall from 1942 to 1945. She also worked as a telephone operator for Bell Telephone from 1951 to 1972. She enjoyed gardening, knitting, crocheting and other handcrafts.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n'''Name:''' Isabel June Jodon.\nGiven Name: Isabel June.\nSurname: Jodon.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n16 JUN 1917.\nAxemann,Spring Twp,Centre County,Pennsylvania.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''Christening:'''\n,,,Pennsylvania\n'''Buried'''\n10 JAN 2009.\nCentre County Memorial Park,College Twp.,Centre County,PA.\n'''Note:''' [[#N20396592]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n7 Sept 1935.\nMilesburg,,Centre County,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband .\nWife Isabel June Jodon.\nChild: .\nChild: .\n=== Notes ===\nNote &lt;span id='N20396592'&gt;N20396592&lt;/span&gt;Isabel was a 1933 graduate of Centre Hall-Potter Township High School. She worked at Sylvania Electric in Mill Hall from 1942 to 1945. She also worked as a telephone operator for Bell Telephone from 1951 to 1972. She enjoyed gardening, knitting, crocheting and other handcrafts.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\n* Source: Personal account.* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10 mTY0ZH fQERC0
iQR37O whttps://www.WikiTree.com/wiki/Reitz-90 pHoward W qReitz gm b19040000 vShamokin,Northumberlnd Co,Pennsylvania z1 d19181029 yW.Chillisquaque,Northumberlnd Co,Pennsylvania o== Biography ==\nPer the 1910 census, he was the son of William H. Reitz (b abt 1871 PA) and his second wife Ida R. _____ (b abt 1878 PA).&lt;ref name=1910census&gt;&quot;United States Census, 1910,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/3:1:33S7-9RKF-9ZMP?cc=1727033&amp;wc=QZZH-7M7%3A133638001%2C140150901%2C143181101%2C1589089706 : 24 June 2017), Pennsylvania &gt; Northumberland &gt; Zerbe &gt; ED 125 &gt; image 35 of 52; citing NARA microfilm publication T624 (Washington, D.C.: National Archives and Records Administration, n.d.).&lt;/ref&gt;\n\n=== Name ===\n: Howard W Reitz&lt;ref name=1910census/&gt;\n\n=== Residence ===\n:\n:: 1910\n:: Zerbe, Northumberland, Pennsylvania&lt;ref name=1910census/&gt;\n\n=== Death ===Might be the Howard Wilson Reitz buried at Himmel Church Cemetery in Sunbury, Northumberland, Pennsylvania, died 30 Jun 1912.&lt;ref&gt;{{FindAGrave|34694720}}&lt;/ref&gt;\n\n'''Name:''' Howard Wesley Reitz.\nGiven Name: Howard Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n31 OCT 1918.\nMontandon Cem,Montandon,W.Chillisquaque,Northumb. Co. PA.\n'''Note:''' [[#N38959608]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N38959608'&gt;N38959608&lt;/span&gt;\nFloyds pg 464; marriage license application, occupation - telegraphy;\n1900 census age 8 w/parents West Chillisquaque twp.1910 census age 18 w/parents West Chillisquaque twp. occupation - telegraphy apprentice;b, d, &amp; burial - death certificate; shows occupation trucker, cause of death pneumonia with contributory cause influenza.WorldWar I Draft Registration Card 880, No.39, June 5, 1917, Address:P. O. Box, Montandon, PA; occupation self employed market gardener; wife and three children; medium height and build, blue eyes, light brown hair, not bald\nCRE\n25 SEP 2019.\nTime: 10:57:14.\n\n== Sources ==\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-90 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n* Personal account, family record keeping. mUHSGO fITY4L
iW2606 whttps://www.WikiTree.com/wiki/Owen-7975 pElla Esther qOwen gf b18911113 vNiagara Falls, Welland, Ontario, Canada o== Biography ==\nDau of Arthur Owen and Eleanor Merrick\n\n== Sources ==\n&lt;references /&gt;* &quot;Ontario Marriages, 1869-1927,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:27ZY-B7N : 12 March 2018), Joseph Oliver in entry for William Franklin Oliver and Ella Esther Owen,07 Aug 1913; citing registration , Toronto, York, Ontario, Canada, Archives of Ontario, Toronto; FHL microfilm 1,976,465.* &quot;Ontario Births, 1869-1912,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FM7D-6F3 : 10 August 2017), Thomas Arthur Owen in entry for Ella Esther Owen, 13 Nov 1891; citing Birth, Niagara Falls, Welland, Ontario, Canada, citing Archives of Ontario, Toronto; FHL microfilm 1,846,446. mCSPWM fNOL4H sG3LLF
iG3LLF sW2606 whttps://www.WikiTree.com/wiki/Oliver-7981 pWilliam Franklin qOliver gm b18840000 vToronto, York Co, Ontario, Canada o== Biography ==\nSpouse's Name\tVera Wilhelmina M Dallas\nSpouse's Gender\tFemale\nSpouse's Age\t24\nSpouse's Birth Year (Estimated)\t1883\nSpouse's Father's Name\tHenry Dallas\nSpouse's Mother's Name\tWilhelmina Simmons\n\n== Sources ==\n&lt;references /&gt;* &quot;Ontario Marriages, 1869-1927,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:KSZH-78N : 10 April 2015), Joseph Oliver in entry for William Franklin Oliver and Vera Wilhelmina MDallas, 12 Nov 1907; citing registration , Toronto, Ontario, Canada, Archives of Ontario, Toronto; FHL microfilm 1,871,703. mOLEQ3 fQAU8M
iITY4L whttps://www.WikiTree.com/wiki/Reitz-640 pJoseph S. qReitz gm b18480105 vJackson Twp,Northumberlnd Co,Pennsylvania z1 d19120208 yMontandon,W.Chillisquaque,Northumberlnd Co,Pennsylvania o== Biography ==\n'''Name:''' Joseph S. Reitz.\nGiven Name: Joseph S.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n11 FEB 1912.\nMontandon Cem,W.Chillisquaque,Northumberlnd Co,Pennsylvania.\n'''Note:''' [[#N72781600]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N72781600'&gt;N72781600&lt;/span&gt;\nFloyds pg 463-464 - Attended Union College, New Berlin, PA two terms -taught school for one term. Later removed to Williamstown, Dauphin county,for 8 years and served as school director of the township. In 1876-1877 hestage between Williamstown and Tower City. He was associated with hisfatherin the general store business at Trevorton for 2 years before his father's\ndeath, after which he carried on a meat market. In 1893 he went to\nChillisquaque twp and engaged in market gardening (provided all of thevegetables for Bucknell University). He was active in the Methodist church of\nMontandon.b, d, &amp; burial date - death certificate, cause of death true pneumonia fever\nwith contributory cause exposure;\n1850 census age 2 in Jackson Twp w/family;\n1860 census age 11 in Little Mahanoy Twp;\n1871 bought property in Shamokin; 1873 &amp; 1875 living inWilliamstown when property was sold; 1878 resided in Lykens; 1880 census age 32living at 213 Coal St., Pottsville, PA w/Lena, Harvey(9), Kate(5), Edward (3) -occupation livery stable; 1886-1893 living in Shamokin; 1900 census age 52living West Chillisquaque twp. w/ Lena, Edward(22), George(19)&amp; Howard(8) -occupation gardner; 1910 census age 62 living West Chillisquaque twp.w/Lena,\nAllan(23) &amp; Howard(18) - occupation farmer on truck farm.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;* https://github.com/kennethreitz/context/raw/master/ext/kr-ascendents.pdf mO7ANP fEEFYL sUHSGO
iUHSGO sITY4L whttps://www.WikiTree.com/wiki/C-303 pMinnie qC gf b18860000 vMaryland o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Minnie /C/&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 2B; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1886 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (IndependentCity), Maryland APID: 1,6061::25555295&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1878 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876869&lt;/ref&gt;: Ida R /Reitz/&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=278&lt;/ref&gt;\nFound multiple versions of NAME. Using Minnie /C/.\n\n=== Birth ===\n:\n:: Abt. 1886:: Maryland&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 2B; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1886 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555295&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1878 Birth place: Pennsylvania Residence date:1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876869&lt;/ref&gt;\n:\n:: 1878:: Pennsylvania&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=278&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using Abt. 1886\n\n=== Residence ===\n:\n:: 1920:: Baltimore Ward 24, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=278&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 2B; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1886 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555295&lt;/ref&gt;\n:\n:: 1910:: Zerbe, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=278&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338336'&gt;S-1341338336&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1910 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006.Original data - Thirteenth Census of the USA, 1910 (NARAmicrofilm publication T624, 1,178 rolls). Records of the Bureau of the Census, Record Group 29. National Archives, Was Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-1341338516'&gt;S-1341338516&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1920 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010. Images reproduced by FamilySearch.Original data - Fourteenth Census of the USA, 1920. (NARA microfilm publication T625, 2076 rolls). Records of the Bureau of the Census, Reco Note:* Source: &lt;span id='S-1341338521'&gt;S-1341338521&lt;/span&gt; Repository: [[#R-1557676808]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created.\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile C-303 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iGZ3RB whttps://www.WikiTree.com/wiki/Reitz-89 pEdward W qReitz gm b19050000 vMaryland o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Edward W /Reitz/&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1905 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555296&lt;/ref&gt;\n\n=== Birth ===\n:\n:: Abt. 1905:: Maryland&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1905 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555296&lt;/ref&gt;\n\n=== Residence ===\n:\n:: 1920:: Baltimore Ward 24, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1905 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555296&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338516'&gt;S-1341338516&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1920 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010. Images reproduced by FamilySearch.Original data - Fourteenth Census of the USA, 1920. (NARA microfilm publication T625, 2076 rolls). Records of the Bureau of the Census, Reco Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-89 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUHSGO fWY5II
iS7EN8 whttps://www.WikiTree.com/wiki/Reitz-86 pAgnes E. qReitz gf b19050917 vMaryland z1 d19930330 yBaltimore, Baltimore, Maryland, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Agnes E. /Reitz/&lt;ref&gt;Source: [[#S-1341338524]] Page: Year: 1930; Census Place: Baltimore, Baltimore (Independent City), Maryland; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: abt 1906 Birth place: Maryland Residence date: 1930 Residence place: Baltimore, Baltimore (Independent City), Maryland APID:1,6224::104878224&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338525]] Page: Number:215-50-9965; Issue State: Maryland; Issue Date: 1963-1964. Note: Data: Text: Name: Agnes E. Wayland Birth: 17 Sep 1905 Death: 30 Mar 1993 in Baltimore, Baltimore, Maryland, USA APID: 1,3693::65900193&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1906 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555297&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1907 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876872&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338521]] Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338348]] Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=2860&lt;/ref&gt;: Agnes /Reitz/&lt;ref&gt;Source: [[#S-1341338348]] Page: Database online. Note: Data: Text: Record for Carlisle Wayland http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=2860&lt;/ref&gt;: Agnes /Reitz/&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;\nFound multiple versions of NAME. Using Agnes E. /Reitz/.\n\n=== Birth ===\n:\n:: 17 Sep 1905:: Maryland&lt;ref&gt;Source: [[#S-1341338348]] Page: Database online. Note: Data: Text: Record for Carlisle Wayland http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=2860&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338524]] Page: Year: 1930; Census Place: Baltimore, Baltimore (Independent City), Maryland; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data:Text: Birth date: abt 1906 Birth place: Maryland Residence date: 1930 Residence place: Baltimore, Baltimore (Independent City), Maryland APID: 1,6224::104878224&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338525]] Page: Number: 215-50-9965; Issue State: Maryland; Issue Date: 1963-1964. Note: Data: Text: Name: Agnes E. Wayland Birth: 17 Sep 1905 Death: 30 Mar 1993 in Baltimore, Baltimore, Maryland, USA APID: 1,3693::65900193&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1906 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555297&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1907 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876872&lt;/ref&gt;\n\n=== Death ===\n:\n:: 30 Mar 1993:: Baltimore, Baltimore, Maryland, USA&lt;ref&gt;Source: [[#S-1341338348]] Page: Database online. Note: Data: Text: Record for Carlisle Wayland http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=2860&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338525]] Page: Number: 215-50-9965; Issue State: Maryland; Issue Date: 1963-1964. Note: Data: Text: Name: Agnes E. WaylandBirth: 17 Sep 1905 Death: 30 Mar 1993 in Baltimore, Baltimore, Maryland, USA APID: 1,3693::65900193&lt;/ref&gt;\n\n=== Residence ===\n:\n:: 1920:: Baltimore Ward 24, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338348]] Page: Database online. Note: Data: Text: Record for Carlisle Wayland http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=2860&lt;/ref&gt;\n:\n:: 1930:: Baltimore, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Recordfor Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338524]] Page: Year: 1930; Census Place: Baltimore, Baltimore (Independent City), Maryland;Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: abt 1906 Birth place: Maryland Residence date: 1930 Residence place: Baltimore, Baltimore (Independent City), Maryland APID: 1,6224::104878224&lt;/ref&gt;\n:\n:: 1910:: Zerbe, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-1341338348]] Page: Database online. Note: Data: Text: Record for Carlisle Wayland http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=2860&lt;/ref&gt;\n:\n:: 1910:: Zerbe, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;\n:\n:: 1920:: Baltimore Ward 24, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=274&lt;/ref&gt;\n\n=== Marriage ===\n: FAM\n: @P3589@\n: @P328@\n::: 1929&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=1066&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338348]] Page: Database online. Note: Data: Text: Record forCarlisle Wayland http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=41107923&amp;pid=3869&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338336'&gt;S-1341338336&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1910 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006.Original data - Thirteenth Census of the USA, 1910 (NARAmicrofilm publication T624, 1,178 rolls). Records of the Bureau of the Census, Record Group 29. National Archives, Was Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-1341338348'&gt;S-1341338348&lt;/span&gt; Repository: [[#R-1557676808]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created.* Source: &lt;span id='S-1341338516'&gt;S-1341338516&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1920 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010. Images reproduced by FamilySearch.Original data - Fourteenth Census of the USA, 1920. (NARA microfilm publication T625, 2076 rolls). Records of the Bureau of the Census, Reco Note:* Source: &lt;span id='S-1341338521'&gt;S-1341338521&lt;/span&gt; Repository: [[#R-1557676808]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created.* Source: &lt;span id='S-1341338524'&gt;S-1341338524&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1930 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - USA, Bureau of the Census. Fifteenth Census of the USA, 1930. Washington, D.C.: National Archives and Records Administration, 1930. T626, Note:* Source: &lt;span id='S-1341338525'&gt;S-1341338525&lt;/span&gt; Repository: [[#R-1557676808]] Title: Social Security Death Index Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2011.Original data - Social Security Administration. Social Security Death Index, Master File. Social Security Administration.Original data: Social Security Administration. Social Security D Note:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-86 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUHSGO fWY5II
iXAQ07 whttps://www.WikiTree.com/wiki/Reitz-88 pAmenda E qReitz gf b19060000 vPennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Amenda E /Reitz/&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1906 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876871&lt;/ref&gt;\n\n=== Birth ===\n:\n:: 1906:: Pennsylvania&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1906 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876871&lt;/ref&gt;\n\n=== Residence ===\n:\n:: 1910:: Zerbe, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: 1906 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876871&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338336'&gt;S-1341338336&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1910 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006.Original data - Thirteenth Census of the USA, 1910 (NARAmicrofilm publication T624, 1,178 rolls). Records of the Bureau of the Census, Record Group 29. National Archives, Was Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-88 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUHSGO
iWV00L whttps://www.WikiTree.com/wiki/Reitz-91 pMargret M qReitz gf b19080000 vMaryland o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Margret M /Reitz/&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1908 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555298&lt;/ref&gt;\n\n=== Birth ===\n:\n:: Abt. 1908:: Maryland&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1908 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555298&lt;/ref&gt;\n\n=== Residence ===\n:\n:: 1920:: Baltimore Ward 24, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 3A; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1908 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555298&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338516'&gt;S-1341338516&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1920 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010. Images reproduced by FamilySearch.Original data - Fourteenth Census of the USA, 1920. (NARA microfilm publication T625, 2076 rolls). Records of the Bureau of the Census, Reco Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-91 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUHSGO fWY5II
iQC4L7 whttps://www.WikiTree.com/wiki/Reitz-87 pChester J qReitz gm b19090000 vPennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Chester J /Reitz/&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: abt 1909 Birth place: Pennsylvania Residence date: 1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876873&lt;/ref&gt;\n\n=== Birth ===\n:\n:: Abt. 1909:: Pennsylvania&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: abt 1909 Birth place: Pennsylvania Residence date: 1910 Residence place:Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876873&lt;/ref&gt;\n\n=== Residence ===\n:\n:: 1910:: Zerbe, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-1341338336]] Page: Year: 1910; Census Place: Zerbe, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Note: Data: Text: Birth date: abt 1909 Birth place: Pennsylvania Residence date:1910 Residence place: Zerbe, Northumberland, Pennsylvania APID: 1,7884::103876873&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338336'&gt;S-1341338336&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1910 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006.Original data - Thirteenth Census of the USA, 1910 (NARAmicrofilm publication T624, 1,178 rolls). Records of the Bureau of the Census, Record Group 29. National Archives, Was Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-87 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUHSGO
iEEFYL whttps://www.WikiTree.com/wiki/Reitz-474 pJoseph H qReitz gm b18240110 vNorthumberland County, Pennsylvania, USA z1 d18700507 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Joseph''' H Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n10 JAN 1824.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n7 MAY 1870.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1870\nHerndon, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7095.\nLongitude: W76.8425. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com mHDS04 fBDMGR sO7ANP
iO7ANP sEEFYL whttps://www.WikiTree.com/wiki/Siders-133 pZeiders Catharine qSiders gf b18200215 z1 d18921107 ySpruce Street,Shamokin,Northumberlnd Co,Pennsylvania o== Biography ==\n'''Name:''' (Zeiders) Catharine Siders.\nGiven Name: (Zeiders) Catharine.\nSurname: Siders.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\nZartman Evan Cem,Jackson Twp,Northumberlnd Co,Pennsylvania.\n'''Note:''' [[#N3442662]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N3442662'&gt;N3442662&lt;/span&gt;b &amp; d - Tombstone; place of death - newspaper article. 1850 census age 29; 1860census age 39; 1880 census age 59 living Shamokin w/grand daughter Agnes.Catherine's will divided everything between 8 children or thier children.\nLived in Shamokin after Joseph's death.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records). mOP98A
iBDMGR whttps://www.WikiTree.com/wiki/Reitz-452 pJacob F qReitz gm b17820130 vUpper Mahanoy Tw,,Northumberlnd Co,PA z1 d18380926 yMahanoy City, Schuylkill County, Pennsylvania, USA o== Biography =='''Jacob''' F Reitz Sr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia,Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M667@&lt;/ref&gt;\n\n'''Born'''\n30 JAN 1782.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n26 SEP 1838.\nMahanoy City, Schuylkill County, Pennsylvania, USA.\nMap:\nLatitude: N40.8126.\nLongitude: W76.1416. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1838\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M667'&gt;M667&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(20).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n* File &lt;span id='M672'&gt;M672&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(22).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n'''Buried'''\nSt Peters L&amp;R Ch,Red Cross,Jackson Twp,Northumb. Co. PA.\n\n'''Note:''' [[#N59901084]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N59901084'&gt;N59901084&lt;/span&gt;b-Caldwells Atlas of Jefferson Co., PA 1878; d- Meiser; death and marriagedate - JR Bible; Floyds pg. 587 lists another child (female who married a Seiler\n- no records of her elsewhere)Received warrant in 1816 for 110 acres in Jackson Twp., Northumberland Co. -\nFarmer in Jackson Twp.\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mA5MKM fC96TU sHDS04
iHDS04 sBDMGR whttps://www.WikiTree.com/wiki/Hepler-268 pAnna Maria qHepler gf b17840404 vLehigh, Pennsylvania, United States z1 d18570923 yNorthumberland, Pennsylvania, United States o== Biography ==Anna Maria (Hepler) Reitz aka Brosius was born in 1784 in Lehigh, Pennsylvania, United States. She was the daughter of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. She married Jacob F. Reitz Senior in about 1805. Together, they werethe parents of Jacob Reitz (1803 - 1877), Lydia Hannah (Reitz) Tressler (1807 - 1879), Benjamin Reitz (1808 - 1838), Samuel Reitz (1812 -1872), Daniel H. Reitz (1813 - 1889), Maria (Reitz) Miller (1815 - 1899), Susan (Reitz) Zartman (1816 - 1842), Isaac H. Reitz (1818 - 1894), Catherine (Reitz) Fegley (1822 - 1870), Joseph H. Reitz (1824 - 1870), and Zadok Reitz (1829 - 1855). Her first husband passed away in 1838. She married Johan Peter Brosius in about 1839. She passed away in 1857 in Northumberland, Pennsylvania, United States. She was buried in Himmel Church Cemetery in Rebuck, Northumberland, Pennsylvania, UnitedStates. In Himmel's Church Cemetery, she was buried four rows in front of her second husband.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/26981462/anna-maria-reitz FindA Grave Memorial #26981462: Anna Maria Reitz] mGGFLP fDWI5G
iLVPFM whttps://www.WikiTree.com/wiki/Reitz-469 pBenjamin qReitz gm b18030719 vNorthumberland County, Pennsylvania, USA z1 d18380111 o== Biography =='''Benjamin''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 124001-125491 File @M724@&lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n19 JUL 1803.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 124001-125491 File @M724@&lt;/ref&gt;\n\n'''Died'''\n11 JAN 1838. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1838\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Baptism:'''\n3 SEP 1803.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Photo:''' [[#M611]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M611'&gt;M611&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Benjamin Reitz grave.jpg. Format: jpg. Benjamin Reitz grave.\n* External File: &lt;span id='M611'&gt;M611&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Benjamin Reitz grave.jpg Format: jpg Benjamin Reitz grave\n* File &lt;span id='M667'&gt;M667&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(20).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n* File &lt;span id='M724'&gt;M724&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(74).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 124001-125491.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n fBDMGR
iT2PVE whttps://www.WikiTree.com/wiki/Reitz-470 pJacob qReitz gm b18041126 vPennsylvania, USA z1 d18770126 o== Biography =='''Jacob''' Reitz Jr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Born'''\n26 NOV 1803.\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.Longitude: W76.3834. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Died'''\n26 JAN 1877. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1877\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M5]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M213'&gt;M213&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(2).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920.\n* File &lt;span id='M5'&gt;M5&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Jacob Reitz Headstone.jpg. Format: jpg. Jacob Reitz Headstone.\n* External File: &lt;span id='M5'&gt;M5&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Jacob Reitz Headstone.jpgFormat: jpg Jacob Reitz Headstone\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]] mHDS04 fBDMGR
iI1JRP whttps://www.WikiTree.com/wiki/Reitz-467 pLydia Hannah qReitz gf b18070209 vJackson, Northumberland County, Pennsylvania, USA z1 d18790419 yBenner, Centre County, Pennsylvania, USA o== Biography =='''Lydia''' Hannah Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 107001-109700 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n9 FEB 1807.\nJackson, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N42.0269.Longitude: W80.0138. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 107001-109700 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n19 APR 1879.Benner, Centre County, Pennsylvania, USA. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1879\nCentre County, Pennsylvania, USA.\nMap:\nLatitude: N40.9143.Longitude: W77.8185. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M608]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M608'&gt;M608&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Lydia Hannah Reitz (1807 - 1879).jpg. Format: jpg. Lydia Hannah Reitz (1807 - 1879). Birth: unknown Death: Apr. 19, 1879 Note: Age at death, 72 years, 2 months,10 days, wife of Henry Tressler. Burial: Meyer Cemetery Buffalo Run Centre County Pennsylvania, USA Created by: Kenneth Greene Record added: Jan 27, 2008 Find A Grave Memorial# 24208847.\n* External File: &lt;span id='M608'&gt;M608&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Lydia Hannah Reitz (1807 - 1879).jpg Format: jpg Lydia Hannah Reitz (1807 - 1879) Birth: unknown Death: Apr. 19, 1879 Note: Age at death, 72 years, 2 months, 10 days, wife of Henry Tressler. Burial: Meyer Cemetery Buffalo Run Centre County Pennsylvania, USA Created by: Kenneth Greene Record added: Jan 27, 2008 Find A Grave Memorial# 24208847\n* File &lt;span id='M703'&gt;M703&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(63).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 107001-109700.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]] mHDS04 fBDMGR
iPBMVP whttps://www.WikiTree.com/wiki/Reitz-471 pSamuel qReitz gm b18120329 z1 d18720501 yDornsife, Northumberland County, Pennsylvania, USA o== Biography ==\n'''Samuel''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n29 MAR 1812. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1 MAY 1872.\nDornsife, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7456.\nLongitude: W76.7894. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1872\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n fBDMGR
iUXSE4 whttps://www.WikiTree.com/wiki/Reitz-472 pDaniel H. qReitz gm b18130801 vNorthumberland County, Pennsylvania, USA z1 d18890513 o== Biography =='''Daniel''' H. Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n1 AUG 1813.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S1]]Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142 File &lt;/ref&gt;\n\n'''Died'''\n13 MAY 1889. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Residence''' Marital Status: Married; Relation to Head: Self.\n1880\nLittle Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7667.Longitude: W76.7581. &lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M708'&gt;M708&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media80 United States Federal Census(21).jpg. Format: jpg. 1880 United States Federal Census. Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S1'&gt;S1&lt;/span&gt; Ancestry.com and The Church of Jesus Christ of Latter-day Saints 1880 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n fBDMGR
iZP8RF whttps://www.WikiTree.com/wiki/Reitz-468 pIsaac H qReitz gm b18180910 z1 d18941119 o== Biography =='''Isaac''' H Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records;Reel: 236 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''10 SEP 1818. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Died'''\n19 NOV 1894. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1894\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Baptism:'''\n25 OCT 1818.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Photo:''' [[#M606]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M606'&gt;M606&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\IMG_9787.JPG.jpg. Format: jpg. IMG_9787.JPG 3 Jul 2017.\n* External File: &lt;span id='M606'&gt;M606&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\IMG_9787.JPG.jpg Format: jpg IMG_9787.JPG 3 Jul 2017\n* File &lt;span id='M672'&gt;M672&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(22).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mHDS04 fBDMGR
iU71ID whttps://www.WikiTree.com/wiki/Reitz-473 pZadok qReitz gm b18291008 vNorthumberland County, Pennsylvania, USA z1 d18551127 yNorthumberland County, Pennsylvania, USA o== Biography =='''Zadok''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 1000 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n8 OCT 1829.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 1000 File &lt;/ref&gt;\n\n'''Died'''\n27 NOV 1855.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1855\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 1000 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M673'&gt;M673&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(23).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 1000.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n fBDMGR
iC96TU whttps://www.WikiTree.com/wiki/Reitz-220 pAndreas qReitz gm b17550101 vSwabian Creek, Washington Township, Berks County, Colony of Pennsylvania z1 d18370316 yNorthumberland County, Pennsylvania, USA o== Biography ==\nAndreas was born in 1755, Swabian Creek, Wahsington Twp., Northumberland County, Penna., the son of Johan George Heinrich Reitz (b. Lohrhaupten, Gelnhausen, Hessen-Nassau, Germany) and Anna Martha (b. same location). He passed away in 1837, and was buried at Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania.&lt;ref&gt;''Find A Grave'', database and images (https://www.findagrave.com : accessed 29 June 2019), memorial page for Andreas (Andrew) Reitz (1 Jan 175516 Mar 1837), [https://www.findagrave.com/memorial/32965697/andreas-_andrew_-reitz Find A Grave Memorial no. 32965697], citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA ; Maintained by palsg (contributor 46888396).&lt;/ref&gt;\n\n=== GEDCOM Import ===''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-220was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. &lt;/ref&gt;\n'''Andreas''' Andrew Reitz. &lt;ref&gt;Source: [[#S145]] File @M557@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000 File @M561@&lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S153]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File @M743@&lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Andrew''' Reitz.\n''Found multiple versions of name. Using Andreas Andrew Reitz.''\n\n'''Born'''\n1 JAN 1755.\nWashington Township, Berks County, Pennsylvania, USA.\nMap:\nLatitude: N40.1676.Longitude: W80.2463. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000 File @M561@&lt;/ref&gt;&lt;ref&gt;Source: [[#S153]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\nBEF 1755.\n''Found multiple copies of birth date. Using 1 JAN 1755''\n\n'''Died'''\n16 MAR 1837.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Buried'''\n1837\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000 File @M561@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; SeriesNumber: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Residence'''\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834. &lt;ref&gt;Source: [[#S145]] File @M557@&lt;/ref&gt;Males - Under 10: 1 Males - 16 thru 25: 2 Males - 45 and over: 1 Females - Under 10: 3 Females - 10 thru 15: 2 Females - 16 thru 25: 2 Females - 26 thru 44: 1 Number of Household Members Under 16: 6 Number of Household Members Over 25: 2 Number of.\n1800\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082.\n1782\nNorthumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp;Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File @M743@&lt;/ref&gt;\n\n'''Buried'''\nHimmel Chur Cem,Washington Twp,Northumberlnd Co,PA.\n\n'''Note:''' [[#N75929922]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N75929922'&gt;N75929922&lt;/span&gt;Family was living in Berks County in 1755. This area became NorthumberlandCounty in 1772. Andreas received a patent for the farm that his father hadtaken out a warant for in 1772 in Mahanoy Twp. (later became Upper Mahanoy Twp.\nand then became part of Washington Twp.)\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 338.* Pennsylvania, Veterans Burial Cards, 1777-2012. Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4.* Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783.* Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000.* Pennsylvania, Tax and Exoneration, 1768-1801. Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331.* Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236.\n* https://familysearch.org/tree/#view=ancestor&amp;person=KL4K-K1D* Source: &lt;span id='S145'&gt;S145&lt;/span&gt; Ancestry.com Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S153'&gt;S153&lt;/span&gt; Godfrey Memorial Library, comp.American Genealogical-Biographical Index (AGBI) Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 1999; Repository: [[#R2]]* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Ancestry.com Pennsylvania, Veterans Burial Cards, 1777-2012 Publication: Name: Ancestry.com Operations,Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S62'&gt;S62&lt;/span&gt; National Cemetery Administration U.S. Veterans' Gravesites, ca.1775-2006 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]]* Source: &lt;span id='S79'&gt;S79&lt;/span&gt; Ancestry.com Pennsylvania, Tax and Exoneration, 1768-1801 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]] mYKEER fX8DUT sA5MKM
iA5MKM sC96TU whttps://www.WikiTree.com/wiki/Brosius-161 pMaria-Margaretha qBrosius gf b17610517 vBerks County, Pennsylvania Colony z1 d18261020 yNorthumberland County, Pennsylvania, USA o== Biography ==Maria Margaretha was born in 1761. She was the daughter of SebastianBrosius and her mother was Margaretha ''Roth'' Brosius. She passed away in 1826, and was buried at Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania.&lt;ref&gt;''Find A Grave'', database and images (https://www.findagrave.com : accessed 29 June 2019), memorial page for Maria Margaretha “Anna” Brosius Reitz (17 May 176120 Oct 1826), [https://www.findagrave.com/memorial/32965865/maria-margaretha-reitz Find A Grave Memorial no. 32965865], citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA ; Maintained by palsg (contributor 46888396).&lt;/ref&gt;\n\n=== GEDCOM Import ===''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Brosius-161 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: E8148C6770F845CFA1BF8988AF193C876795\n\n=== FSFTID ===\n: FSFTID LX9N-6R1\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LX9N-6R1\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 23 Oct 2014\n::: Time: 09:45\nPrior to import, this record was last changed 09:45 23 Oct 2014.\n'''Maria''' Margaret Brosious. &lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Born'''\n17 MAY 1761.\nBerks County, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.Longitude: W75.9277. &lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Died'''\n20 OCT 1826.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Buried'''\n20 OCT 1826.\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M169'&gt;M169&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., Sons of the American Revolution Membership Applications, 1889-1970.jpg. Format: jpg. U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 338.\n* File &lt;span id='M745'&gt;M745&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(32).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;\n\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]] mO1K06 fH5Y1E
iU5OEQ whttps://www.WikiTree.com/wiki/Reitz-500 pJohann Nicolaus qReitz gm b17850312 vNorthumberland County, Pennsylvania z1 d18650203 yBethel Twp.,,Miami County,Ohio o== Biography ==\nNarrative from Findagrave.com:\nAccording to Himmel's Union Church Baptismal records, Johann NicolausReitz was:&lt;br&gt;\nSon of Andreas &amp; Maria (nee Brosius)&lt;br&gt;\nBorn - 12 March 1785&lt;br&gt;Baptized - 22 May 1875 in Himmel's Union Church, Schawben Greek, Greenbriar, Upper Mahanoy, Northumberland, Pennsylvania.&lt;br&gt;\nBaptismal sponsors were: Nicolaus Bopp and wife Magdalena\nRef: http://files.usgwarchives.net/pa/northumberland/church/himmbapt.txt &lt;br&gt;\nBiography of Wrights in Portrait &amp; Biographical record of Auglaize, Logan and Shelby Counties OH.........Chicago-Chapman Bros 1892.....&lt;br&gt;\nJohn Nicholas Reitz was born in Northumberland County Pa in 1785.&lt;br&gt;\nJohn Nicholas Reitz came to Ohio in 1808&lt;br&gt;\nA soldier in the War of 1812.&lt;br&gt;The family surname name got changed from Reitz to Wrights and then later to Wright.&lt;br&gt;John Nicholas Reitz is buried at Bethel East Cemetery formerly BethelGerman Reformed Church Cemetery, Phoneton, Miami Co., Ohio&lt;br&gt;(Row 11 Lot No 129 See Link http://www.tdn-net.com/genealogy/cemetery/bethel-e.htm)\nHe was buried as Nicholas Wrights.\n\n'''Name:''' Johann Nicolaus Reitz.\nGiven Name: Johann Nicolaus.\nSurname: Reitz.\nSuffix: Wrights-Oh.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Christening:'''\n22 MAY 1785.\nHimmel Luth Ch,Washington Twp,Northumberlnd Co,PA.\n\n'''Buried'''\nBethel Ch Cem,Bethel Twp,Miami County,Ohio.\n\n'''Note:''' [[#N33965134]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N33965134'&gt;N33965134&lt;/span&gt;\nb &amp; ch - Himmel church records10-11-1839 in Miami County, Ohio POA to John Forbes &amp; then to Philip Reitz &amp;Michael Smith to settle estate of Andreas recorded in Northumberland County\nDeed Book BB page 110.1810 census Nicholas Reitz, wife &amp; one male &amp; one female under 10, Upper Mahanoy\ntwp., Northumberland Co., PA\n1820 census probably Butler Co., Ohio1830 census Nicholas Wrights, wife &amp; 10 children Bethel Twp., Miami Co., Ohio1840 census Nicholas Wrights, wife &amp; 3 children Bethel Twp., Miami Co., Ohio1850 census Nicholas Wrights, wife &amp; 3 children Bethel Twp., Miami Co., Ohio1860 census Nicholas Wrights (77), Margaret (74) P.O.Brant, Bethel Twp., Miami\nCo., Ohio\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/11648304/johann-nichols-wrights_(reitz) mA5MKM fC96TU sF7ZV5
iF7ZV5 sU5OEQ whttps://www.WikiTree.com/wiki/Bresler-82 pMargaret qBresler gf b17880513 z1 d18630826
iV7EMB whttps://www.WikiTree.com/wiki/Reitz-286 pCatharina qReitz gf b17861024 vWashington, Northumberland County, Pennsylvania z1 d18540625 yWashington, Northumberland County, Pennsylvania, USA o== Biography ==Catharina ([https://images.findagrave.com/photos/2009/78/30256898_123753898149.jpg Catharine] or Catherine) was born in 1786. She was the daughter of Andreas (Andrew) Reitz (1755 - 1837) and Maria Margaretha Brosius Reitz (1761 - 1826). Catherine ''Reitz'' Hetrick passed away in 1854, and was buried at Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania.&lt;ref&gt;''Find A Grave'', database and images (https://www.findagrave.com : accessed 10 May 2019), memorial page for Catherine Reitz Hetrick (21 Oct 178625 Jun 1854), [https://www.findagrave.com/memorial/30256898 Find A Grave Memorial no. 30256898], citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania,USA ; Maintained by Researcher (contributor 46902961).&lt;/ref&gt; &lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n'''Catherine''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n1786&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1854&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* [[Leighton-1630|Leighton, Steven]]. Personal recollection, 22 Feb 2018. mA5MKM fC96TU
iZMQ74 whttps://www.WikiTree.com/wiki/Reitz-119 pMaria Eva qReitz gf b17880104 vWashington, Northumberland, Pennsylvania, United States z1 d18681108 yJackson, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n'''Maria''' Eva Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n4 JAN 1788.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n8 NOV 1863.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1863\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=297* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Pennsylvania and New Jersey, Church and Town Records, 1669-1999. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236* Find A Grave, database and images (https://www.findagrave.com : accessed 21 May 2018), memorial page for Maria Eva Reitz Gonser (4 Jan 17888 Nov 1863), Find A Grave Memorial no. 34131798, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA. https://www.findagrave.com/memorial/34131798*Pennsylvania and New Jersey, Church and Town Records, 1669-1999 Historical Society of Pennsylvania; Philadelphia, Pennsylvania; CollectionName: Historic Pennsylvania Church and Town Records; Reel: 236* Records of Schwaben Creek (Himmel Lutheran &amp; Reformed) Church, Washington Township, Northumberland County, Pennsylvania, 1774-1846, Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Reitz-119 through the import of Lauren Nash_s Family Tree.ged on Aug20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com mA5MKM fC96TU
iQ02O8 whttps://www.WikiTree.com/wiki/Reiss-234 pMaria Elisabetha qReiss gf b17900000 o{{Unsourced}}\n== Biography ==\nMaria was born about 1790. Maria Reiss ... &lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mA5MKM
iXS72B whttps://www.WikiTree.com/wiki/Reitz-449 pLeonhart qReitz gm b17910308 vNorthumberland County, Pennsylvania, USA z1 d18101129 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Leonhart''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n8 MAR 1791.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n29 NOV 1810.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1810\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mA5MKM fC96TU
iN464E whttps://www.WikiTree.com/wiki/Reitz-448 pJuliana qReitz gf b17920101 vNorthumberland County, Pennsylvania, USA z1 d18571109 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Juliana''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n1 JAN 1792.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n9 NOV 1857.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1857\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mA5MKM fC96TU
iHWAY1 whttps://www.WikiTree.com/wiki/Reitz-450 pMagdalena qReitz gf b17950926 vNorthumberland County, Pennsylvania, USA z1 d18100411 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Magdalena''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n26 SEP 1795.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n11 APR 1810.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1810\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mA5MKM fC96TU
iMRYV4 whttps://www.WikiTree.com/wiki/Reitz-451 pSusanna qReitz gf b17971106 vNorthumberland County, Pennsylvania, United States z1 d18680118 yMuncy, Lycoming County, Pennsylvania o== Biography ==\n[[Category:Alsatian Tryons in America]]\n\n'''Susanna''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n6 NOV 1797.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n18 JAN 1868. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1868\nMuncy, Lycoming County, Pennsylvania, USA.\nMap:\nLatitude: N41.2056.\nLongitude: W76.7855. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n* 1850 US Federal Census; Census Place: Muncy Creek, Lycoming, Pennsylvania; Roll: M432_795; Page: 424A; Image: 482 (Ancestry.com)\n*[https://www.findagrave.com/memorial/42258176 Susanna Reitz Treon's Find a Grave Memorial 42258176] mA5MKM fC96TU
iSUGGS whttps://www.WikiTree.com/wiki/Reitz-218 pLydia qReitz gf b17990913 vMahanoy Township, Northumberland County, PA. z1 d18680206 yWashington Twsp., Northumberland Co., PA. o{{Unsourced}}\n== Biography ==\nLydia was born in 1799. Lydia Reitz ... She passed away in 1868.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-219was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Burial ===\n: Burial:\n:: Place: St Peter's, Jackson Twsp., Northumberland Co., Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 925BE4A35F934B7EA393D9508B3565984B45\n\n=== FSFTID ===\n: FSFTID LX9N-X4H\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LX9N-X4H\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 12 Aug 2014\n::: Time: 10:12\nPrior to import, this record was last changed 10:12 12 Aug 2014.\n\n=== External File ===\n: External File:\n:: Format: JPG:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Schmidt, Lidia.JPG\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n== Sources ==\n\n&lt;references /&gt; mA5MKM fC96TU
iA3I3H whttps://www.WikiTree.com/wiki/Reitz-446 pJohn qReitz gm b18011106 vNorthumberland County, Pennsylvania, USA z1 d18580401 yJefferson County, Pennsylvania, USA o== Biography ==\n'''John''' Reitz Sr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n6 NOV 1801.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1 APR 1858.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1858\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mA5MKM fC96TU
iEZZES whttps://www.WikiTree.com/wiki/Reitz-445 pPhilip qReitz gm b18050204 vNorthumberland County, Pennsylvania, USA z1 d18750901 yNorthumberland County, Pennsylvania, USA o== Biography =='''Philip''' Reitz. &lt;ref&gt;Source: [[#S71]] Volume: 338 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n4 FEB 1805.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1 SEP 1875.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1875\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M604]].\n\n'''File''' .\n@M609@.\n\n=== External Files ===* File &lt;span id='M169'&gt;M169&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., Sons of the American Revolution Membership Applications, 1889-1970.jpg. Format: jpg. U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 338.\n* File &lt;span id='M604'&gt;M604&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Death Announcement Philip Reitz.jpg. Format: jpg. Death Announcement: Philip Reitz. Taken from: Sunbury American, Sunbury, Northumberland County, PA; Friday, September 10, 1875.\n* External File: &lt;span id='M604'&gt;M604&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Death Announcement Philip Reitz.jpg Format: jpg Death Announcement: Philip Reitz Taken from: Sunbury American, Sunbury, Northumberland County, PA; Friday, September 10, 1875.\n* File &lt;span id='M609'&gt;M609&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\From Floyds Northumberland County Genealogy Pages .htm. Format: jpg. From Floyd's Northumberland County Genealogy Pages 782 thru 804. File contributed for use in USGenWeb Archives by Tony Rebuck.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]] mA5MKM fC96TU
iTWMXR whttps://www.WikiTree.com/wiki/Reitz-486 pSalome qReitz gf b18050210 z1 d18360200 yRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nSalome died probably at the end of February 1836 and was buried in the Himmel Churchyard on 1 March 1836.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt; Her headstone names her as Salome Reitz, wife of Michael Tryon. Her birthdate is also given as 10 Feb 1805. The raised level of the ground obscures the next line(s) of the inscription, but the date 1836 can be read.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/30204314 Salome Reitz Tryon's Find a Grave Memorial 30204314] mA5MKM fC96TU
iM7ERV whttps://www.WikiTree.com/wiki/Reitz-559 pCatharine qReitz gf b18160625 vNorthumberland County, Pennsylvania, United States z1 d18870218 yRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Northumberland County, Pennsylvania]]\nCatharine never married. After the death of her sister Salome Reitz Treon, she acted as foster mother for her Treon niece and nephew and ashousekeeper for their father, [[Tryon-4015 | Dr. Michael Tryon]]. In his will, he left her much of his estate.\n:: &quot;Item I give and bequeath to Catharina Reitz my wife[s] Sister all the house hold Furneger [furniture] what belong to her … Item I give &amp; bequeath to said Catharine Reitz Seven Hundred Dollars out of my property paid as follows my son Isaac shall pay one year after my Decease the Sum of three hundred and fifty Dollars to said Catharina Reitz as above …, as soon as conveniently may be after my death. … Item I give and bequeath to Catharina Reitz the Stone part of my dwelling house to live in as long as She is Sinkle [single] or in [for] life and the garden between the House and Barn as long as she see proper I give further out of my property to the said Catharina Reitz Apples as much as She needs for her own use in Equel Sheers [equal shares] is anny grown [any grown?] also Isaac Treion and Mary Roos wife of Daniel Roos Each of the two persons must give to said Catharina Reitz Five Bushiel Weath [wheat] every year as long as above Stated and plance [plant?] a quarter [quarter bushel?] potators [potatoes] for her to getter [gather] Every year as long as she Stays on the property and let her money Stants in said property and Firewood Holling [hauling] to the House as much as she needs for her own use also hay and paster [pasture] for one Cow out of tow [two] property … &quot;&lt;ref&gt;Pennsylvania, Wills and Probate Records, 1683-1993; Wills, 1772-1907; Index, 1792-1930; Author: Northumberland County (Pennsylvania). Register of wills; Probate Place: Northumberland, Pennsylvania; Item Description: Wills, No 4-5 1834-1871. Original spelling used. (Ancestry.com)&lt;/ref&gt;\nCatharine died in 1887 and is buried near her parents.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1708-1985; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nIn her will dated 28 Jan 1887 she states she was a spinster. She lefta number of items to friends (James Roose, Daniel Kehler, George Kehler, John P. Kehler) and to her relatives Mary Roose (née Tryon) wife of Daniel Roose [Rose or Roos] her niece, and Isaac Treon (her nephew). The estate was probated 21 Feb 1887.&lt;ref&gt;Pennsylvania, Wills and Probate Records, 1683-1993; Wills, 1772-1907; Index, 1792-1930; Author: Northumberland County (Pennsylvania). Register of wills; Probate Place:Northumberland, Pennsylvania; Wills, No 7-8, 1879-1892 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* &quot;United States Census, 1870,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MZGB-5X1 : 12 April 2016), Catharine Reitz in household of Michael Treon, Pennsylvania, United States; citing p. 17, family 119, NARA microfilm publication M593 (Washington D.C.: National Archives and Records Administration, n.d.); FHL microfilm 552,884. NOTE: living in household of her brother-in-law Michael Trion/Treon\n* [https://www.findagrave.com/memorial/34490432 Catherine Reitz's Find a Grave Memorial 34490432] mA5MKM fC96TU
iX8DUT whttps://www.WikiTree.com/wiki/Reitz-123 pJohan Georg qReitz gm b17260205 vLohrhaupten, Gelnhausen, Hesse-Nassau, Prussia, Germany z1 d17830000 yWashington, Northumberland, Pennsylvania, United States o== Biography ==Johan Georg was born February 5, 1726, at Lohrhaupten, Gelnhausen (now Flörsbachtal), where he belonged to the Lutheran Church.&lt;ref name=reitz1967&gt;Reitz, A. G. (1967). The Reitz family. Brookville, Pa: A.G. Reitz. Page 4. In the possession of [[Reitz-515|Zachary Reitz]].&lt;/ref&gt;\nHe landed in Philadelphia, Pennsylvania, on September 14, 1751, in the ship ''Duke of Bedford''.&lt;ref name=reitz1967 /&gt;&lt;ref&gt;Strassburger, R.Beaver. (1934). Pennsylvania German pioneers: a publication of the original lists of arrivals in the port of Philadelphia from 1727 to 1808. Norristown, Penn.: Pennsylvania German Society. Page 537. https://archive.org/stream/pennsylvaniagerm43stra&lt;/ref&gt;\nHe settled Rebuck in Northumberland County, Pennsylvania, and helped build Himmel's Church there.&lt;ref name=reitz1967 /&gt;\nHe died in 1793, at the age of 66, in Northumberland County, PA; he was buried onthe Reitz Farm Cemetery.&lt;ref&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 29 August 2018), memorial page for Johan George Reitz (5 Feb 172630 Jan 1793), Find A Grave Memorial no.168629127, citing Reitz Farm Cemetery, Northumberland County, Pennsylvania, USA ; Maintained by Law-Miller Roots (contributor 47103448) .&lt;/ref&gt;\n\n'''Name:''' Johan Georg Reitz.\nGiven Name: Johan Georg.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Christening:'''\n03 FEB 1726.\nLohrhaupten,Gelnhausen,Hessen-Nassau,Germany\n\n'''Buried'''\n1783\nfarm near Rebuck,Washington Twp,Northumberlnd Co,PA.\n\n'''Note:''' [[#N90721936]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;\nDNA verified: Joanne Reitz 23andMe. Common ancestor through Michael Reitz, Andreas Reitz sibling.*Biography, 1988, Margaret Reitz, &quot;The Century Farms of Jefferson County, PA&quot;, (The Jefferson County Historical and Genealogical Society, Brookville, PA), pp.58-59*Records of Schwaben Creek (Himmel Lutheran &amp; Reformed) Church, Washington Township, Northumberland County, Pennsylvania, 1774-1846*Passenger and Immigration Lists Index, 1500s-1900s. Place: Philadelphia, Pennsylvania; Year: 1751; Page Number: 458 mDLQI5 fHATOS sYKEER
iYKEER sX8DUT whttps://www.WikiTree.com/wiki/Unknown-435705 pAnna Martha qUnknown gf b17190220 vLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany z1 d17880500 yNorthumberland County, Pennsylvania, USA o== Biography ==\nOften recorded as Steigerwald/t, but this is without proof, so no surname was added\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D8311F3C46ADABF04DA24C4CB62D1\n:: Record ID Number: MH:IF7874\n:: Date: 20 FEB 1719\n:: Place: Lohrhaupten, Main-Kinzig-Kreis, Hessen, Germany\n\n=== Death ===\n: Death: Y\n:: User ID: 529D8311F3AF3ADAAF04DA24C4CB62D1\n:: Record ID Number: MH:IF7873\n:: Date: MAY 1788\n:: Place: Washington, Northumberland, Pennsylvania, United States\n:: Age: 69\n\n=== Record ID Number ===\n: Record ID Number: MH:I2155\n\n=== User ID ===\n: User ID: 529D6C61505637C72001EC9B2EE86819\n\n== Sources ==\n&lt;references /&gt;\n* ''Find A Grave'', database and images (https://www.findagrave.com :accessed 29 June 2019), memorial page for Anna Martha Reitz (unknownMay 1788), [https://www.findagrave.com/memorial/168725703/anna-martha-reitz Find A Grave Memorial no. 168725703], citing Reitz Farm Cemetery, Northumberland County, Pennsylvania, USA ; Maintained by Law-Miller Roots ([https://www.findagrave.com/user/profile/47103448 contributor47103448]).* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC11109 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=2155 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileMartha-168 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;
iQFK48 whttps://www.WikiTree.com/wiki/Reitz-208 pMichael qReitz gm b17570101 vNorthumberland, Pennsylvania z1 d18251217 yNorthumberland County, Pennsylvania, USA o== Biography ==\n\nMichael was born Jan 1, 1757 in Northumberland County\n&lt;ref name =&quot;findagrave&quot;&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 27 August 2018), memorial page for Michael Reitz (1 Jan 175717 Dec 1825), Find A Grave Memorial no. 34131450, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA ; Maintained by Grave Hunters (contributor 46978735) .&lt;/ref&gt; or Lancaster County, PA.&lt;ref name=jeffco&gt;McKnight, W. J. (1917). Jefferson County, Pennsylvania : Her pioneers and people, 1800-1915(Vol. 2). Chicago, IL: J.H. Beers. Page 211. Retrieved August 28, 2018, from https://archive.org/details/jeffersoncountyp02mckn.&lt;/ref&gt; He settled in Northumberland, and owned a farm of 125 acres until his death on Dec 17, 1825.\n&lt;ref name=&quot;findagrave&quot; /&gt;\n&lt;ref name=&quot;north788&quot;&gt;Genealogical and Biographical Annals of Northumberland County, Pennsylvania: Containing a Genealogical Record of Representative Families, Including Many of the Early Settlers; Whipporwill Publications, 1911. Page 788. https://archive.org/details/genealogicalbiog00floy\n&lt;/ref&gt;\nHe was a devout Lutheran, member of Himmel's church in Rebuck, Northumberland County, Pennsylvania. When the church was erected in 1818, heacted as the building master.&lt;ref name=&quot;north788&quot; /&gt; Michael Reitz is on the communion list there for June 30, 1776.&lt;ref name=&quot;north269&quot;&gt;Genealogical and Biographical Annals of Northumberland County, Pennsylvania: Containing a Genealogical Record of Representative Families, Including Many of the Early Settlers; Whipporwill Publications, 1911. Page 269. https://archive.org/details/genealogicalbiog00floy&lt;/ref&gt; He and his wife are buried in the first row of the Himmel Church Cemetery.&lt;ref name=&quot;findagrave&quot; /&gt;\nThe Christening record of his son Johan Jacob lists the parents as ''Michael Reitz'' and ''Elisabeth''.&lt;ref&gt; &quot;Pennsylvania Births and Christenings, 1709-1950,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V2JX-PXN : 11 February 2018), Michael Reitz in entry for Johan Jacob Reitz, 20 Apr 1800;Christening, citing HIMMEL LUTHERAN AND REFORMED CHURCH,WASHINGTON TWP,NORTHUMBERLAND,PENNSYLVANIA; FHL microfilm 823,598.&lt;/ref&gt;\nA biography of his great grandson Adam Hiram Reitz lists the couple as ''Michael Reitz'' and ''Catherine Snoke''.&lt;ref name=jeffco /&gt;\n\n== Family ==''Genealogical and Biographical Annals of Northumberland County, Pennsylvania'' gives two slightly different lists of his children.&lt;ref name=&quot;north269&quot; /&gt;&lt;ref name=&quot;north788&quot; /&gt; They include:\n* Michael - lived in Jackson (now Washington) township\n* George - settled at Red Bank, Jefferson, PA\n* John - settled at Red Bank, Jefferson, PA\n* Jonas - lived in Washington township (where William Rebuck lives)\n* William - settled at Red Bank, Jefferson, PA\n* Peter - lived at Richfield, Juniata, PA\n* Daniel - lived in Washington township on the homestead\n* Jonathan - lived in Washington township on the homestead\n* Henry - lived in Washington Township\n* Bevvy - married Johan Georg Reed\n* Christina - married Michael Hetrick\n\n\nIn the 1800 census,&lt;ref&gt;&quot;United States Census, 1800,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/1:1:XHR4-N6T : accessed 27 August 2018), Michael Reitz, Mahonoy, Northumberland, Pennsylvania, United States; citing p. 710, NARA microfilm publication M32, (Washington D.C.: National Archives and Records Administration, n.d.), roll 37; FHL microfilm 363,340.&lt;/ref&gt; the following person counts are listed:\n* Males - Under 10: 4\n* Males -10 thru 15: 1\n* Males - 45 and over: 1\n* Females - Under 10: 2\n* Females - 10 thru 15: 1\n* Females - 16 thru 25: 1\n* Females - 26 thru 44: 1\n\nIn the 1810 census,&lt;ref&gt;&quot;United States Census, 1810,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/1:1:XH2N-ZR5 : accessed 27 August 2018), Michael Reitz, Upper Mahanoy, Northumberland, Pennsylvania, United States; citing p. 260, NARA microfilm publication M252 (Washington D.C.: National Archives and Records Administration, n.d.), roll 53;FHL microfilm 193,679.&lt;/ref&gt; the following person counts are listed:\n* Males - Under 10: 3\n* Males -10 thru 15: 1\n* Males - 45 and over: 1\n* Females - 10 thru 15: 2\n* Females - 26 thru 44: 1\n\nIn the 1820 census,&lt;ref&gt;&quot;United States Census, 1820,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/3:1:33SQ-GYBC-H7V?cc=1803955&amp;wc=3L7F-VLX%3A1586985402%2C1586985975%2C1586985974 : 16 July 2015), Pennsylvania &gt; Northumberland &gt; Upper Mahanoy &gt; image 6 of 7; citing NARA microfilm publication M33, (Washington D.C.: National Archives and Records Administration, n.d.).&lt;/ref&gt; the following person counts are listed:\n* Males - Under 10: 3\n* Males - 16 thru 18: 3\n* Males - 45 and over: 1\n* Females - 16 thru 25: 1\n* Females - 45 and over: 1\n\n== Will and Testament ==''The following is transcribed from Pennsylvania Probate Records&lt;ref&gt;&quot;Pennsylvania Probate Records, 1683-1994,&quot; images, FamilySearch (https://familysearch.org/ark:/61903/3:1:3QS7-89SM-7ZMR?cc=1999196&amp;wc=9PMK-YWL%3A268495501%2C268509701 : 3 July 2014), Northumberland &gt; Wills 1772-1845 vol 1-3 &gt; image 492 of 811; county courthouses, Pennsylvania.&lt;/ref&gt; by [[Reitz-515|Zachary Reitz]]. Punctuation added for clarity.''\nIn the name of God, I, Michael Reitz of Upper Mahanoy Township Northumberland County and State of Pennsylvania, Yeoman, being sick and weakin body, but of sound mind memory and understanding -- blessed be Godfor the same -- do make and publish this, my Last Will and Testament in manner and form following. [...]\nFirst of all I commend my Immortal Soul into the hands of God who gave it, and my body to the Earth to be buried a decent and Christian Like manner at the discretion of my executors herein after named; and as to such worldly Estate wherewithit hath pleased God to bless me in this life, I give and dispose of the same in the following manner.\nI give and devise to my Beloved Wife during life or as long as she remains my widow the following artickles: my clock, six bushels of wheatsix bushels of Rye, one fad [sic] hog that whays [sic] one hundred pounds, fifty pounds of beef, eight bushel of potatoes, aples [sic] and Cider as much as she needs, the third part of the gardens, one cow thechice [sic] in the flock, fed and pastured and milked if she is not able to do it, five pounds of good clean [wool?], ten pounds of good clean flax, ten pound of good [?], one bushel of salt, shoes as much as she needs, the Liberty in the house and cellar where I now live, citchen furneture [sic] as much as she needs, two beds, bedsteads, and the necessary bedding and of the linnen [sic] as much as she needs, one stove and pipe if she needs, and one chest, and one burow [bureau], the use of the half of the dresser which stands in the room, and table, three chairs, her side saddle, eight pounds of tallow, eight pounds of sope [sic], the choice of the books she want to tack [sic], the grain to take to the mill, and the grist back again to her house or abode, firewood as much as she needs -- cut, took where she wants to use it. [tae drough?] and ten dollars in cash yearly and every year, and in case if she would get sick, she shall be maintained good and if she don'tlicke [sic] to stay on the place aforesaid, she shall have the right to go to any of her Children to Live, and the aforesaid Artickles shall be delievered to her by my Son Daniel Reitz deuring [sic] life as aforesaid.\nSecond, it is my will that Elizabeth Reitz, daughter of Leonard Reitzdeceased, shall have out my Estate as soon as is the said Elizabeth is eighteen years old. Agreed upon a mamarandum [sic] is in the hands of Michael Reitz Jun., gerdean [sic] of said Elizabeth Reitz.\nThird, it is my will that my place shall be devided [sic] in two parts by three disintrested men of the naughbeorhood [sic], and it shall be so devided that the [orcherd?] on the [same side?] that is on the north side of Swob [Schwaben] Creek shall come to the lower part and shall be divided in equal share or parts as near as possible.\nFourth I give and despose unto my son Daniel Reitz the upper part of my plantation for which he shall pay the just and full sum of eight dollars for every Acre in the following manner: the money arrising [sic]of the tract of land and plantation shall be paid to my legle hears [sic], in equal shares beginning with the oldest, two years after my death and one [on?] till the are all paid. He shall have no share in thepayments and Jonathan shall have no share of the payments. Jonathan share is considered as Red [?] in the land which he gets, and Daniel's share is considered as Red [?] in the land. Further I devise unto myson Daniel Reitz one horse and harnesses for two horses, one plough, and one cow. Daniel shall have the choice in the takin [sic] his hors [sic]. Daniel shall pay yearly and every year the sum of fifty dollarsbeginning as foresaid until every heir has fifety dollars and the remainder in equal shares in the same manner til the whole sum is paid.\nFifth, I give and dispose unto my son Jonathan Reitz the Lower or west part of my place for which he shall pay six dollars for every acre, which will com [sic] to his part, shall pay it in the same manner as the above tract, is to be paid but the first Rounds he shall only pay only thirty dollars to Each heir and the remainder of the whole what hehas to pay shall be paid as the aboe in equal shares till the heirs are all paid. I give and devise unto my son Jonathan Reitz two horses and harnesses, one plough, one cow. The choice after Daniel to take his horses [?]. It is my will that the lower part of my place when devided [sic] shall inclute [sic] the house, stable, and garden where my son George Reitz now lives.\nSixth, give and devise unto my two sons Daniel and Jonathan my waggon[sic] and [body?] and everything belonging to said waggon.\nFurther, it is my will that my son Jonathan Reitz shall have the use of that part of the orcherd [sic] on the upper part of the place whichlays on the west side of a ditch that runs through the orcherd for ten successive years.\nFurther, it is my will that my son Michl [sic] shall not pay any of the notes which he is indebted to me till his turn comes in for his share of the lands, then he shall have a [credit?] on the note, and one share shall be paid to the heir next in rank to the said Michael on hisplace.\nFurther, I impower [sic] my executors herein named to make and execute such lawfull [sic] deeds to my said sons Daniel &amp; Jonathan as I might do myself in my lifetime.\nAnd as touching all the rest, residue, and remainder of my personal property shall be sold by publick sale and shall be divided in equal shares unto my lawfull heirs as soon as the same can be. And after the death of my said wife, the property given to her shall also be sold divided amongst my heirs.\nAnd lastly, I nominate, constitute, and appointed my son Michael Reitz and my son Peter Reitz to be my executors of this, my Will and Testament [?] my hand and seal, this seventeenth day of October, AD 1825.\nI, Michael Reitz, the testator within named, do make this codicil to be taken as a part of my Last Will and Testament as follows: I give and devide unto my son Daniel Reitz the stove and pipe which stand in the house where I now live and two third part of all the grain that is on my place, and Daniel is to keep the family for one year of the grain. Further, I give and devide unto my son Jonathan Reitz my other stoveand pipe and one third of all the grain on the place aforesaid, and all the boards that sits in the orcherd on heeps and it is my will thatmy two sons Daniel and Jonathan after the land is divided to give each other a rode [sic] to come to their fields and meadow with as [less?] injury to eachother as possible. Witness my hand and seal th efifthday of November, one thousand eight hundred and twenty-five 1825, Michael Reitz.\n\n== Research Notes ==* He is often listed in genealogies with the given name ''Johann'' Michael, but his will and other original documents give no indication ofthis name.* Beware another Michael Reitz, who came to Washington township, Northumberland county from Berks county in 1690.&lt;ref name=&quot;north463&quot;&gt;Genealogical and Biographical Annals of Northumberland County, Pennsylvania: Containing a Genealogical Record of Representative Families, Including Many of the Early Settlers; Whipporwill Publications, 1911. Page 463. https://archive.org/details/genealogicalbiog00floy&lt;/ref&gt; That Michael was part of a separate Reitz clan of French origin. He reared seven sons and two daughters, among them Joseph H., Samuel, Henry, and David.\n\n== Sources ==\n\n&lt;references /&gt; mYKEER fX8DUT
iMBYHG whttps://www.WikiTree.com/wiki/Reitz-122 pAnna Maria qReitz gf b17610520 vLancaster, Lancaster, Pennsylvania z1 d18261007 yUpper Mahanoy, Northumberland, Pennsylvania, United States o\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D8311E6056AD03F04DA24C4CB62D1\n:: Record ID Number: MH:IF7767\n:: Date: 20 MAY 1761:: Place: Lancaster, Lancaster, Pennsylvania, United States&lt;ref&gt;Source: [[#S12]] Record ID Number: MH:SC10993 Page: Source number: ; Source type: ; Number of Pages: ; Submitter Code: . Data: Text: Birthdate: 1757 Birth place: Quality or Certainty of Data: 0 Note: [[#N903]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC10994 Data: Text: Birth date: 20 Apr 1761 Birth place: Quality or Certainty ofData: 0 Note: [[#N904]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC10995 Data: Text: Birth date: 20 May 1761 Birth place: Death date: abt 1826 Death place: Quality or Certainty of Data: 0 Note: [[#N905]]&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D8311E625AAD05F04DA24C4CB62D1\n:: Record ID Number: MH:IF7768\n:: Date: 7 OCT 1826\n:: Place: Upper Mahanoy, Northumberland, Pennsylvania, United States:: Age: 65&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC10996 Data: Text: Birth date: 20 May 1761 Birth place: Death date: abt 1826 Death place: Quality or Certainty of Data: 0 Note: [[#N906]]&lt;/ref&gt;\n\n=== Record ID Number ===\n: Record ID Number: MH:I2122\n\n=== User ID ===\n: User ID: 529D6C614BC427B7E001EC9B2EE86819\n\n=== UPD ===\n: UPD 05 DEC 2013 06:34:19 GMT-7\n\n=== Marriage ===\n\n: Record ID Number: MH:F500\n: User ID: 529D6C621D969A352001EC9B2EE86819\n: UPD 05 DEC 2013 06:34:19 GMT-7\n: Husband: [[Brosius-114|Johann Nicholas Brosius]]\n: Wife: [[Reitz-122|Anna Maria Reitz]]\n: Child: [[Brosius-113|Maria Catherine Brosius]]\n: Marriage:\n:: User ID: 529D8313C160EC67AF04DA24C4CB62D1\n:: Record ID Number: MH:FF254\n:: Date: 1785:: Place: Washington Twp, Northumberland, PA&lt;ref&gt;Source: [[#S25]] Record ID Number: MH:SC15071 Page: Birth year: 1754; Birth city: Atolhoe; Birth state: PA. Data: Text: Birth date: 23 December 1754 Birth place: Atolhoe, Berks Co, PA Death date: 13 December 1833 Death place: Washington Twp, Northumberland, PA Marriage date: Marriage place: Washington Twp, Northumberland, PA Quality or Certainty of Data: 0 Note: [[#N1104]]&lt;/ref&gt;\n'''Anna''' Maria Reitz. &lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n20 MAY 1761.\nLancaster, Lancaster, Pennsylvania, USA.\nMap:\nLatitude: N40.0379.\nLongitude: W76.3055. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n7 DEC 1826.\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.\nLongitude: W76.633. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* Source: &lt;span id='S12'&gt;S12&lt;/span&gt; Record ID Number: MH:S12 User ID: 529D8313D6AF4C79CF04DA24C4CB62D1 Author: Yates Publishing Title: U.S. and International Marriage Records, 1560-1900 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derive* Source: &lt;span id='S190'&gt;S190&lt;/span&gt; Record ID Number: MH:S190 UserID: 529D8313D9880C869F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania, Church and Town Records, 1708-1985 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Historic Pennsylvania Church and Town Records. Philadelphia, Pennsylvania: Historical Society of Pennsylvania.Original data: Historic Pennsylvania Church and Town Rec* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC10992 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=2122 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57\n\n=== Notes ===: Note &lt;span id='N903'&gt;N903&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=1007033&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9810\n: PRIN MH:SC10993\n: Note &lt;span id='N904'&gt;N904&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=2450069&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9811\n: PRIN MH:SC10994\n: Note &lt;span id='N905'&gt;N905&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7285709&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9812\n: PRIN MH:SC10995\n: Note &lt;span id='N906'&gt;N906&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7285709&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9813\n: PRIN MH:SC10996\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileReitz-122 through the import of Schaffner_Branch.GED on Dec 5, 2013.Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mYKEER fX8DUT
iE72TV whttps://www.WikiTree.com/wiki/Reitz-495 pGeorge Leonhart qReitz gm b17661113 vBerks County, Pennsylvania z1 d18220000 yUpper Mahanoy, Northumberland, Pennsylvania, USA o== Biography =='''George''' Leonhart Reitz. &lt;ref&gt;Source: [[#S22]] 1800 United States Federal Census Record File &lt;/ref&gt;&lt;ref&gt;Source: [[#S60]] Year: 1810;Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679 File @M492@&lt;/ref&gt;&lt;ref&gt;Source: [[#S25]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll: M33_107; Image: 108 File @M501@&lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;\n\n'''Born'''\n13 NOV 1766.\nBerks County, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.Longitude: W75.9277. &lt;ref&gt;Source: [[#S22]] 1800 United States Federal Census Record File &lt;/ref&gt;&lt;ref&gt;Source: [[#S25]] &lt;/ref&gt;\n\n'''Residence'''\n1820\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.Longitude: W76.633. &lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll:M33_107; Image: 108 File &lt;/ref&gt;\n1810\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.Longitude: W76.633. &lt;ref&gt;Source: [[#S60]] Year: 1810; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679 File &lt;/ref&gt;Free White Persons - Males - 26 thru 44: 1 Free White Persons - Females - 10 thru 15: 1 Free White Persons - Females - 26 thru 44: 1 Number of Household Members Under 16: 1 Number of Household Members Over25: 2 Number of Household Members: 3.\n1800\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082.\n\n'''Probate:'''\nOCT 1822.\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.\nLongitude: W76.633.\nFile .\n\n'''Photo:''' [[#M138]].\n\n'''File''' .\n@M136@.\n@M137@.\n@M138@.\n\n=== External Files ===* File &lt;span id='M135'&gt;M135&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Will Transcription Johann Michael Reitz.htm. Format: jpg. Will Transcription: Johann Michael Reitz. Northumberland County Courthouse, Sunbury, PA Will Book Volume 2,pages 503-505.\n* File &lt;span id='M136'&gt;M136&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Parents of Elizabeth Reitz 18081878.htm. Format: jpg. Parents of Elizabeth Reitz (1808-1878). Please see the &quot;Parents of Elizabeth Reitz (1808-1878)&quot; chart also included in my tree.\n* File &lt;span id='M137'&gt;M137&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Letter of Administration Transcription George Leon.htm. Format: jpg. Letter of Administration Transcription: George Leonhart Reitz. Taken from: Northumberland County,PA Will Book 2, page 422. Transcribed by William R. Polan,Jr., February 2017.\n* File &lt;span id='M138'&gt;M138&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Letter of Administration George Leonhart Reitz.jpg. Format: jpg. Letter of Administration: GeorgeLeonhart Reitz. Taken from: Northumberland County, PA Will Book 2, page 422.\n* External File: &lt;span id='M138'&gt;M138&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Letter of Administration George Leonhart Reitz.jpg Format: jpg Letter of Administration: George Leonhart Reitz Taken from: Northumberland County, PA Will Book 2,page 422.\n* File &lt;span id='M489'&gt;M489&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media00 United States Federal Census(7).jpg. Format: jpg. 1800 United States Federal Census. 1800 United States Federal Census Record.\n* File &lt;span id='M492'&gt;M492&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media10 United States Federal Census(3).jpg. Format: jpg. 1810 United States Federal Census. Year: 1810; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679.\n* File &lt;span id='M501'&gt;M501&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media20 United States Federal Census(2).jpg. Format: jpg. 1820 United States Federal Census. 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll: M33_107; Image: 108.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S125'&gt;S125&lt;/span&gt; Ancestry.com 1820 United StatesFederal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S22'&gt;S22&lt;/span&gt; Ancestry.com 1800 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2010; NOTESecond Census of the United States, 1800. NARA microfilm publication M32 (52 rolls). Records of the Bureauof the Census, Record Group 29. National Archives, Washington, D.C. &lt;p&gt; Second Census of the United States, 1800: Population Schedules, Washington County, Territory Northwest of the River Ohio; and Population Census, 1803: Washington County, Ohio. NARA microfilm publication M1804 (1 roll).&lt;/p&gt;* Source: &lt;span id='S25'&gt;S25&lt;/span&gt; Ancestry.com Pennsylvania, ChurchRecords - Adams, Berks, and Lancaster Counties, 1729-1881 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2004; Repository: [[#R2]]* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S60'&gt;S60&lt;/span&gt; Ancestry.com 1810 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]] mYKEER fX8DUT
iHATOS whttps://www.WikiTree.com/wiki/Reitz-225 pJohan-Peter qReitz gm b16901203 vGelnhausen, Main-Kinzig-Kreis, Hessen, Germany z1 d17321202 yGelnhausen, Main-Kinzig-Kreis, Hessen, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-225was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: 26D27727F9B6421EBC45C631852E30941439\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 11 May 2015\n::: Time: 10:49\nPrior to import, this record was last changed 10:49 11 May 2015.\n\n=== Note ===\n: Note: [[#NI4032]]\n\n=== Notes ===: Note &lt;span id='NI4032'&gt;NI4032&lt;/span&gt;JOHANNES PETER REITZ, (also called Hans Peter, Johann Peter, or only Peter), son: of Johannes and Anna Barbara (Friedrich) Reitz, of Rohrig (now Bieber Luth. Church) Gelnhausen,: born Dec. 3, 1690, baptized the same day, the sponsor being Peter Freund, son of Hans Freund (a: smith or tailor). Married Jan. 4, 1715 Magdalena Weygand, born on the day of Simonis and Judae,: 1687, daughter of Niclas Weygand, of Lohrhaupten, baptized on the same day, the sponsor being: Magdalena, housewife of Peter Kesler. Johannes Peter Reitz died andwas buried Dec. 2, 1732, aged: 41 years. His wife Magdalena (Weygand) Reitz died and was buried A.D. 1740, aged 53 years.: They lived at Lohrhaupten and were the parents of Johan George Henrich Reitz.\n:\n: THE REITZ FAMILY HISTORY AND RECORD BOOK\n: compiled by the Rev. J. J. Reitz -1930-\n''No biography yet.&lt;ref&gt;Profile created by [[Armstrong-5775 | Kim Armstrong]] through the import of Ritts Family Tree_2017-12-24.ged on Dec24, 2017. ''This comment and citation should be deleted after a shortbiography has been added and primary sources have been cited.''&lt;/ref&gt;Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt; mKQYDY fR1Q9W sDLQI5
iDLQI5 sHATOS whttps://www.WikiTree.com/wiki/Weygand-9 pMagdalena qWeygand gf b16871027 vGelnhausen, Main-Kinzig-Kreis, Hessen, Germany z1 d17400000 yNassau, Deggendorf, Bayern, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Weygand-9was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: 1410C2402E6E44AA92F39BF4DE4590CE4560\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 9 May 2015\n::: Time: 13:45\nPrior to import, this record was last changed 13:45 9 May 2015.\n\n== Sources ==\n\n&lt;references /&gt; fF820N
iAGGFK whttps://www.WikiTree.com/wiki/Reitz-433 pJohan Frederick qReitz gm b17230730 vLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany z1 d17630000 yWhitehall, Lehigh, Pennsylvania o== Biography =='''Johan''' Frederick Reitz. &lt;ref&gt;Source: [[#S72]] Place: Pennsylvania; Year: 1741-1767; Page Number: 23&lt;/ref&gt;&lt;ref&gt;Source: [[#S73]] File&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S74]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records File @M680@&lt;/ref&gt;\n\n'''Friderich''' Reitz.\n''Found multiple versions of name. Using Johan Frederick Reitz.''\n\n'''Born'''\n30 JUL 1723.\nLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany.\nMap:\nLatitude: N50.1333.\nLongitude: E9.4833. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n22 AUG 1721.\nLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany.\nMap:\nLatitude: N50.1333.\nLongitude: E9.4833.\n''Found multiple copies of birth date. Using 30 JUL 1723''\n\n'''Died'''\n1763\nWhitehall, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.3517.\nLongitude: W79.9795. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n1764\nWhitehall, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.3517.\nLongitude: W79.9795.\n''Found multiple copies of death date. Using 1763''\n\n'''Residence'''\n1748\nPhiladelphia, Philadelphia, Pennsylvania, USA.\nMap:\nLatitude: N39.9522.\nLongitude: W75.1642. &lt;ref&gt;Source: [[#S74]] &lt;/ref&gt;\n\n'''Event:'''\nDeparture\n1748\nFlörsbach, Main-Kinzig-Kreis, Hessen, Germany.\nMap:\nLatitude: N50.1333.\nLongitude: E9.4167.Source: Biography, 1988, Margaret Reitz, &quot;The Century Farms of Jefferson County, PA&quot;, (The Jefferson County Historical and Genealogical Society, Brookville, PA), pp.58-59.\nArrival\n1748\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834.\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M171'&gt;M171&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., German Immigrants, 1712-1933.jpg. Format: jpg. U.S., German Immigrants, 1712-1933.\n* File &lt;span id='M34'&gt;M34&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\emigration from Florsbach Germany.htm. Format: jpg. emigration from Florsbach Germany. 1766 details of the emigration of Johann Friedrich Reitz and family and others from Florsbach and Kempfenbrunn Germany.\n* File &lt;span id='M680'&gt;M680&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(25).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S72'&gt;S72&lt;/span&gt; Ancestry.com U.S. and Canada, Passenger and Immigration Lists Index, 1500s-1900s Publication: Name: Ancestry.com Operations, Inc; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S73'&gt;S73&lt;/span&gt; Ancestry.com U.S., German Immigrants, 1712-1933 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2016; Repository: [[#R2]]* Source: &lt;span id='S74'&gt;S74&lt;/span&gt; Ancestry.com Pennsylvania, Compiled Census and Census Substitutes Index, 1772-1890 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 1999; NOTEJackson, Ronald V., Accelerated Indexing Systems, comp.. &lt;i&gt;Pennsylvania Census, 1772-1890&lt;/i&gt;. Compiled and digitized by Mr. Jackson and AIS from microfilmed schedules of the U.S. Federal Decennial Census, territorial/state censuses, and/or census substitutes. mDLQI5 fHATOS
iR1Q9W whttps://www.WikiTree.com/wiki/Reitz-226 pJohannes qReitz gm b16650000 z1 d16960000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-226was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: 157C4D1AB30F4178881CB14EF90BBC815795\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 11 May 2015\n::: Time: 10:49\nPrior to import, this record was last changed 10:49 11 May 2015.\n\n=== Note ===\n: Note: [[#NI4147]]\n\n=== Notes ===: Note &lt;span id='NI4147'&gt;NI4147&lt;/span&gt;THE REITZ FAMILY HISTORY AND RECORD BOOK\n: compiled by the Rev. J. J. Reitz -1930-\n:: JOHANNES REITZ, son of Johannes Reitz of Rohrig, now belonging to the Bieber: Lutheran Church, in the district of Gelnhausen, and Anna Barbara Friedrich, daughter of Stoffel: Friedrich of Lohrhaupten, Seulbach, held their engagement services Jan. 15, 1690, and their: marriage ceremony Feb. 11, 1690. They were the grandparents of Pioneer Johan George Henrich Reitz.\n\n== Sources ==\n\n&lt;references /&gt; fVJWX2 sKQYDY
iKQYDY sR1Q9W whttps://www.WikiTree.com/wiki/Frederick-1013 pAnna Barbara qFrederick gf b16690000 z1 d16960000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Frederick-1013 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: 297F946AC11A4C0CB890882F70135E02BB8B\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 11 May 2015\n::: Time: 10:42\nPrior to import, this record was last changed 10:42 11 May 2015.\n\n== Sources ==\n\n&lt;references /&gt;
iVJWX2 whttps://www.WikiTree.com/wiki/Reidt-31 pGeorg Rudolph qReidt gm b16400000 vHessen, Germany z1 d17150611 yNeukirchen, Hessen-Kassel, Germany o== Biography ==\nGeorg Rudolph was born about 1640. He passed away about 1715.\n== Sources ==\n&lt;references /&gt;\n* German Church Records\n
iF820N whttps://www.WikiTree.com/wiki/Weygand-10 pNicholas qWeygand gm b16600000 z1 d16900000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Weygand-10 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: E07838FFF6AF4FBC98880600FFF62D69F007\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 9 May 2015\n::: Time: 13:45\nPrior to import, this record was last changed 13:45 9 May 2015.\n\n== Sources ==\n\n&lt;references /&gt;
iH5Y1E whttps://www.WikiTree.com/wiki/Brosius-20 pSebastian qBrosius gm b17250000 vWeierbach, Rheinland, Germany z1 d17910103 yUpper Mahoney, Northumberland, Pennsylvania, USA o[[Category: Pennsylvania, Unsourced Profiles]]\n== Biography ==\n\n:Sebastian Brosius of Mahoney Township, farmer.\n:Will dated May 18, 1789; proved January 3, 1791.\n:Oldest son Nicholas tract of land whereon he at present lives.\n:Sons: George Daniel, John George and Jacob.:Five daughters: Catrharine Kreiger, Magdelena ob, Juliana Schefer, Margaret Reitz and Mary Brosius.\n:Debt I owe John Heckart.\n:Son in law Nicholas Bob tract whereon he at present lives.\n:Executors: Son Nicholas Brosius and son in law Nicholas Bob.:Witnesses: Michael Nie, Peter Allemend , Deterick Steinbricker.&lt;ref&gt;The Pennsylvania Genealogical Magazine, Disk 1, Volume XIII, Abstractsof Wills and Administrations of Northumberland County, PA&lt;/ref&gt;&lt;ref&gt;Northumberland County Will Book 1, pg 75 and file B-29. Dalmatia, Pennsylvania &quot;A Bicentennial History&quot; Martz.&lt;/ref&gt;\n\n\n== Sources ==\n&lt;references /&gt;\nSee also:\n* [https://familysearch.org/tree/#view=ancestor&amp;person=L6VS-HV7 Johann Sebastian Nicholas Brosius] on FamilySearch Family Tree. ''This family tree shows him with 17 children and two different wives. I suspect there are some problems with it.''\n* WikiTree profile Brosius-20 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]].\n* WikiTree profile Brosius-96 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]].\n* &lt;span id='S-1864320709'&gt;&lt;/span&gt;[https://www.ancestry.com/family-tree/tree/15024057/family Ancestry Family Trees] mUZAQR fPNPOE sO1K06
iO1K06 sH5Y1E whttps://www.WikiTree.com/wiki/Roth-182 pMargaretha qRoth gf b17290000 vRehrersburg, Berks, Province of Pennsylvania z1 d17890518 yUpper Mahoney, Northumberland, Pennsylvania, USA o{{Unsourced | Pennsylvania}}\n== Biography ==\n\n\n'''Note:''' [[#N66244176]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N66244176'&gt;N66244176&lt;/span&gt;\nMeiser Info\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* WikiTree profile Roth-182 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]].\n* Roth-2095 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015.\n* [https://familysearch.org/tree/#view=ancestor&amp;person=LX9N-XW6 Family Search family tree profile] mC1978 fCB5J9
iPPYBO whttps://www.WikiTree.com/wiki/Brosius-169 pMaria-Magdalena qBrosius gf b17520203 vAtolhoe, Berks County, PA. o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Brosius-169 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: EFF77A4C065E469CBAE4DEF57CD1F23FE10A\n\n=== FSFTID ===\n: FSFTID LX9N-F72\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LX9N-F72\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 23 Oct 2014\n::: Time: 08:25\nPrior to import, this record was last changed 08:25 23 Oct 2014.\n\n== Sources ==\n\n&lt;references /&gt; mO1K06 fH5Y1E
iIQ59T whttps://www.WikiTree.com/wiki/Brosius-18 pMaria-Elisabetha qBrosius gf b17530730 z1 d17870000 o== Biography ==\n\n:Baptisms of Sebastian Brosius and Margareta Roth::Brosius, Maria Elisabetha, b 07 30 1753; bap 08 26 1753, Spon. JacobRoeher &amp; wife.:Baptised by Rev. Stover at Altalaha German Lutheran Church, Mahanoy and Mahantongo Historical and Preservation Society, Inc. County, Pennsylvania. :Records of Rev. Stover.\n\n\n\n\n== Sources ==\n&lt;references /&gt;\n* [https://familysearch.org/tree/#view=ancestor&amp;person=L62Z-DZD MariaElisabeth Brosius] on the family tree at FamilySearch.org\n* WikiTree profile Brosius-18 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]].\n* Brosius-160 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015.\n* Marriage source based on an old bio of Sebastian Brosius as researched by Albert J. Hetrick and verified by Martha H. Breene. mO1K06 fH5Y1E
iO43FR whttps://www.WikiTree.com/wiki/Brocious-32 pJohann Georg qBrocious gm b17620000 vTulpehocken Township, Berks, Pennsylvania z1 d18210000 yLeck Kill, Northumberland, Pennsylvania, United States o== Biography ==\nJohann was born in 1762. He passed away in 1821.\n== Sources ==\n&lt;references /&gt;\n* https://www.familysearch.org/tree/person/details/L614-3QV fH5Y1E
iPNPOE whttps://www.WikiTree.com/wiki/Brosius-21 pJohan George Nicolas qBrosius gm b16940131 vWeierbach, Rheinland,Germany z1 d17620000 yBerks, Pennsylvania o== Biography ==\n\n:b. 31 Jan 1694, Weierbach, , Rheinland, Germany{{Citation needed}}\n:Arrival: 1740, Philadelphia, Pennsylvania&lt;ref name=&quot;immigration&quot;&gt;[[#S-1861468318 | Passenger and Immigration Lists Index, 1500s-1900s]]; Philadelphia, Pennsylvania; 1740; [http://trees.ancestry.com/rd?f=sse&amp;db=pili354&amp;h=3274205&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]&lt;/ref&gt;&lt;ref&gt;[[#S-1861468318 | Passenger and Immigration Lists Index, 1500s-1900s]]; Pennsylvania; 1740; [http://trees.ancestry.com/rd?f=sse&amp;db=pili354&amp;h=3274202&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]&lt;/ref&gt;&lt;ref&gt;[[#S-1861468318 | Passenger and Immigration Lists Index, 1500s-1900s]]; Pennsylvania; 1740; [http://trees.ancestry.com/rd?f=sse&amp;db=pili354&amp;h=3032203&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]&lt;/ref&gt;\n'''1740''' Lived in Philadelphia County, Pennsylvania&lt;ref name=&quot;PACensus&quot;&gt;[[#S-1845080627 | Pennsylvania Census, 1772-1890]]; [http://trees.ancestry.com/rd?f=sse&amp;db=pacen&amp;h=28149213&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]&lt;/ref&gt;\n\n:d. 1762, Berks, Pennsylvania, USA{{Citation needed}}\n\n=== Christening ===\n: Christening:\n:: Date: 10 Feb 1694\n:: Place: Evanlisch, Fischbach, Rheinland, Prussia\n\n=== Note ===\n: Note: [[#NI1624]]\n\n=== Notes ===: Note &lt;span id='NI1624'&gt;NI1624&lt;/span&gt;Immigrant's surname: BROSIUS Immigrant's given name(s): Johannes George Ship name: Lydia U.S. arrivaldate: 27 SEP 1740 Port: Philadelphia, PA Place of origin: Weierbach, Rhineland-Pfalz Source: LDS Records Notes: Johannes George Brosius arrived in America with his wife (Anna Catharina Simon, widow of Abraham Schneider), step-children and children. He was naturalized in Lancaster County on 8 March 1742. He lived on a tract of land known as the &quot;Manor of Adulhea&quot; which was part of the Tulpehocken Settlement of what would become Berks County. He was an original member of the Christ's Tulpehocken Church. Johannnes George had two known sons, Sebastian and Johannes Nicholas, both of whom eventually settled in Northumberland County, PA (in the section known as the Mahantonga Valley).\n:: Submitted by: Dave Becker Email address: benhur@pond.com &lt;mailto:benhur@pond.com&gt; Address: 1821 North Hills Dr. Apt. # 30 Norristown, PA 19401\n:: Neuhar Chronicle Vol. III, ad 1984 by Dennis Kastens, 411 Chapel Dr., Collinsville\n: 1.62234\n:: Johan George Brosius qualified at Philadelphia 27 Sep 1740, having arrived on the ship &quot;Lydie&quot;, his age given as 42, therefore born 1697/8 while not listed we know that at least two teenage sons and at leastone daughter came with him (PA. German Pioneers, list 90). There may have been other children and a wife but we're not sure. (the first time one is mentioned is second wife.) Not long after arrival, The GeorgeBrosius family are found settled as farmers on a 205 acre tract, located on the north east branch of Swatara Creek in Tulpehocken Twp., Lancaster Co., Pa. This became part of the new Berks Co. in 1752. George received his patent on 5 Dec 1750, Paten Bk A, Vol 14, Pg 533, land office, Harrisburg, Pa. on 12 May 1743, he signed and agreement in support of the new Christ Lutheran Church near Stouchburg. He appears on the Tulpehocken Tax List 1754 &amp; 1755 with &quot;two married sons.&quot; (from 1762, John George Brosius and wife Catharine convey their tract of 205 acres to (son) Sebastian Brosius, consideration 150 pounds. (They confirmthe deed 6 Aug 1764). This was considerable below the actual value, and we can be sure there was a separate agreement to support George &amp; Catharine for the balance of their lives, and for legacy payments to the other children. George &amp; Catherine are probably deceased, intestate,by 1773 when Sebastian Brosius family moved to Northumberland Co., and certainly deceased by 17 Apr 1774, when the homestead was conveyed by Sebastin &amp; wife, Margaretha (Roth) to Thomas Kurr, consideration 720pounds. (Kurr probably in possession by 1773). (Berks Co., Deed Bk 12Pg 465).\n:: We now know that the birth of Johan George Brosius was 31 Jan 1694,as recorded at the Lutheran Church, Weierbach, Rhineland, Germany. Hewas christened Feb 10, 1694 in Weierbach. He married 31 Oct 1724, at Weier- Bach, to Anna Catharina Simon, widow of Abraham Schneider, daughter of Hanns Adam Simon and Anna Catharine Stilgenbauer. (Salt Lake film # 493273 HerrenSulzbach &amp; 489840 Weierbach). She came to America with her husband and her Schneider children, Elizabetha Catharina, Bpt.20 Jan 1713; Anna Amalia Juliana, Bpt: 12 Mar 1720, MARR; Nicklaus Kintzer 20 Oct 1743 (Stover Rec.); George Daniel, Bpt: 26 Apr 1721, MARR: 8 Nov 1748 to Magdalena Stupp at Stouchburg, Pa.; Abraham Jacob, Bpt: 3 Jul 1723 and possibly more. All these children baptized at HerrenSulzbach. George Daniel is listed on the ships list after John George Brosius.\n:: He was naturalized on March 8, 1742 in Lancaster, PA. Berks was notformed until 1752. George was one of the original members of the Christ Tulpehocken church. His name was on the first list, for the years of 1742-46. The family settled in the area known as &quot;The Manor of Adulhea&quot;, granted to Richard Penn. The &quot;Manor&quot; was part of the Tulpehocken settlement of what would become Berks Co. A Land grant of 205 acres was patented to Hans George Brosius, dated Dec 5, 1750. This property lay east of the present village of Rehrersburg, Tulpehocken Twp. adjoining the Altalaha Church property. The neighboring township of Bethel was to the north of the base of the Blue Mountains.\n:: The Tulpehocken tax lists of 1752-56 included the names of George Brosius and two married sons. In 1764, George and wife Catherine deededtheir property in Tulpehocken Twp. to Sebastian Brosius. In 1765, Sebastian Brosius, and uxor, deeded 60 square rod of this property to theGerman Lutheran Congregation of Altalaha. He maybe buried at AltalahaChurch Cemetary.\n:\n: Sources:: PA Genealogical Magazine, Brosius-Schneider Families of Berks &amp; Northumberland Counties by Lucille Procious\n:: John Georg Brosius and wife are sponsors at the bapt. for John George Schneider, son of Heinrich Adam Schneider, bapt. March 31, 1752.\n:: Dr. Joseph Meiser's family outline states that Johan George had a second wife, Anna, widow of Abraham died 1723/24.\n:\n: Name: Johann Georg Nicolas Brosius\n: Gender: Male\n: Baptism/Christening Date: 10 Feb 1694: Baptism/Christening Place: EVANGELISCH, FISCHBACH, RHEINLAND, PRUSSIA\n: Birth Date: 31 Jan 1694\n: Birthplace: Death Date: Name Note: Race:\n: Father's Name: Nicolas Brosius\n: Father's Birthplace: Father's Age:\n: Mother's Name: Maria Martha\n: Mother's Birthplace: Mother's Age:: Indexing Project (Batch) Number: C98416-1 System Origin: Germany-EASy Source Film Number: 489840 Reference Number: Collection: Germany Births and Baptisms, 1558-1898\n\n== Sources ==\nDNA verified by Gregg Kyle, common ancestor: Nicholas Brosius, 23andMe\n&lt;references /&gt;\n* &lt;span id='S-1845078523'&gt;&lt;/span&gt;''Namen von Einwanderern in Pennsylvanien aus Deutschland, der Schweiz, Holland, Frankreich u. a. St. von 1727 bis 1776'' (''Names of immigrants in Pennsylvania from Germany, Switzerland, Holland, France and other countries from 1727 to 1776''). Ancestry.com Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002. Original data - Rupp, I. Daniel. A Collection of upwards of Thirty-thousand Names of German, Swiss, Dutch, French, and other Immigrants in Pennsylvania From 1727-76. Philadelphia, PA, U...; [http://trees.ancestry.com/rd?f=sse&amp;db=genref-30k-namesofimmigrants&amp;h=150&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]\n* &lt;span id='S-1845080627'&gt;&lt;/span&gt;''Pennsylvania Census, 1772-1890''. Jackson, Ronald V., Accelerated Indexing Systems, comp. Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 1999. Original data - Compiled and digitized by Mr. Jackson and AIS from microfilmed schedules of the U.S. Federal Decennial Census, territorial/state censuses, and/or census substitutes.\n* &lt;span id='S-1861468318'&gt;&lt;/span&gt;''Passenger and Immigration Lists Index, 1500s-1900s''. Gale Research Online publication - Provo, UT, USA:Ancestry.com Operations, Inc, 2010. Original data - Filby, P. William, ed. Passenger and Immigration Lists Index, 1500s-1900s. Farmington Hills, MI, USA: Gale Research, 2010.\n* &lt;span id='S-1864320709'&gt;&lt;/span&gt;[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4261 Ancestry Family Trees]\n\n==Acknowledgements ==::WikiTree profile Brosius-83 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]].\n::WikiTree profile Brosius-21 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. mEXSZD fYRFDM sUZAQR
iUZAQR sPNPOE whttps://www.WikiTree.com/wiki/Simon-325 pAnna Catherine qSimon gf b16920926 vUnterjeckenbach,,Rheinland,Germany z1 d17500000 yBerks, Pennsylvania o== Biography ==\n\n== Name ==: Name: Anna Catherine /Simon/&lt;ref&gt;Source: [[#S2190410307]] Note: &lt;/ref&gt;\n: Name: Anna Catherine /Simon/&lt;ref&gt;Source: [[#S-1845078523]] Note:http://search.ancestry.com/cgi-bin/sse.dll?db=genref-30k-namesofimmigrants&amp;h=150&amp;ti=0&amp;indiv=try&amp;gss=pt Note: APID: 1,6390::150&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1499934783]] Note: http://search.ancestry.com/cgi-bin/sse.dll?db=numb001&amp;h=1924&amp;ti=0&amp;indiv=try&amp;gss=pt Note: APID: 1,5236::1924&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1499934783]] Note: http://search.ancestry.com/cgi-bin/sse.dll?db=numb001&amp;h=413&amp;ti=0&amp;indiv=try&amp;gss=pt Note: APID: 1,5236::413&lt;/ref&gt;\n\n== Birth ==\n: Birth:\n:: Date: 1692-09-26\n:: Place: Unterjeckenbach,,Rheinland,Germany\n: Birth:\n:: Date: 26 Sep 1692:: Place: Unterjeckenbach, , Rheinland, Germany&lt;ref&gt;Source: [[#S2190410307]] &lt;/ref&gt;\n\n== Death ==\n: Death:\n:: Date: 1750\n:: Place: ,Berks,Pennsylvania,USA\n: Death:\n:: Date: 1750:: Place: , Berks, Pennsylvania, USA&lt;ref&gt;Source: [[#S2190410307]]&lt;/ref&gt;\n\n== Note ==\n: Note: Johan George Brosius (1694 - 1762):: http://trees.ancestry.com/rd?f=document&amp;guid=52cb9773-0f71-43b6-9aad-15fe91c1d7f0&amp;tid=15024057&amp;pid=4257\n: Note: Johan George Brosius (1694 - 1762):: http://trees.ancestry.com/rd?f=document&amp;guid=c843a222-6562-4d8b-a181-2cd395633baf&amp;tid=15024057&amp;pid=4257\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S-1499934783'&gt;S-1499934783&lt;/span&gt; Repository: [[#R-1864321417]] Title: Northumberland County, Pennsylvania, 1777-1854:Stone Valley Lutheran and Reformed Congregations Author: Lineages, Inc., comp Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2000.Original data - Records transcribed from LDS Family History Library microfilm copies of church records for this locality. For more information, see the Family History Library CatalogNote: APID: 1,5236::0\n* Source: &lt;span id='S-1845078523'&gt;S-1845078523&lt;/span&gt; Repository: [[#R-1864321417]] Title: Namen von Einwanderern in Pennsylvanien aus Deutschland, der Schweiz, Holland, Frankreich u. a. St. von 1727 bis 1776(Names of immigrants in Pennsylvania from Germany, Switzerland, Holland, France and other countries from 1727 to 1776) Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - Rupp, I. Daniel. A Collection of upwards of Thirty-thousand Names of German, Swiss, Dutch, French, and other Immigrants in Pennsylvania From 1727-76. Philadelphia, PA, U Note:APID: 1,6390::0\n* Source: &lt;span id='S2190410307'&gt;S2190410307&lt;/span&gt; Repository: [[#R2190409259]] Title: OneWorldTree Author: Ancestry.com Publication: Online publication - Provo, UT, USA: MyFamily.com, Inc. Note:\n* Repository: &lt;span id='R2190409259'&gt;R2190409259&lt;/span&gt; Name: Ancestry.com Address: 360 West 4800 North, Provo, UT 84604 Note:\n* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n== External Links ==\n\n: FSFTID LX9N-FL5\n\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LX9N-FL5\n\n==Acknowledgements==:: WikiTree profile Simon-325 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [https://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-325 Changes page] for the details of edits by Liisa and others.\n:: WikiTree profile Simon-435 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]].\n:: WikiTree profile Simon-430 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]].\n:: Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: https://www.ancestry.com/family-tree/tree/15024057/family\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: https://www.ancestry.com/family-tree/tree/15024057/family mWAV7Y fUF2L4
iCAJO1 whttps://www.WikiTree.com/wiki/Schneider-1117 pJulianna qSchneider gf b17200000 z1 yTulpehocken, Berks, Pennsylvania, United States o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Schneider-1117 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Schneider-1117 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4287* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUZAQR fFE4L3
iE9G4B whttps://www.WikiTree.com/wiki/Schneider-1116 pGeorge Daniel qSchneider gm b17211226 vRhein, Oberbergischer Kreis, Nordrhein-Westfalen, Germany z1 d17890320 yBethel, Berks, Pennsylvania, United States o== Biography ==George Daniel Schneider was born in 1721 in Rheinland-Pfalz, Germany.He was the son of [[Schneider-1118|Johan Abraham Schneider]] and [[Simon-325|Anna Catherine (Simon) Schneider]]. He married Mary Magdalena (Stupp) Schneider. He passed away in 1789 in Bethel, Berks, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/23086647/george-daniel-schneider* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: https://www.ancestry.com/family-tree/tree/15024057/family mUZAQR fFE4L3
iOGSPF whttps://www.WikiTree.com/wiki/Brosius-171 pJohn Abraham qBrosius gm b17220610 vZweibrucken, Rhineland-Palatinate, Germany z1 d17760416 yHeidelberg, Lancaster, Pennsylvania o== Biography ==\nThis biography was auto-generated by a GEDCOM import.&lt;ref&gt;Brosius-171was created by [[Prichard-364 | Vincent Prichard]] through the importof Prichard-Love_2015-10-21_Brosius-Diehl.ged on Oct 22, 2015. &lt;/ref&gt;\n\n=== Name ===: Name: John Abraham /Brosius/&lt;ref&gt;Source: [[#S105]] Page: Place: Pennsylvania; Year: 1742; Page Number: 69. Data: Text: Arrival date: 1742 Arrival place: Pennsylvania Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pili354&amp;h=3032972&amp;ti=0&amp;indiv=try&amp;gss=pt&lt;/ref&gt;&lt;ref&gt;Source: [[#S111]] Page: Death: 16 Apr 1776 Data: Text: Death: 16Apr 1776 in Heidelberg, Lancaster, Pennsylvania Link: http://trees.ancestry.com/tree/378229/person/-1543843401&lt;/ref&gt;&lt;ref&gt;Source: [[#S102]] Page: from Rosalie (Henderson) Godfrey Data: Text: Rosalie (Henderson) Godfrey, a 6th great-granddaughter of John Abraham Brosius (1722-1776), believes that his nine children with Margaret Wolfe (1725-1800) were born in the following order: Henry, Catherine, Abraham, Elizabeth, Barbara, Jacob, Marie Christina, Mary, Joseph, Susanna. -- PhoneConversation, 8 Jan 2011&lt;/ref&gt;&lt;ref&gt;Source: [[#S230]] Data: Text: Residence date: 1742 Residence place: Philadelphia County, PA Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pacen&amp;h=28149212&amp;ti=0&amp;indiv=try&amp;gss=pt&lt;/ref&gt;&lt;ref&gt;Source: [[#S263]] Page: Pages 398-400&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Arrival, Death Data: Text: This record of the family of John Abraham Brosius has been compiled very largely from the following historical data: John Abraham Brosius (A1) arrived in Philadelphia in ship &quot; Robert and Alice&quot;, September 24 1742. he and others took the oath of allegiance the same day before the Court in Philadelphia. he married Margaret Wolfe in 1743 and died in 1777 (1776) History of Lebanon and Dauphin Counties states that Abraham Brosius of Heidleburg ( now Lebanon) County, died April 1776 leaving a wife Margaret and the following children: Jacob, Joseph,Catherene, Christina, Barbra, and Mary. This is from papers sent by Sallie D Shultz (Hartranft) (B3, C1, D1, E1)and believed to be a decendent of the above named Mary who married a Jno Smith,to Marriot Brosius, March 21 1900, from Jersey City , where she then lived. These paperswere given to me some time since. Sallie further states in her letterthan her father &quot;had other papers to prove the claim for the Brosius Fortune, that were sent to George W. Albert ( ) of Hagerstown, Md.Note: I typed this notation exactly as it was written---the wordingis puzzeling and leaves one wondering the meaning---Will Brosius 2 18 1999 www.familysearch.org--revealed a John Abraham Brosius and resulting father-mother charts etc. I have every reason to believe this is the same John Abraham-until research proves other wise. H W Brosius1999. Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1FM&lt;/ref&gt;&lt;ref&gt;Source: [[#S747]] Page: Wills, 1730-1908; Index, 1729-1947; Author:Lancaster County (Pennsylvania). Register of Wills; Probate Place: Lancaster, Pennsylvania External File: @M6296@&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 10 JUN 1722:: Place: Zweibrucken, Rhineland-Palatinate, Germany&lt;ref&gt;Source: [[#S286]] Page: Birth: 10 Jun 1722 in Zweibrucken, Rhineland-Palatinate, Germany Data: Text: Birth: 10 Jun 1722 in Zweibrucken, Rhineland-Palatinate, Germany Title: John Abraham Brosius &amp;amp; Margaret Wolfe Family Group Sheet Author: Mrs. W. H. Austin, Jr. Publication: 15 Nov 1981; cited in Beeler, Anderson et al, RootsWeb.com Gedcom annbee Repository: Name: Ann L. Beeler Cross Plains, Texas 76443 Link: http://wc.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=brosius-george&amp;id=I2002&lt;/ref&gt;&lt;ref&gt;Source: [[#S263]] Page: Page 400, Line A1&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Arrival, Death Data: Text:This record of the family of John Abraham Brosius has been compiled very largely from the following historical data: John Abraham Brosius (A1) arrived in Philadelphia in ship &quot; Robert and Alice&quot;, September 241742. he and others took the oath of allegiance the same day before the Court in Philadelphia. he married Margaret Wolfe in 1743 and died in 1777 (1776) History of Lebanon and Dauphin Counties states that Abraham Brosius of Heidleburg ( now Lebanon) County, died April 1776 leaving a wife Margaret and the following children: Jacob, Joseph, Catherene, Christina, Barbra, and Mary. This is from papers sent by SallieD Shultz (Hartranft) (B3, C1, D1, E1)and believed to be a decendent of the above named Mary who married a Jno Smith,to Marriot Brosius, March 21 1900, from Jersey City , where she then lived. These papers weregiven to me some time since. Sallie further states in her letter thanher father &quot;had other papers to prove the claim for the Brosius Fortune, that were sent to George W. Albert ( ) of Hagerstown, Md. Note: I typed this notation exactly as it was written---the wording is puzzeling and leaves one wondering the meaning---Will Brosius 2 18 1999 www.familysearch.org--revealed a John Abraham Brosius and resultingfather-mother charts etc. I have every reason to believe this is thesame John Abraham-until research proves other wise. H W Brosius 1999. Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1FM&lt;/ref&gt;\n: Birth: From Mausser Family Tree\n:: Date: 27 MAR 1721:: Place: Herren-Sulzbach,,Rheinland-Pfalz,Germany&lt;ref&gt;Source: [[#S121]] Page: http://trees.ancestry.com/owt/person.aspx?pid=11435044 Link: http://trees.ancestry.com/owt/person.aspx?pid=11435044&lt;/ref&gt;&lt;ref&gt;Source: [[#S102]] Page: from Jane (McMillin) Bubier Data: Text: E-Mail: Abraham Brosius, b Mar 27, 1721 in Herren-Sulzbach, Germany D 1776 in Heidelberg Twp, Berks Co., PA age at death: ±55: married Margaret Wolfe in 1743 This from the Berks Co., PA Genealogy Project.&lt;/ref&gt;&lt;ref&gt;Source: [[#S111]] Page: Mausser Family Tree Data: Text: Birthplace: Herren-Sulzbach,,Rheinland-Pfalz,Germany Link: http://trees.ancestry.com/pt/person.aspx?tid=1421071&amp;pid=-1877903234&lt;/ref&gt;\n: Birth: From Two Public Trees\n:: Date: 27 MAR 1721:: Place: Zweibruken, Rhinish, Bayern, Germany&lt;ref&gt;Source: [[#S111]] Page: Death: 16 Apr 1776 Data: Text: Death: 16 Apr 1776 in Heidelberg, Lancaster, Pennsylvania Link: http://trees.ancestry.com/tree/378229/person/-1543843401&lt;/ref&gt;\n: Birth:\n:: Date: 27 MAR 1721:: Place: Weierbach, Rhineland, Germany&lt;ref&gt;Source: [[#S111]] Page: Birth: 27 MAR 1721 in Weierbach, Rhineland, Germany Data: Text: ID: I57677 •Name: ABRAHAM (Imm) SIMON BROSIUS SR. •Sex: M •Birth: 27 MAR 1721 in Weierbach, Rhineland, Germany •Event: Born- Herren- Sulzbach, Germany •Death: 1776 in Heidelberg Twp., Berks Co., PA Father: JOHANN NICKEL NICLAUS (Imm) ZANY BROSIUS b: 18 MAY 1690 in Weierbach, Rhineland, Germany Mother: ANNA ELISABETHA (Imm) SIMON b: 14 SEP 1691 in Herren, Sulzbach, Rhineland, Germany Marriage 1 MARGARET WOLF WOLFE b: 1723 in PA •Married: ABT 1743 in PA Children 1. SUSANNA WOLF BROSIUS b: 1769 in Berks Co., PA 2. ABRAHAM WOLF BROSIUS JR. b: 1754 in Reading, Berks Co., PA 3. HENRY WOLF BROSIUS b: 20AUG 1751 in Berks Co., PA 4. CATHERINE WOLF BROSIUS b: 16 JUN 1753 in Reading, Berks Co., PA 5. ELIZABETH BARBARA WOLF BROSIUS b: 10 NOV 1754 in Reading, Berks Co., PA 6. JACOB WOLF BROSIUS b: ABT 1757 in Berks Co., PA 7. CHRISTINE WOLF BROSIUS b: 21 SEP 1759 in Berks Co., PA 8. MARIA WOLF BROSIUS b: 1767 in Berks Co., PA 9. JOSEPH WOLF BROSIUS b: ABT 1768 in Berks Co., PA Link: http://wc.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=datrlr36&amp;id=I57677&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 10 JUN 1722\n\n=== Death ===\n: Death:\n:: Date: 16 APR 1776:: Place: Heidelberg, Lancaster, Pennsylvania&lt;ref&gt;Source: [[#S263]]Page: Page 400, Line A1 (Died: 1777)&lt;/ref&gt;&lt;ref&gt;Source: [[#S286]] Page: Death: Apr 1776 in Heidelberg Township, Berks County, Pennsylvania Data: Text: Death: Apr 1776 in Heidelberg Township, Berks County,Pennsylvania Title: John Abraham Brosius Author: Mrs. Wm. H. Austin, Jr. Publication: reprint, Lancaster County, Pennsyvlania: Register of Wills, Bk C, Vol. 1, pg 327, 8 Jan 1776; Note: 17 May 1776 Link: http://wc.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=brosius-george&amp;id=I2002&lt;/ref&gt;&lt;ref&gt;Source: [[#S199]] Page: Death: Probably in April 1776 Data: Text: The will was proved on 7 May 1776, following Abraham's death.&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Arrival, Death Data: Text: This record of the family of John Abraham Brosius has been compiled very largely from the following historical data: John Abraham Brosius (A1) arrived in Philadelphia in ship &quot; Robert and Alice&quot;, September 24 1742. he and others took the oath of allegiance the same day before the Court in Philadelphia. he married Margaret Wolfe in 1743 and died in 1777 (1776) History of Lebanon and Dauphin Counties states that Abraham Brosius of Heidleburg ( now Lebanon) County, died April 1776 leaving a wife Margaret and the following children: Jacob, Joseph, Catherene, Christina, Barbra, and Mary. This is from papers sent by Sallie D Shultz (Hartranft) (B3, C1, D1, E1)and believed to be a decendent of the above named Mary who married a Jno Smith,to Marriot Brosius, March 21 1900, from Jersey City , where she then lived. These papers were given to me some time since. Sallie further states in her letter than her father &quot;had other papers to prove the claim for the Brosius Fortune, that were sent to George W. Albert ( ) of Hagerstown, Md. Note: I typed this notation exactly as it was written---the wording is puzzeling and leaves one wondering the meaning---Will Brosius 2 18 1999 www.familysearch.org--revealed a John Abraham Brosius and resulting father-mother charts etc. I have every reasonto believe this is the same John Abraham-until research proves other wise. H W Brosius 1999. Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1FM&lt;/ref&gt;&lt;ref&gt;Source: [[#S747]] Page: Wills, 1730-1908; Index, 1729-1947; Author: Lancaster County (Pennsylvania). Register of Wills;Probate Place: Lancaster, Pennsylvania External File: @M6296@&lt;/ref&gt;\n: Death:\n:: Date: 16 APR 1776:: Place: Heidelberg, Lancaster, Pennsylvania, USA&lt;ref&gt;Source: [[#S111]] Page: Death: 16 Apr 1776 Data: Text: Death: 1776-04-16 in Heidelburg Twsp, Lancaster Co., PA Link: http://trees.ancestry.com/tree/11456742/person/-460596198&lt;/ref&gt;&lt;ref&gt;Source: [[#S111]] Page: Death:16 Apr 1776 Data: Text: Death: 16 Apr 1776 in Heidelberg, Lancaster, Pennsylvania Link: http://trees.ancestry.com/tree/378229/person/-1543843401&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 16 APR 1776Array\n\n=== Event ===\n: Event: Aboard ship &quot;Robert and Alice&quot; from Rotterdam\n:: Type: Arrival\n:: Date: 24 SEP 1742:: Place: Pennsylvania&lt;ref&gt;Source: [[#S105]] Page: Place: Pennsylvania; Year: 1742; Page Number: 69. Data: Text: Arrival date: 1742Arrival place: Pennsylvania Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pili354&amp;h=3032972&amp;ti=0&amp;indiv=try&amp;gss=pt&lt;/ref&gt;&lt;ref&gt;Source:[[#S102]] Page: from Jane (McMillin) Bubier Data: Text: E-Mail:&quot;John Abraham Brosius arrived in USA on &quot;Robert Alice&quot; at Phila on Sep 24, 1742&quot;&lt;/ref&gt;&lt;ref&gt;Source: [[#S263]] Page: Page 391 and 398 Data: Text: Page 391: Citing Pennsylvania Archives, 2nd Series, Vol. 17, page 233: John Abraham Brosius landed in Philadelphia from ship &quot;Robert and Alice,&quot; Capt. Cusak, from Rotterdam, Sept. 24, 1742. Page 398: John Abraham Brosius (A1) arrived in Philadelphia, in ship &quot;Robertand Alice&quot;, September 24, 1742.&lt;/ref&gt;&lt;ref&gt;Source: [[#S105]] Page: Name: Joh Abraham Brosius - Source Bibliography: RUPP, ISRAEL DANIEL. Data: Text: Name: Joh Abraham Brosius Year: 1742 Place: Philadelphia, Pennsylvania Source Publication Code: 7820 Primary Immigrant: Brosius, Joh Abraham Annotation: An index by Marvin V. Koger, Index to the Names of 30,000 Immigrants...Supplementing the Rupp, Ship Load Volume, 1935, 232p. is inferior to Wecken's index in the third edition (above). Page 449 contains &quot;Names of the First Palatines in North Carolina, as Source Bibliography: RUPP, ISRAEL DANIEL. A Collection of Upwards of Thirty Thousand Names of German, Swiss, Dutch, French and OtherImmigrants in Pennsylvania from 1727 to 1776, with a Statement of theNames of Ships, Whence They Sailed, and the Date of Their Arrival at Philadelphia, Chronologically Arranged, Together with the Necessary Historical and Other Notes, also, an Appendix Containing Lists of More Than One Thousand German and French Names in New York prior to 1712. Leipzig [Germany]: Page: 157 Link: http://search.ancestry.com/cgi-bin/sse.dll?ti=0&amp;indiv=try&amp;db=pili354&amp;h=3272931&lt;/ref&gt;&lt;ref&gt;Source: [[#S105]] Page: Name: Johann Abraham Brosius - Source Bibliography: STRASSBURGER, RALPH BEAVER. Data: Text: Name: Johann Abraham Brosius Year:1742 Place: Philadelphia, Pennsylvania Source Publication Code: 9041 Primary Immigrant: Brosius, Johann Abraham Annotation: Contains 29,800 names, with annotations written by Krebs (see no. 4203). Various references to the names in Strassburger will be found in other listings, mostly where authors have attempted to line up their information with that in Strassburger. This work Source Bibliography: STRASSBURGER,RALPH BEAVER. Pennsylvania German Pioneers: A Publication of the Original Lists of Arrivals in the Port of Philadelphia from 1727 to 1808. Edited by William John Hinke. Norristown [PA]: Pennsylvania German Society, 1934. 3 vols. Vols. 1 and 3 reprinted by Genealogical PublishingCo., Baltimore, 1964. Repr. 1983. Vol. 1. 1727-1775. 776p. Page: 330Link: http://search.ancestry.com/cgi-bin/sse.dll?ti=0&amp;indiv=try&amp;db=pili354&amp;h=3274204&lt;/ref&gt;&lt;ref&gt;Source: [[#S281]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S105]] Page: Name: Joh Abraham Brosius - Source Bibliography: EGLE, WILLIAM HENRY Data: Text: Name: Joh Abraham Brosius Year: 1742 Place: Pennsylvania Source Publication Code: 1804 Primary Immigrant: Brosius, Joh Abraham Annotation: Taken from original manuscripts in the state archives. Names given throughout pages 1-677. Foreigners arrivingin Pennsylvania named on pages 521-667. No. 3776, Kelker, supplementsthis. Source Bibliography: EGLE, WILLIAM HENRY, editor Names of Foreigners Who Took the Oath of Allegiance to the Province and State of Pennsylvania, 1727-1775, with the Foreign Arrivals, 1786-1808. (Pennsylvania Archives, ser. 2, vol. 17.) Harrisburg [PA]: E.K. Meyers, 1890. 787p. Reprinted by Genealogical Publishing Co., Baltimore, 1967. Page:233 Link: http://search.ancestry.com/cgi-bin/sse.dll?ti=0&amp;indiv=try&amp;db=pili354&amp;h=3032202&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Arrival, Death Data: Text: This record of the family of John Abraham Brosius has been compiled very largely from the following historicaldata: John Abraham Brosius (A1) arrived in Philadelphia in ship &quot; Robert and Alice&quot;, September 24 1742. he and others took the oath of allegiance the same day before the Court in Philadelphia. he married Margaret Wolfe in 1743 and died in 1777 (1776) History of Lebanon and Dauphin Counties states that Abraham Brosius of Heidleburg ( now Lebanon) County, died April 1776 leaving a wife Margaret and the following children: Jacob, Joseph, Catherene, Christina, Barbra, and Mary. This is from papers sent by Sallie D Shultz (Hartranft) (B3, C1, D1, E1)andbelieved to be a decendent of the above named Mary who married a Jno Smith,to Marriot Brosius, March 21 1900, from Jersey City , where she then lived. These papers were given to me some time since. Sallie further states in her letter than her father &quot;had other papers to prove the claim for the Brosius Fortune, that were sent to George W. Albert ( ) of Hagerstown, Md. Note: I typed this notation exactly as it was written---the wording is puzzeling and leaves one wondering the meaning---Will Brosius 2 18 1999 www.familysearch.org--revealed a John Abraham Brosius and resulting father-mother charts etc. I have every reason to believe this is the same John Abraham-until research proves other wise. H W Brosius 1999. Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1FM&lt;/ref&gt;\n: Event:\n:: Type: Probate Date\n:: Date: 07 MAY 1776:: Place: Lancaster, Pennsylvania&lt;ref&gt;Source: [[#S747]] Page: Wills, 1730-1908; Index, 1729-1947; Author: Lancaster County (Pennsylvania). Register of Wills; Probate Place: Lancaster, Pennsylvania External File: @M6296@&lt;/ref&gt;\n\n=== Will ===\n: Will: See the attached transcription and image of the will.\n:: Date: 08 JAN 1776:: Place: Heidelberg, Lancaster, Pennsylvania&lt;ref&gt;Source: [[#S199]]Page: See the attached transcription and image of the will.&lt;/ref&gt;\n:: External File: @M2218@\n\n=== Residence ===\n: Residence:\n:: Date: 1742:: Place: Philadelphia County, Pennsylvania&lt;ref&gt;Source: [[#S230]] Data: Text: Residence date: 1742 Residence place: Philadelphia County, PA Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pacen&amp;h=28149212&amp;ti=0&amp;indiv=try&amp;gss=pt&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N39]]\n\n=== External File ===\n: External File: @M269@\n: External File: @M294@\n: External File: @M2218@\n\n=== Marriage ===\n\n: Husband: [[Brosius-171|John Abraham Brosius]]\n: Wife: [[Wolfe-2915|Margaret Wolfe]]\n: Child: [[Brosius-170|Jacob Brosius]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage::: Date: 1743&lt;ref&gt;Source: [[#S263]] Page: Pages 398 &amp; 400&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Arrival, Death Data: Text:This record of the family of John Abraham Brosius has been compiled very largely from the following historical data: John Abraham Brosius (A1) arrived in Philadelphia in ship &amp;quot; Robert and Alice&amp;quot;, September 24 1742. he and others took the oath of allegiance the same day before the Court in Philadelphia. he married Margaret Wolfe in 1743 and died in 1777 (1776) History of Lebanon and Dauphin Counties states that Abraham Brosius of Heidleburg ( now Lebanon) County, died April 1776 leaving a wife Margaret and the following children: Jacob, Joseph, Catherene, Christina, Barbra, and Mary. This is from papers sent by Sallie D Shultz (Hartranft) (B3, C1, D1, E1)and believed to be a decendent of the above named Mary who married a Jno Smith,to Marriot Brosius, March 21 1900, from Jersey City , where she then lived. These papers were given to me some time since. Sallie further states in her letter than her father &amp;quot;had other papers to prove the claim for theBrosius Fortune, that were sent to George W. Albert ( ) of Hagerstown, Md. Note: I typed this notation exactly as it was written---the wording is puzzeling and leaves one wondering the meaning---Will Brosius 2 18 1999 www.familysearch.org--revealed a John Abraham Brosiusand resulting father-mother charts etc. I have every reason to believe this is the same John Abraham-until research proves other wise. H W Brosius 1999. Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1FM&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Marriage, Death Data: Text: Margaret /Wolfe/ birth: 1725 PA death: 1800 marriage: 1743 Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1F9&lt;/ref&gt;&lt;ref&gt;Source: [[#S102]] Page: from Jane Bubier Data: Text: Found thisjust now: Abraham Brosius, b Mar 27, 1721 in Herren-Sulzbach, GermanyD 1776 in Heidelberg Twp,. Berks Co., PA age at death: ±55: married Margaret Wolfe in 1743 This from the Berks Co., PA Genealogy Project.&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Marriage, Death Data: Text: Margaret /Wolfe/ birth: 1725 PA death: 1800 marriage: 1743 Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1F9&lt;/ref&gt;&lt;ref&gt;Source: [[#S293]] Page: Name, Birth, Arrival, Death Data: Text: This record of the family of John Abraham Brosius has been compiled very largely from the following historical data: John Abraham Brosius (A1) arrived in Philadelphia in ship &quot; Robert and Alice&quot;, September 24 1742. he and others took the oath of allegiance the same day before the Court in Philadelphia. he married Margaret Wolfe in 1743 and died in 1777 (1776) History of Lebanon and Dauphin Counties states thatAbraham Brosius of Heidleburg ( now Lebanon) County, died April 1776 leaving a wife Margaret and the following children: Jacob, Joseph, Catherene, Christina, Barbra, and Mary. This is from papers sent by Sallie D Shultz (Hartranft) (B3, C1, D1, E1)and believed to be a decendent of the above named Mary who married a Jno Smith,to Marriot Brosius,March 21 1900, from Jersey City , where she then lived. These papers were given to me some time since. Sallie further states in her letter than her father &quot;had other papers to prove the claim for the Brosius Fortune, that were sent to George W. Albert ( ) of Hagerstown, Md. Note: I typed this notation exactly as it was written---the wording is puzzeling and leaves one wondering the meaning---Will Brosius 2 181999 www.familysearch.org--revealed a John Abraham Brosius and resulting father-mother charts etc. I have every reason to believe this isthe same John Abraham-until research proves other wise. H W Brosius 1999. Link: https://familysearch.org/pal:/MM9.2.1/3SRC-1FM&lt;/ref&gt;\n\n=== Notes ===: Note &lt;span id='N39'&gt;N39&lt;/span&gt;In a phone converstion on 8 Jan 2011,Posey Godfrey listed the birth order of the children of Abraham and Margaret Brosius as: Henry Cathrine Abraham Elizabeth Barbara Jacob Maria Christeena Mary Joseph Susanah\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S102'&gt;S102&lt;/span&gt; Title: Family Member Information NOTEThis source includes information obtained from living members of the Prichard and Love families. I will note the person who gave theinformation when I cite this source. -- Vincent Prichard, 22 Dec 2007* Source: &lt;span id='S105'&gt;S105&lt;/span&gt; Author: Gale Research Title: Passenger and Immigration Lists Index, 1500s-1900s Publication: Name:Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Filby, P. William, ed.. Passenger and Immigration Lists Index, 1500s-1900s. Farmington Hills, MI, USA: Gale Research, 2006.Original data: Filby, P. William, ed.. Passe; Repository: [[#R7]]* Repository: &lt;span id='R7'&gt;R7&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S111'&gt;S111&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Online publication - Provo, UT,USA: The Generations Network, Inc., 2006.Original data - Family treessubmitted by Ancestry members.Original data: Family trees submitted by Ancestry members.; Repository: [[#R7]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since thissource citation was created.* Source: &lt;span id='S121'&gt;S121&lt;/span&gt; Author: Ancestry.com Title: OneWorldTree Publication: Name: Online publication - Provo, UT, USA: The Generations Network, Inc.; Repository: [[#R7]]* Source: &lt;span id='S199'&gt;S199&lt;/span&gt; Title: Will of Abraham Brosius(8 Jan 1776) Repository: [[#R12]] NOTEProvided by the Lancaster County Archives, 150 North Queen Street, Lancaster, Pennsylvania 17603. TheLancaster County reference for the will is: “Will Book C, Volume 1,Page 327-29.”* Repository: &lt;span id='R12'&gt;R12&lt;/span&gt; Name: Vincent Prichard Address: E-Mail: prichard@indra.com E-Mail Address: Phone Number:* Source: &lt;span id='S230'&gt;S230&lt;/span&gt; Author: Jackson, Ronald V., Accelerated Indexing Systems, comp. Title: Pennsylvania Census, 1772-1890 Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 1999.Original data - Compiled and digitized by Mr. Jackson and AIS from microfilmed schedules of the U.S. Federal Decennial Census, territorial/state censuses, and/or census substitutes.Orig;Repository: [[#R7]]* Source: &lt;span id='S263'&gt;S263&lt;/span&gt; Author: Brosius, Lewis Walton - 1928 Title: Genealogy of Henry and Mary Brosius - 1928 Repository: [[#R17]]* Repository: &lt;span id='R17'&gt;R17&lt;/span&gt; Name: HeritageQuest Online -Books Address: E-Mail Address: Phone Number:* Source: &lt;span id='S281'&gt;S281&lt;/span&gt; Title: Abraham Brosius Family Bible Repository: [[#R12]] NOTEOne typewritten page from Virginia Austin, 26 October 1981. Provided by Rose Lee (Head) Wall, June 2010, whoreceived it from Ann (Little) Beeler.* Source: &lt;span id='S286'&gt;S286&lt;/span&gt; Author: Rose Lee Head Title: RootsWeb: Brosius-George by Rose Lee Head Repository: [[#R5]] NOTEhttp://wc.rootsweb.ancestry.com/cgi-bin/igm.cgi?db=brosius-george* Repository: &lt;span id='R5'&gt;R5&lt;/span&gt; Name: Rootsweb.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S293'&gt;S293&lt;/span&gt; Author: The Church of Jesus Christ of Latter-day Saints Title: LDS International Genealogical Index- FamilSearch.org Repository: [[#R16]] NOTEFamily History Library 35N West Temple Street Salt Lake City, Utah 84150 USA* Repository: &lt;span id='R16'&gt;R16&lt;/span&gt; Name: http://www.familysearch.org/eng/default.asp Address: E-Mail Address: Phone Number:* Source: &lt;span id='S747'&gt;S747&lt;/span&gt; Author: Ancestry.com Title: Pennsylvania, Wills and Probate Records, 1683-1993 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2015; Repository: [[#R7]] fPNPOE
iB895E whttps://www.WikiTree.com/wiki/Brosius-19 pJohann Nicholas qBrosius gm b17310000 vWeierbach,,Rheinland,Germany z1 d17940000 yUpper Mahoney,Northumberland,Pennsylvania,USA o== Biography ==\n:'''Arrival''': 1742, Pennsylvania&lt;ref name=&quot;immigration&quot;&gt;[[#S-1861468318 | Passenger and Immigration Lists Index, 1500s-1900s]]; Pennsylvania, 1742; [http://trees.ancestry.com/rd?f=sse&amp;db=pili354&amp;h=3019871&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]&lt;/ref&gt;\n\n=== Residence ===\n:'''1600-1853''' Pennsylvania, USA&lt;ref name=&quot;PA&quot;&gt;[[#S-1499989551 | Colonial Records of Pennsylvania]]; [http://trees.ancestry.com/rd?f=sse&amp;db=genealogy-glh08069895&amp;h=11573&amp;ti=0&amp;indiv=try&amp;gss=pt Ancestry.com record]&lt;/ref&gt;\n\n\n=== Note ===\n: Note: [[#NI1622]]\n\n=== Notes ===\n: Note &lt;span id='NI1622'&gt;NI1622&lt;/span&gt;: Himmel's Church was organized in 1773 by the first German Lutheran and Reformed settlers along the Schwaben Creek in Northumberland County, Pennsylvania. The first Lutheran Church Council consisted of J. Nicholas Brosius and Peter Ferster, deacons and Daniel Kobel and George Heim, elders.\n:: In 1772, Nicholas Brosius purchased 200 acres located &quot;over the blue Hills&quot; in Berks County (later became Northumberland County) . In 1786, he was granted a warrant by the Commonwealth for 268 acres in Northumberland County, property called &quot;Spring Garden,&quot; and received the patent to that land in 1792.\n:: On May 22, 1795, Nicholas Brosius, Elder, assigned to his son, Nicholas Brosius, both pieces of property because he (Elder) was &quot;moving.&quot;Nicholas, the elder, signed the documents with his &quot;X&quot; and they were witnessed on May 22, 1795. These four documents were recorded in Northumberland County Deed Book U, pp. 233-236 in 1820.\nBURIAL: https://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=71746521\n== Sources ==\n\n&lt;references /&gt;\n* &lt;span id='S-1499989551'&gt;&lt;/span&gt;''Colonial records of Pennsylvania''. Ancestry.com Online publication - Provo, UT: The Generations Network, Inc., 2005. Colonial records of Pennsylvania]. unknown: unknown, 1851-1853. Note: Vols. 1-3 are reprints, Philadelphia, Printed by J. Severn, 1852. Original edition has imprint Harrisburg, Printed by Theo. Fenn, 1838-1840. Initial and inclusive publication period 1838-1860. An index volume was issued in 1860. Collection of documents, supplemented by the companion series &quot;Pennsylvania archives&quot;. (See preliminary reports of the committees, and of the editors, S. Hazard, and the Act providing for the publication, 1837, in Pennsylvania archives, v. 1, p.1-23, especially p. 7 and 17-23, where the present collection is officially designated as the &quot;Colonial records&quot;, a title not used in printing, the vols. having special titles only.\n* &lt;span id='S-1861468318'&gt;&lt;/span&gt;''Passenger and Immigration Lists Index, 1500s-1900s''. Gale Research Online publication - Provo, UT, USA:Ancestry.com Operations, Inc, 2010. Original data - Filby, P. William, ed. Passenger and Immigration Lists Index, 1500s-1900s. Farmington Hills, MI, USA: Gale Research, 2010.Original data: Filby, P. William, ed. Passenge...\n* &lt;span id='S-1864320709'&gt;&lt;/span&gt;[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=2267 Ancestry Family Trees]\n* &lt;span id='S-1864320709'&gt;&lt;/span&gt;[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4281 Ancestry Family Trees]\n\n----* WikiTree profile Brosius-19 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]].\n* WikiTree profile Brosius-60 created through the import of Stough Family Tree.ged on Nov 1, 2011 by [[Stough-48 | Lindsay Coleman]].\n* WikiTree profile Brosius-97 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. mUZAQR fPNPOE
iMQS65 whttps://www.WikiTree.com/wiki/Brosius-28 pMaria Elizabeth Simon qBrosius gf b17330000 vWeierbach, Rhineland-Pfalz, Germany z1 d17690607 yHeidelburg, Berks, Pennsylvania o{{Unsourced | Germany}}\n[[Category: Pennsylvania, Unsourced Profiles]]\n== Biography ==\n:Maria Elizabeth Simon Brosius&lt;ref name=&quot;hahn&quot;&gt;Hahn, Alice. ''Memories from a Country Churchyard'' -- posted on ancestry.com by ladyhahn@comcast.net. Homepage:&quot;I Ain't Dead Yet&quot;&lt;/ref&gt;\n\n:b. 1733, Weierbach, Rhineland-Pfalz, Germany&lt;ref name=&quot;hahn&quot; /&gt;\n:20 FEB 1750 m. [[Rohrer-62|Johan Jacob Rehrer or Rohrer]] in Atolhoe, Berks Co., PA&lt;ref name=&quot;hahn&quot; /&gt;\n\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:\n\n*[https://www.ancestry.com/family-tree/tree/15024057/family Ancestry Family Trees mUZAQR fPNPOE
iQZVWF whttps://www.WikiTree.com/wiki/Brosius-93 pJacob qBrosius gm b17340000 vBethel, Berks, Pennsylvania o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Brosius-93 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Brosius-93 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4277* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUZAQR fPNPOE
iB0GLF whttps://www.WikiTree.com/wiki/Brosius-94 pPeter qBrosius gm b17340000 vWeierbech, Rheinland-Pfalz, Germany z1 d17950000 ySodus, Wayne, New York, United States o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Brosius-94 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Brosius-94 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4278* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mUZAQR fPNPOE
iYRFDM whttps://www.WikiTree.com/wiki/Brosius-22 pJohn Niclaus qBrosius gm b16650000 vWeierbach, Rheinland, Germany z1 d17180314 yWeierbach, Rheinland, Germany o{{Unsourced | Germany}}\n== Biography ==\n\n\n== Sources ==\n&lt;references /&gt;\n* WikiTree profile Brosius-22 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]].\n* WikiTree profile Brosius-98 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]].\n* &lt;span id='S-1864320709'&gt;&lt;/span&gt;[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4283 Ancestry Family Trees] fR1CYW sEXSZD
iEXSZD sYRFDM whttps://www.WikiTree.com/wiki/Zany-1 pMaria Martha qZany gf b16620000 vWeierbach,,Rheinland,Germany z1 d17030307 yWeierbach,,Rheinland,Germany o{{Unsourced | Germany}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt;\n* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4282 Ancestry Family Trees]\n* WikiTree profile Zany-1 created through the import of FISCUS FamilyTree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]].\n* WikiTree profile Zany-4 created through the import of Stough FamilyTree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]].\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mZL1U7 fEFDYC
iR1CYW whttps://www.WikiTree.com/wiki/Brosius-23 pConrad qBrosius gm b16390000 vWeierbach,,Rheinland,Germany z1 d16860000 yWierbach,,,Germany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Brosius-23 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Brosius-23 Changes page] for the details of edits by Liisa and others.\n\nname: Conrad BROSIUS gender: Male birth: 1639 Germany AFN: FBBX-QS\nConrad Brosius married an unknown person circa 1659 (marriage is assumed, not documented). He died before 1686 in Weierbach, Rhineland, Palatinate. Source(s): Research Records of Heather Nahodil Fisher LDS #493257 Weyerbach 1737 and Herron-Sulzbach 1627, compiled by D. Curtis Hester.\n\nChildren of Conrad Brosius:\nAnna Catharine Brosius b. c 1660\nMaria Martha Brosius b. c 1662, d. 7 Mar 1703\n Johann Nicolas Brosius + b. c 1665, d. 14 Mar 1718\n\n&lt;references /&gt;\n\n&lt;!-- --&gt;
iEFDYC whttps://www.WikiTree.com/wiki/Zany-2 pHans Michael qZany gm b16100000 vRheinland,Germany z1 yGermany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Zany-2 created through the import of FISCUS FamilyTree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Zany-2Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fYWYD8 sZL1U7
iZL1U7 sEFDYC whttps://www.WikiTree.com/wiki/Balluff-1 pMaria qBalluff gf b16120000 vGermany z1 yGermany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Balluff-1 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Balluff-1 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fVAQ8E
iYWYD8 whttps://www.WikiTree.com/wiki/Zany-3 pUNKNOWN qZany gm o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===\n: Name: /Zany/\nCouldn't find any valid first name.\n\n== Sources ==\n* WikiTree profile Zany-3 created through the import of FISCUS FamilyTree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Zany-3Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iVAQ8E whttps://www.WikiTree.com/wiki/Balluff-2 pMichael qBalluff gm b15900000 vRheinland,Germany z1 yGermany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Balluff-2 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Balluff-2 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iUF2L4 whttps://www.WikiTree.com/wiki/Simon-326 pHans Adam qSimon gm b16641130 vHerren-Sulzbach,,Rheinland-Pfalz,Germany z1 d17120000 ySulzbach, Aichach-Friedberg, Bayern, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Simon-431 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-431 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4285* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Simon-326 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-326 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mSKTUV fMRBCO sWAV7Y
iWAV7Y sUF2L4 whttps://www.WikiTree.com/wiki/Hoehn-1 pAnna Catherine qHoehn gf b16740816 vHerrensulzbach,,Rheinland,Germany z1 d16920000 yHerren-Sulzbach,Rhineland,,Prussia o{{Unsourced}}\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n&lt;references /&gt;\n* WikiTree profile Hoehn-6 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the[http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hoehn-6 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4284\n* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n* WikiTree profile Hoehn-1 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hoehn-1 Changes page] for the details of edits by Liisa and others. mQLNUA fG7CJ6
iFE4L3 whttps://www.WikiTree.com/wiki/Schneider-1118 pJohan Abraham qSchneider gm b16850117 vHerrensulzbach, Rheinland-Pfalz, Germany z1 d17241031 yAabef, Herrensulzbach, Rheinland-Pfalz, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Schneider-1118 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Schneider-1118 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4288* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iXKEY4 whttps://www.WikiTree.com/wiki/Simon-437 pMargaretha Catherine qSimon gf b16850106 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany z1 d16850000 yGermany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Simon-437 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-437 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4520* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWAV7Y fUF2L4
iBVRZY whttps://www.WikiTree.com/wiki/Simon-436 pEva qSimon gf b16861218 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Simon-436 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-436 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4519* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWAV7Y fUF2L4
iLTZ6R whttps://www.WikiTree.com/wiki/Simon-434 pJohann Adam qSimon gm b16950605 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany o{{ Unsourced | Germany }}\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Simon-434 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-434 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4517* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWAV7Y fUF2L4
iVZWVA whttps://www.WikiTree.com/wiki/Simon-433 pMaria Elizabetha Barbara qSimon gf b16970127 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany o{{ Unsourced }}\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Simon-433 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-433 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4516* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWAV7Y fUF2L4
iMRBCO whttps://www.WikiTree.com/wiki/Simon-327 pJohann Peter qSimon gm b16451225 vHerren-Sulzbach, Rheinland-Pfalz, Germany z1 d17030313 yHerren-Sulzbach,Rheinland,Preußen, o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Simon-432 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-432 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4515* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: Date: 1645-12\n:: Place: Herronsulzback,,Rheinland,Germany\nImported only 1645 from Birth Date and marked as uncertain.\n\n== Sources ==\n* WikiTree profile Simon-327 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-327 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mMNXIS fE4K7B sEQRNM
iEQRNM sMRBCO whttps://www.WikiTree.com/wiki/Meyer-12410 pMaria Agnes qMeyer gf b16390808 vEnkirch, Bernkastel-Wittlich, Rheinland-Pfalz, Germany z1 d16920000 ySulzbach, Birkenfeld, Rheinland-Pfalz, Germany o== Biography ==\nMaria was born in 1639. She passed away about 1692.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mHTVYV fJ26RO
iSKTUV whttps://www.WikiTree.com/wiki/Kieffer-64 pMaria Agnes qKieffer gf b16460808 vEnkirch, Bernkastel-Wittlich, Rheinland-Pfalz, Germany z1 d16760310 ySulzbach, Birkenfeld, Rheinland-Pfalz, Germany o{{Unsourced}}\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n&lt;references /&gt;\n* WikiTree profile Kieffer-82 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Kieffer-82 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4514\n* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n* WikiTree profile Kieffer-64 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Kieffer-64 Changes page] for the details of edits by Liisa and others. mNA3GF fL5G8I
iIR5QF whttps://www.WikiTree.com/wiki/Simon-3902 pJohann Abraham qSimon gm b16661118 vHerren Sulzbach, Kusel, Rheinland-Pfalz, Germany z1 d16800000 ySulzbach, Aichach-Friedberg, Bayern, Germany o== Biography ==Johann was born about 1666. He was the son of [[Simon-327|Johann Peter Simon]] and [[Kieffer-64|Maria Kieffer]]. He passed away about 1680.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mSKTUV fMRBCO
iSR0GH whttps://www.WikiTree.com/wiki/Simon-3903 pMaria Catharina qSimon gf b16701127 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany o== Biography ==Maria was born about 1670. She is the daughter of [[Simon-327|Johann Peter Simon]] and [[Kieffer-64|Maria Kieffer]].\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mSKTUV fMRBCO
iLW0FS whttps://www.WikiTree.com/wiki/Simon-3918 pElisabetha Barbara qSimon gf b16721128 vHerren Sulzbach, Kusel, Rheinland-Pfalz, Germany z1 d16760308 yHerren Sulzbach, Kusel, Rheinland-Pfalz, Germany o== Biography ==Lisabetha was born in 1672. She was the daughter of [[Simon-327|Johann Peter Simon]] and [[Kieffer-64|Maria Kieffer]]. She passed away in 1676.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mSKTUV fMRBCO
iG9H5U whttps://www.WikiTree.com/wiki/Simon-3919 pAnna Elisabetha qSimon gf b16760305 vHerren Sulzbach, Kusel, Rheinland-Pfalz, Germany z1 d16760308 yHerren Sulzbach, Kusel, Rheinland-Pfalz, Germany o== Biography ==Anna was born in 1676. She was the daughter of [[Simon-327|Johann Peter Simon]] and [[Kieffer-64|Maria Kieffer]]. She passed away in 1676.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mSKTUV fMRBCO
iGMCJO whttps://www.WikiTree.com/wiki/Simon-668 pJohann Nickel qSimon gm b16771003 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany z1 d17390800 yWarwick, Lancaster, Pennsylvania o== Biography ==\n\n=== Birth ===\n: Birth:\n:: User ID: 3A49215E-128C-4ED0-AA04-377A67616946\n:: Record ID Number: MH:IF404\n:: Date: OCT 1677\n:: Place: Sulzbach, Birkenfeld, Rheinland-Pfalz, Germany\n\n=== Death ===\n: Death:\n:: User ID: 5DC68904-CD88-49E7-ACE1-4A90EDF7ACD5\n:: Record ID Number: MH:IF405\n:: Date: AUG 1739\n:: Place: Warwick, Lancaster, Pennsylvania, United States\n\n== Sources ==\n&lt;references /&gt;* &quot;Deutschland Geburten und Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2FZ-HDH : 11 February 2018), Joh. Nickel Simon in entry for Anna Catharina Simon, 30 Aug 1725; citing ; FHL microfilm 493,273.* Source: &lt;span id='S7'&gt;S7&lt;/span&gt; Record ID Number: MH:S7 User ID: 47A4FECF-6B7C-4E08-821C-323CE5445594 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Repository: [[#R1]] Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=33058633&amp;pid=111\n\n==Acknowledgements==* WikiTree profile Simon-668 created through the import of Wallace-Morrill Family Tree.ged on Oct 12, 2012 by [[Wallace-2451 | Lee Wallace]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-668 Changes page] for the details of edits by Lee and others.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mEQRNM fMRBCO
iM9Y9U whttps://www.WikiTree.com/wiki/Simon-3916 pJohann Stephan qSimon gm b16790716 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany z1 d17360203 ySulzbach, Aichach-Friedberg, Bayern, Germany 6th great-uncle o== Biography ==Johann was born in 1679. He was the son of [[Simon-327|Johann Peter Simon]] and [[Meyer-12410|Maria Meyer]]. He passed away in 1736.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees\n mEQRNM fMRBCO
iHLBF2 whttps://www.WikiTree.com/wiki/Simon-3917 pJohann Peter qSimon gm b16820312 vHerren-Sulzbach, Birkenfeld, Rhineland-Palatinate, Germany z1 d16820000 ySulzbach, Aichach-Friedberg, Bayern, Germany o== Biography ==Johann was born in 1682. He was the son of [[Simon-327|Johann Peter Simon]] and [[Meyer-12410|Maria Meyer]]. He passed away about 1682.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mEQRNM fMRBCO
iE4K7B whttps://www.WikiTree.com/wiki/Simon-328 pAdam qSimon gm b16150000 vHerronsulzbach,,Rheinland,Germany z1 d16590115 yHerren Sulzbach,,Rheinland,Germany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Simon-328 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simon-328 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mKB7QG fBV41V sMNXIS
iMNXIS sE4K7B whttps://www.WikiTree.com/wiki/Straus-3 pEva qStraus gf b16180000 vHerrensulzbach,,Rheinland,Germany z1 d16610000 yHerren-Sulzbach,Rheinland,Preußen, o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Death ===\n: Death:\n:: Date: 1661-08\n:: Place: Herren-Sulzbach,Rheinland,Preußen,\nImported only 1661 from Death Date and marked as uncertain.\n\n== Sources ==\n* WikiTree profile Straus-3 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the[http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Straus-3 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fBQ7ZZ
iBVYE5 whttps://www.WikiTree.com/wiki/Simon-3931 pAnna Catharina qSimon gf b16500106 vSulzbach, Sulzbach, Birkenfeld, Rheinland-Pfalz, Deutschland o== Biography ==Anna was born in 1650. She is the daughter of [[Simon-328|Adam Simon]] and [[Straus-3|Eva Straus]].\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees mMNXIS fE4K7B
iBV41V whttps://www.WikiTree.com/wiki/Simonis-86 pJohann Simon qSimonis gm b15850000 vKirschweiler, Trier, Rheinland-Pfalz, Germany z1 d16260000 yBirkenfeld, Birkenfeld, Rheinland-Pfalz, Germany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Simonis-86 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Simonis-86 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fSXA9U sKB7QG
iKB7QG sBV41V whttps://www.WikiTree.com/wiki/Elsa-7 pUNKNOWN qElsa gf b15810000 z1 d16260000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===\n: Name: /Elsa/\nCouldn't find any valid first name.\n\n== Sources ==\n* WikiTree profile Elsa-7 created through the import of FISCUS FamilyTree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Elsa-7Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iSXA9U whttps://www.WikiTree.com/wiki/Simon-3928 pCaspar Closgen qSimon gm b15660000 vPfeffelbach, Kusel, Rheinland-Pfalz, Germany z1 d16140407 yPfeffelbach, Kusel, Rheinland-Pfalz, Germany 9th great-grandfather o== Biography ==\nCaspar was born about 1566. He passed away about 1614.\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees\n
iBQ7ZZ whttps://www.WikiTree.com/wiki/Strauss-42 pHans qStrauss gm b15920000 vHerrensulzbach,,Rheinland,Germany z1 d16750217 yWertheim,,,Germany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Strauss-42 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Strauss-42 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iL5G8I whttps://www.WikiTree.com/wiki/Kieffer-65 pPeter qKieffer gm b16210000 vRoetzweiler,,Rheinland,Germany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Kieffer-65 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Kieffer-65 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mI8CIP fRJ0TB sNA3GF
iNA3GF sL5G8I whttps://www.WikiTree.com/wiki/Margaretha-30 pUnknown qMargaretha gf b16200000 vGermany o{{Unsourced}}\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===\n: Name: /Margaretha/\nCouldn't find any valid first name.\n\n== Sources ==\n* WikiTree profile Margaretha-30 created through the import of FISCUSFamily Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Margaretha-30 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iRJ0TB whttps://www.WikiTree.com/wiki/Xavier-3 pSebastiao qXavier gm b15900000 vGermany o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Xavier-3 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the[http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Xavier-3 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sI8CIP
iI8CIP sRJ0TB whttps://www.WikiTree.com/wiki/De Quadros-5 pJustina qDe Quadros gf o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile De Quadros-5 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. Seethe [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=De Quadros-5 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iG7CJ6 whttps://www.WikiTree.com/wiki/Hoehn-2 pJohann Thomas qHoehn gm b16540310 vPaffenschwabenheim,Alzey,Rhein Hessen,Prussia z1 ySulzbach, Birkenfeld, Rheinland-Pfalz, Germany o{{Unsourced}}\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n&lt;references /&gt;\n* WikiTree profile Hoehn-7 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the[http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hoehn-7 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4522\n* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n* WikiTree profile Hoehn-2 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hoehn-2 Changes page] for the details of edits by Liisa and others. sQLNUA
iQLNUA sG7CJ6 whttps://www.WikiTree.com/wiki/Niclaus-2 pAnna Amalia qNiclaus gf b16530310 vSulzbach, Birkenfeld, Rheinland-Pfalz, Germany z1 d16780000 ySulzbach, Birkenfeld, Rheinland-Pfalz, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Niclaus-3 created through the import of Stough Family Tree.ged on Nov 2, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Niclaus-3 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=4521* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Niclaus-2 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Niclaus-2 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iCB5J9 whttps://www.WikiTree.com/wiki/Roth-183 pJoseph qRoth gm b17030000 vTulpehocken, Berks, Pennsylvania o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Roth-183 created through the import of FISCUS Family Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the[http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Roth-183 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sC1978
iC1978 sCB5J9 whttps://www.WikiTree.com/wiki/UNKNOWN-75278 pUnknown qUNKNOWN gf b17070000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===\nCouldn't find any valid last name at birth.\nCouldn't find any valid first name.\n\n== Sources ==\n* WikiTree profile UNKNOWN-75278 created through the import of FISCUSFamily Tree.ged on Jun 6, 2011 by [[Fairbanks-92 | Liisa Small]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=UNKNOWN-75278 Changes page] for the details of edits by Liisa and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iDWI5G whttps://www.WikiTree.com/wiki/Hepler-138 pJohann Casper qHepler gm b17510520 vLehigh County Pennsylvania z1 d18161227 ySchuylkill County Pennsylvania o[[Category:Palatine Migrants'_Children]]\n[[Category: Armstrong County, Pennsylvania]]\n[[Category: Northampton County, Pennsylvania]]\n== Biography ==\n\n'''Birth:'''&lt;br/&gt;\nMay 20, 1751\nLehigh County\nPennsylvania, USA\n: Birth cited on merged profile:\n:: Date: 20 MAY 1751:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n'''Residence'''&lt;br/&gt;1790 in Upper Milford, Northampton, Pennsylvania&lt;ref&gt;United States Census, 1790&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XHKJ-2WY : accessed 24 November 2015), Casper Hepler, 1790&lt;/ref&gt;\n1810 in Upper Mahantongo, Berks, Pennsylvania&lt;ref&gt;United States Census, 1810&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XH2B-6VJ : accessed 24 November 2015), Casper Hepler, 1810&lt;/ref&gt;&lt;ref&gt;United States Census, 1790&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XHKJ-2WY : accessed 24 November 2015), Casper Hepler, 1790.&lt;/ref&gt;\n\n'''Death:'''&lt;br/&gt;\nDec. 27, 1816\nSchuylkill County\nPennsylvania, USA\n: Alternate Death Dates cited on merged profiles:\n:: Date: 27 DEC 1831:: Place: Valley, Armstrong, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]]Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n: Death:\n:: Date: 27 DEC 1831:: Place: Eldred, Schuylkill, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\nJohan Casper Hepler, Jr. was born in Milford (now Upper Milford) Twp., Bucks (now Lehigh) Co., PA.\n\nHe was the son of Johann Casper Hepler and Susanna Scheible.\nHe married Anna Maria Schmidt on 2 Apr 1772 in Upper Milford Twp., Northampton (now Lehigh) Co., PA.\nCasper was a Cordwainer (shoemaker) by occupation, but he was also a prosperous land owner. He would eventually own more than 1000 acres inthe Upper Mahantongo Valley in (then) Berks Co., PA.\nHe died in Upper Mahantongo (area now part of Eldred) Twp., Schuylkill Co., PA.\nAt the time of his death, he was still in possesion of 250 acres of land.\nCasper was buried on the portion of his property given for the Zion Church and Cemetery.\nNOTE: Revolutionary War Service - Private (1st Class) in 2nd Battalion, 1st Company, Northampton County Militia - under the command of Captain Joseph Kooken.\n\n Family links:\n Spouse:\n Anna Maria Schmidt Hepler (1755 - 1831)\n\n Children:\n Johannes Hepler (1774 - 1834)*\n Peter M Hepler (1775 - 1842)*\n Christopher Hepler (1777 - 1847)*\n Catharina Hepler Kehler (1779 - 1830)*\n Susanna Hepler Kehler (1780 - 1847)*\n Anna Maria Hepler Reitz (1784 - 1857)*\n Anna Margaretha Hepler Brosius (1786 - 1838)*\n Jacob Hepler (1788 - 1809)*\n Johann Georg Hepler (1790 - 1867)*\n Lydia Hepler Ferster (1792 - 1858)*\n Heinrich Hepler (1795 - 1864)*\n Benjamin Hepler (1797 - 1798)*\n Gertrude Hepler (1801 - 1821)*\n\nInscription:\nAged 65 yrs, 7 mos, 7 days\n\nBurial:\nZions Evangelical Congregational Church Cemetery\nPitman\nSchuylkill County\nPennsylvania, USA\nPlot: Sec. 1, Row 17 (Hepler Row)\nCreated by: Law-Miller Roots\nRecord added: Mar 05, 2009\n{{FindAGrave|34494836}}\n\n20 May 1751\nGender Male\nDied 27 Dec 1816Buried Zions Evangelical Congregational Church Cemetery, Pitman, Eldred Township, Schuylkill County, Pennsylvania Find all individuals with events at this location\nPerson ID I019286 Strausstown Roots\nLast Modified 07 Mar 2014\n\nFather Caspar Hepler, b. 10 Jul 1713, d. about 1769\nMother Susanna Scheible, b. 18 Dec 1718, d. about 1757\nFamily ID F04985 Group Sheet\n\nFamily Anna Maria Schmidt, b. 15 Mar 1755, d. 27 Jan 1831\nMarried 02 Apr 1772\nChildren\n 1. Anna Margaret Hepler, b. 19 Jul 1786, d. 27 Apr 1838\n 2. Lydia Hepler, b. 27 Nov 1792, d. 17 Jan 1858\n 3. Heinrich Hepler, b. 12 May 1795, d. 05 Jun 1864\n&gt; 4. Johannes Hepler, b. 04 Apr 1774, d. 14 Feb 1834\n&gt; 5. Peter Hepler, b. 04 Jan 1775, d. 08 Oct 1842\n&gt; 6. Christopher Hepler, b. 10 Jul 1777, d. 18 Oct 1847\n 7. Catharina Hepler, b. 23 Oct 1779, d. 1830\n 8. Susanna Hepler, b. 31 Dec 1779, d. 02 Dec 1847\n 9. Anna Maria Hepler, b. 04 Apr 1784, d. 23 Sep 1857\n 10. Jacob Hepler, b. 26 Oct 1788, d. 15 Jul 1809\n 11. George Hepler, b. 22 Jun 1790, d. 24 Feb 1867\n 12. Benjamin Hepler, b. 30 Sep 1797, d. 22 Sep 1798\n 13. Gertrude Hepler, b. 14 Oct 1801, d. 28 Jan 1821\n\nLast Modified 07 Mar 2014\nFamily ID F04983 Group Sheet\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT* Source: &lt;span id='S-474388847'&gt;S-474388847&lt;/span&gt; Repository: [[#R-997363582]] Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=70573645&amp;pid=220 mW9PGE fE6XUH sGGFLP
iGGFLP sDWI5G whttps://www.WikiTree.com/wiki/Schmidt-5815 pAnna Maria qSchmidt gf b17550315 vLehigh, Pennsylvania z1 d18310127 yEldred Township, Schuylkill, Pennsylvania, United States o== Biography ==\n\nBirth: Mar. 15, 1755\nLehigh County\nPennsylvania, USA\nDeath: Jan. 27, 1831\nSchuylkill County\nPennsylvania, USA\nAnna Maria Schmidt was born in Upper Milford Twp., Northampton (now Lehigh) Co., PA.\n\nShe was the daughter of Martin Schmidt and Catherine Fischer.\nShe married Johan Casper Hepler, Jr. on 2 Apr 1772 in Upper Milford Twp., Northampton (now Lehigh) Co., PA.\n\nShe was the mother of 13 children:\nJohannes, Peter, Christopher, Catharina, Susanna, Anna Maria, Anna Margaretha, Jacob, Johann Georg, Lydia, Heinrich, Benjamin and Gertrude.\nAnna Maria died in Upper Mahantongo (area now part of Eldred) Twp., Schuylkill Co., PA.\n\n Family links:\n Spouse:\n Johan Casper Hepler (1751 - 1816)*\n\n Children:\n Johannes Hepler (1774 - 1834)*\n Peter M Hepler (1775 - 1842)*\n Christopher Hepler (1777 - 1847)*\n Catharina Hepler Kehler (1779 - 1830)*\n Susanna Hepler Kehler (1780 - 1847)*\n Anna Maria Hepler Reitz (1784 - 1857)*\n Anna Margaretha Hepler Brosius (1786 - 1838)*\n Jacob Hepler (1788 - 1809)*\n Johann Georg Hepler (1790 - 1867)*\n Lydia Hepler Ferster (1792 - 1858)*\n Heinrich Hepler (1795 - 1864)*\n Benjamin Hepler (1797 - 1798)*\n Gertrude Hepler (1801 - 1821)*\n\nBurial:\nZions Evangelical Congregational Church Cemetery\nPitman\nSchuylkill County\nPennsylvania, USA\nPlot: Sec. 1, Row 17\n\nEdit Virtual Cemetery info [?]\n\nCreated by: Law-Miller Roots\nRecord added: Mar 05, 2009\nFind A Grave Memorial# 34495793\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34495793/anna-maria-hepler Find A Grave Memorial# 34495793: Anna Maria Hepler] mXJ9JX fF9CM1
iPUMX3 whttps://www.WikiTree.com/wiki/Hepler-264 pJohannes qHepler gm b17740404 vLehigh County Pennsylvania z1 d18340214 ySchuylkill County Pennsylvania o== Biography ==\n\nBirth: Apr. 4, 1774\nLehigh County\nPennsylvania, USA\nDeath: Feb. 14, 1834\nSchuylkill County\nPennsylvania, USA\nJohannes Hepler was born in Upper Milford Twp., Northampton (now Lehigh) Co., PA.\n\nHe was the son of Johan Casper Hepler, Jr. and Anna Maria Schmidt.\nHe married Maria Catherina Maurer in 1795 in Heidelberg Twp., Berks Co., PA.\nOn 8 Apr 1795, John and his father, Casper, bought 487 acres of land (the &quot;Plymouth Tract&quot;) in the Mahantongo Valley from Isaac Yarnell. John then began &quot;working&quot; the land.\nIn 1799, John transferred the property back to his father, Casper, for the sum of 335 pounds, 4 shillings and 4 pence.\nJohn died in Upper Mahantongo (area now part of Eldred) Twp., Schuylkill Co., PA.\nHe was buried next to his wife and his parents in the Zion's Evangelical Cemetery.\n\n\nFamily links:\n Parents:\n Johan Casper Hepler (1751 - 1816)\n Anna Maria Schmidt Hepler (1755 - 1831)\n\n Spouse:\n Maria Catherina Maurer Hepler (1776 - 1831)\n\n Children:\n Anna Maria Hepler Snyder (1797 - 1869)*\n John Maurer Hepler (1800 - 1873)*\n Peter Maurer Hepler (1802 - 1829)*\n Gertrude M Hepler Haupt (1804 - 1870)*\n Catharina Hepler Bussard (1807 - 1856)*\n Jacob Maurer Hepler (1809 - 1883)*\n George Maurer Hepler (1812 - 1864)*\n Lydia Hepler Heim (1814 - 1886)*\n Salome Hepler Kutz (1817 - 1890)*\n Daniel Maurer Hepler (1819 - 1890)*\n\n Siblings:\n Johannes Hepler (1774 - 1834)\n Peter M Hepler (1775 - 1842)*\n Christopher Hepler (1777 - 1847)*\n Catharina Hepler Kehler (1779 - 1830)*\n Susanna Hepler Kehler (1780 - 1847)*\n Anna Maria Hepler Reitz (1784 - 1857)*\n Anna Margaretha Hepler Brosius (1786 - 1838)*\n Jacob Hepler (1788 - 1809)*\n Johann Georg Hepler (1790 - 1867)*\n Lydia Hepler Ferster (1792 - 1858)*\n Heinrich Hepler (1795 - 1864)*\n Benjamin Hepler (1797 - 1798)*\n Gertrude Hepler (1801 - 1821)*\n\n*Calculated relationship\n\n\nBurial:\nZions Evangelical Congregational Church Cemetery\nPitman\nSchuylkill County\nPennsylvania, USA\nPlot: Sec. 1, Row 16\nCreated by: Law-Miller Roots\nRecord added: Mar 05, 2009\nFind A Grave Memorial# 34496237\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34496237/johannes-hepler Find A Grave Memorial #34496237: Johannes Hepler] mGGFLP fDWI5G
iGKEW5 whttps://www.WikiTree.com/wiki/Hepler-262 pPeter M. qHepler gm b17750104 vLehigh, Pennsylvania z1 d18421008 yPitman, Schuylkill, Pennsylvania, United States o== Biography ==\n\nBirth: Jan. 4, 1775\nLehigh County\nPennsylvania, USA\nDeath: Oct. 8, 1842\nPitman\nSchuylkill County\nPennsylvania, USA\nPeter M. Hepler was born in Upper Milford Twp., Northampton (now Lehigh) Co., PA.\n\nHe was the son of Johan Casper Hepler, Jr. and Anna Maria Schmidt.\n\nHe married Anna Maria Wagner abt 1796 in Berks Co., PA.\n\nPeter died in Upper Mahantongo Twp., Schuylkill Co., PA.\nHe was buried at St. Jacob's (Howerter's) Lutheran and Reformed Church Cemetery in Line Mountain, Northumberland Co., PA.\n\n Family links:\n Parents:\n Johan Casper Hepler (1751 - 1816)\n Anna Maria Schmidt Hepler (1755 - 1831)\n\n Spouse:\n Anna Maria Wagner Hepler (1777 - 1842)\n\n Children:\n Salome Hepler Bolich (1798 - 1874)*\n Maria Hepler Neiswender (1808 - 1869)*\n\n Siblings:\n Johannes Hepler (1774 - 1834)*\n Peter M Hepler (1775 - 1842)\n Christopher Hepler (1777 - 1847)*\n Catharina Hepler Kehler (1779 - 1830)*\n Susanna Hepler Kehler (1780 - 1847)*\n Anna Maria Hepler Reitz (1784 - 1857)*\n Anna Margaretha Hepler Brosius (1786 - 1838)*\n Jacob Hepler (1788 - 1809)*\n Johann Georg Hepler (1790 - 1867)*\n Lydia Hepler Ferster (1792 - 1858)*\n Heinrich Hepler (1795 - 1864)*\n Benjamin Hepler (1797 - 1798)*\n Gertrude Hepler (1801 - 1821)*\n\n*Calculated relationship\n\nBurial:\nJacobs Cemetery\nLine Mountain\nNorthumberland County\nPennsylvania, USA\nMaintained by: Law-Miller Roots\nOriginally Created by: Jennifer M.\nRecord added: Feb 06, 2006\n\n\n04 Jan 1775\nGender Male\nDied 08 Oct 1842Buried Jacob's Cemetery, Line Mountain, Northumberland County, Pennsylvania Find all individuals with events at this location\nPerson ID I019252 Strausstown Roots\nLast Modified 07 Mar 2014\n\nFather Johan Caspar Hepler, b. 20 May 1751, d. 27 Dec 1816\nMother Anna Maria Schmidt, b. 15 Mar 1755, d. 27 Jan 1831\nMarried 02 Apr 1772\nFamily ID F04983 Group Sheet\n\nFamily Anna Maria Wagner, b. 27 Sep 1777, d. 15 Jan 1842\nChildren&gt; 1. Salome Hepler, b. 17 Feb 1798, Lavelle, Butler Township, Schuylkill County, Pennsylvania Find all individuals with events at this location, d. 11 Apr 1874, Barry Township, Schuylkill County, Pennsylvania Find all individuals with events at this location&gt; 2. Catherine Hepler, b. about 1807, Northumberland County, Pennsylvania Find all individuals with events at this location, d. 1838\n 3. Maria Hepler, b. 16 Nov 1808, d. 21 May 1869\n 4. Lydia Hepler, b. about 1820\n\nLast Modified 05 Aug 2014\nFamily ID F04977 Group Sheet\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/13252927/peter-m-hepler Find AGrave Memorial #13252927: Peter M. Hepler] mGGFLP fDWI5G
iDZ6A8 whttps://www.WikiTree.com/wiki/Hepler-265 pChristopher qHepler gm b17770710 vLehigh, Pennsylvania, United States z1 d18471018 ySchuylkill, Pennsylvania, United States o== Biography ==Christopher Hepler was born in 1777 in Lehigh, Pennsylvania, United States. He was the son of [[Hepler-138|Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. He married Catharina (Wagner)Hepler on October 31, 1799 in Berks, Pennsylvania, United States. Together, they were the parents of Benjamin Wagner Hepler (1800 - 1869), Magdalena (Hepler) Geist (1803 - 1869), Catharine (Hepler) Haas (1805 - 1892), Anna Maria (Hepler) Howerter (1808 - 1876), George WashingtonHepler (1810 - 1848), Elizabeth (Hepler) Geist (1813 - 1888), Daniel Wagner Hepler (1815 - 1894), John Wagner Hepler (1818 - 1898), and Joel Wagner Hepler (1825 - 1860). Christopher Hepler passed away in 1847 in Upper Mahantongo (area now part of Eldred Township) Schuylkill, Pennsylvania, United States. He was buried in the Zions Evangelical Congregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34498458/christopher-hepler Find A Grave Memorial# 34498458: Christopher Hepler] mGGFLP fDWI5G
iXE05C whttps://www.WikiTree.com/wiki/Hepler-266 pCatherina qHepler gf b17790123 vUpper Milford, Northampton, Pennsylvania, United States z1 d18300000 yMahontongo, Schuykill, Pennsylvania, United States o== Biography ==\nCatharina was the daughter of Johan Casper Hepler and Anna Maria Schmidt. She was the wife of George Kehler.\n\nFamily links:\n Parents:\n Johan Casper Hepler (1751 - 1816)\n Anna Maria Schmidt Hepler (1755 - 1831)\n\n Spouse:\n George Kehler (1775 - 1852)\n\n Children:\n Anna Maria Kehler Ressler (1798 - 1861)*\n Catharine Kehler Grim (1800 - 1880)*\n Heinrich Kehler (1806 - 1869)*\n\n Siblings:\n Johannes Hepler (1774 - 1834)*\n Peter M Hepler (1775 - 1842)*\n Christopher Hepler (1777 - 1847)*\n Catharina Hepler Kehler (1779 - 1830)\n Susanna Hepler Kehler (1780 - 1847)*\n Anna Maria Hepler Reitz (1784 - 1857)*\n Anna Margaretha Hepler Brosius (1786 - 1838)*\n Jacob Hepler (1788 - 1809)*\n Johann Georg Hepler (1790 - 1867)*\n Lydia Hepler Ferster (1792 - 1858)*\n Heinrich Hepler (1795 - 1864)*\n Benjamin Hepler (1797 - 1798)*\n Gertrude Hepler (1801 - 1821)*\n'''Catharina''' Hepler. &lt;ref&gt;Source: [[#S-1798746309]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=numb002&amp;h=5749&amp;ti=0&amp;indiv=try&amp;gss=pt Note: &lt;/ref&gt;&lt;ref&gt;Source: [[#S-1798746306]] Birth year: 1779; Birth city: Northampton; Birth state: PA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=1194334&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 23 January 1779 Birth place: Northampton, PA Death date: 1830 Death place: &lt;/ref&gt;\n\n'''Born'''\n23 Jan 1779.Upper Milford, Northampton, Pennsylvania, United States. &lt;ref&gt;Source:[[#S-1798746306]] Birth year: 1779; Birth city: Northampton; Birth state: PA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=1194334&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 23 January 1779 Birth place: Northampton, PA Death date: 1830 Death place: &lt;/ref&gt;\n\n'''Died'''\n1830Mahantongo, Schuylkill, Pennsylvania, United States. &lt;ref&gt;Source: [[#S-1798746306]] Birth year: 1779; Birth city: Northampton; Birth state: PA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=1194334&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 23 January 1779 Birth place: Northampton, PA Death date: 1830 Death place: &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-1798746306'&gt;S-1798746306&lt;/span&gt; Repository: [[#R-1799762203]] Family Data Collection - Individual Records Edmund West, comp. Publication: Online publication - Provo, UT, USA: Ancestry.comOperations Inc, 2000. Note:* Repository: &lt;span id='R-1799762203'&gt;R-1799762203&lt;/span&gt; Ancestry.com Note:* Source: &lt;span id='S-1798746309'&gt;S-1798746309&lt;/span&gt; Repository: [[#R-1799762203]] Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Lineages, Inc., comp Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2000.Original data - Records transcribed from LDS Family History Library microfilm copies of church records for this locality. For more information, see the Family History Library Catalog Note:* Source: &lt;span id='S-1798919128'&gt;S-1798919128&lt;/span&gt; Repository: [[#R-1799762203]] Ancestry Family Trees Publication: Online publication -Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from 1 or moreindividual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Ancestry Family Trees http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=1173166&amp;pid=111* [https://www.findagrave.com/memorial/32937937/catharina-kehler FindA Grave Memoriall #32937937: Catharina Kehler] mGGFLP fDWI5G
iSAZ75 whttps://www.WikiTree.com/wiki/Hepler-267 pSusanna qHepler gf b17801230 vLehigh, Pennsylvania, United States z1 d18471202 ySchuylkill, Pennsylvania, United States o== Biography ==Susanna (Hepler) Kehler was born in 1780 in Upper Milford Township, Northampton Pennsylvania, United States (now Lehigh, Pennsylvania, United States). She was the daughter of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. She married Johannes Phillip Kehler in about 1795 in Berks, Pennsylvania, United States. Together, they were the parents of Johannes Hepler Kehler (1804- 1866), Charles H. Kehler (1807 - 1864), Maria (Kehler) Riegel (1809- 1886), Catherine (Kehler) Fetter (1812 - 1892), Peter Hepler Kehler(1819 - 1885), George Hepler Kehler (1824 - 1903), and Franklin Kehler (1829 - 1904). Susanna (Hepler) Kehler passed away in 1847 in Schuylkill, Pennsylvania, United States. She was buried in Zions EvangelicalCongregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34498572/susanna-kehler Find AGrave Memorial #34498572: Susanna Kehler] mGGFLP fDWI5G
iXHCBS whttps://www.WikiTree.com/wiki/Hepler-34 pAnna Margaretha qHepler gf b17860719 vUpper Milford, Northampton, Pennsylvania, United States z1 d18380427 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n\n\n\n== Sources ==\n* WikiTree profile Hepler-34 created through the import of Stough Family Tree.ged on Nov 1, 2011 by [[Stough-48 | Lindsay Coleman]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hepler-34 Changes page] for the details of edits by Lindsay and others.\n* Source: &lt;span id='S-1864320709'&gt;S-1864320709&lt;/span&gt; Repository: [[#R-1864321417]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15024057&amp;pid=2268* Repository: &lt;span id='R-1864321417'&gt;R-1864321417&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mNU8VZ fDWI5G
iMWC3J whttps://www.WikiTree.com/wiki/Hepler-270 pJacob qHepler gm b17881026 vLehigh, Pennsylvania, United States z1 d18090615 ySchuylkill, Pennsylvania, United States o== Biography ==Jacob Hepler was born in 1788 in Upper Milford Township, Northampton,Pennsylvania, United States (now Lehigh, Pennsylvania, United States). He was the son of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. He passed away in Upper Mahantongo Township, Berks, Pennsylvania, United States (now Schuylkill, Pennsylvania, United States). He was buried in Zions Evangelical Congregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34502878/jacob-hepler Find A Grave Memorial #34502878: Jacob Hepler] mGGFLP fDWI5G
iXDTAZ whttps://www.WikiTree.com/wiki/Hepler-271 pJohann Georg qHepler gm b17900622 vLehigh, Pennsylvania, United States z1 d18670224 ySchuylkill County Pennsylvania o== Biography ==Johann Georg &quot;George&quot; Hepler was born in 1790 in Upper Milford Township, Northampton, Pennsylvania, United States now Lehigh, Pennsylvania,United States. He was the son of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. He married Salome (Beisel) Hepler in 1810. Together, they were the parents of Jacob Beisel Hepler (1813 - 1883), Salome (Hepler) Herb (1816 - 1856), Rachel (Hepler) Maurer (1821 - 1906), George Beisel Hepler (1823 - 1892), and Hannah (Hepler) Geist (1831 - 1873). His first wife passed away in 1849. He married Elizabeth Reiner Yoder after 1849. He passed away in 1867 in Eldred Township, Schuylkill, Pennsylvania, United States. He was buried in Zions Evangelical Congregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34503026/johann-georg-hepler Find A Grave Memorial #34503026: Johann Georg Hepler] mGGFLP fDWI5G
iKFPLG whttps://www.WikiTree.com/wiki/Hepler-272 pLydia qHepler gf b17921127 vLehigh, Pennsylvania, United States z1 d18580117 yNorthumberland, Pennsylvania, United States o== Biography ==Lydia (Hepler) Ferster was born in 1792 in Upper Milford Township, Northampton, Pennsylvania, United States (now Lehigh, Pennsylvania, United States). She was the daughter of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. She married Michael Ferster on April 8, 1810. Together, they were the parents of Henrietta (Ferster) Rebuck (1835 - 1919). She passed away in 1858 in Northumberland, Pennsylvania, United States. She was buried in the Himmel Church Cemetery in Rebuck, Northumberland, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34503123/lydia-ferster Find A Grave Memorial #34503123: Lydia Ferster] mGGFLP fDWI5G
iKHLFD whttps://www.WikiTree.com/wiki/Hepler-273 pHeinrich qHepler gm b17950512 vSchuylkill, Pennsylvania, United States z1 d18640705 ySchuylkill, Pennsylvania, United States o== Biography ==Heinrich Hepler was born in 1795 in Schuylkill, Pennsylvania, United States. He was the son of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. He married (1) Salome (Bolich) Hepler (1795 - 1816), (2) Eva (Kuder) Hepler (1795 - 1821), (3) Elizabeth (Dunkelberger) Hepler (1796 - 1827), and (4) Eva (Wentzel) Hepler (1806 - 1884). He was the father of Mary (Hepler) Collier (1817 - 1872), Simon Hepler (1819 - 1893), Elias Hepler (1820 - 1907), Elizabeth (Hepler) Lesher (1822 - 1900), Catherine (Hepler) Troutman (1824 - 1888), Magdalena (Hepler) Klock (1825 - 1904), Lydia Ann (Hepler) Heckert (1829 - 1906), Abigail (Hepler) Geist (1839 - 1892), SusannaHepler (1842 - 1846), Sarah J. (Hepler) Bingaman (1843 - 1922), and William Franklin Hepler (1847 - 1931). He passed away in 1864 in Schuylkill, Pennsylvania, United States. He was buried in Zions Evangelical Congregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/27589576/heinrich-hepler Find A Grave Memorial #27589576: Heinrich Hepler] mGGFLP fDWI5G
iK4DE2 whttps://www.WikiTree.com/wiki/Hepler-269 pAnna Margaretha qHepler gf b17960719 vLehigh County Pennsylvania z1 d18380427 yNorthumberland County Pennsylvania o== Biography ==\n\nBirth: Jul. 19, 1786\nLehigh County\nPennsylvania, USA\nDeath: Apr. 27, 1838\nNorthumberland County\nPennsylvania, USA\nAnna Margaretha Hepler was born in Upper Milford Twp., Northampton (now Lehigh) Co., PA. She was the daughter of Johan Casper Hepler, Jr. and Anna Maria Schmidt. She married Johan Peter Brosius abt 1805. Anna Margaretha died in Upper Mahanoy Twp., Northumberland Co., PA. NOTE: Anna Margaretha Hepler and Anna Maria (Hepler) Reitz, Peter's first andsecond wives, were sisters.\n\nFamily links:\n Parents:\n Johan Casper Hepler (1751 - 1816)\n Anna Maria Schmidt Hepler (1755 - 1831)\n\n Spouse:\n Johan Peter Brosius (1782 - 1849)\n\n Children:\n Gottfried Brosius (1808 - 1851)*\n Peter Brosius (1810 - 1854)*\n\n Siblings:\n Johannes Hepler (1774 - 1834)*\n Peter M Hepler (1775 - 1842)*\n Christopher Hepler (1777 - 1847)*\n Catharina Hepler Kehler (1779 - 1830)*\n Susanna Hepler Kehler (1780 - 1847)*\n Anna Maria Hepler Reitz (1784 - 1857)*\n Anna Margaretha Hepler Brosius (1786 - 1838)\n Jacob Hepler (1788 - 1809)*\n Johann Georg Hepler (1790 - 1867)*\n Lydia Hepler Ferster (1792 - 1858)*\n Heinrich Hepler (1795 - 1864)*\n Benjamin Hepler (1797 - 1798)*\n Gertrude Hepler (1801 - 1821)*\n\nBurial:\nHimmel Church Cemetery\nRebuck\nNorthumberland County\nPennsylvania, USA\nPlot: Row 10, #16\nCreated by: Researcher\nRecord added: Sep 30, 2008\nFind A Grave Memorial# 30204145\n\n== Sources ==\n&lt;references /&gt;\n* Strausstown Roots , Find A Grave Memorial# 30204145 mGGFLP fDWI5G
iZA9BB whttps://www.WikiTree.com/wiki/Hepler-274 pBenjamin qHepler gm b17970430 vSchuylkill, Pennsylvania, United States z1 d17980922 ySchuylkill, Pennsylvania, United States o== Biography ==Benjamin Hepler was born on April 30, 1797 in Schuylkill, Pennsylvania, United States. He was the son of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. He passed away on September 22, 1798 in Schuylkill, Pennsylvania, United States. He was buried in Zions Evangelical Congregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34498304/benjamin-hepler Find A Grave Memorial #34498304: Benjamin Hepler] mGGFLP fDWI5G
iNSXVM whttps://www.WikiTree.com/wiki/Hepler-276 pAnna Maria qHepler gf b17971104 vNorthumberland County Pennsylvania z1 d18691012 ySchuylkill County Pennsylvania o== Biography ==\n\nBirth: Nov. 4, 1797\nNorthumberland County\nPennsylvania, USA\nDeath: Oct. 12, 1869\nSchuylkill County\nPennsylvania, USA\nAnna was the daughter of Johannes Hepler and Maria Catherina Maurer. She was the wife of (1) Emanuel Christ and (2) Frederick Snyder.\nAnna Maria Hepler was born 4 November 1797 and baptized at Himmel's Church at Rebuck, Northumberland County, on 20 February 1798; baptism sponsors were Casper Hepler and his wife Anna Maria (Schmidt).\n\nFamily links:\n Parents:\n Johannes Hepler (1774 - 1834)\n Maria Catherina Maurer Hepler (1776 - 1831)\n\n Spouses:\n Frederick Snyder (1795 - 1875)\n Emanuel Christ (1794 - 1831)*\n\n Children:\n Solomon Christ (1815 - ____)*\n Catharine Christ Masser (1816 - 1890)*\n Lucetta Christ Kauffman (1819 - 1899)*\n Emanuel Christ (1821 - 1895)*\n Maria Christ Geist (1825 - 1906)*\n Elias Christ (1827 - 1904)*\n Johann F Christ (1831 - 1903)*\n\n Siblings:\n Anna Maria Hepler Snyder (1797 - 1869)\n John Maurer Hepler (1800 - 1873)*\n Peter Maurer Hepler (1802 - 1829)*\n Gertrude M Hepler Haupt (1804 - 1870)*\n Catharina Hepler Bussard (1807 - 1856)*\n Jacob Maurer Hepler (1809 - 1883)*\n George Maurer Hepler (1812 - 1864)*\n Lydia Hepler Heim (1814 - 1886)*\n Salome Hepler Kutz (1817 - 1890)*\n Daniel Maurer Hepler (1819 - 1890)*\n\nBurial:\nSaint Pauls Evangelical Church Cemetery\nPitman\nSchuylkill County\nPennsylvania, USA\nCreated by: Grave Hunters\nRecord added: Aug 15, 2008\nFind A Grave Memorial# 29047718\n\n== Sources ==\n&lt;references /&gt;\n* Find A Grave Memorial# 29047718 mGGFLP fDWI5G
iYRPRR whttps://www.WikiTree.com/wiki/Hepler-275 pGertrude qHepler gf b18011014 vSchuylkill, Pennsylvania, United States z1 d18210121 ySchuylkill, Pennsylvania, United States o== Biography ==Gertrude Hepler was born in 1801 in Schuylkill, Pennsylvania, United States. She was the daughter of [[Hepler-138|Johan Casper Hepler Junior]] and [[Schmidt-5815|Anna Maria (Schmidt) Hepler]]. She passed away in 1821 in Schuylkill, Pennsylvania, United States. She was buried in Zions Evangelical Congregational Church Cemetery in Pitman, Schuylkill, Pennsylvania, United States.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/34503319/gertrude-hepler Find A Grave Memorial #34503319: Gertrude Hepler] mGGFLP fDWI5G
iE6XUH whttps://www.WikiTree.com/wiki/Hepler-177 pJohann Casper qHepler gm b17130710 vVaihingen an der Enz, Württemberg, Deutschland z1 d17691218 yNorthampton, Pennsylvania o{{Migrating Ancestor\n| origin = Germany\n| destination = Pennsylvania\n| origin-flag = German_Flags-9.png\n| destination-flag = US_State_Flag_Images-42.png}}\n\n[[Category: Immigrants to Pennsylvania from Germany]]\n[[Category: Northampton County, Pennsylvania]]\n[[Category: Benningen am Neckar, Baden-Württemberg]]\n[[Category: Lomersheim, Baden-Württemberg]]\n[[Category: Patience, Arrived 16 September 1748]]\n{{Palatine Migration}}\n== Biography ==\n\n=== Name ===: Name: Johann Casper /Hepler/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S100]] Data: Text: Online publication - Ancestry.com. Public Member Stories [database on-line]. Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family tree stories submitted by Ancestry members.&lt;/ref&gt;&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;: Name: Casper /Hepler/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;: Name: Johann Casper /Hoeppler/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;: Name: Casper /Habler/&lt;ref&gt;Source: [[#S157]] Page: Database online. Place: Pennsylvania; Year: 1748; Page Number: 271. Data: Text: Record for Casper Habler&lt;/ref&gt;: Name: Johann Caspar /Hoeppler/&lt;ref&gt;Source: [[#S157]] Page: Database online. Place: Pennsylvania; Year: 1748; Page Number: 28. Data: Text: Record for Johann Caspar Hoeppler&lt;/ref&gt;\n\n=== Birth ===10 JUL 1713 in Vaihingen. Johann Caspar is the son of tailor Johann Caspar Heppeler and Anna Margaretha.&lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingenan der Enz &gt; Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/5621ac52f1/]&lt;/ref&gt;\n\n=== Marriage === 1743 in Lomersheim. Tailor Johann Caspar Heppler (son of tailor Johann Caspar Heppler from Vaihingen) with Susanna (daughter of Jacob Scheible from Lomersheim).&lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen an der Enz &gt;Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/7d0f1e71e2/]&lt;/ref&gt;\n\n=== Immigration ===Johann Casper Hepler and his wife, Susanna Scheible, emigrated from Germany to Pennsylvania in 1748.&lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=41045010 Findagrave]&lt;/ref&gt;\n\n1748\n:: Place: Philadelphia aboard &quot;Patience&quot; bound from Rotterdam\n\n=== Religion ===\n: Religion: Evangelical Lutheran Congregation of Upper Milford,PA\n\n=== Immigration ===: Event: Arrived on ship &quot;Patience&quot; John Brown, Master. Sailed fromRotterdam, Holland\n:: Type: Arrival\n:: Date: 16 SEP 1748:: Place: Philadelphia, Delaware, Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;:&lt;ref&gt;Source: [[#S157]] Page: Database online. Place: Pennsylvania;Year: 1748; Page Number: 271. Data: Text: Record for Casper Habler&lt;/ref&gt;&lt;ref&gt;Source: [[#S157]] Page: Database online. Place: Pennsylvania; Year: 1748; Page Number: 28. Data: Text: Record for Johann Caspar Hoeppler&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 01 AUG 1769:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;\n: Death:\n:: Date: 1769:: Place: Upper Milford, Lehigh, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n: Death:\n:: Date: 1769:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n: Death:\n:: Date: 29 APR 1769:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n: Death:\n:: Date: 29 APR 1769:: Place: Upper Milford, Lehigh, Pennsylvania, USA&lt;ref&gt;Source: [[#S100]] Data: Text: Online publication - Ancestry.com. Public Member Stories [database on-line]. Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family tree stories submitted by Ancestry members.&lt;/ref&gt;\n\n=== Will ===\n: Will: Last will and Testment made\n:: Date: 29 APR 1769:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;\n\n=== Probate ===\n: Probate: Probate of will\n:: Date: 01 AUG 1769:: Place: Easton, Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S100'&gt;S100&lt;/span&gt; Author: Ancestry.com Title: Public Member Stories Publication: Name: Provo, UT, USA: The Generations Network, Inc., 2006; Repository: [[#R1]] NOTESource Medium: Ancestry.com* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S157'&gt;S157&lt;/span&gt; Author: Gale Research Title: Passenger and Immigration Lists Index, 1500s-1900s Publication: Name:The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]] NOTEFilby, P. William, ed., Passenger and Immigration Lists Index, 1500s-1900s, Farmington Hills, MI, USA: Gale Research, 2006* Source: &lt;span id='S258'&gt;S258&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R7]]* Repository: &lt;span id='R7'&gt;R7&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com\n\n=== Notes ===\n: Note &lt;span id='N34'&gt;N34&lt;/span&gt;JOHANN CASPER HEPLER\n: 1713 - 1769\n:\n: leaf rule\n:: The history of the Hepler-Heppler-Hoeppler-Hepler-Heabler family inAmerica begins in 1748, when Casper Hoeppler, his wife Susanna and two small sons landed in Philadelphia, Pennsylvania. From 1682 to 1776 the province of Pennsylvania was the objective point of emigration fromGermany, France and Switzerland. As early as 1727 the Provincial Council of Pennsylvania passed a resolution that the masters of the vessels importing Germans and others from Europe shall be examined whether they have permission to carry these people; that a list be taken of theemigrants, the place from which they came, their occupation and theirreason for coming to America. Our immigrant Johann Casper Hepler was born July 10, 1713 and his wife Susanna Scheible December 18, 1718.\n:: A writing was drawn up which each emigrant must sign in his own handwriting declaring allegiance and subjection to the king of Great Britain and fidelity to the Proprietary of the Province. These ship lists are published in the &quot;Colonial Records&quot; and &quot;Rupps Immigrants&quot; and theoriginals are preserved in the Library at Harrisburg.\n:: It was early in 1748 when the Hoepplers - Casper, Susanna and theirfirst born Jacob,and baby Christopher set sail on the ship Patience (John Browne, Master) from Rotterdam, Holland, for the New World. The passenger list of this boat shows Casper Hepler (Hoeppler) was the seventeenth person to sign the usual forms at Philadelphia Court House, onSeptember 16, 1748.\n:: Although documentation is lacking to connect the above immigrant with the early settler, the family historian relates that Upper Milford Township in Northampton County was his destination. This is approximately 30 miles north of Philadelphia, in the southern part of present day Lehigh County, ten miles south of Allentown. The area is described:\n:: The soils of the Milfords is very productive and is well cultivated, which is the chief employment of the inhabitants. The Milfords are well-watered with the best and most wholesome water found in the LehighCounty or any county in Pennsylvania. The surface formation is very irregular, mountainous and hilly. In the southern part of Lower Milfordis the Hosensack Hill or the great Mill Hill, commonly called &quot;der Crosse Muehlberg&quot;. Although there are many acres of land untillable in the Milfords, these hills furnish fuel and timber... and are a great protection from destructive storms.\n:: The decision to settle here was unlikely based on proximity to market, since Philadelphia was a two-day wagon journey away. Availability of land was an important factor; since this was still frontier, property was obtainable, and 115 acres was claimed. The German language predominance and the Lutheran religion established would be additional conditons favoring settlement in then Northampton County, an area of largely German inhabitants, thus lessening the cultural shock.\n:\n: Church3 small: Dillingersville Union School &amp; Church. Casper and his family were members of this church. It was built as a church &amp; school.\n:: As in many early communities, the local church was a significant binding element, and it is from the records of the Evangelical Lutheran Congregation of Upper Milford (near Dillingersville) that the progressof the Hepler family is traced. The church was started about 1744. The church was abandoned about 1791. Member from this church formed the nucleus of the Lutheran Church at Zionsville.\n:: In 1757 a new congregation was organized at the Second Upper Milford Lutheran Congregation. This is the church at Old Zionsville and the present church is a stately old edifice with a beautifully kept cemetery. While Casper is not mentioned as one of the organizers, we find that he and his sons, Jacob and Christopher were communicants in 1765. The Reformed Church was also built in 1757. The church record book started at this time. The early history of the churches at Zionsville is somewhat confusing, but apparently there were separate Lutheran &amp; Reformed church buildings from the beginning,said to have been log structures until 1818. At that time the building had become old &amp; unsatisfactory &amp; the Lutheran congregation decided to erect a new church. A numberof the Reformed families then left the Reformed congregation &amp; joinedthe Lutherans in erecting a Union Church. The arrangement continued until 1871 at which time the Reformed members sold their interest inthebuilding &amp; rejoined the original Reformed Church.\n:: The genealogist in looking up baptisms at Zionsville must thereforeremember 4 places to examine records. Dillingersville and Zionsville Lutheran Church records, Reformed that separated itself &amp; the originalReformed record itself.\n:: The church records document at communion services, and the 1754, 1755, 1766, and 1757 rosters show Casper and Susanna Hepler (spelled Hopfeler, Hepper, Heppeler or Hoebler) present. One newborn son is mentioned---Michael Hepler (spelled Hoppler), born January 2, 1757 and baptized March 6, 1757, sponsored by Michael Scheibele and wife Barbara. Although Casper Hepler's name is listed in 1758 and 1760, the name of Susanna Hepler is no longer found after 1757 and it is presumed she diedabout this time.\n:: This era of six years peace and plenty was rudely broken when in 1755 General Braddock was defeated by the French and Indians in Western Pennsylvania. The red man was immediately appeared in small groups in different sections of the settlements and began a murderous warfare against the unsuspecting settlers. A report in 12-11-1755 states that 200 hostile Indians were roaming about the plantations killing settlers,and burning down their houses. Such were the trials, tribulations anddangers the first families of settlers experienced in the new land, and in the midst of them was Casper Hepler with his growing family, nowconsisting of his wife and four children, Jacob, Christopher, Casper and George.\n:: In 1758 Susanna Hepler no longer appears. Se probably died about this time and Casper re-married about 1762 to Anna Mary who survived him, and is mentioned in his will.\n:: The hardships of twenty years pioneer life told on Casper Hepler and on April 29, 1769, he made his last will and testament. When he diedis not known but the will was probated August 1, 1769, at Easton, Pa.He was only fifty-seven years old. His estate was left to his wife Anna Mary as long as she remained his widow: at her death to his sons; Jacob, two fifths, Christopher, Casper Jr. and George, each one-fifth. He also willed to the overseers of the Lutheran Church of Upper Milford, presumably the church at Zionsville- twenty shillings, which gives us a good idea of his character and integrity. Twenty shillings seems a small sum now, but then 300 acres of land could be bought for that sum. His burial place, though urgently sought, has never been found butit is most likely at Zionsville. All the old stones have been removedas they were illegible.\n:: Casper Hepler was a weaver of cloth and worked at his trade. His farm which he acquired in 1753 was farmed by Michael Scheible, probably his brother-in-law. Anna Mary died about 1771. for it was then that the Venue of personal property was held and final account filed.\n:: Jacob the oldest son sold his two-fifth portion of the home farm tohis brother Christopher, who in turn sold his share and the two shares he bought from brother Jacob to Casper. Jacob bought land in LuzerneCounty. Later Jacob relocated to Armstrong County, Pa. The youngest brother George sold his one-fifth to Casper and established a home in Whitehall Township. Christopher settled in North Carolina.\n:\n: THE WAR OF THE REVOLUTION\n:: In 1775 Old Man Mars again looms up in the shape of Great Britain in its last and final efforts to subdue the spirits of the colonists. At once the four sons of Casper: Jacob, Christopher, Casper Jr. &amp; George left their families of very young children to fight for their freedom against the British.\n:: Jacob at once joined the regiment under Colonel Seigfried at Bethlehem, Pa. This outfit was part of General Israel Putman's Brigade, the man who made famous the saying &quot;Don't shoot till you see the whites oftheir eyes&quot;. Casper joined Colonel Kooken's Company, Second Battalion, Northampton County, Pa. and George Hepler in the Sixth Battalion,under Captain Jacob Peterman.\n:: Again in the Militia Rolls of 1785 appear the names of Casper Hepler, Jacob Hepler and Stoffel Hepler.\n:: Following the war Jacob sold his two-fifth portion to his brother Christopher, and bought land in Luzerne County. He lived there for sometime, later moving and buying a farm in Armstrong County, Pa. There are thousands of Heplers living there today.\n:: In 1785 Christopher sold out his portion of the farm to Casper Jr. Christopher took his young family and moved to North Carolina and settled in what was then Rowan County, now Davies. They traveled in large Conestoga wagons.\n:: Casper Jr. bought his brother Christopher's portion of the farm in 1785. He, his wife Anna Maria and their children lived there. December9, 1795 he sold his farm to Balthaser Shultz. Casper set out in a north westerly direction to Mahantongo Township, Berks County, now EldredTownship, Schuylkill County, Pa.\n:: DAR records claim that George died in the war. His family at that time was living in Whitehall Township, then Northampton County, now Lehigh County, Pa.\n:\n: Johann Caspar Hepler b. 10- Jul 1713 d. 1769\n: Susanna Scheible b. 18- Dec 1718 d. 1857\n:\n: Children\n: Jacob Hepler \tb. 29- Jun 1744 \td. 1808\n: Christopher Hepler \tb. 16- Jul 1746 \td. 1816\n: Casper Hepler \tb. 20- May 1751 \td. 27- Dec 1831\n: George Hepler \tb. 1755 \td. ca. 1783\n: Michael Hepler \tb. 2- Jan 1757 \td. ?\n:: The Heplers were a very religious family and after the long trip toAmerica aboard the ship Patience, and the long trip from Philadelphiato Northampton County, I'm sure they prayed to God to give thanks fortheir safe journey. The hymn that is playing, &quot;God himself is with us&quot; probably reflects their feelings upon arriving in America. mU3C1P fXLYLR sW9PGE
iW9PGE sE6XUH whttps://www.WikiTree.com/wiki/Scheible-23 pSusanna qScheible gf b17181218 vLomersheim, Enzkreis, Baden-Württemberg, Germany z1 d17570000 yUpper Milford, Lehigh, Pennsylvania, o[[Category: Immigrants to Pennsylvania from Germany]]\n{{Migrating Ancestor\n| origin = Germany\n| destination = Pennsylvania\n| origin-flag = WikiTree_practice-1.png\n| destination-flag = US_State_Flag_Images-42.png}}\n[[Category: Lomersheim, Baden-Württemberg]]\n[[Category: Northampton County, Pennsylvania]]\n{{Palatine Migration}}\n== Biography ==\n\n=== Name ===: Name: Susanna Scheible&lt;ref&gt;Source: [[#S97]] Data: Text: Onlinepublication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 18 DEC 1718:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n: Birth:\n:: Date: 1712:: Place: Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Death ===\n\n: Death:\n:: Date: 1758:: Place: Northampton, Pennsylvania, USA&lt;ref&gt; U.S., Sons of the American Revolution Membership Applications, 1889-1970 [database on-line].Provo, UT, USA: Ancestry.com Operations, Inc., 2011.&lt;/ref&gt;&lt;ref&gt;[https://www.findagrave.com/memorial/41045092]&lt;/ref&gt;\n\n'''File'''\nFormat: jpg.\nFlagge_Wuerttemberg\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: The Hepler Family History, by Avice Hepler Morgan. First Edition, Gateway Press Inc., Baltimore, 1986\n\n\n{{German Roots Sticker}}* Source: &lt;span id='S-474388847'&gt;S-474388847&lt;/span&gt; Repository: [[#R-997363582]] Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree https://www.ancestry.com/family-tree/tree/70573645/family\n* Repository: &lt;span id='R-997363582'&gt;R-997363582&lt;/span&gt; Ancestry.com mBYMUR fZW2AD
iNU8VZ whttps://www.WikiTree.com/wiki/Smithers-63 pAnna Maria qSmithers gf b17560303 vAlbany, Berks, Pennsylvania o{{Unsourced}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt;\n* ''Ancestry'' family trees contributed by subscribers.\n\n== Acknowledgments ==* WikiTree profile Smithers-63 created through the import of Phillip Foltz family tree(3).ged on Jan 13, 2013 by [[Foltz-121 | Curtis FoltzBoyd Phillip Curtis Foltz]]. fY4TY0
iTVZ0W whttps://www.WikiTree.com/wiki/Hepler-163 pGeorg Jacob qHepler gm b17440629 vVaihingen, Ludwigsburg, Baden-Württemberg, Germany z1 d18080000 yArmstrong, Pennsylvania, USA o{{Palatine Migration}}\n{{1776| category = American Revolution}}\n[[Category: Armstrong County, Pennsylvania]]\n[[Category: Northampton County, Pennsylvania]]\n[[Category: Butler County, Pennsylvania]]\n[[Category: Patience, Arrived 16 September 1748]]\n== Biography ==\n\n=== Name ===: Name: Georg Jacob Hepler&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo,UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S100]] Data: Text: Online publication - Ancestry.com. Public Member Stories[database on-line]. Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family tree stories submitted by Ancestry members.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Elisabethe Yockey&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Elizabeth Yackey&lt;/ref&gt;&lt;ref&gt;Source:[[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;\n\n=== Birth ===29 JUN 1744 in Vaihingen, Ludwigsburg, Baden-Württemberg, Germany. Georg Jacob is the son of tailor Caspar Heppler and Susanna.&lt;ref&gt;Churchbook Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen an der Enz &gt; Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/a3dd461fe8/]&lt;/ref&gt;&lt;ref&gt;Source: [[#S111]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S100]] Data: Text: Online publication - Ancestry.com. Public Member Stories [database on-line]. Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family tree stories submitted by Ancestry members.&lt;/ref&gt;\n\nJacob's father [[Hepler-177|Johann Casper Hepler]] ...\nJacob's mother [[Scheible-26|Susanna Scheible]]\n\n=== Death ===\n: Death:\n:: Date: 1808:: Place: Armstrong, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data:Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S100]] Data: Text: Online publication - Ancestry.com. Public Member Stories [database on-line]. Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family tree stories submitted by Ancestry members.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Elisabethe Yockey&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Military Service ===: Military Service: 4th Pa BN PA MIL REV WAR part of Gen Israel Putnam's Brigade\n:: Date: 1778&lt;ref&gt;Source: [[#S111]] &lt;/ref&gt;: Military Service: Joined the regiment under Colonel Siegfried at Bethlehem PA. This outfit was part of General Israel Putman's Brigade.In the Militia Rolls of 1785 appear the names of Casper Hepler, JacobHepler and Stoffel Hepler.\n: Military Service: Revolutionary War 8th Class Col Carn, Capt. JohnGregory\n:: Date: 25 SEP 1780:: Place: Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;\n: Military Service: Revolutionary War 8th Class Capt. Serfoos Co.\n:: Date: 22 SEP 1781:: Place: Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;&lt;ref&gt;Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1929-1990; Archive Collection Number: Series 1-5; Folder Number: 200&lt;/ref&gt;\n: Military Service: Pennsylvania Militia\n:: Date: 1785:: Place: Northampton County, Pennsylvania, USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Georg Jacob Hepler&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: Date: 1748\n:: Place: Northampton, Pennsylvania, USA\n: Residence:\n:: Date: BET 1785 AND 1790\n:: Place: Nescopeck, Luzerne, Pennsylvania, USA\n: Residence:\n:: Date: ABT 1792\n:: Place: Allegheny, Pennsylvania, USA\n\n=== Immigration ===\n: Immigration: Patience.\n:: Date: 1748:: Place: Philadelphia, Philadelphia, Pennsylvania, USA&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Elisabethe Yockey&lt;/ref&gt;\n\n=== Event ===\n: Event:\n:: Type: Oath of Allegiance\n:: Date: 23 JAN 1778:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Elisabethe Yockey&lt;/ref&gt;\n\n=== Burial ===\n: Burial: Wilson Cemetery.\n:: Date: 1808:: Place: Butler, Pennsylvania, USA&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Elisabethe Yockey&lt;/ref&gt;Burial Wilson Cemetery • Kepples Corners, Butler County, Pennsylvania, USAMemorial ID 10467218 &lt;ref&gt;https://www.findagrave.com/memorial/10467218/george-jacob-hepler&lt;/ref&gt;\n\n=== Notes ===\n: Note &lt;span id='N33'&gt;N33&lt;/span&gt;Birth: Jun. 29, 1744\n: Baden-Wurttemberg, Germany Death: 1809\n: Pennsylvania, USA: He was born George Jacob. He was the son of Johann Casper and Susannah Schneible of Northampton County Pennsylvania. He immigrated in 1748 with his parents on the ship &quot;Patience&quot; which set harbor in Philadelphia. His father was the seventeenth person to sign the usual forms atPhiladelphia Court House on September 16 1748. He married Elisabethe and was the father of Jacob Hepler and grandfather of William Hepler .George Jacob Hepler signed Oath of Allegiance in Northampton County Pennsylvania on January 23rd 1778. He signed his name as Jacob.\n: He fought in the Revolution along with his brothers.: Jacob at once joined the regiment under Colonel Seigfried at Bethlehem, Pa. This outfit was part of General Israel Putman's Brigade, the man who made famous the saying &quot;Don't shoot till you see the whites oftheir eyes.&quot; Casper joined Colonel Kooken's Company, Second Battalion, Northampton County, Pa. and George Hepler in the Sixth Battalion, under Captain Jacob Peterman.: Again in the Militia Rolls of 1785 appear the names of Casper Hepler, Jacob Hepler and Stoffel Hepler.: Jacob Hepler with his large family and many of his neighbors left Northampton Co. in 1785. They settled for a short time in Luzerne Co, Nescopeck Twp. Among taxables in 1790 were names like Henry, Casper, John and Adam, familar names in Western Pennsylvania, also Jacob,&amp; HenryHepler, a little later Henry &amp; George Daubenspeck. This confirms the tradition of descendants of Christian Hepler that the Hepler's came toLuzerne Co. A part of Jacob Hepler's large family was recorded in this county in the 1790 census. There were two boys over 16 years old, Christian age 20 &amp; Daniel age 18 years, five under 16 and one girl.\n:: Jacob had evidently traveled ahead to Allegheny Co., bringing with him 2 boys under 16 and 4 girls, making a family of 7 boys and 5 girls. In 1792 Jacob helped in the defense of the frontier against the Indians. In 1796,he began improvement on his tract of land in Buffalo Twp., northeast of the Allegheny river, on April 7, 1797 He began his improvement in July of 1796. He had the land surveyed in 1802, found that James McCoy had a warrent for the same land dated February 23 1794. Donot know how the affair was settled, but Jacob was living on this tract or part of it at the time of his death.: Jacob Hepler lived on this land in Armstrong Co. He perhaps was permitted to keep the part he had improved by 1802. In 1807 Frederick Shoop had 416 acres of James McCoy's land surveyed and encountered the same opposition as Jacob Hepler, but through some arrangement Frederick Shoop sold this land to the Harmons, Lunberrys and Blains Inc., including a portion of land occupied by Jacob Hepler. Buffalo Township became a part of Sugar Creek Township later. Jacob &amp; Elizabeth are buried in the Wilson cemetery below White Oak Cemetery in now Butler County. Anew tombstone was erected in 1941. A new Government tombstone thatwasalso erected at that time, states that Jacob was a pvt. in the 4th PaBN PA MIL REV WAR&lt;ref&gt;[http://trees.ancestry.com/tree/3770732/person/-1683298865/story/31d1e755-2edf-45e5-bd68-c243204649b3?src=search&amp;ftm=1 Source Link]&lt;/ref&gt;\n: Note: [[#N33]]\n\n=== Marriage ===\n: Husband: [[Hepler-163|Georg Jacob Hepler]]\n: Wife: [[Yockey-74|Elisabethe Yockey]]\n: Child: [[Hepler-154|David Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-147|Christopher Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-140|Casper Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-194|Peter Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-131|Adam U Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-144|Christian Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-135|Anna Margaretha Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-150|Daniel Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-164|Georg Jacob Jr. Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-181|John B. Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1767:: Place: Armstrong, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data:Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S100'&gt;S100&lt;/span&gt; Author: Ancestry.com Title: Public Member Stories Publication: Name: Provo, UT, USA: The Generations Network, Inc., 2006; Repository: [[#R1]] NOTE Source Medium: Ancestry.com* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S111'&gt;S111&lt;/span&gt; Author: Avice Hepler Morgan Title: The Hepler Family History, First Edition, Gateway Press Inc., Baltimore, 1986. Pg. 1-5* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Source: &lt;span id='S258'&gt;S258&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R7]]* Repository: &lt;span id='R7'&gt;R7&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTE Source Medium: Ancestry.com CONT\n\n\n{{German Roots Sticker}} mW9PGE fE6XUH
iTJFO4 whttps://www.WikiTree.com/wiki/Hepler-148 pChristopher Friedrich qHepler gm b17460716 vVaihingen an der Enz, Württemberg, Deutschland z1 d18160000 yThomasville, Rowan, North Carolina, United States o{{Palatine Migration}}[[Category:Immigrants to Province of Pennsylvania from Holy Roman Empire]]\n== Biography ==\n{{Migrating Ancestor\n| origin = Germany\n| destination = Pennsylvania\n| origin-flag = German_Flags-9.png\n| destination-flag = US_State_Flag_Images-42.png}}\n=== Name ===: Name: Christopher Stoffel /Hepler/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Birth ===16 JUL 1746 in Vaihingen an der Enz. Christoph Friedrich is the son of tailor Caspar Heppler and Susanna.&lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen an der Enz &gt; Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/fd82b2e2d8/]&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: Date: BET 1783 AND 1787\n:: Place: relocated to Rowan County NC\n\n=== Marriage ===\n: Husband: [[Hepler-148|Christopher Stoffel Hepler]]\n: Wife: [[Hertzel-44|Catherine Hertzel]]\n: Child: [[Hepler-207|Thomas Hepler]]\n: Child: [[Hepler-196|Phillip Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-189|Maria Catharine Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-183|Joseph Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-204|Susanna Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-199|Solomon Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: @I5865@\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-143|Christian Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-195|Peter Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-178|Johann Jacob Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-166|Heinrich Hertzel Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-179|Johannes Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-146|Christophel Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hepler-139|Casper Hepler]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1767:: Place: Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1816:: Place: Rowan, North Carolina, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S-474388847'&gt;S-474388847&lt;/span&gt; Repository: [[#R-997363582]] Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=70573645&amp;pid=223\n* Repository: &lt;span id='R-997363582'&gt;R-997363582&lt;/span&gt; Ancestry.com mW9PGE fE6XUH
iNML83 whttps://www.WikiTree.com/wiki/Hepler-326 pGeorge qHepler gm b17550000 vUpper Milford, Northampton, Pennsylvania z1 d17830000 yMontgomery, Montgomery, Pennsylvania, United States o== Biography ==\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S-474388847'&gt;S-474388847&lt;/span&gt; Repository: [[#R-997363582]] Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=70573645&amp;pid=221\n* Repository: &lt;span id='R-997363582'&gt;R-997363582&lt;/span&gt; Ancestry.com mW9PGE
iVDZQY whttps://www.WikiTree.com/wiki/Hepler-191 pMichael qHepler gm b17570102 vNorthampton, Pennsylvania, z1 d17830000 yYoung Upper Milford, Northampton, Pennsylvania, United States o[[Category: Northampton County, Pennsylvania]]\n[[Category: Berks County, Pennsylvania]]\n== Biography ==\n\n=== Name ===: Name: Michael /Hepler/&lt;ref&gt;Source: [[#S97]] Data: Text: Onlinepublication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 02 JAN 1757:: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n===Residence===1779 Berks County, Pennsylvania&lt;ref&gt;Ancestry.com, Pennsylvania, Septennial Census, 1779-1863 (Provo, UT, USA, Ancestry.com Operations, Inc., 2012), Ancestry.com, Record for Michael Epler. http://search.ancestry.com/cgi-bin/sse.dll?db=PASeptennialCensus&amp;h=748857&amp;indiv=try&lt;/ref&gt;\n\n1790 Northampton County, Pennsylvania&lt;ref&gt;Ancestry.com, 1790 United States Federal Census (Provo, UT, USA, Ancestry.com Operations, Inc., 2010), Ancestry.com, Year: 1790; Census Place: Upper Milford, Northampton, Pennsylvania; Series: M637; Roll: 8; Page: 311; Image: 499; FamilyHistory Library Film: 0568148. Record for Casper Hepler. http://search.ancestry.com/cgi-bin/sse.dll?db=1790usfedcen&amp;h=331256&amp;indiv=try.&lt;/ref&gt;\n\n1810:: Place: Northampton, Pennsylvania,&lt;ref&gt;Ancestry.com, 1810 United States Federal Census (Provo, UT, USA, Ancestry.com Operations, Inc., 2010), Ancestry.com, Year: 1810; Census Place: Upper Nazareth, Northampton, Pennsylvania; Roll: 51; Page: 82; Image: 00158; Family History Library Film: 0193677. Record for Wm Hepler. http://search.ancestry.com/cgi-bin/sse.dll?db=1810usfedcenancestry&amp;h=475893&amp;indiv=try&lt;/ref&gt;\n\n=== Death ===\n: Death::: Place: Northampton, Pennsylvania, USA&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;* Source: &lt;span id='S-474388847'&gt;S-474388847&lt;/span&gt; Repository: [[#R-997363582]] Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=70573645&amp;pid=222\n* Repository: &lt;span id='R-997363582'&gt;R-997363582&lt;/span&gt; Ancestry.com\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mW9PGE fE6XUH
iXLYLR whttps://www.WikiTree.com/wiki/Hepler-220 pJohann Casper qHepler gm b16800000 vBissingen, Esslingen, Baden-Württemberg, Germany z1 d17460000 yLomersheim, Enzkreis, Baden-Württemberg, Germany o== Biography ==\n\n=== Birth ===\n: Birth:\n:: Date: 1680:: Place: Bissingen, Esslingen, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Marriage ===07 Sep 1706 in Vaihingen. Tailor Johann Caspar Hepler (son of Caspar Hepler, former vine dresser from Bissing/Bimming? and now &quot;Wachtmeister unter den sächsischen Truppen&quot;) with Anna Margaretha (daughter of the deceased Johann Georg Kramer)&lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen ander Enz &gt; Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/8b16a57b39/]&lt;/ref&gt;\n\n\n: Husband: [[Hepler-219|Johann Casper Hepler]]\n: Wife: [[Keller-2534|Margaretha Keller]]\n: Child: [[Hepler-220|Johann Casper Hepler]]\n\n: Marriage:\n:: Date: 15 FEB 1676:: Place: Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA:The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1746:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n*Research note: Could not find a death record at the indicated date in Lomersheim [http://www.archion.de/p/91ce0b310b/]\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mJL8YJ fRIS3W sU3C1P
iU3C1P sXLYLR whttps://www.WikiTree.com/wiki/Kramer-1207 pAnna Margaretha qKramer gf b16840202 vVaihingen, Ludwigsburg, Baden-Württemberg, Germany z1 d17460322 yVaihingen, Ludwigsburg, Baden-Württemberg, Germany o== Biography ==\n\n=== Name ===: Name: Anna Margaretha /Kramer/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna MargarethaKramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Georg Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Bader&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 02 FEB 1684:: Place: Vaihingen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Georg Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Bader&lt;/ref&gt;\n\n=== Marriage ===07 Sep 1706 in Vaihingen. Tailor Johann Caspar Hepler (son of Caspar Hepler) with Anna Margaretha (daughter of the deceased Johann Georg Kramer)&lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen an der Enz &gt; Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/8b16a57b39/]&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n=== Death ===22 MAR 1746 in Vaihingen, Ludwigsburg, Baden-Württemberg, Germany.&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com.OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data:Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]]Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Georg Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Bader&lt;/ref&gt; Anna Margaretha, wife of tailor Caspar Heppler, dies at the age of 62 years, 1 month and 20 days.&quot;Anna Margaretha, Caspar Kepplers, Schneiders und des Handwerks Zunftmeister Eheweib - welche er aber vor einig Jahren malitiose deferirt&quot;??? &lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen an der Enz &gt; Totenregister 1609-1788 Band 13 [http://www.archion.de/p/8790916f1c/]&lt;/ref&gt;\n\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT fUTT4K
iUSARJ whttps://www.WikiTree.com/wiki/Hepler-324 pJohann Christoph qHepler gm b17090203 vVaihingen an der Enz, Württemberg, Deutschland z1 d17500818 yNorthampton, Northampton, Pennsylvania o== Biography ==\n\n=== Birth ===03 Feb 1709 in Vaihingen. Johann Christoph is the son of tailor Johann Caspar Hepler and Anna Margaretha.&lt;ref&gt;Church book Vaihingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Vaihingen an der Enz &gt; Vaihingen an der Enz &gt; Mischbuch 1693-1759 Band 2 [http://www.archion.de/p/885b4ddd16/]&lt;/ref&gt;\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S-474388847'&gt;S-474388847&lt;/span&gt; Repository: [[#R-997363582]] Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=70573645&amp;pid=92\n* Repository: &lt;span id='R-997363582'&gt;R-997363582&lt;/span&gt; Ancestry.com mU3C1P fXLYLR
iRIS3W whttps://www.WikiTree.com/wiki/Hepler-219 pJohann Casper qHepler gm b16500000 vBenningen, Ludwigsburg, Baden-Württemberg, Germany z1 d17200000 yBenningen, Ludwigsburg, Baden-Württemberg, Germany o== Biography ==\n\n\n\n=== Name ===: Name: Johann Casper /Hepler/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Hans Hepler&lt;/ref&gt;\n\n\n=== Birth ===\n: Birth:\n:: Date: 1650:: Place: Benningen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Hans Hepler&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1720:: Place: Benningen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Hans Hepler&lt;/ref&gt;\n\n\n=== Marriage ===15 Feb 1676 in Bissingen an der Enz. Caspar Hepler (son of Johannes? Hepler) with Margaretha (daughter of miller Johann Keller)&lt;ref&gt;Church book Bissingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Besigheim &gt; Bissingen an der Enz &gt; Mischbuch 1649-1717 Band 1 [http://www.archion.de/p/70df71687e/]&lt;/ref&gt;\n\n\n: Husband: [[Hepler-219|Johann Casper Hepler]]\n: Wife: [[Keller-2534|Margaretha Keller]]\n: Child: [[Hepler-220|Johann Casper Hepler]]\n\n: Marriage:\n:: Date: 15 FEB 1676:: Place: Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA:The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT fURNR8 sJL8YJ
iJL8YJ sRIS3W whttps://www.WikiTree.com/wiki/Keller-2534 pMargaretha qKeller gf b16461122 vBissingen, Esslingen, Baden-Württemberg, Germany z1 d16900302 yBenningen, Ludwigsburg, Baden-Württemberg, Germany o== Biography ==\n\n=== Name ===: Name: Margaretha /Keller/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Keller&lt;/ref&gt;\n\n=== Birth ===\n\n: Birth:\n:: Date: 22 NOV 1646 CORRECT:: Place: Bissingen, Esslingen, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Keller&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 21 JUL 1688\n\n=== Death ===\n\n: Death:\n:: Date: 02 MAR 1690 CORRECT:: Place: Benningen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Keller&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 1746Array\n\n=== Marriage ===15 Feb 1676 in Bissingen an der Enz. Caspar Hepler (son of Johannes? Hepler) with Margaretha (daughter of miller Johann Keller)&lt;ref&gt;Church book Bissingen, Landeskirchliches Archiv Stuttgart &gt; Dekanat Besigheim &gt; Bissingen an der Enz &gt; Mischbuch 1649-1717 Band 1 [http://www.archion.de/p/70df71687e/]&lt;/ref&gt;\n\n: Husband: [[Hepler-219|Johann Casper Hepler]]\n: Wife: [[Keller-2534|Margaretha Keller]]\n: Child: [[Hepler-220|Johann Casper Hepler]]\n\n: Marriage:\n:: Date: 15 FEB 1676:: Place: Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA:The Generations Network, Inc.&lt;/ref&gt;\n: Marriage:\n:: Date: 15 FEB 1676:: Place: Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT fBNJ0Z
iURNR8 whttps://www.WikiTree.com/wiki/Hepler-388 pJohann Hans qHepler gm b16150000 vBenningen, Ludwigsburg, Baden-Wuerttemberg, Germany z1 d16740000 yBenningen, Ludwigsburg, Baden-Wuerttemberg, Germany o{{unsourced|Germany}}\n== Biography ==\nJohann was born in 1615. He passed away in 1674.\n== Sources ==\n&lt;references /&gt;\n* Unsourced at this time
iBNJ0Z whttps://www.WikiTree.com/wiki/Keller-3808 pJohannes qKeller gm b16200000 o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;* Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Keller
iUTT4K whttps://www.WikiTree.com/wiki/Kramer-1208 pJohann Georg qKramer gm b16500000 vBaden-Württemberg, Germany z1 d17001109 yVaihingen, Ludwigsburg, Baden-Württemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Kramer-1208 was created by [[Hays-336 | Greg Hays]] through the import of glen fox_2014-10-07.ged on Oct 7, 2014. ''This comment and citation can bedeleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Johann Georg /Kramer/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record forJohann Georg Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Bader&lt;/ref&gt;&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Anna Margaretha&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1650:: Place: Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Georg Kramer&lt;/ref&gt;\n: Birth:\n:: Date: 1650:: Place: Vaihingen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Bader&lt;/ref&gt;\n: Birth:\n:: Date: 1650:: Place: Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Anna Margaretha&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1650\n\n=== Death ===\n: Death:\n:: Date: 09 NOV 1700:: Place: Vaihingen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johann Georg Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Recordfor Anna Margaretha Kramer&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha&lt;/ref&gt;&lt;ref&gt;Source:[[#S138]] Page: Database online. Data: Text: Record for Anna Margaretha Bader&lt;/ref&gt;\n: Death:\n:: Date: 1700:: Place: Vaihingen, Ludwigsburg, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S258]] Page: Database online. Data: Text: Record for Anna Margaretha&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 09 NOV 1700Array\n\n=== Event ===\n: Event:\n:: Type: destination:: Place: USA&lt;ref&gt;Source: [[#S258]] Page: Database online. Data:Text: Record for Anna Margaretha&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Kramer-1208|Johann Georg Kramer]]\n: Wife: @I1029@\n: Child: [[Kramer-1207|Anna Margaretha Kramer]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 07 SEP 1706:: Place: Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S258'&gt;S258&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R7]]* Repository: &lt;span id='R7'&gt;R7&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT
iZW2AD whttps://www.WikiTree.com/wiki/Scheible-24 pHans Jacob qScheible gm b16880222 vLomersheim, Enzkreis, Baden-Württemberg, Germany z1 d17790623 yLomersheim, Enzkreis, Baden-Württemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Scheible-24 was created by [[Hays-336 | Greg Hays]] through the import of glen fox_2014-10-07.ged on Oct 7, 2014. ''This comment and citation can bedeleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Hans Jacob /Scheible/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Scheible&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 22 FEB 1688:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text:Record for Johannes Scheible&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 23 JUN 1779:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text:Record for Johannes Scheible&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Scheible-25|Johannes Scheible]]\n: Wife: @I1038@\n: Child: [[Scheible-24|Hans Jacob Scheible]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 12 OCT 1684:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Scheible&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT\n\n\n{{German Roots Sticker}} mCZCQG fZ737V sBYMUR
iBYMUR sZW2AD whttps://www.WikiTree.com/wiki/Bader-191 pAgnes qBader gf b16871215 vZell, Biberach, Baden-Wuerttemberg, Germany z1 d17500206 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n===Christening===10 September 1685 in Grafenberg, Schwarzwaldkreis, Wuerttemberg&lt;ref&gt;Deutschland Geburten und Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V425-N5C : 11 February 2018), Agnes Bader, 10 Sep 1685; citing ; FHL microfilm 1,056,662.&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-191 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iZ737V whttps://www.WikiTree.com/wiki/Scheible-25 pJohannes qScheible gm b16610917 vLomersheim, Enzkreis, Baden-Württemberg, Germany z1 d17360415 yLomersheim, Enzkreis, Baden-Württemberg, Germany o== Biography ==\n\n\n\n=== Name ===: Name: Johannes /Scheible/&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Bartholomaeus Scheible&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text:Record for Johannes Scheible&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 17 SEP 1661:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text:Record for Bartholomaeus Scheible&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page:Database online. Data: Text: Record for Johannes Scheible&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 15 APR 1736:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S97]] Data: Text: Online publication - Ancestry.com. OneWorldTree [database on-line]. Provo, UT, USA: The Generations Network, Inc.&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text:Record for Bartholomaeus Scheible&lt;/ref&gt;&lt;ref&gt;Source: [[#S138]] Page:Database online. Data: Text: Record for Johannes Scheible&lt;/ref&gt;\n\n=== Marriage ===\n\n\n\n: Marriage:\n:: Date: 12 OCT 1684:: Place: Lomersheim, Enzkreis, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S138]] Page: Database online. Data: Text: Record for Johannes Scheible&lt;/ref&gt;:Birth of Anna Ursula to Johannes and Anna Maria on 15 Nov 1685 in Lomersheim, Württemberg, Germany&lt;ref&gt;Deutschland Geburten und Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NCWD-1B6 : accessed 16 December 2015), Johannes Scheible in entryfor Anna Ursula Scheible, 15 Nov 1685; citing ; FHL microfilm 1,187,010&lt;/ref&gt;: Birth of Susanna Margaretha on 31 Jul 1695&lt;ref&gt;Deutschland Geburtenund Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NCW6-MXC : accessed 16 December 2015), Johannes Scheible in entry for Susanna Margaretha Scheible, 31 Jul 1695; citing ; FHL microfilm 1,187,010&lt;/ref&gt;\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S138'&gt;S138&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2006; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: OneWorld Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Repository: [[#R1]] NOTESource Medium: Ancestry.com CONT\n\n\n{{German Roots Sticker}} sCZCQG
iCZCQG sZ737V whttps://www.WikiTree.com/wiki/Boger-31 pAnna Maria qBoger gf b16600423 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17210218 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Anna Maria /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798576388/facts Note: @N1216@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-31 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-31 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N1216'&gt;N1216&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{German Roots Sticker}} mHC347 fATULK
iATULK whttps://www.WikiTree.com/wiki/Boger-40 pJohann Michael qBoger gm b16260000 vBaden-Württemberg, Germany z1 d16660530 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Johann Michael /Boger/&lt;ref&gt;Source: [[#S20]] Page: AncestryFamily Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798125806/facts Note: @N586@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798125806/facts Note: @N586@&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N587]]\n\n== Sources ==\n* WikiTree profile Boger-40 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-40 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N586'&gt;N586&lt;/span&gt;\n\n: Note &lt;span id='N587'&gt;N587&lt;/span&gt;German flag: http://trees.ancestry.com/rd?f=image&amp;guid=6c3dd7aa-6280-4209-a21f-798c1456f93a&amp;tid=25482585&amp;pid=1798125806\n\n&lt;references /&gt;\n\n{{German Roots Sticker}} fOZ1BS sHC347
iHC347 sATULK whttps://www.WikiTree.com/wiki/Graesslin-2 pAnna qGraesslin gf b16300000 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d16880206 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Anna /Graesslin/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798125821/facts Note: @N1072@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798125821/facts Note:@N1072@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798125821/facts Note: @N1072@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Graesslin-2 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Graesslin-2 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N1072'&gt;N1072&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{German Roots Sticker}} mTERWS fREOKK
iC3U64 whttps://www.WikiTree.com/wiki/Boger-36 pJohan Michael qBoger gm b16530929 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17240419 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Johan Michael /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576237 Note: @N857@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-36 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-36 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N857'&gt;N857&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iR9SAT whttps://www.WikiTree.com/wiki/Boger-41 pJoseph qBoger gm b16550408 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17380222 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Joseph /Boger/&lt;ref&gt;Source: [[#S165]] Page: Ancestry FamilyTrees Data: Text: https://www.ancestry.com/family-tree/person/tree/17838154/person/601809697/facts&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1662169420/facts Note: @N301@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-41 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-41 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S165'&gt;S165&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.;; NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version ofthose files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N301'&gt;N301&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{German Roots Sticker}} mHC347 fATULK
iZ9R26 whttps://www.WikiTree.com/wiki/Bogner-4 pJohannes qBogner gm b16560000 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17240509 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Johannes /Bogner/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576297 Note: @N1252@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Bogner-4 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bogner-4 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N1252'&gt;N1252&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iC5WFM whttps://www.WikiTree.com/wiki/Boger-32 pCatharina qBoger gf b16581117 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 ySomme, Picardie, France o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Catharina /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576348 Note: @N77@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-32 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-32 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N77'&gt;N77&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iVH6OS whttps://www.WikiTree.com/wiki/Boger-43 pMargaretha qBoger gf b16610822 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17000000 yMaulbronn, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Margaretha /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576438 Note: @N209@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-43 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-43 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N209'&gt;N209&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iEYVAT whttps://www.WikiTree.com/wiki/Boger-26 pAndreas qBoger gm b16621206 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17240312 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Andreas /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry FamilyTrees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576516 Note: @N1321@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-26 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-26 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N1321'&gt;N1321&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iNENDA whttps://www.WikiTree.com/wiki/Boger-37 pJohann Georg qBoger gm b16641128 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17080511 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Johann Georg /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576594 Note: @N244@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-37 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-37 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N244'&gt;N244&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iF1AZ2 whttps://www.WikiTree.com/wiki/Boger-27 pAnna Barbara qBoger gf b16660302 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d16670000 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Anna Barbara /Boger/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=25482585&amp;pid=1798576637 Note: @N736@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Boger-27 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Boger-27 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N736'&gt;N736&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHC347 fATULK
iOZ1BS whttps://www.WikiTree.com/wiki/Bogner-3 pAndreas qBogner gm vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n\nBirth date estimated based on birth date of child\n\n=== Name ===: Name: Andreas /Bogner/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798576100/facts Note: @N106@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Bogner-3 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bogner-3 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N106'&gt;N106&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{German Roots Sticker}}
iREOKK whttps://www.WikiTree.com/wiki/Graesslin-4 pWieland qGraesslin gm b16040000 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Wieland /Graesslin/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798607924/facts Note: @N548@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Graesslin-4 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Graesslin-4 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N548'&gt;N548&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{German Roots Sticker}} sTERWS
iTERWS sREOKK whttps://www.WikiTree.com/wiki/Unknown-224496 pCatharina qUnknown gf b16080000 vLomersheim, Deu, Baden-Wuerttemberg, Germany z1 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: /Catharina/&lt;ref&gt;Source: [[#S20]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/25482585/person/1798608015/facts Note: @N380@&lt;/ref&gt;\nCouldn't find any valid first name.\n\n== Sources ==\n* WikiTree profile Catharina-7 created through the import of Lent_Vise_2011-05-11aa.ged on May 26, 2011 by [[Sypniewski-1 | Bryan Sypniewski]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Catharina-7 Changes page] for the details of edits by Bryan and others.\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R2]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a currentversion of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N380'&gt;N380&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{German Roots Sticker}}
iZ3GV3 whttps://www.WikiTree.com/wiki/Bader-41 pHans Ulrich qBader gm b16600607 vMarktoberdorf, Ostallgau, Bayern, Germany z1 d17310323 yKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany o{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}}\n== Biography - Hans Ulrich Bader 1660 ==\n\n\n\n=== Name ===: Name: Hans Ulrich /Bader/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/8200759/person/-831887608/facts Note: @N480@&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n=== Acknowledgments - Cousins ===\n\n=== Notes by Ruth Presley ===\n* I adopted this orphan of my 6th great grandfather, with information from my father, Lloyd Presley, via his family history research. I will add my history and sources as I find them.\n* WikiTree profile Bader-41 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bader-41 Changes page] for the details of edits by Alexisand others.\n* Thank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bauder-57 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others. mNS174 fA1OFK sFN7FS
iFN7FS sZ3GV3 whttps://www.WikiTree.com/wiki/Allgaier-15 pAnna Christina qAllgaier gf b16710101 vKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany z1 d17310326 yKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany o== Biography ==\nHans Ulrich Bader, son of George Bader and Rosina Renn, was born 7 June 1660 in Kirchheim, Germany. He married Anna Christina Allgaier, in 1692. They had eight children. He died in about 1763 in Stone Arabia, New York. Ancestors, descendants and relatives lived mainly in Germany, New York, Ontario and Michigan. Includes Minnie and related families.\n\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Anna Christina /Allgaier/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831887606 Note: @N1@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Allgaier-15 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | AlexisConnolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allgaier-15 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N1'&gt;N1&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mMM874 fD5XDQ
iSE7DH whttps://www.WikiTree.com/wiki/Bader-189 pBarbara qBader gf b16701120 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-189 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iYK98A whttps://www.WikiTree.com/wiki/Bader-188 pRegina qBader gf b16711211 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-188 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iTSZST whttps://www.WikiTree.com/wiki/Bader-185 pAgnes qBader gf b16741113 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-185 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iGHYWR whttps://www.WikiTree.com/wiki/Bader-187 pAnna qBader gf b16760504 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-187 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iYNWP9 whttps://www.WikiTree.com/wiki/Bader-190 pGeorg qBader gm b16790000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-190 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iDP2LA whttps://www.WikiTree.com/wiki/Margaretha-69 pAnna qMargaretha gf b16870000 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17500208 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o{{Unsourced}}\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Margaretha-69 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie andothers.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; fZ3GV3
iPBETE whttps://www.WikiTree.com/wiki/Bader-180 pElizabeth qBader gf b16920605 vKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany z1 d17580303 yKirchheim, Schwaben, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-180 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mFN7FS fZ3GV3
iIRPLP whttps://www.WikiTree.com/wiki/Bader-179 pMichael qBader gm b16960125 vKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany z1 d17550823 yKirchheim, Schwaben, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-179 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mFN7FS fZ3GV3
iLD7FV whttps://www.WikiTree.com/wiki/Bader-176 pJohan Ulrich qBader gm b16980729 vKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany z1 d17070310 yKircheim, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-176 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mFN7FS fZ3GV3
iMN2FA whttps://www.WikiTree.com/wiki/Bader-411 pHans Melchior qBader gm b17000106 vKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany z1 d17630000 yStone Arabia, Montgomery, New York o{{Palatine Migration}}\n== Biography ==\n=== Name ===\n\nChristened 06 Jan 1699, Evangelical Church, Kirchheim, Germany\n: Name: Hans Melchior /Bauder/&lt;ref&gt;Source: [[#S-1638442657]] Page:Source number: 1914.004; Source type: Family group sheet, FGSE, listed as parents; Number of Pages: 1; Submitter Code: . Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=worldmarr_ga&amp;h=44567&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1700 Birth place: Gr Marriage date: 1740 Marriage place: NY APID: 1,7836::44567&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1639473805]] Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=genepoolb&amp;h=193785&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1700 Birth place: Kirchheim APID: 1,5769::193785&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1639471007]] Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=genepoold&amp;h=110743&amp;ti=5543&amp;indiv=try&amp;gss=pt Note:Data: Text: Death date: 1763 Death place: Stone Arabia, NY, USA APID: 1,5771::110743&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: abt 1700:: Place: Kirchheim, Baden-Württemberg, Germany&lt;ref&gt;Source: [[#S-1638442657]] Page: Source number: 1914.004; Source type: Family group sheet, FGSE, listed as parents; Number of Pages: 1; Submitter Code: . Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=worldmarr_ga&amp;h=44567&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1700 Birth place: Gr Marriage date: 1740 Marriage place: NY APID: 1,7836::44567&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1639473805]] Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=genepoolb&amp;h=193785&amp;ti=5543&amp;indiv=try&amp;gss=ptNote: Data: Text: Birth date: 1700 Birth place: Kirchheim APID: 1,5769::193785&lt;/ref&gt;\n: Birth:\n:: Date: 6 Jan 1700\n:: Place: Kirchheim, Bad Durkheim, Rheinland-Pfalz, Germany\nFound multiple copies of BIRT DATE. Using abt 1700\n\n=== Death ===\n: Death:\n:: Date: 1763:: Place: Stone Arabia, Montgomery, New York, United States&lt;ref&gt;Source: [[#S-1639471007]] Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=genepoold&amp;h=110743&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Death date: 1763 Death place: Stone Arabia, NY, USA APID: 1,5771::110743&lt;/ref&gt;\n\n=== Event ===\n: Event:\n:: Type: Arrival\n:: Date: 10 Jan 1739\n:: Place: Philadelphia, Pennsylvania, USA\n\n=== Marriage === Hans Melchior Bader was married 3 times: 1st, Maria Cordula abt. 1722; 2nd, Anna Barbara Wanner 2 Jul 1741; and 3rd was Margaret (unknown last name) .\n\n:: Date: 2 Jul 1740:: Place: Schoharie, New York, United States&lt;ref&gt;Source: [[#S-1638442657]] Page: Source number: 1914.004; Source type: Family group sheet, FGSE, listed as parents; Number of Pages: 1; Submitter Code: . Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=worldmarr_ga&amp;h=44567&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1700 Birthplace: Gr Marriage date: 1740 Marriage place: NY APID: 1,7836::44567&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1638442657]] Page: Source number: 1914.004; Source type: Family group sheet, FGSE, listed as parents; Number ofPages: 1; Submitter Code: . Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=worldmarr_ga&amp;h=1280520&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1720 Birth place: NY Marriage date: 1740 Marriage place: NY APID: 1,7836::1280520&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1638441595]] Page: Birth year: 1710; Birth city: Schoharie; Birth state: NY. Note: http://search.ancestry.ca/cgi-bin/sse.dll?db=genepool&amp;h=4890023&amp;ti=5543&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1710 Birth place: Schoharie, NY Marriage date: 1725 Marriage place: APID: 1,4725::4890023&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* research of Dawn K for Global Family Reunion\n\n* WikiTree profile created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]].See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bader-40 Changes page] for the details of edits by Alexis and others.\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile through the import of PICKETT.ged on Oct 19, 2013. Click tothe Changes page for the details of edits by Laurie and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N462'&gt;N462&lt;/span&gt;\n\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mFN7FS fZ3GV3
iHEN6U whttps://www.WikiTree.com/wiki/Bader-178 pHans Jerg qBader gm b17031209 vKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany z1 d17580227 yKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-178 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mFN7FS fZ3GV3
iJBAFM whttps://www.WikiTree.com/wiki/Bader-177 pUnknown qBader gf b17100712 vKircheim Schwaben, Baden-Wuerttemberg, Germany z1 d17100712 yKircheim, Schwaben, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===\n: Name: /Bader/\nCouldn't find any valid first name.\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-177 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} fZ3GV3
iA1OFK whttps://www.WikiTree.com/wiki/Bauder-72 pGeorge qBauder gm b16200000 vMarktoberdorf, Allgau, Baden-Wurttemberg, Germany z1 d17010000 yMarktoberdorf, Allgau, Baden-Wurttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n\n=== Name ===: Name: George /Bader/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/8200759/person/-831887407/facts Note: @N209@&lt;/ref&gt;\n\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bauder-72 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n== Notes ==I adopted this orphan of my 7th great grandfather, with information from my father, Lloyd Presley, via his family history research. I will add my history and sources as I find them.\n\n &lt;span id='N209'&gt;N209&lt;/span&gt;\n\n\n\n== Source ==Besides my father, information is from &quot;Page/Bauder/Burley Family History&quot; by Daniel Page.\n* WikiTree profile Bader-38 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bader-38 Changes page] for the details of edits by Alexisand others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mLSPM2 fRQWV2 sNS174
iNS174 sA1OFK whttps://www.WikiTree.com/wiki/Renn-166 pRosina qRenn gf b16220000 vLehnen, Tyrol, Austria z1 d17010000 yMarktoberdorf, Germany o== Biography ==\nRosina was born in 1622. Rosina Renn ... She passed away in 1701.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}}\n\nGender\n Female\n\nBirth\n 1622\n Lehnen,Roppen,Tyrol,Austria\n\nDeath\n 1701\n Marktoberdorf,,,Germany\n\nPARENTS\nFather\n Oswald /Renn/\n\nMother\n Barbara Auf Der /Lehnen/\n\nMARRIAGES\nSpouse\n George /Bader/\n\nMarriage\n 22 April 1652\n Marktoberdorf, Allfau, Baden-Wuerttemberg, Germany\n\nNOTES (1)\nQuoted text: https://www.ancestry.com/family-tree/tree/72069723/family\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Rosina /Rent/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/8200759/person/-831887406/facts Note: @N368@&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references/&gt;\n\n Ancestry Family Trees, Ancestry Family Tree Ancestry.com :\n\nCITING THIS RECORDThe Church of Jesus Christ of Latter-day Saints, &quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:3QR3-B9S : accessed 2016-09-09), entry for Rosina /Renn/.\n* WikiTree profile Rent-2 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Rent-2 Changes page] for the details of edits by Alexis andothers.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N368'&gt;N368&lt;/span&gt; mRIS33 fECM32
iNW6L2 whttps://www.WikiTree.com/wiki/Bader-193 pUlrich qBader gm b16500000 vLomersheim, Enzkreis, Baden-Wuerttemberg, Germany z1 d17081100 yLomersheim, Enzkreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-193 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mNS174 fA1OFK
iXW7KT whttps://www.WikiTree.com/wiki/Bader-196 pJohannes qBader gm b16530317 vMarktoberdorf, Baden-Wuerttemberg, Germany z1 d17081100 yKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-196 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mNS174 fA1OFK
iMXUR2 whttps://www.WikiTree.com/wiki/Bader-192 pMaria qBader gf b16560115 vMarktoberdorf, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}}\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-192 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others. mNS174 fA1OFK
iYSULY whttps://www.WikiTree.com/wiki/Bader-195 pChristoph qBader gm b16571222 vMarktoberdorf, Ostallgau, Bayern, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-195 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mNS174 fA1OFK
iW4GX2 whttps://www.WikiTree.com/wiki/Bader-194 pMichael qBader gm b16630925 vMarktoberdorf, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-194 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mNS174 fA1OFK
iA4F79 whttps://www.WikiTree.com/wiki/Bader-197 pBarbara qBader gf b16651214 vMarktoberdorf, Ostallgau, Bayern, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2093822515'&gt;S-2093822515&lt;/span&gt; Repository: [[#R-2142605859]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: https://www.ancestry.com/family-tree/tree/28702488/family* Repository: &lt;span id='R-2142605859'&gt;R-2142605859&lt;/span&gt; Name: Ancestry.ca Address: http://www.Ancestry.ca Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McAllister-596 | Laurie Fletcher]] for creating WikiTree profile Bader-197 through the import of PICKETT.ged on Oct 19, 2013. Click to the Changes page for the details of edits by Laurie and others.\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} mNS174 fA1OFK
iRQWV2 whttps://www.WikiTree.com/wiki/Bader-43 pDaniel qBader gm b15910228 vMarktoberdorf, Ostallgau, Bayern, Germany z1 d16900000 y, , Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Daniel /Bader/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/8200759/person/-831886980/facts Note: @N637@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Bader-43 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bader-43 Changes page] for the details of edits by Alexisand others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N637'&gt;N637&lt;/span&gt;\n\n&lt;references /&gt;\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}}\n== Note ==\nI adopted this orphan of my 8th great grandfather, with information from my father, Lloyd Presley, via his family history research. I will add my history and sources as I find them.\nBesides my father I found information in &quot;Page/Bauder/Burley Family History&quot; by Daniel Page, on page 21. mGR432 fZ4PTL sLSPM2
iLSPM2 sRQWV2 whttps://www.WikiTree.com/wiki/Allgaier-19 pAppollonia qAllgaier gf b15850309 v, , Germany o== Biography ==\nMARRIED 1590/91 BASEL, LANGENBRUCK, SWITZERLAND\n\n\n\n=== Name ===: Name: Lady Apollonia /ALLGAIER/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/8200759/person/-831886978/facts Note: @N667@&lt;/ref&gt;\n\n\nName: Apollonia Algeyer\nGender: Female\nChristening Date: 09 Mar 1585\nChristening Place: EVANGELISCH,FELLBACH,NECKARKREIS,WUERTTEMBERG\nFather's Name: Matthis Algeyer\nMother's Name: Maragretha\n\nSystem Origin: Germany-ODM\nGS Film Number: 1055978\nIndexing Project (Batch) Number: C95627-1\n\nCiting this Record&quot;Deutschland Geburten und Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NR2H-SVT : 10 February 2018),Maragretha in entry for Apollonia Algeyer, 09 Mar 1585; citing ; FHL microfilm 1,055,978.\n=== Notes ===\n: Note &lt;span id='N667'&gt;N667&lt;/span&gt;\n\n== Sources ==\n&lt;references /&gt;\n* WORLD CONNECT\n {{German Roots Sticker}}\n\n* WikiTree profile Allgaier-19 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | AlexisConnolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allgaier-19 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number: mL0GUY fNYXZL
iZ4PTL whttps://www.WikiTree.com/wiki/Bader-410 pClaus qBader gm b15480000 vLangenbruck, Basel-Country, Switzerland z1 d15930000 yGermany o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* My father, Lloyd Presley's family research.My sister has everything in Germany and I have them in Langenbruck, Basel-Country, Switzerland. Need to find Dads notes and see what he had written down.I also found information in &quot;Page/Bauder/Burley Family History&quot; by Daniel Page, on page 21.\nThere is information in &quot;The Bader - Bauder Family of the Mohawk Valley&quot; but I have not found the book yet to read all the information.\n\n\n{{One Name Study\n| name = Bader}}\n{{German Roots Sticker}} sGR432
iGR432 sZ4PTL whttps://www.WikiTree.com/wiki/Boner-76 pBarbara qBoner gf b15720000 vSwitzerland z1 d16600000 ySwitzerland o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* My father, Lloyd Presley's family researchMy sister has everything for Claus and Barbara as Germany and I have it as Langenbruck, Basel-Country, Switzerland. But our 8th great grandfather Daniel was born in Marktobergdorf, Germany, in 1594
iNYXZL whttps://www.WikiTree.com/wiki/Algeier-2 pMatthis qAlgeier gm b15500000 vAltenstadt, Cham, Bayern, Germany z1 d15941103 yFellbach, Rems-Murr-Kreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===\nName: Apollonia Algeyer\nGender: Female\nChristening Date: 09 Mar 1585\nChristening Place: EVANGELISCH,FELLBACH,NECKARKREIS,WUERTTEMBERG\nFather's Name: Matthis Algeyer\nMother's Name: Maragretha\n\nSystem Origin: Germany-ODM\nGS Film Number: 1055978\nIndexing Project (Batch) Number: C95627-1\n\nCiting this Record&quot;Deutschland Geburten und Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NR2H-SVT : 10 February 2018),Maragretha in entry for Apollonia Algeyer, 09 Mar 1585; citing ; FHL microfilm 1,055,978.\n\n: Name: Matthis /Algeier/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831886293 Note: @N582@&lt;/ref&gt;\n\nMatthais was born about 1560.\n\n== Sources ==\n&lt;references /&gt;\n\n* WikiTree profile Algeier-2 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Algeier-2 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N582'&gt;N582&lt;/span&gt;&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n* Name: Apollonia Algeyer\nGender: Female\nChristening Date: 09 Mar 1585\nChristening Place: EVANGELISCH,FELLBACH,NECKARKREIS,WUERTTEMBERG\nFather's Name: Matthis Algeyer\nMother's Name: Maragretha\n\nSystem Origin: Germany-ODM\nGS Film Number: 1055978\nIndexing Project (Batch) Number: C95627-1\n\nCiting this Record&quot;Deutschland Geburten und Taufen, 1558-1898,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NR2H-SVT : 10 February 2018),Maragretha in entry for Apollonia Algeyer, 09 Mar 1585; citing ; FHL microfilm 1,055,978. fYHMNU sL0GUY
iL0GUY sNYXZL whttps://www.WikiTree.com/wiki/Schneitmann-1 pMargaretha qSchneitmann gf b15590000 v, , Germany z1 d15941112 yFellbach, Rems-Murr-Kreis, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Margaretha /Schneitmann/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831886292 Note: @N115@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Schneitmann-1 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Schneitmann-1 Changes page] for the details of editsby Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N115'&gt;N115&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mS4NUX fEMOV5
iEJF24 whttps://www.WikiTree.com/wiki/Allgaier-17 pGregorius qAllgaier gm b15920313 vFellbach, Rems-Murr-Kreis, Baden-Wuerttemberg, Germany z1 d16481111 yKirchheim, Esslingen, Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Gregorius /Allgaier/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831886638 Note: @N33@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Allgaier-17 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | AlexisConnolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allgaier-17 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N33'&gt;N33&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mL0GUY fNYXZL
iYHMNU whttps://www.WikiTree.com/wiki/Algeier-1 pPaulus qAlgeier gm b15250000 o{{Unsourced}}\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Paulus /Algeier/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/8200759/person/-831885909/facts Note: @N558@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Algeier-1 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Algeier-1 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N558'&gt;N558&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iEMOV5 whttps://www.WikiTree.com/wiki/Schneitmann-2 pJerg qSchneitmann gm b15350000 z1 d15660000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Jerg /Schneitmann/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831885779 Note: @N601@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Schneitmann-2 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Schneitmann-2 Changes page] for the details of editsby Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N601'&gt;N601&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sS4NUX
iS4NUX sEMOV5 whttps://www.WikiTree.com/wiki/Unknown-122886 pElisabeth qUnknown gf b15350000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: /Elisabeth/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831885778 Note: @N191@&lt;/ref&gt;\nCouldn't find any valid first name.\n\n== Sources ==\n* WikiTree profile Elisabeth-16 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Elisabeth-16 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N191'&gt;N191&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iECM32 whttps://www.WikiTree.com/wiki/Renn-183 pOswald qRenn gm b15960000 vLehnen, Austria z1 d16960000 yMarktoberdorf, , Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Oswald /Rent/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831886822 Note: @N19@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Rent-1 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Rent-1 Changes page] for the details of edits by Alexis andothers.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N19'&gt;N19&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sRIS33
iRIS33 sECM32 whttps://www.WikiTree.com/wiki/Der Lehnen-1 pBarbara Auf qDer Lehnen gf b16060000 vLehnen, Austria z1 d16700000 yMarktoberdorf, , Baden-Wuerttemberg, Germany o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Barbara Auf /Der Lehnen/&lt;ref&gt;Source: [[#S35]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8200759&amp;pid=-831886821 Note: @N101@&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Der Lehnen-1 created through the import of Ed_s tree_2008-10-18_2011-07-29.ged on Jul 29, 2011 by [[Connolly-194 | Alexis Connolly]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Der Lehnen-1 Changes page] for the details of edits by Alexis and others.\n* Source: &lt;span id='S35'&gt;S35&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R3]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R3'&gt;R3&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N101'&gt;N101&lt;/span&gt;\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iF9CM1 whttps://www.WikiTree.com/wiki/Schmidt-5814 pMartin qSchmidt gm b17300000 o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* FIND A GRAVE sXJ9JX
iXJ9JX sF9CM1 whttps://www.WikiTree.com/wiki/Fischer-2658 pCatherine qFischer gf b17350000 o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* FIND A GRAVE\n\n
iOP98A whttps://www.WikiTree.com/wiki/Elizabeth-1537 pUnknown qElizabeth gf b17950309 z1 d18730606 o== Biography ==\n'''Name:''' Elizabeth.\nSurname: Elizabeth.\n''Couldn't find any valid first name.''\n'''Buried'''\nReitz's Cemetery,Hunter Station,Northumberland,Pennsylvania.\n'''Note:''' [[#N23740632]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N23740632'&gt;N23740632&lt;/span&gt;Reitz cemetery records - not sure if mother of Catherine. Hepler Supp. pg. 400\nshows her name as Catherine\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records).\n
iWY5II whttps://www.WikiTree.com/wiki/Rutz-59 pWilliam F qRutz gm b18790000 vMaryland o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: William F /Rutz/&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 2B; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1879 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555294&lt;/ref&gt;: William /Reitz/&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=279&lt;/ref&gt;\nFound multiple versions of NAME. Using William F /Rutz/.\n\n=== Birth ===\n:\n:: Abt. 1879:: Maryland&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 2B; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1879 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555294&lt;/ref&gt;\n:\n:: 1880:: Pennsylvania&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=279&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using Abt. 1879\n\n=== Residence ===\n:\n:: 1920:: Baltimore Ward 24, Baltimore (Independent City), Maryland&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=279&lt;/ref&gt;&lt;ref&gt;Source: [[#S-1341338516]] Page: Year: 1920; Census Place: Baltimore Ward 24, Baltimore (Independent City), Maryland; Roll: T625_668; Page: 2B; Enumeration District: 408; Image: . Note: Data: Text: Birth date: abt 1879 Birth place: Maryland Residence date: 1920 Residence place: Baltimore Ward 24, Baltimore (Independent City), Maryland APID: 1,6061::25555294&lt;/ref&gt;\n:\n:: 1910:: Zerbe, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-1341338521]] Page: Database online. Note: Data: Text: Record for Agnes Reitz http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=36614726&amp;pid=279&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-1341338516'&gt;S-1341338516&lt;/span&gt; Repository: [[#R-1557676808]] Title: 1920 USA Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010. Images reproduced by FamilySearch.Original data - Fourteenth Census of the USA, 1920. (NARA microfilm publication T625, 2076 rolls). Records of the Bureau of the Census, Reco Note:* Repository: &lt;span id='R-1557676808'&gt;R-1557676808&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-1341338521'&gt;S-1341338521&lt;/span&gt; Repository: [[#R-1557676808]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created.\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Rutz-59 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iNOL4H whttps://www.WikiTree.com/wiki/Owen-1426 pThomas Arthur qOwen gm b18600000 o== Biography ==\nThomas was born about 1860.\n\n'''Name:''' Thomas Ashby Owen.\nGiven Name: Thomas Ashby.\nSurname: Owen.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Buried'''\n04 DEC 1937.\nRiver View Cem,Northumberland,Northumberlnd Co,Pennsylvania.\n\n'''Note:''' [[#N93814280]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N93814280'&gt;N93814280&lt;/span&gt;\n1900 Census - born in Va\n-Parents born in Va-lived at Front Street, Borough of Northumberland, Northumberland County, PA\nw/wife Emily and six children -married 10 years\n-day laborer, renting home, can read and speak English\n-marriage license application - railroader\ndeath certificate - b, d, burial dates1910 census - renting farm in West Chillisquaque twp., NorthumberlandCo.,\nPA - w/wife Emily and four children - married 21 years, 2nd marriage\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* &quot;Ontario Marriages, 1869-1927,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FMVV-VV9 : 11 March 2018), Thomas Arthur Owen and Eleanor Amanda Merrick, 30 Dec 1890; citing registration , St Catharines, Lincoln, Ontario, Canada, Archives of Ontario, Toronto; FHL microfilm 1,870,468. fCIPCS sCSPWM
iCSPWM sNOL4H whttps://www.WikiTree.com/wiki/Merrick-322 pEleanor Amanda qMerrick gf b18600000 vMerrickville, Ontario o== Biography ==\nShe is the daughter of [[Merrick-262|William Merrick]] and [[Beckett-187|Jane Beckett]]. &lt;ref&gt;Entered by Jackie Merrick, Apr 7, 2012&lt;/ref&gt;\n''No more info is currently available for Ella Merrick. Can you add to her biography?''\n\nEleanor was born about 1860.\n\n== Sources ==\n&lt;references /&gt;\n\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;* &quot;Ontario Marriages, 1869-1927,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FMVV-VV9 : 11 March 2018), Thomas Arthur Owen and Eleanor Amanda Merrick, 30 Dec 1890; citing registration , St Catharines, Lincoln, Ontario, Canada, Archives of Ontario, Toronto; FHL microfilm 1,870,468. mZ6J4E fBW7BV
iCIPCS whttps://www.WikiTree.com/wiki/Owen-8798 pToliver R. qOwen gm b18200000 vVA,,, o== Biography ==\n'''Name:''' Toliver R. Owen.\nGiven Name: Toliver R.\nSurname: Owen.''A Given name was found in addition to a first name in the NAME tag.''\n'''Note:''' [[#N26276746]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N26276746'&gt;N26276746&lt;/span&gt;Married by Minister William F. Greaver, &amp; marriage date from records at HandleyLibrary, Winchester, VA; Listed as laborer on birth record of daughter Hannah\nGrace Rommell - Thomas had sisters Laura and Lizzie1860 Frederick Co VA cenus - names of children and Toliver stone mason age 39\nCRE\n25 SEP 2019.\nTime: 10:57:15.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records).\n
iBW7BV whttps://www.WikiTree.com/wiki/Merrick-262 pWilliam Roche qMerrick gm b18260000 z1 d19000506 yAthens, Ontario o== Biography ==\nSon of William was born after 1800. He is the son of [[Merrick-243|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 24, 2012&lt;/ref&gt;\n''No more info is currently available for Son of William Merrick. Canyou add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mCSVWL fUO8BI sZ6J4E
iZ6J4E sBW7BV whttps://www.WikiTree.com/wiki/Watson-16253 pMary qWatson gf b18340000 o== Biography ==\n{{England Sticker|Cumberland}}Mary Watson was the daughter of John Watson and Mary Pearson born in Cumberland England in 1834&lt;ref&gt; &quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73J-912 : 30 October 2015), Mary Watson in household of John Watson, Kirkoswald, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives, Kew, Surrey.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* mKJ0N8 fM3ATT
iMMT2H whttps://www.WikiTree.com/wiki/Merrick-323 pMinerva qMerrick gf vMerrickville, Ontario o== Biography ==\nShe is the daughter of [[Merrick-262|William Merrick]] and [[Beckett-187|Jane Beckett]]. &lt;ref&gt;Entered by Jackie Merrick, Apr 7, 2012&lt;/ref&gt;\n''No more info is currently available for Minerva Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mVMITS fBW7BV
iT60GS whttps://www.WikiTree.com/wiki/Merrick-324 pArthur qMerrick gm vMerrickville, Ontario o{{DateGuess|Birth '''(based on birth and/or marriage date of parents)'''}}\n\n== Biography ==\nHe is the son of [[Merrick-262|William Merrick]] and [[Beckett-187|Jane Beckett]]. &lt;ref&gt;Entered by Jackie Merrick, Apr 7, 2012&lt;/ref&gt;\n''No more info is currently available for Arthur Merrick. Can you addto his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mVMITS fBW7BV
iBPMN0 whttps://www.WikiTree.com/wiki/Merrick-319 pWilliam Thomas qMerrick gm b18580000 vMerrickville, Ontario o== Biography ==\nWilliam was born in 1858. He is the son of [[Merrick-262|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Apr 3, 2012&lt;/ref&gt;\n''No more info is currently available for William Merrick. Can you add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mVMITS fBW7BV
iMR97U whttps://www.WikiTree.com/wiki/Merrick-325 pGertrude Mary qMerrick gf b18690223 vMerrickville, Ontario z1 d19540616 ySt. Catherine's, Ontario o== Biography ==\nShe is the daughter of [[Merrick-262|William Merrick]] and [[Beckett-187|Jane Beckett]]. &lt;ref&gt;Entered by Jackie Merrick, Apr 7, 2012&lt;/ref&gt;\n''No more info is currently available for Gertrude Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mVMITS fBW7BV
iM9HPB whttps://www.WikiTree.com/wiki/Merrick-238 pGeorge Alexander qMerrick gm b18760724 z1 d19230531 yToronto, Ontario o== Biography ==\nGeorge was born in 1884. George Merrick ... &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for George Merrick. Can you addto his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mVMITS fBW7BV
iUO8BI whttps://www.WikiTree.com/wiki/Merrick-243 pWilliam qMerrick gm b17930328 vBrockville, Leeds and Grenville United Counties, Ontario, Canada z1 d18670419 yMerrickville, ontario o[[Category:Lanark County, Ontario One Place Study]]\n[[Category: Union Cemetery, Merrickville, Ontario]]\n== Biography ==\n\nWilliam Merrick: Birth: 28 Mar 1793 Brockville, Leeds and Grenville United Counties, Ontario, Canada\n: Death: 19 Apr 1867 (aged 74)\n\nParents:\n: [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]]\nSiblings:\n:: Charlotte Mirick Collar 17931867\n:: Aaron Merrick 18001870\n:: Stephen Hedger Mirick 18071860\n\nSpouse:\nJudith Roche 18051886\n\nChildren\n:: Aurelia C Merrick Muir 18271909\n:: William Roche Merrick 18281900\n:: Simon Dunn Merrick 18301884\n:: Terrence Hamilton Merrick 18361901\n:: John Augustus Merrick 18371920\n:: Amanda Cornelia Merrick Church 18401916\n:: Plomer Young Merrick 18441888\n\n== Burial ==:Union Cemetery, Merrickville, Leeds and Grenville United Counties, Ontario, Canada\n: {{FindAGrave|75177470}}\n\n== Sources ==\n\n&lt;references /&gt;\n\n* [[Merrick-236 | Jackie Merrick]] mAITTQ fTZTHN sCSVWL
iCSVWL sUO8BI whttps://www.WikiTree.com/wiki/Roche-181 pJudith qRoche gf b18041225 vEaston's Corner, Wolford, Grenville, Upper Canada z1 d18861204 yMerrickville, Lanark, Ontario, Canada o== Biography ==\nJudith was born in 1805. Judith Roche ... She passed away in 1886.\n\n== Sources ==\n&lt;references /&gt;: '''1807 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach\n: William Roach\n: John Roach Jr\n: Elizabeth Roach\n: Mary Roach\n: Annah Roach\n: ''Judah Roach (F)'': Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: See father's profile for other years\n: ......….\n\n\n==Acknowledgements==\n* Profile started by [[Merrick-236 | Jackie Merrick]], Mar 31, 2012 mSG9ZU fW9C0O
iVMITS whttps://www.WikiTree.com/wiki/Beckett-187 pJane Elizabeth qBeckett gf b18340618 vKemptville, Ontario z1 d19261003 ySt. Catherine's, Ontario o== Biography ==\n\nJane Beckett ... &lt;ref&gt;Entered by Jackie Merrick, Apr 7, 2012&lt;/ref&gt;\n''No more info is currently available for Jane Beckett. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mYBJS0 fN0NEO
iTV8D9 whttps://www.WikiTree.com/wiki/Merrick-244 pUnknown qMerrick gm b18250000 o{{Unsourced}}\n----\n== Biography ==\n\nUnknown name\n: Birth: after 1800\n: Death: ?\n\nParents:\n: [[Merrick-243|William Merrick]] and [[Roche-181|Judith Roche]]\n\n\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt; mCSVWL fUO8BI
iSUQYR whttps://www.WikiTree.com/wiki/Merrick-266 pAuriela Comstock qMerrick gf vOntario z1 d19090000 yOntario o== Biography ==\nDaughter of William was born after 1800. She is the daughter of [[Merrick-243|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 24, 2012&lt;/ref&gt;\n''No more info is currently available for Daughter of William Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mCSVWL fUO8BI
iAFRHV whttps://www.WikiTree.com/wiki/Merrick-263 pSimon Dunn qMerrick gm vMerrickville, Ontario z1 d18840131 yCarlton Place, Ontario o== Biography ==\nSon of William was born after 1800. He is the son of [[Merrick-243|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 24, 2012&lt;/ref&gt;\n''No more info is currently available for Son of William Merrick. Canyou add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mCSVWL fUO8BI
iN9ARB whttps://www.WikiTree.com/wiki/Merrick-267 pClara Mehitable qMerrick gf b18330000 vMerrickville, Ontario z1 d18350000 yMerrickville, Ontario o== Biography ==\nDaugther of William was born in 1800. She is the daughter of [[Merrick-243|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 24, 2012&lt;/ref&gt;\n''No more info is currently available for Daugther of William Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mCSVWL fUO8BI
iGUU4G whttps://www.WikiTree.com/wiki/Merrick-264 pTerrance Hamilton qMerrick gm vMerrickville, Ontario z1 d19010900 yOntario o== Biography ==\nSon of William was born after 1800. He is the son of [[Merrick-243|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 24, 2012&lt;/ref&gt;\n''No more info is currently available for Son of William Merrick. Canyou add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mCSVWL fUO8BI
iXXTEG whttps://www.WikiTree.com/wiki/Merrick-265 pJohn Augustus qMerrick gm b18370703 vMerrickville, Lanark, Upper Canada z1 d19200910 yMerrickville, Lanark, Ontario, Canada o[[Category: Merrickville, Upper Canada]]\n== Biography ==\nJohn, the son of [[Merrick-243|William Merrick]] and [[Roche-181|Judith Roche]], married Marion Meikle in 1880.&lt;ref&gt;&quot;Ontario Marriages, 1869-1927,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FMN1-NPR : 10 April 2015), John Augustus Merrick and Marion Howitson Meikle, 24 Mar 1880; citing registration , Merrickville,Granville, Ontario, Canada, Archives of Ontario, Toronto; FHL microfilm 1,869,507.&lt;/ref&gt; He died in 1920.&lt;ref&gt;&quot;Ontario Deaths, 1869-1937 and Overseas Deaths, 1939-1947,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:JKWQ-6HD : 11 December 2014), John A. Merrick Merrick, 10 Sep 1920; citing Merrickville, Grenville, Ontario, rn 22559, Archives of Ontario, Toronto; FHL microfilm 1,863,499.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mCSVWL fUO8BI
iB52A8 whttps://www.WikiTree.com/wiki/Merrick-314 pAmanda Cornelia qMerrick gf b18400000 vMerrickville, Ontario z1 d19160000 yMerrickville, Ontario o== Biography ==\nAmanda was born in 1835. She is the daughter of [[Merrick-243|WilliamMerrick]] and [[Roche-181|Judith Roche]]. She passed away in 1836. &lt;ref&gt;Entered by Jackie Merrick, Mar 31, 2012&lt;/ref&gt;\n''No more info is currently available for Amanda Merrick. Can you addto her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mCSVWL fUO8BI
iTZTHN whttps://www.WikiTree.com/wiki/Merrick-241 pWilliam qMerrick gm b17630430 vSpringfield, Massachusetts Bay z1 d18440705 yMerrickville, Canada West o[[Category: Merrickville, Upper Canada]][[Category:First Settlers, Lanark County, Ontario OPS]]\n== Biography ==\n{{United Empire Loyalist\n| status =\n| date =\n}}{{One Place Study|place=Lanark County, Ontario|category=Lanark County, Ontario One Place Study}}The Merrick family prospered. Williams house was substantial and smacked of affluence. The Aaron Merrick house, which was built later bySamuel Langford, is still one of the outstanding stone houses built in Eastern Ontario. The Merricks had seven children. Charlotte, the eldest, was born in 1791 and married Elisha Collar of Merrickville; William Jr, my ancestor, was born on March 28, 1793, and married Judith Roche the William Roche Merrick &amp; wife Jane c 1870 daughter of William and Ann Roche of County Cork Ireland; . Charles born on January 10, 1796, moved to Carleton Place, and then lost contact with other members ofthe family; Aaron born on October 1, 1800, married Mary Burritt of Easton Corners; Lavinia born on August 20, 1803, married Abel Ward of Smiths Falls, a town originally called Wardsville; Stephen, born on June4, 1807, married Margaret Ardele; and Terrance born on July 11, 1813,married Amelia Sherwood of Brockville. According to my count, Williamand Sylvia had forty-five grandchildren which, on its own, was a substantial contribution.&lt;ref&gt;[[Merrick-236 | Jackie Merrick]], firsthand knowledge.&lt;/ref&gt;\nCaptain William Merrick was a United Empire Loyalist from Massachusetts who received a Crown Grant. He acquired a sawmill from Rogers Stephens on the Rideau River in 1793. A small community called Merrick's Mills (also called Mirick's or Mirrick's Mills) grew up around the existing mill and the new ones he built. A post office named Merrickville was opened in 1829. William passed away in 1844. &lt;ref&gt;[http://www.ontarioplaques.com/Plaques/Plaque_Leeds38.html Founding of Merrickville]&lt;/ref&gt;&lt;ref&gt;[https://en.wikipedia.org/wiki/MerrickvilleWolford Wikipedia]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n: '''1803 Return of Inhabitants''' of the River Rideau: Including the townships of Wolford, Oxford, Marlborough &amp; Montague (Upper Canada).\n: William Merrick - age 40\n: William junior Merrick - age 10\n: Charles Merrick - age 7\n: Aaron Merrick - age 3\n: Silvia Merrick - age 30\n: Mabel Merrick - age 22\n: Charlotte Merrick - age 12\n: Parmelia Merrick - age 5\n: Moses Merrick - age 30: &quot;A true return of the River Rideau for the year 1803&quot; signed by Daniel Burritt Jun, Town Clerk.: Lists of Inhabitants were also done in 1802, 1804, 1805, 1806 &amp; 1807 but not all years had the ages.: Accessed at the Saskatchewan Genealogical Society library, Regina, Sask.\n: ......... mOG1FV fKLYLG sAITTQ
iAITTQ sTZTHN whttps://www.WikiTree.com/wiki/Comstock-352 pSylvia qComstock gf z1 d18480223 yMerrickville, Ontario o[[Category:Lanark County, Ontario One Place Study]]\n[[Category:Montague Township, Upper Canada]][[Category: Union Cemetery, Merrickville, Ontario]][[Category:First Settlers, Lanark County, Ontario OPS]]{{One Place Study|place=Lanark County, Ontario|category=First Settlers, Lanark County, Ontario OPS}}\n\n== Biography ==:Sylvia (Comstock) Merrick was one of the first settler women in whatis today known as Lanark County.\n:Sylvia Comstock was born March 23, 1774.&lt;ref&gt;&quot;Find A Grave Index,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:QV23-J63S : 11 July 2016), Sylvia Comstock Mirick, 1848; Burial, Merrickville, Leeds and Grenville United Counties, Ontario, Canada, Collar Hill Cemetery; citing record ID 60538022, Find a Grave, http://www.findagrave.com.&lt;/ref&gt; She was the step-daughter of Ephraim Eyres, a Loyalist spy during the Revolutionary War. While he was imprisoned at Albany, NY, Sylvia's mother took their family to Lunenburg, Upper Canada. They were joined by Ephraim in 1784 at Stormont Township.\n:She met William Merrick in 1788 after his arrival from the United States, by way of Sorel, Province of Quebec. They married that same year, when she was fourteen years old. As the daughter of a United Empire Loyalist, Sylvia was entitled to a significant land claim.\n:They first went to Elizabethtown (now Brockville), where she remained while her husband looked at land for their homestead. William chosea spot north of the Rideau River, close to where a fellow Loyalist had settled, in Montague Township. He and his neighbour (some sources say cousin, others a partner) began to build a mill at a location on the river known today as Merrickville.\n:Sylvia (Comstock) Merrick joined her husband on the banks of the Rideau River in 1796, with their growing family. They had three childrenat this time, but would eventually have a family of seven.\n:Her husband died in 1844. Sylvia died in 1848. They are buried together in Union Cemetery, at the foot of Collar Hill.\n\n\n===Birth and Early Life===\n:Bork in born March 23, 1774, Her father died when she was young. (3)and upon the death of her father and her mothers re-marriage she became the step-daughter of Ephraim Eyres. During the Revolutionary Wars, Ephraim Eyres was a Loyalist spy and for his efforts in support of the British he was captured and jailed in Albany NY. (1): It appears during his imprisonment, his wife was allowed “go forward” with some of her property and family perhaps as far as Lunenburg, Ontario (Stormont Township, near Cornwall). Following the peace settlement in 1783, Ephraim escaped prison or was released and he headed north to Canada arriving to join his wife in 1784 at Stormont which atthe time was a “staging area” for new United Empire Loyalists awaiting receipt of land claims and entitlements. (1)\nMeanwhile millwright William Merrick arrived in Canada at Sorel, Quebec during the summer of 1788 (2) and traveled up the St. Lawrence fromSorel to Lunenburg where the same year he encountered and married Ephraims daughter Sylvia Comstock. Perhaps with several of own children, Ephraim was anxious to get his step daughter off his hands for Sylvia appears to have been only 14 or 15 years old at the time of her marriage to 28 year old William !! (3) Merrick, who was a late arriving Loyalist with no apparent record of service on behalf of the British inthe American Revolution, had nothing but a basic property claim to look forward to, whereas Sylvia as the daughter of a British Revolutionary war hero was entitled to petition for a substantial land entitlement.\nEphraim Eyres himself was granted property in Elizabethtown (1) and Sylvia and William followed to the burgeoning settlement which would become Brockville. But millwright William Merrick was determined to finda sight for a new mill and as early as 1790 he began to explore the country north of the St. Lawrence with a partner Roger Stephens (also a1776 war veteran with substantial land entitlements). Together they struck the Rideau from Irish Creek, traveled down river to the “GreatFall” a sight they chose for their first lumber mill and soon a grist mill.\nMeanwhile back in Elizabethtown Sylvia was occupied with a new family&lt;ref&gt;&quot;Ontario Births and Baptisms, 1779-1899,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V5MG-V5Q : 10 February 2018),William Merrick, 26 May 1793; citing SAINT ANDREW'S PRESBYTERIAN,WILLIAMSTOWN,GLENGARRY,ONTARIO; FHL microfilm 928,968.&lt;/ref&gt; and by the time she joined Merrick at his new mill probably about 1796, she had given birth to three children, Charlotte, 1791, William Jr. 1793 and Charles, 1796. She was now 23 years old. While she had probably often traveled to her husbands Merricks Mills it appears she continued to live in Elizabethtown, at least during the winters.(2).\nWilliam Merrick died in 1844 and Sylvia followed a few years later (1848). They are both buried, together with their eldest child, Charlotte, and her husband, in Merrickville in the old cemetery at the foot ofCollar Hill. They were interred under Welsh style stone crypt and grave markers.\nSylvia Comstock Merrick must certainly have been a remarkable woman. Aside from raising seven children, she was apparently of strong support to William, who was a dominant, strong-willed, determined and at times difficult individual. He was also opportunistic, generally allying himself with others who were in position to receive greater land grants and allocations than he was; all traits that made him successful as a pioneer and developer of Merrickville. But he probably was not the most gentle of men to live with.\nSylvia and William Merrick had 7 children who survived to adulthood, and who as a family continued to build mills and develop the successful Village which became Merrickville.\n\n\n\nSylvia was born in 1774. Sylvia Comstock ... She passed away in 1848. &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Sylvia Comstock. Can you add to her biography?''\n\n== Sources ==\n&lt;references /&gt;* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.*[http://www.merrickvillehistory.org/newsletters/newsletter-6-2.html Sylvia Comstock Merrick]\n: '''1803 Return of Inhabitants''' of the River Rideau: Including the townships of Wolford, Oxford, Marlborough &amp; Montague (Upper Canada).\n: William Merrick - age 40\n: William junior Merrick - age 10\n: Charles Merrick - age 7\n: Aaron Merrick - age 3\n: Silvia Merrick - age 30\n: Mabel Merrick - age 22\n: Charlotte Merrick - age 12\n: Parmelia Merrick - age 5\n: Moses Merrick - age 30: &quot;A true return of the River Rideau for the year 1803&quot; signed by Daniel Burritt Jun, Town Clerk.: Lists of Inhabitants were also done in 1802, 1804, 1805, 1806 &amp; 1807 but not all years had the ages.: Accessed at the Saskatchewan Genealogical Society library, Regina, Sask.\n: .........\n*&quot;Find A Grave Index,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:QV23-J63S : 11 July 2016), Sylvia Comstock Mirick, 1848; Burial, Merrickville, Leeds and Grenville United Counties, Ontario, Canada, Collar Hill Cemetery; citing record ID 60538022, Find a Grave, http://www.findagrave.com.\n\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mMUAN7 fRP5PW
iDCQFT whttps://www.WikiTree.com/wiki/Merrick-242 pCharlotte qMerrick gf b17910307 vMerrickville, Ontario z1 d18670000 o[[Category:Lanark County, Ontario One Place Study]]\n\n== Biography ==\nCharlotte was born in 1791. She is the daughter of [[Merrick-241|William Merrick]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Charlotte Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAITTQ fTZTHN
iMNEBI whttps://www.WikiTree.com/wiki/Merrick-240 pCharles qMerrick gm b17960110 vMerrickville, Ontario z1 yCarlton Place o[[Category:Lanark County, Ontario One Place Study]]\n\n== Biography ==\nUnknown Merrick ... &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Unknown Merrick. Can you add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAITTQ fTZTHN
iH753B whttps://www.WikiTree.com/wiki/Merrick-246 pPamelia qMerrick gf b17980423 vMerrickville, Ontario z1 d18040423 yMerrickville, Ontario o== Biography ==\nPamelia was born in 1798. She is the daughter of [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]]. She passed away in 1804. &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Pamelia Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAITTQ fTZTHN
iB5645 whttps://www.WikiTree.com/wiki/Merrick-245 pAaron qMerrick gm b18001001 vMerrickville, Ontario o== Biography ==\nAaron was born in 1800. He is the son of [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Aaron Merrick. Can you add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAITTQ fTZTHN
iWVVO3 whttps://www.WikiTree.com/wiki/Merrick-247 pLavinia qMerrick gf b18030820 vMerrickville, Ontario z1 d18680205 ySmith Falls, Ontario o== Biography ==\nLavinia was born in 1803. She is the daughter of [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Lavinia Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAITTQ fTZTHN
iZPCS8 whttps://www.WikiTree.com/wiki/Merrick-248 pStephen qMerrick gm b18051004 vMerrickville, Ontario z1 d18060000 o== Biography ==\nStephen was born in 1805. He is the son of [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]].\n\nINFANT DEATH\n\n\n== Sources ==\n\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge.\n\n&lt;references /&gt; mAITTQ fTZTHN
iNXB82 whttps://www.WikiTree.com/wiki/Merrick-249 pStephen Hedger qMerrick gm b18070604 vMerrickville, Leeds and Grenville United Counties, Ontario, Canada z1 d18600822 yGrenville Park, Frontenac County, Ontario, Canada o[[Category: Merrickville, Upper Canada]]\n[[Category: Union Cemetery, Merrickville, Ontario]]\n----\n\n== Biography ==\nStephen, born about 1807, was the son of mill owner and Merrickville founder &lt;ref&gt;&quot;Canada Census, 1851,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:MWTQ-MBW : 3 August 2016), Stephen H Mirick, Wolfred, Grenville County, Canada West (Ontario), Canada; citing p. 61, line 17; Library and Archives Canada film number C_11724, Public Archives, Ontario.&lt;/ref&gt;&lt;ref&gt;[https://en.wikipedia.org/wiki/Henry_Merrick Wikipedia]&lt;/ref&gt;\n\n\n\nStephen Hedger Mirick: Birth: 4 Jun 1807 Merrickville, Leeds and Grenville United Counties, Ontario, Canada: Death: 22 Aug 1860 (aged 53) Grenville Park, Frontenac County, Ontario, Canada\n\nParents:\n: [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]]\n\nSiblings:\nCharlotte Mirick Collar 17931867\nWilliam Merrick 17931867\nAaron Merrick 18001870\n\n== Burial ==:Union Cemetery, Merrickville, Leeds and Grenville United Counties, Ontario, Canada\n: {{FindAGrave|75213178}}\n\n== Sources ==\n&lt;references /&gt; mAITTQ fTZTHN
iOPFYQ whttps://www.WikiTree.com/wiki/Merrick-250 pAurelia qMerrick gf b18100914 vMerrickville, Ontario z1 d18130512 yMerrickville, Ontario o== Biography ==\nAurelia was born in 1810. She is the daughter of [[Merrick-241|William Merrick]] and [[Comstock-352|Sylvia Comstock]]. She passed away in 1813. &lt;ref&gt;Entered by Jackie Merrick, Jan 22, 2012&lt;/ref&gt;\n''No more info is currently available for Aurelia Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAITTQ fTZTHN
iK9NJ3 whttps://www.WikiTree.com/wiki/Merrick-251 pTerrance Hamilton qMerrick gm b18130711 vMerrickville, Ontario o== Biography ==\n\n== Sources ==\n&lt;references /&gt;* &lt;span id='Hutchins'&gt;&lt;/span&gt;Hutchins, Marvin Clayton. ''[[Space:Nicholas Hutchins of Lynn and Groton, Massachusetts|Nicholas Hutchins of Lynn and Groton, Massachusetts]]'' (C. Boyer, Santa Clarita, Calif., 1989) [https://archive.org/stream/nicholashutchins00hutc#page/80/mode/1up Page 80] mAITTQ fTZTHN
iKLYLG whttps://www.WikiTree.com/wiki/Merrick-163 pWilliam qMerrick gm b17300618 vSpringfield, Hampden, Massachusetts z1 d18050000 yCazenovia, Madison, NY o== Biography ==William Merrick was born June 18, 1730 to Ebeneezer and Mehitable Mirick (the name spelling is from the original document, though modern spellings are often used for this family) in Springfield, Hampden, Massachusetts.&lt;ref&gt;&quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XPJN-55X : 9 February 2018), William Mirick, 18 Jun 1730; citing , Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414. [https://www.familysearch.org/ark:/61903/3:1:S3HT-D1ZQ-WTN?i=6&amp;cc=2061550 Image]&lt;/ref&gt;\n\n===Research Notes===Interesting information on Miricks who fought in the US Revolution.[https://www.familysearch.org/ark:/61903/3:1:3Q9M-CS3Q-C346-R?i=827&amp;cc=2546162 Image]. Are any of these a part of this William's family?&lt;ref&gt;&quot;United States Rosters of Revolutionary War Soldiers and Sailors, 1775-1783&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:QG2M-JSDT : 18 March 2018), William Mirick, 1779.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* WikiTree profile Merrick-163 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]]. mXW2TU fL7N0C sOG1FV
iOG1FV sKLYLG whttps://www.WikiTree.com/wiki/Unknown-189015 pRuth qUnknown gf b17350000 z1 d18040000 yCazinovia, Madison, NY o== Biography ==\nRuth was born about 1735. Ruth Unknown ... She passed away in 1804. &lt;ref&gt;Entered by Jackie Merrick, Jan 20, 2013&lt;/ref&gt;\n''Do you have information about Unknown? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Ruth's life were either witnessed by [[Merrick-236 | Jackie Merrick]] or Jackie plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please feel free to improve-upon information you see here. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iPEBXW whttps://www.WikiTree.com/wiki/Merrick-288 pAble qMerrick gm b17560000 vNew York z1 d18300000 yHenderson, New York o== Biography ==\nAbel was born about 1750. He is the son of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Abel Merrick. Can you add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iAFKBD whttps://www.WikiTree.com/wiki/Merrick-289 pMary Polly qMerrick gf b17580000 o== Biography ==\nMary Polly was born in 1750. She is the daughter of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Mary Polly Merrick. Can youadd to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iBWTIK whttps://www.WikiTree.com/wiki/Merrick-166 pStephen qMerrick gm b17590202 vNew York z1 d18410708 yDearborn, Indiana, United States o[[Category:New York, Needs Biography]]\n{{Unsourced | New York}}\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Stephen /Merrick/&lt;ref&gt;Source: [[#S2]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=126&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Merrick-166 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Merrick-166 Changes page] for the details of edits by Rich and others.\n* Source: &lt;span id='S2'&gt;S2&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may haveremoved or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mZXWX0 fKLYLG
iZWKN5 whttps://www.WikiTree.com/wiki/Merrick-295 pPhebe qMerrick gf b17600000 vNew York State o== Biography ==\nPhebe was born about 1760. She is the daughter of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Phebe Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iC2H1D whttps://www.WikiTree.com/wiki/Merrick-296 pBenjamin qMerrick gm b17600000 vNew York State o== Biography ==\nBenjamin was born about 1760. He is the son of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Benjamin Merrick. Can you add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iJMKFS whttps://www.WikiTree.com/wiki/Merrick-297 pEbeneezer qMerrick gm b17600000 vNew York State o== Biography ==\nEbeneezer was born about 1760. He is the son of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Ebeneezer Merrick. Can you add to his biography?''\n\n== Note ==The Settlers of the Beekman Patent, V.1-8 at [http://www.americanancestors.org/PageDetail.aspx?recordId=236148376 NEHGS] has this family Vol 8. p. 743\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iX0X7N whttps://www.WikiTree.com/wiki/Merrick-293 pLydia qMerrick gf b17600814 vDutchess, New York z1 d18340925 yCayuga, New York, United States o== Biography ==\nLydia was born in 1760. She is the daughter of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Lydia Merrick. Can you add to her biography?''\n\nMydia was born in 1760. She passed away in 1834.\n\n== Sources ==\n&lt;references /&gt;\n\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;* https://www.ancestry.com/family-tree/person/tree/585618/person/6133338094/facts mOG1FV fKLYLG
iH7TU8 whttps://www.WikiTree.com/wiki/Merrick-294 pHannah qMerrick gf b17650000 vNew York State o== Biography ==\nHannah was born about 1765. She is the daughter of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Hannah Merrick. Can you addto her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iQWUG4 whttps://www.WikiTree.com/wiki/Merrick-298 pMoses qMerrick gm b17650000 vBalston Spa, New York o== Biography ==\nMoses was born in 1765. He is the son of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Moses Merrick. Can you add to his biography?''\n\n== Sources ==\n&lt;references /&gt;\n: '''1803 Return of Inhabitants''' of the River Rideau: Including the townships of Wolford, Oxford, Marlborough &amp; Montague (Upper Canada).\n: William Merrick - age 40\n: William junior Merrick - age 10\n: Charles Merrick - age 7\n: Aaron Merrick - age 3\n: Silvia Merrick - age 30\n: Mabel Merrick - age 22\n: Charlotte Merrick - age 12\n: Parmelia Merrick - age 5\n: Moses Merrick - age 30: &quot;A true return of the River Rideau for the year 1803&quot; signed by Daniel Burritt Jun, Town Clerk.: Lists of Inhabitants were also done in 1802, 1804, 1805, 1806 &amp; 1807 but not all years had the ages.: Accessed at the Saskatchewan Genealogical Society library, Regina, Sask.\n: .........\n\n\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. mOG1FV fKLYLG
iWGQFT whttps://www.WikiTree.com/wiki/Merrick-299 pRuth qMerrick gf b17740000 vBalston Spring, New York o== Biography ==\nRuth was born about 1765. She is the daughter of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Ruth Merrick. Can you add to her biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iIJLTB whttps://www.WikiTree.com/wiki/Merrick-300 pIsaac qMerrick gm b17760000 vBalston Spa, New York o== Biography ==\nIsaac was born about 1765. He is the son of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n''No more info is currently available for Isaac Merrick. Can you add to his biography?''\n\n== Sources ==\n* [[Merrick-236 | Jackie Merrick]], firsthand knowledge. Click the Changes tab for the details of edits by Jackie and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mOG1FV fKLYLG
iL7N0C whttps://www.WikiTree.com/wiki/Merrick-168 pEbenezer qMerrick gm b17030911 vSpringfield, Hampden, Province of Massachusetts Bay z1 d17790109 yCazenovia, Madison, New York, United States o== Biography ==\nEbeneezer was born in 1703 in Springfield, Mass. where he married [[Moore-4976|Mehitable Moore]] on 19 MAR 1726.He settled first in Canaan, Conn. where several of his children were born then moved to Oblong, NY, then later moved to Cazenovia, NY whereseveral of his children married, and he and his wife, Mehitable, are buried. &lt;ref&gt;Entered by Jackie Merrick, Feb 2, 2012&lt;/ref&gt;\n\n\n=== Birth === 11 SEP 1703 Springfield, Hampden, Massachusetts, USA&lt;ref name=&quot;FDC&quot;&gt;Edmund West, comp., Family Data Collection - Individual Records [database on-line]. Provo, UT, USA: Ancestry.com Operations Inc, 2000. Birth year: 1703; Birth city: Springfield; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S228]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S11]] Page: Birth year: 1703; Birth city: Springfield; Birth state: MA. Data: Text: Birth date: 11September 1703Birth place: Springfield, Hampden County, MADeath date: Death place: Cazenovia, Madison County, NYMarriage date: 1725Marriage place:&lt;/ref&gt;&lt;ref&gt;Source: [[#S11]] Page: Birth year: 1703; Birthcity: Springfield; Birth state: MA. Data: Text: Birth date: 11 September 1703Birth place: Springfield, Hampden County, MADeath date: Death place: Cazenovia, Madison County, NYMarriage date: 1725Marriage place:&lt;/ref&gt;\n\n=== Death ===: Death 1742 Cazenovia, Madison, New York, USA&lt;ref&gt;Source: [[#S11]]Page: Birth year: 1703; Birth city: Springfield; Birth state: MA. Data: Text: Birth date: 11 September 1703Birth place: Springfield, Hampden County, MADeath date: Death place: Cazenovia, Madison County, NYMarriage date: 1725Marriage place:&lt;/ref&gt;\n\n=== Death === 09 JAN 1779 Cazenovia, Madison, New York, USA&lt;ref name=&quot;FDC&quot; /&gt; Birth year: 1703; Birth city: Springfield; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S11]] Page: Birth year: 1703; Birth city: Springfield; Birth state: MA. Data: Text: Birth date: 11 September 1703Birth place: Springfield, Hampden County, MADeath date: Death place: Cazenovia, Madison County, NYMarriage date: 1725Marriage place:&lt;/ref&gt;\n\n=== Marriage === 19 MAR 1726 Springfield, Hampden, Massachusetts, USA&lt;ref&gt;Source: [[#S232]] Page: Birth year: 1702; Birth city: Deerfield; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S231]] Page: Birth year: 1703; Birth city: Springfield; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S233]] Page: Birth year: 1702; Birth city: Deerfield; Birth state: MA&lt;/ref&gt;&lt;ref name=&quot;FDC&quot; /&gt; Birth year: 1703; Birth city: Springfield; Birth state: MA&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/178936579\n* Source: &lt;span id='S11'&gt;S11&lt;/span&gt; Author: Edmund West, comp. Title: Family Data Collection - Individual Records Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n* Source: &lt;span id='S228'&gt;S228&lt;/span&gt; Title: Massachusetts, Town andVital Records, 1620-1988 Publication: Name: Ancestry.com. Massachusetts, Town and Vital Records, 1620-1988 [database on-line]. Provo, UT, USA: Ancestry.com Operations, Inc., 2011.; Repository: [[#R1]]\n* Source: &lt;span id='S231'&gt;S231&lt;/span&gt;Edmund West, comp., Family Data Collection - Individual Records [database on-line]. Provo, UT, USA: Ancestry.com Operations Inc, 2000.* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.\n* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=130 Ancestry Family Tree]\n*&quot;Massachusetts Marriages, 1695-1910,&quot; database, FamilySearch (https://familysearch.org/pal:/MM9.1.1/FC8R-P3G : 9 February 2018), Ebenezer Mirick and Mehitabel Moore, 19 Mar 1725; citing reference ; FHL microfilm 185,414, 185,415, 185,416.\n\n* Merrick Family Site\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mQZD2Q fZUOLE sXW2TU
iXW2TU sL7N0C whttps://www.WikiTree.com/wiki/Moore-4976 pMehitable qMoore gf b17020102 vDeerfield, Franklin, Massachusetts z1 d17420000 yCazenovia, Madison, New York o[[Category: Deerfield, Massachusetts]]\n== Biography ==\n\n=== Birth ===\n:02 JAN 1702 in Deerfield, Franklin, Massachusetts\n\n=== Death ===\n:1742 in Cazenovia, Madison, New York\n\n=== Marriage ===\n:19 MAR 1726 in Springfield, Hampden, Massachusetts\n\n== Sources ==\n&lt;references/&gt;*A History of Deerfield, Massachusetts: The Times and the People by Whom It Was Settled, Unsettled and Resettled, Volume 2. By George Sheldon. Press of E.A. Hall &amp; Company. Deerfield, Mass. 1896.\n\n*Massachusetts, Town and Vital Records, 1620-1988\n*[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=129 Ancestry Family Tree]\n\n== Acknowledgements ==*WikiTree profile Moore-4976 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]]. mND4OL fFZA8W
iE4RYO whttps://www.WikiTree.com/wiki/Merrick-399 pMehitable qMerrick gf b17260824 vCanaan, CT o== Biography ==\nMehitable was born in 1726. She is the daughter of [[Merrick-168|Ebenezer Merrick]] and [[Moore-4976|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 21, 2013&lt;/ref&gt;\n''Do you have information about Merrick? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Mehitable's life were either witnessed by[[Merrick-236 | Jackie Merrick]] or Jackie plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please feel free to improve-upon information you see here. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mXW2TU fL7N0C
iMLBBS whttps://www.WikiTree.com/wiki/Merrick-400 pEbenezer qMerrick gm b17280523 vCanaan, Connecticut z1 d18190300 yDummerstown, Vermont, United States o\n== Biography ==\nCaptain Ebenezer Merrick was born in 1722 and died 1819. He had (at least) one daughter Hannah who married Captain Seth Briggs in Dummerston, Vermont. &lt;ref&gt;[https://archive.org/details/historyoftownofd00mans/page/n163 The ''History of The Town of Dummerston'' : the first town settled by Anglo Saxon descendants in the state] Mansfield, David Lufkin; Ludlow, VT : A. M. Hemenway 1884. (Page: 185)&lt;/ref&gt;\nIt is not clear when Ebenezer arrived in Dummerston, Vermont but he is mentioned in 1785 &quot;Dec 24, Capt. Ebenezer Merrick made his 'Pitch of land,' 200 acres bought of Colonel Willard of WInchester; located onWest river road, north of the village. Merrick also made several other purchases of land in that locality and resold to first settlers.&quot; &lt;ref&gt; [https://play.google.com/store/books/details?id=D9UbAQAAMAAJ&amp;rdid=book-D9UbAQAAMAAJ&amp;rdot=1 The Vermont Historical Gazetteer: A Magazine, Embracing a History of Each Town, Civil, Ecclesiastical, Biographical and Military] Abby Maria Hemenway, January 1, 1891\nCarrie E.H. Page&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Daughters of the American Revolution, DAR Genealogical Research Databases, database online, (http://www.dar.org/ : accessed December 5, 2017), &quot;Record of Ebeneezer Merrick&quot;, Ancestor # A077738.\n\n* [http://www.Ancestry.com Ancestry Family Trees]\n* Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [databaseon-line]. Provo, UT, USA: Ancestry.com Operations Inc, 2000. mXW2TU fL7N0C
iW7YMD whttps://www.WikiTree.com/wiki/Merrick-401 pRachel qMerrick gf b17331210 vPalmer, Hampden, Massachusetts z1 yPalmer, Hampden County, Massachusetts o\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Rachael /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S229'&gt;S229&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S231'&gt;S231&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mXW2TU fL7N0C
iFYMTI whttps://www.WikiTree.com/wiki/Merrick-402 pRuth qMerrick gf b17340714 vCanaan, Litchfield, Connecticut z1 yPittstown, Rensselaer, New York o\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Ruth /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S229'&gt;S229&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S231'&gt;S231&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mXW2TU fL7N0C
iJ9F10 whttps://www.WikiTree.com/wiki/Merrick-403 pHannah qMerrick gf b17340714 vCanaan, Litchfield, Connecticut z1 yPittstown, Rensselaer, New York o\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Hannah /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S229'&gt;S229&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S231'&gt;S231&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mXW2TU fL7N0C
iFYNAI whttps://www.WikiTree.com/wiki/Merrick-1962 pRuth qMerrick gf b17360714 vCanaan, Litchfield, Connecticut z1 d17800000 yPittstown, Rensselaer, New York, United States o== Biography ==\nRuth was born in 1736. She passed away about 1780.\n== Sources ==\n&lt;references /&gt;\n* Family name of Merrick mXW2TU fL7N0C
iYGCP5 whttps://www.WikiTree.com/wiki/Merrick-404 pThomas qMerrick gm b17380000 vUnion, Broome County, New York z1 d18130116 yCazenovia, Madison, New York, United States o== Biography ==\n\n=== Name ===: Thomas /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n''Do you have information about Merrick? Please contribute to his biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S229'&gt;S229&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S231'&gt;S231&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n\n=== Footnotes ===\n\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mXW2TU fL7N0C
iM5GS7 whttps://www.WikiTree.com/wiki/Merrick-405 pCharles qMerrick gm b17400000 vCazenovia, Madison County, New York z1 d18050000 o\n----\n\n== Biography ==\nCharles^ , son of (Ebenezer^, TJiomas^, Thomas'^) and Mehitable (Moore) Merrick, born 1740, at Cazenovia, N. Y. Married, 1764, Susanna Lawrence, of Stillwater, N. Y. Underwood's History of the Pollard Family says: &quot;Charles and Susanna Merrick removed to Saratoga, N. Y., where they owned a farm known as the &quot;deer lick,&quot; comprising the present site of the Springs. Later he returned to Cazenovia, where he purchased laud of John Luicklaen, the agent of the Hollands Company.\n\n=== Name ===: Charles /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S229'&gt;S229&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S231'&gt;S231&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n_\nNotes:\nI believe that Charles died in 1805. I am adding Sylvanus Merrick as his son and will add sources as I find them. I also think that his wife is Susanna Lawrence- 9438. mXW2TU fL7N0C
iSN5NZ whttps://www.WikiTree.com/wiki/Merrick-407 pMariam qMerrick gf b17420000 vCazenovia, Madison County, New York o\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Miriam /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S229'&gt;S229&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S231'&gt;S231&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S232'&gt;S232&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]* Source: &lt;span id='S233'&gt;S233&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mXW2TU fL7N0C
iZUOLE whttps://www.WikiTree.com/wiki/Merrick-167 pThomas qMerrick gm b16640412 vSpringfield, Hampden, Massachusetts z1 d17430816 ySpringfield, Hampden, Massachusetts o== Biography ==\nThomas was born about 1670. Thomas Merrick was a farmer, held minor offices, constable, fence viewer.\n\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=132\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAUHDM fNG56S sQZD2Q
iQZD2Q sZUOLE whttps://www.WikiTree.com/wiki/Dumbleton-7 pHannah qDumbleton gf b16700000 vSpringfield, Hampshire, Massachusetts Bay z1 d17371025 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=131\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mGZM4G fIU697
iVAFGA whttps://www.WikiTree.com/wiki/Merrick-371 pHannah qMerrick gf b16920827 vSpringfield, Mass. z1 d17160917 o== Biography ==\nHannah was born in 1692. She was the daughter of [[Merrick-301|ThomasMerrick]] and [[Dumbleton-22|Hannah Dumbleton]]. She passed away in 1716. &lt;ref&gt;Entered by Jackie Merrick, Jan 16, 2013&lt;/ref&gt;\n''Do you have information about Merrick? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n* First-hand knowledge of [[Merrick-236 | Jackie Merrick]]. &lt;!-- Please change this if Jackie did not directly witness the events of 's life. Say why we believe these facts to be true, even if it's a second-hand source. --&gt;\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mQZD2Q fZUOLE
iJEHPT whttps://www.WikiTree.com/wiki/Merrick-372 pThomas qMerrick gm b16940205 vSpringfield, Massachusetts z1 d17330813 yNorthampton, Hampshire Co., Massachusetts o== Biography ==\nThomas was born in 1694, the son of Thomas Merrick and Hannah Dumbleton. He passed away in 1733.\n''Do you have information about Merrick? Please contribute to his biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mQZD2Q fZUOLE
iB6PJO whttps://www.WikiTree.com/wiki/Merrick-333 pMiriam qMerrick gf b16960301 vSpringfield, Hampden, Massachusetts z1 d17280000 o[[Category:Hampden County, Massachusetts]]\n== Biography ==\n\nTo be completed.\n\n== Sources ==\n&lt;references/&gt;*[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=29414747&amp;pid=1905 Ancestry Member Family Trees]\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XPJX-C6J : accessed 10 November 2015), Merryam Mirick, 01 Mar 1696; citing ,Springfield, Hampden, Massachusetts, Springield City Hall; FHL microfilm 185,414. Name: Merryam Mirick; Event Type: Birth; Event Date: 01 Mar 1696; Event Place: Springfield, Hampden, Massachusetts; Gender: Female; Father's Name: Thomas Mirick; Mother's Name: Hanah. Entry writtenas: &quot;Merryam Myrick the daughter of Thomas Myrick and Hanah his wife was borne the first of march 1696&quot;.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XPJF-GMZ : accessed 10 November 2015), Merryam Myrick, 01 Mar 1696; citing ,Springfield, Hampden, Massachusetts, Springield City Hall; FHL microfilm 185,414. Name: Merryam Myrick; Event Type: Birth; Event Date: 01 Mar 1696; Event Place: Springfield, Hampden, Massachusetts; Gender: Female; Father's Name: Thomas Myrick; Mother's Name: Hanah. Entry writtenas: &quot;Merryam Myrick the daughter of Thomas Myrick and Hanah his wife was borne the first of March 1696/7&quot;.\n\n== Research Notes ==\nNote some duplicate profiles (since merged into Merrick-333) have thedate of birth as 05 Apr 1702 (see comments section to the right).\n\n== Acknowledgements ==\n* WikiTree profile Merrick-333 created through the import of Dennis Family Tree.GED on May 23, 2012 by [[Lamb-1173 | Laurie Lamb]].* Thanks to [[Merrick-236 | Jackie Merrick]] for starting this profile. mQZD2Q fZUOLE
iJ82IL whttps://www.WikiTree.com/wiki/Merrick-398 pDavid qMerrick gm b16990223 vSpringfield, Mass z1 d17571100 ySpringfield, Mass. o== Biography ==\nDavid was born in 1699. He was the son of [[Merrick-301|Thomas Merrick]] and [[Dumbleton-22|Hannah Dumbleton]]. He passed away in 1757. &lt;ref&gt;Entered by Jackie Merrick, Jan 17, 2013&lt;/ref&gt;\n''Do you have information about Merrick? Please contribute to his biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==* A Genealogical Record of the Descendants of Quartermaster Geroge Colton. 3rd Generation, p. 13. Pub. 1912.\nhttps://archive.org/details/genealogicalreco00colt\n* First-hand knowledge of [[Merrick-236 | Jackie Merrick]]. &lt;!-- Please change this if Jackie did not directly witness the events of 's life. Say why we believe these facts to be true, even if it's a second-hand source. --&gt;\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mQZD2Q fZUOLE
iNG56S whttps://www.WikiTree.com/wiki/Merrick-10 pThomas qMerrick gm b16200000 vSt. Davids, Pembrokeshire, Dyfed, Wales z1 d17040907 ySpringfield, Hampden, Massachusetts o{{Puritan Great Migration|GM2|VI, R-S|497}}\n\n==Disputed Origins==According to Robert Charles Anderson's &quot;The Great Migration Directory&quot;, 2015, page 226, Thomas Merrick's origins are unknown. Anderson indicates that he immigrated in 1637, and there are records for him in Hartford and Springfield. Based on Anderson's information and WikiTree policy, Thomas Merrick's relationship to his parents [[Meyrick-4|John Meyrick]] and [[Bishop-985|Dorothy Bishop]], has been changed to 'Uncertain'.\n== Biography ==\nThomas Merrick, the immigrant ancestor of the Merrick family in America, was born about 1620, probably at Pembroke in Wales. He came to America on the James in 1636 with his three brothers and probably one sister.&lt;ref&gt;Genealogy of the Merrick-Mirick-Meyrick Family of Massachusetts&lt;/ref&gt; According to one family story, the brothers separated, one going to Eastham, one to Newbury and one remained in Charlestown. His putative sister, Sarah Mirick, married John Atkinson at Newbury in 1646.\nThomas first settled in Roxbury, then moved to Hartford, then up the Connecticut River to Agawam by 1638;&lt;ref&gt;Genealogy of the Merrick-Mirick-Meyrick Family of Massachusetts.&lt;/ref&gt; Agawam soon became known as Springfield, Massachusetts. Thomas married Sarah Stebbins, the daughter of Rowland and Sarah Stebbins of Springfield, 14 Jul 1639. He and Sarah had 5 children:&lt;ref name=&quot;beekman741&quot;&gt;Beekman Patent, p. 741.&lt;/ref&gt;\n# Thomas, , born 12 Apr 1641; died young.# Sarah, born 9 May 1643; married Eliakim Hitchcock of New York 4 Nov1667; died 1712.\n# Mary, born 28 Sep 1645; died 28 Jul 1646.# Mary, born 27 Aug 1647; married Samuel Foote of Hatfield, 30 May 1671.\n# Hannah, born 10 Feb 1649; married Benjamin Knowlton 30 Nov 1676.\nAfter Sarah's death, Thomas married second, Elizabeth Tilley, 21 Aug 1653 at Springfield.&lt;ref&gt;&quot;Merrick... Thomas and Elizabeth Tilly, Aug. 21, 1653.&quot; and &quot;Mirrick... [torn]mas [Thomas, written in a different handwriting] and Elisabeth Tilley, 21: 8m: 1653.&quot; Springfield Vital Records, Marriages, Book 1, p. 13&lt;/ref&gt; It is not known to which of the Tilley families she belonged. Elizabeth and Thomas had 8 children:&lt;ref name=&quot;beekman741&quot;/&gt;\n\n&lt;ol start=&quot;6&quot;&gt;\n&lt;li&gt; Elizabeth, born 26 Aug 1654; died 11 Jan 1659.&lt;/li&gt;\n&lt;li&gt; Miriam, born 1 May 1655; died 11 Oct 1684.&lt;/li&gt;&lt;li&gt; John, born 9 Nov 1658; married 1st, Mary Day, 11 Feb 1687; married 2nd Mrs. Rebekah Stebbins (widow), 14 Jan 1725; died 10 April 1748.&lt;/li&gt;&lt;li&gt; Elizabeth, born 4 Jul 1661; married Thomas Day of Springfield in 1685.&lt;/li&gt;\n&lt;li&gt; Thomas, born 2 Jan 1664.&lt;/li&gt;&lt;li&gt; Tilley, born October 20, 1667.&lt;ref&gt;&quot;Mirick... Tilly, s. Thomas, Oct. 20, 1667.&quot; Springfield Vital Records, Births, Book 1, p. 21 and &quot;Mirick... Tilly, s. Thomas and Eliz:, Oct. 20, 1667.&quot;HR&lt;/ref&gt;&lt;/li&gt;&lt;li&gt; James, born March 2, 1669/70;&lt;ref&gt;&quot;Mirick... James, s. Thomas and Elizabeth, Mar. 2, 1669/70.&quot; Springfield Vital Records, Births, Book 1, p. 22 and &quot;Mirrick... James, s. Thomas and Elizabeth, Mar. 2, 1669/70.&quot; HR&lt;/ref&gt;died September 8, 1765.&lt;ref&gt;&quot;Merrick... James, Lt., a.95 y., Sept. 8, 1765.&quot; CR3 and &quot;Mirick... James, Lt, Sept. 8, 1765.&quot;Springfield Vital Records, Deaths, Book 2, p. 57.&lt;/ref&gt;&lt;/li&gt;&lt;li&gt; Abigail, born 7 Sep 1673.&lt;ref&gt;&quot;Mirick... Abigail, d. Thomas andEliz, Sept. 7, 1673.&quot; and &quot;Mirick... Abigaill, d. Thomas, Sept. 7, 1673.&quot; Springfield Vital Records, Births, Book 1, p. 24.&lt;/ref&gt; married Gershom Ferry, 5 May 1702.&lt;ref&gt;Source: [[#S407]] pp.266-269&lt;/ref&gt;&lt;/ol&gt;\nElizabeth Tilley Merrick died at Springfield 21 Aug 1684,&lt;ref&gt;&quot;Mirrick... Elizabeth, w. Thomas, Aug. 21, 1684.&quot; and &quot;Mirricke... Elizabeth,w. Thomas, Aug. 21, 1684.&quot; Springfield Vital Records, Deaths, Book 1,p. 51.&lt;/ref&gt; and Thomas died there 7 Sep 1704.&lt;ref&gt;&quot;Mirick... Thomas Senior, Sept. 7, 1704.&quot; Springfield Vital Records, Deaths, Book 1, p. 98.&lt;/ref&gt;&lt;ref name=&quot;beekman741&quot;&gt;Beekman Patent, p. 741.&lt;/ref&gt;\nThomas and his first wife, Sarah, were among the first settlers of Springfield; he is listed as a founder. Thomas was a prominent landownerand served in several public roles, from surveyor, to fence-viewer, to being on committees to build the church and allot public land; he was also sergeant of the town's militia. Thomas and his second wife, Elizabeth, are buried in the Springfield Cemetery.&lt;ref&gt;Genealogy of the Merrick-Mirick-Meyrick Family of Massachusetts.&lt;/ref&gt;\n\n=== Name ===\n: Alt names: Meyrick, Mirack, Mirick, Mirrick, Myrick\n\n=== Birth ===\n: Birth: 1620 Wales\n: Alt birth: St. David's, Pembrokeshire, Dyfed, Wales\n: Alt birth: Anglesey, Pembrokeshire, Wales\n\n=== Immigration ===: 1636, on the ''James'', with his three brothers and one sister&lt;ref&gt;Genealogy of the Merrick-Mirick-Meyrick Family of Massachusetts&lt;/ref&gt;\n\n=== Residence ===\n: Residence, 1636: Roxbury, Suffolk, Massachusetts\n: Residence, 1637: Hartford, Hartford, Connecticut: Residence, 1638: Agawam (now Springfield), Hampshire (Now Hampden),Massachusetts\n\n=== Death ===\n: Death: September 7, 1704, at Springfield, Hampden, Massachusetts\n: Alt death: 3 Dec 1719, at Westfield, Hampden, Massachusetts\n\n=== Burial ===\n: Burial: Springfield, Hampden, Massachusetts\n\n== Research Note ==\n:No probate or will available at Ancestry.\n== Sources ==\n&lt;references /&gt;* Frank J. Doherty. ''The Settlers of the Beekman Patent, Dutchess County, New York: An Historical and Genealogical Study of All the 18th Century Settlers in the Patent'', ten volumes. 19902003. Pleasant Valley, NY. (The Settlers of the Beekman Patent, V.1-8. Online database:AmericanAncestors.org, New England Historic Genealogical Society, 2013),\n* Vital Records of Springfield, Massachusetts.\n* The First Century of the History of Springfield: The Official Records from 1636 to 1736, Volume 2. Henry Martyn Burt, Springfield, Massachusetts, 1899. pp. 30, 68-70, 166, 194, 246, 256, 273, [https://play.google.com/store/books/details?id=oeAWAAAAYAAJ link] or[https://babel.hathitrust.org/cgi/pt?id=hvd.32044011995750;view=1up;seq=44 see at hathitrust.com]\n\n* The Welsh Progenitors of the Merrick Family in America\n\n*Find A Grave Memorial# 47072606\n\n* Savage.ged imported on 21 February 2011\n\n* Beaman Family Tree.ged imported on 31 March 2011.\n* EBENSTEIN-GRANGER.GED imported on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]].\n* Source: &lt;span id='S407'&gt;S407&lt;/span&gt; Merrick, George B. ''Genealogyof the Merrick, Mirick, Myrick Family of Massachusetts''\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n----\n\n== Biography ==Thomas Merrick was likely born in Wales. His birthplace has been given as St. David's in Pembrokeshire. His birth year unclear - some sources say 1608 and others say 1620. 1620 is unlikely, because men had to be at least 21 to gain status as freemen, and most attained that status between about 25 and 30. Thomas could not have received land until he was a freeman. Since Thomas had married and received land by 1639, he had to have been born by 1618. He was also one of six men ordered toparticipate in a diplomatic mission to the Warranocke Indians &quot;to know the reasons why they said they are afraid of us&quot; in April 1638.&lt;ref&gt;Great Migration: Immigrants to New England, 1634-1635, Volume VI, R-S,p. 486.&lt;/ref&gt;It is highly unlikely that this delicate of a task wouldhave been entrusted to a teenager.\n\nFrom the ''Genealogy of the Merrick Family of Massachusetts'':: &quot;Thomas Merrick... came to America in the year 1636 with three brothers and probably one sister, Sarah Mirick, who married John Atkinson,at Newbury, 1646. The brothers separated, one going to Plymouth, later to Eastham, one to Newbury, and one remaining in Charlestown. ThomasMerrick is noted as having been in Roxbury in 1636... He was in Agawam [Springfield] on the 3rd day of January, 1638, according to the records of that plantation.&quot;&lt;ref&gt; ''Merrick genealogy'', p. 266.&lt;/ref&gt;\n: &quot;According to the records he was married to his first wife, Sarah, daughter of Rowland and Sarah Stebbins, July 14, 1639. She died after having borne him five children, and he married, 2d, Elizabeth Tilley, Aug. 21, 1653... By his second wife Thomas Merrick had eight children.&quot;&lt;ref&gt;''Merrick genealogy,'' p. 267.&lt;/ref&gt;\nElizabeth died on August 21, 1684 and Thomas died twenty years later on September 7, 1704. They are buried in Springfield.&lt;ref&gt;''Merrick genealogy'', p. 268.&lt;/ref&gt;\nChildren with first wife, Sarah (Stebbins) Merrick:&lt;ref&gt;''Merrick genealogy'', p. 268 and ''History of Springfield'', pp. 603-604.&lt;/ref&gt;\n: 1. Thomas, born April 12, 1641; died young.: 2. Sarah, born May 9, 1643; married Eliakim Hitchcock, of New York [New Haven?] on November 4, 1667.\n: 3. Mary, born September 28, 1645; died July 28, 1646.: 4. Mary, born August 27, 1647; married Samuel Foote, of Hatfield onMay 30, 1671.: 5. Hannah, born February 10, 1649; married Benjamin Knowlton on November 30, 1676.\nChildren with second wife, Elizabeth (Tilley) Merrick:&lt;ref&gt;''Merrick genealogy'', p. 268 and ''History of Springfield'', pp. 603-604.&lt;/ref&gt;: 6. Elizabeth, born August 26 [or October 26], 1654; died January 11, 1659.: 7. Miriam [Merriam], born May 1, 1655 [or 1656]; died October 11 [or 4], 1684.\n: 8. John, born November 9, 1658, married Mary Day.: 9. Elizabeth, born July 4, 1661; married Thomas Day, of Springfieldin 1685.\n:10. Thomas, born January 2, 1664 [or 1663], married Hannah Dumbleton.\n:11. Tilley [Tilly], born October 20, 1667, married Sarah Cooley.\n:12. James, born March 2, 1670, married Sarah Hitchcock.:13. Abigail, born September 1 [or 7], 1673; married Gershom Ferry onMay 5, 1702.\n\n== Sources ==\n\n* Ancestral File Number: MJP3-HW\n* [https://play.google.com/store/books/details?id=2rU0AAAAMAAJ ''Genealogy of the Merrick-Mirick-Myrick Family of Massachusetts, 1636-1902'']. George Byron Merrick. Tracy, Gibbs &amp; Company, 1902.\n* [https://play.google.com/store/books/details?id=oeAWAAAAYAAJ ''The First Century of the History of Springfield: The Official Records from1636 to 1736, with an Historical Review and Biographical Mention of the Founders'', Volume 2]. Henry Martyn Burt, 1899.\n* Source &lt;span id='S12'&gt;S12&lt;/span&gt; Repository: [[#REPO12]] Ancestral File (R), The Church of Jesus Christ of Latter-day Saints, Copyright (c) 1987, June 1998, data as of 5 January 1998. Repository &lt;span id='REPO12'&gt;REPO12&lt;/span&gt; Family History Library, 35 N West Temple Street, Salt Lake City, Utah 84150 USA.\n* &lt;span id='S1'&gt;&lt;/span&gt;Dexter, Franklin Bowditch. &lt;i&gt;[[Space:Biographical Sketches of the Graduates of Yale College|Biographical Sketches of the Graduates of Yale College]]&lt;/i&gt; (Holt, 1885) [http://books.google.com/books?id=LektAAAAIAAJ&amp;pg=PA431#v=onepage&amp;q&amp;f=true Vol. 1, Page 431] mVCU7U fR1OCJ sAUHDM
iAUHDM sNG56S whttps://www.WikiTree.com/wiki/Tilley-139 pElizabeth qTilley gf b16200000 vEngland z1 d16840821 ySpringfield, Hampden, Massachusetts o{{Massachusetts}}\n\n{{Unsourced}}\n== Biography ==\nElizabeth was born in 1620. She passed away in 1684. She was buried at the Springfield Cemetery, Springfield, Hampden, Massachusetts. One profile for Elizabeth indicated she was born in 1632 in Springfield, Massachusetts.\nMarriage to Thomas Merrick Aug. 21, 1653.&lt;ref&gt;&quot;MERRICK... Thomas andElizabeth Tilly, Aug. 21, 1653.&quot;HR and &quot;MIRRICK... [torn]mas [Thomas,written in a different handwriting] and Elisabeth Tilley, 21: 8m: 1653.&quot; Springfield Vital Records, Marriages, Book 1, p. 13.&lt;/ref&gt;\n\nChildren: (incomplete list): Tilly&lt;ref&gt;&quot;MIRICK... Tilly, s. Thomas, Oct. 20, 1667.&quot;Springfield Vital Records, Births, Book 1, p. 21, and &quot;MIRICK... Tilly, s. Thomas and Eliz:, Oct. 20, 1667.&quot; HR.&lt;/ref&gt;\n: James&lt;ref&gt;&quot;MIRICK... James, s. Thomas and Elizabeth, Mar. 2, 1669/70.&quot; Springfield Vital Records, Births, Book 1, p. 22 and &quot;MIRRICK... James, s. Thomas and Elizabeth, Mar. 2, 1669/70.&quot; HR&lt;/ref&gt; &lt;ref&gt;&quot;MERRICK... James, Lt., a. 95 y., Sept. 8, 1765.&quot; CR3 and &quot;MIRICK... James, Lt, Sept. 8, 1765.&quot;Springfield Vital Records, Deaths, Book 2, p. 57.&lt;/ref&gt;\n: Abigail&lt;ref&gt;&quot;MIRICK... Abigail, d. Thomas and Eliz, Sept. 7, 1673. HR and &quot;MIRICK... Abigaill, d. Thomas, Sept. 7, 1673.&quot; Springfield Vital Records, Births, Book 1, p. 24.&lt;/ref&gt;\nDeath: Aug. 21, 1684.&lt;ref&gt;&quot;MIRRICK... Elizabeth, w. Thomas, Aug. 21, 1684.&quot; HR and &quot;MIRRICKE... Elizabeth, w. Thomas, Aug. 21, 1684.&quot; Springfield Vital Records, Deaths, Book 1, p. 51.&lt;/ref&gt;\nThomas' death: Sept. 7, 1704.&lt;ref&gt;&quot;MIRICK... Thomas Senior, Sept. 7, 1704.&quot;Springfield Vital Records, Deaths, Book 1, p. 98.&lt;/ref&gt;\nPossible information regarding Elizabeth's parentage from ''Descendants of John Porter'', p. 49:: Thomas Merrick... married (second wife) 1653, Elizabeth Tilley, daughter of William Tllley, [who came] from England in the ship &quot;Abigail,&quot; in 1635, with his wife Alice.&lt;ref&gt;N.B. William and Nathaniel are theonly people surnamed Tilly/Tylly on the Abigail's 1635 passenger list. [http://www.winthropsociety.com/ships/abigail.htm (Winthrop Society)]. However, those lists were generated in England, and there was usually some shuffling of names before departure.&lt;/ref&gt;\nElizabeth was born about 1632. Elizabeth Tilley ... She passed away in 1684.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n\n* Ancestral File Number: 8JQP-N0\n* [http://ma-vitalrecords.org/MA/Hampden/Springfield/ The Vital Records of Springfield, Massachusetts].\n* The Great Migration: Ships to New England 1633-35.[http://www.winthropsociety.com/ships.php#passname Winthrop Society.\n* [http://books.google.com/books?id=sJpIAAAAMAAJ ''The Descendants ofJohn Porter of Windsor, Conn. 1635-9: Volume 1'']. Compiled by Henry Porter Andrews. G.W. Ball, Publisher, Saratoga Springs, 1893.\n* &lt;span id='S32'&gt;S32&lt;/span&gt;: Ancestral File, The Church of Jesus Christ of Latter-day Saints, June 1998 (c), data as of 5 JAN 1998. Repository &lt;span id='REPO6'&gt;REPO6&lt;/span&gt; Family History Library, 35 N West Temple Street, Salt Lake City, UT 84150 USA.\n* &lt;span id='S1'&gt;&lt;/span&gt;Dexter, Franklin Bowditch. &lt;i&gt;[[Space:Biographical Sketches of the Graduates of Yale College|Biographical Sketches of the Graduates of Yale College]]&lt;/i&gt; (Holt, 1885) [http://books.google.com/books?id=LektAAAAIAAJ&amp;pg=PA431#v=onepage&amp;q&amp;f=true Vol. 1, Page 431]\n=== Footnotes ===
iR7N3E whttps://www.WikiTree.com/wiki/Merrick-164 pThomas qMerrick gm b16410412 vSpringfield, Hampden, Massachusetts z1 d16640000 ySpringfield, Hampden, Massachusetts o\n== Biography ==\n{{Died Young}}Thomas was the third child born in Springfield, Massachusetts. He wasborn in 1641, and died young, possibly in 1644 or 1645, but almost certainly sometime between 1641 and 1651. He was the son of [[Merrick-302|Thomas Merrick]] and [[Stebbins-405|Sarah Stebbins]].\nName: Thomas Merrick&lt;ref&gt;Source: [[#S2]] Ancestry Family Trees http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=138&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S2'&gt;S2&lt;/span&gt; Ancestry Family Trees Online Publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree filessubmitted by Ancestry members.; Repository: [[#R1]] Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; http://www.Ancestry.com\n\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mC7AH3 fNG56S
iKGJVW whttps://www.WikiTree.com/wiki/Merrick-9 pSarah qMerrick gf b16430509 vSpringfield, Hampden, Massachusetts z1 d17120000 yEast Haven, New Haven, Connecticut o==Biography==Sarah '''merick'''e the daughter of Thomas mericke was borne 3 mon. 9day 1643, about 2 a clocke in the afternoone, in Springfield, Massachusetts.&lt;ref&gt;Massachusetts: Vital Records, 1621-1850 (Online Database: AmericanAncestors.org, New England Historic Genealogical Society, 2001-2016). aka ''The Vital Records of Springfield, Massachusetts to 1850.'' New England Historic Genealogical Society, 2003. [https://www.americanancestors.org/DB190/i/39814/9/1320086904 p. 9 Link at American Ancestors.]&lt;/ref&gt;&lt;ref&gt;''The Settlers of the Beekman Patent'', V.1-8 (Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2013), (Orig. Pub. by Frank J. Doherty, Pleasant Valley, NY. Frank J. Doherty, The Settlers of the Beekman Patent, Dutchess County, New York: An Historical and Genealogical Study of All the 18th CenturySettlers in the Patent, ten volumes. 19902003), page 741. Citing ''A Genealogical Circular Very Respectfully Addressed to All the Merricks in America'', by Rev. James L. Merrick, South Amherst, Mass. (undated).&lt;/ref&gt;\nSarah Merricke was married to Eliakim (also known as Eleazer) Hitchcock in Springfield on November 4, 1667, by Capt. John Pinchon. The marriage was recorded in New Haven where the couple's children were born.&lt;ref&gt;''New Haven Vital Records'', [https://www.americanancestors.org/databases/new-haven-ct-vital-records-1649-1850/image/?volumeId=7397&amp;pageName=26&amp;rId=5769578 Vol. 1, page 26]: Eliakim Hitchcock &amp; Sarah Merricke were married by Capt John Pinchon at Springfield Novembr 4th 1667.&lt;/ref&gt;&lt;ref name=DLJ749&gt;Donald Lines Jacobus, &quot;Families of Ancient New Haven&quot;, Vol III, [https://www.americanancestors.org/databases/families-of-ancient-new-haven/image/?pageName=749&amp;volumeId=7489 page 749] (Hitchcock Family).&lt;/ref&gt;&lt;ref&gt;Anderson, Robert Charles. ''The Great Migration'', vol. III, [https://www.americanancestors.org/databases/great-migration-immigrants-to-new-england-1634-1635-volume-iii-g-h/image/?volumeId=7118&amp;pageName=338&amp;rId=235153726 page 338], citing New Haven Vital Records 26.&lt;/ref&gt;&lt;ref&gt;Torrey's New England Marriages, Vol. 2, [https://www.americanancestors.org/databases/torreys-new-england-marriages-to-1700/image/?volumeId=21175&amp;pageName=763&amp;rId=426890495 page 763].&lt;/ref&gt;The births of nine children were recorded in New Haven.&lt;ref name=DLJ749/&gt;\nSarah Hitchcock, wife of Eliakim, d. [____] 1712, in East Haven, Connecticut.&lt;ref name=&quot;Barbour&quot;&gt;East haven. Connecticut Vital Records to 1850 (Online Database: AmericanAncestors.org, New England Historic Genealogical Society, 2011.) From original typescripts, Lucius Barnes Barbour Collection, 1928. p. 42&lt;/ref&gt; References to Newbury, Massachusetts, are confusing her with [[Merrick-348|Sarah (Merrick) Atkinson]].\n\n==Sources==\n&lt;references/&gt;*Mrs. Edward Hitchcock, Sr., The Genealogy of the Hitchcock Family (Amherst, Massachusetts: Press of Carpenter and Morehouse, 1894.) found in Cheshire Public Library, Cheshire, Connecticut.* Source &lt;span id='S12'&gt;S12&lt;/span&gt; [https://familysearch.org/search/tree/results?count=20&amp;query=%2Bafn%3A2CMG-V6 Ancestral File, no. 2CMG-V6 (FamilySearch.org)]. '''Note:''' Searching this Ancestral File number yields 148 user-submitted trees in both &quot;Ancestral File&quot; and &quot;Pedigree Resource File.&quot; At some point in time, FamilySearch.org combined all these genealogies under a single reference number. I do not know which tree the contributor intended with this citation. mC7AH3 fNG56S
iUXSH7 whttps://www.WikiTree.com/wiki/Merrick-362 pMary qMerrick gf b16450928 vSpringfield, Massachusetts, z1 d16480728 ySpringfield, Massachusetts o== Biography ==\n{{Died Young}}Mary Merrick was born September 28, 1645. She was the daughter of [[Merrick-302|Thomas Merrick]] and [[Stebbins-1|Sarah Stebbins]]. Her parents had another daughter Mary on August 27, 1647, suggesting that this Mary died prior to that date.&lt;ref&gt;The Settlers of the Beekman Patent, V.1-8, page 741. (Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2013), (Orig. Pub. by Frank J. Doherty, Pleasant Valley, NY. Frank J. Doherty, The Settlers of the Beekman Patent, Dutchess County, New York: An Historical and Genealogical Study of All the 18th Century Settlers in the Patent, ten volumes. 19902003).&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nThank you to [[Saxberg-5 | Ang Saxberg]] for creating WikiTree profile Merrick-482 through the import of bessie1.ged on Mar 20, 2013.\nThank you to [[Saxberg-5 | Ang Saxberg]] for creating WikiTree profile Merrick-483 through the import of bessie1.ged on Mar 20, 2013.\n\n---- mC7AH3 fNG56S
iXU5Z2 whttps://www.WikiTree.com/wiki/Merrick-363 pMary qMerrick gf b16470827 vSpringfield, Massachusetts Bay z1 d16901003 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==&quot;Goodwife Foote (Mary (Merrick) Foote) and two children (Nathanie &amp; Mary) were carried away by the Indians, in ther irruption on Hatfield, September 19, 1677.&quot;\n\n== Sources ==\n&lt;references /&gt;* &lt;span id='Goodwin'&gt;&lt;/span&gt;Goodwin, Nathaniel. ''[[Space:The Foote Family|The Foote Family]]'' (Case, Tiffany and Co., Hartford, Connecticut, 1849) [https://archive.org/details/footefamilyordes00good/page/n37Page xxx] mC7AH3 fNG56S
iEH9CE whttps://www.WikiTree.com/wiki/Merrick-364 pHannah qMerrick gf b16500210 vSpringfield, Hampden, Massachusetts Bay Colony z1 ySpringfield, Hampden, Massachusetts Bay o[[Category: Hampden County, Massachusetts, Knowlton Name Study]]\n== Biography ==\nHannah Merrick, the daughter of [[Merrick-10|Thomas Merrick]] and [[Stebbins-1|Sarah Stebbins]], was born February 10, 1650. She married Benjamin Knowlton.&lt;ref&gt;The Settlers of the Beekman Patent, V.1-8 (Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2013), (Orig. Pub. by Frank J. Doherty, Pleasant Valley, NY. Frank J. Doherty, The Settlers of the Beekman Patent, Dutchess County, New York: An Historical and Genealogical Study of All the 18th CenturySettlers in the Patent, ten volumes. 19902003), page 741.&lt;/ref&gt;\nAfter Benjamin's death in 1690, 53 year old Hannah married as her second husband, 30 year old Mathew Crowfoot. They had no children.\nWhen Mathew passed away in 1718 he left a will dated Jul 16, 1718 in which Hannah is named his executor. Mathew instructed that Hannah receive his house and land to use for her natural life after which it wasto go to Mathew Crowfoot the son of James Crowfoot of Danbury, Connecticut.\nIt is not known when Hannah passed away but it is obviously after July 16, 1718 in Springfield. The claim made in a Find A Grave memorial (with no photo of any gravestone inscription) that she died in 1716 inCharlestown, MA. is false. That error has been brought to the attention of the profile manager and been corrected.\n\n\n\n=== Marriage ===\n\n: Husband: [[Knowlton-162|Benjamin Knowlton]]\n: Wife: [[Mirick-4|Hannah Mirick]]\n: Marriage:\n:: Date: 30 NOV 1676\n:: Source: [[#S103]]\n: User ID: 114F69B078D7480392F50C1F7F6E9C3D8B08\n: Child: [[Knowlton-191|Mary Knowlton]]\n: Child: [[Knowlton-192|Benjamin Knowlton]]\n: Child: [[Knowlton-193|Sarah Knowlton]]\n: Child: [[Knowlton-194|Mercy Knowlton]]\n: Child: [[Knowlton-195|Joseph Knowlton]]\n: Child: [[Knowlton-196|Mercy Knowlton]]\n\n\n\n\n=== Sources ===\n* Massachusetts, Springfield, Vital Records, 1638-1887, The Marriage of Hannah Knowlton and Mathew Crowfoot, https://www.familysearch.org/ark:/61903/1:1:XPJJ-1YG* Massachusetts, Wills and Probate Records, 1635-1991, The Will of Mathew Crowfoot; https://www.ancestry.com/interactive/9069/007705549_00512/628346?backurl=https://www.ancestry.com/family-tree/person/tree/89316435/person/432056556314/facts/citation/1162075175696/edit/record* Hannah Merrick- Ancestry Tree- https://www.ancestry.com/family-tree/person/tree/89316435/person/79005332166/facts\n\n\n\n\n\n&lt;references/&gt;\n\n: Source &lt;span id='S103'&gt;S103&lt;/span&gt;\n: Text: Web Site\n: Text: Knowlton Mailing List\n: Text: Descendants of William Knowlton\n: Text: http://www.benetech.com/knowlton/\n: Text: viewed 23 March 1999 mC7AH3 fNG56S
iMCYZG whttps://www.WikiTree.com/wiki/Merrick-365 pElizabeth qMerrick gf b16540826 vSpringfield, Mass. z1 d16590111 ySpringfield, Mass. o== Biography ==\nElizabeth was born in 1654. She was the daughter of [[Merrick-302|Thomas Merrick]] and [[Tilley-324|Elizabeth Tilley]]. She died at four years old in 1659. &lt;ref&gt;Entered by Jackie Merrick, Jan 16, 2013&lt;/ref&gt;\n''Do you have information about Merrick? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n* First-hand knowledge of [[Merrick-236 | Jackie Merrick]]. &lt;!-- Please change this if Jackie did not directly witness the events of 's life. Say why we believe these facts to be true, even if it's a second-hand source. --&gt;\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAUHDM fNG56S
iANEOH whttps://www.WikiTree.com/wiki/Merrick-342 pMiriam qMerrick gf b16560501 vSpringfield, Hampden, Massachusetts z1 d16841011 ySpringfield, Hampden, Massachusetts o== Biography ==\nMiriam Merrick, the daughter of Thomas Merrick and his second wife Elizabeth Tilley, was born May 1, 1656 and died in 1684.&lt;ref&gt;The Settlers of the Beekman Patent, V.1-8 (Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2013), (Orig. Pub. by Frank J. Doherty, Pleasant Valley, NY. Frank J. Doherty, The Settlers of the Beekman Patent, Dutchess County, New York: An Historical and Genealogical Study of All the 18th Century Settlers in the Patent, ten volumes. 19902003), page 741.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n==Acknowledgements==\n\n---- mAUHDM fNG56S
iG3NSP whttps://www.WikiTree.com/wiki/Myrick-277 pOwen qMyrick gm b16580000 vEngland z1 d17200000 ySurry, VA o[[Category:Surry County, Virginia]]\n[[Category:Rebels - Bacon's Rebellion]]\n\n== Biography ==\nOwen Myrick was born about 1650 and died about 1700.&lt;ref&gt;[https://books.google.com/books/about/The_Story_of_the_Myricks.html?id=x6s0AAAAMAAJ&amp;printsec=frontcover&amp;source=kp_read_button]&lt;/ref&gt;\nOwen Myrick, son of Thomas, was born in England about 1630.&lt;ref&gt;[http://news.rootsweb.com/th/read/MYRICK/2003-04/1051768718 Rootsweb post]&lt;/ref&gt;\n\n: Wife Joan, maiden name possibly Thorpe\n: He may later have married Mary Grey/Gray: Married (1) Joan (Thorpe?) and (2) Mary Green, &quot;widow of (Sir) JohnGRAYE&quot;&lt;ref&gt;[http://www.genealogy.com/forum/surnames/topics/thorpe/777/ 2003 GenForum post] by Bellinda Myrick-Barnett, MYRICK-L@rootsweb.com List Administrator. &lt;/ref&gt;\n\n== Leads ==* [http://listsearches.rootsweb.com/th/read/MYRICK/2001-08/0998509005Rootsweb question], same discussion as Rootsweb post that was given as a source* [http://archiver.rootsweb.ancestry.com/th/read/MYRICK/2003-11/1067702711 Rootsweb post], Harris connection\n\n== Sources ==\n&lt;references /&gt;* [http://archiver.rootsweb.ancestry.com/th/read/MYRICK/2003-03/1046843823 Rootsweb question], Campbell-L Archives\n* http://awt.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=:3236307&amp;id=I0473\n\n1676 Jamestown\nParticipant in Bacon's rebellion the first revolt in the colonies mAUHDM fBEDAB
iZLDSS whttps://www.WikiTree.com/wiki/Merrick-103 pJohn qMerrick gm b16581109 vSpringfield, Massachusetts Bay Colony z1 d17480410 ySpringfield, Hampshire County, Massachusetts o== Biography ==\nJohn Merrick\nJohn was born in 1658. He was the son of [[Merrick-302|Thomas Merrick]] and [[Tilley-324|Elizabeth Tilley]]. He passed away in 1748. &lt;ref&gt;Entered by Jackie Merrick, Jan 16, 2013&lt;/ref&gt;\n\nName : Captain John /Merrick/&lt;ref&gt;Ancestry Family Tree&lt;/ref&gt;\n\n=== Family ===John married 10 Feb 1686/7 at Springfield to 1) [[Day-391|Mary (Day)Merrick]] (1661-1723).&lt;ref name=&quot;Tor&quot;&gt;[http://www.americanancestors.org/PageDetail.aspx?recordId=6200433 ''Torreys New England MarriagesPrior to 1700.''] Page 22173 (Online database. AmericanAncestors.org.New England Historic Genealogical Society, 2008.) Originally published as: New England Marriages Prior to 1700. CD-ROM. Boston, Mass.: New England Historic Genealogical Society, 2001, Web accessed August 2, 2014, citing {Hale (1952) 512; Warner-Harrington 167, 445, 503; Holbrook Anc. (1942) 75, 81; Merrick 269; Day 7; Windsor CT 2:569; Day (1900)4}&lt;/ref&gt;.\n\n== Sources ==\n&lt;references /&gt;* Roberts, Gary B., ''Ancestors of American Presidents.'' New EnglandHistoric Genealogical Society; Location: Boston, Suffolk, Massachusetts, USA; Date: 2009\n*Massachusetts, Town and Vital Records, 1620-1988\n::John Merrick\n::Birth Date 9 Nov 1658\n::Birth Place Springfield, Massachusetts\n::Father Name Thomas Merrick\n\n::John Merrick\n::Marriage Date 11 Feb 1686\n::Marriage Place Springfield, Massachusetts\n::Spouse Name Mary Day* Ancestry Family Trees. Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members*Family Data Collection - Individual Records, Edmund West, comp.. [database on-line]. Provo, UT, USA: Ancestry.com Operations Inc, 2000. Ancestry.com.\n\n== Acknowledgments ==*Thank you to [[Oliver-773 | Rich Oliver]] for creating WikiTree profile Merrick-442 through the import of TheOlivers-3_2013-03-11_01.ged on Mar 11, 2013. Click to the Changes page for the details of edits by Rich and others.* Thanks to [[Merrick-236 | Jackie Merrick]] for starting this profile. Click the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAUHDM fNG56S
iAPD5E whttps://www.WikiTree.com/wiki/Merrick-123 pElizabeth qMerrick gf b16610704 vof Springfield, Hampshire, Massachusetts z1 d17431228 yColchester, New London, Connecticut o== Biography ==Elizabeth was born 04 Jul 1661 at Springfield&lt;ref&gt;&quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/1:1:XPJF-QQH : 9 February 2018),Elizabeth Mirrick, 04 Jul 1661; citing , Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.&lt;/ref&gt;\nShe married 28 Jan 1685 at Springfield Thomas Day&lt;ref&gt;&quot;Massachusetts,Springfield Vital Records, 1638-1887,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XPJJ-TDZ : 12 December 2014), Thomas Day and Elizabeth Mirricke, 28 Jan 1685; citing p 124, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.&lt;/ref&gt;\n== Sources ==\n&lt;references/&gt;* WikiTree profile Merrick-331 created through the import of alucindajonesWikiTreedone.ged on May 16, 2012 by [[Osmer-1 | Tami Osmer]]. Seethe [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Merrick-331 Changes page] for the details of edits by Tami and others.\n*This person was created through the import of Ella Lamoreaux.ged on 28 April 2011. The following data was included in the gedcom. You maywish to edit it for readability.\n\n* WikiTree profile Merrick-160 created through the import of BDM7-7-11.ged on Jul 8, 2011 by [[McCullough-222 | Brian McCullough]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Merrick-160 Changes page] for the details of edits by Brian and others.\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAUHDM fNG56S
iXCM6E whttps://www.WikiTree.com/wiki/Merrick-122 pTilley qMerrick gm b16671020 vSpringfield, Hampden, Massachusetts Bay Colony z1 d17360921 yWest Springfield, Hampden, Massachusetts Bay oThis person was created through the import of Ella Lamoreaux.ged on 28 April 2011.\n\n== Biography ==\nTilley Mirick was a tanner by trade, was a select man in 1711,\n\n== Sources ==\nGenealogy of the Merrick-Myrick-Mirick\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Tilley /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S243'&gt;S243&lt;/span&gt; Title: Family Data Collection - Individual Records Publication: Name: Edmund West, comp.. Family Data Collection - Individual Records [database on-line]. Provo, UT, USA:Ancestry.com Operations Inc, 2000.; Repository: [[#R1]]\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Oliver-773 | Rich Oliver]] for creating WikiTree profile Merrick-434 through the import of TheOlivers-3_2013-03-11_01.ged onMar 11, 2013. mAUHDM fNG56S
iLOHED whttps://www.WikiTree.com/wiki/Merrick-368 pJames qMerrick gm b16690302 vSpringfield, Hampden, Massachusetts z1 d17650908 ySpringfield, Hampden, Massachusetts o== Biography ==\nJames Merrick, the son of [[Merrick-10|Thomas Merrick]] and [[Tilley-139|Elizabeth Tilley]], was born March 2, 1670. He married Sarah Hitchcock.&lt;ref&gt;The Settlers of the Beekman Patent, V.1-8 (Online database:AmericanAncestors.org, New England Historic Genealogical Society, 2013), (Orig. Pub. by Frank J. Doherty, Pleasant Valley, NY. Frank J. Doherty, The Settlers of the Beekman Patent, Dutchess County, New York: An Historical and Genealogical Study of All the 18th Century Settlers in the Patent, ten volumes. 19902003), page 741.&lt;/ref&gt;\nJames Merrick married Sarah Hitchcock on July 30, 1696. After Sarah died he married Abigail Root. He died September 8, 1765 and is buried at Old Meadow Cem, West Springfield, Hampden, MA.&lt;ref&gt;Find A Grave Memorial# 115682524.&lt;/ref&gt;\nJames was a selectman in 1715 and 1719, also constable, tithingman and fence viewer.(citation needed)\nSee also Find A Grave Memorial #58118800 for James with his surname spelled Mirick. The #115682524 profile has been merged into the #58118800 profile on Find A Grave.\n\n== Sources ==\n&lt;references/&gt;* &lt;span id='S1'&gt;&lt;/span&gt;Dexter, Franklin Bowditch. &lt;i&gt;[[Space:Biographical Sketches of the Graduates of Yale College|Biographical Sketches of the Graduates of Yale College]]&lt;/i&gt; (Holt, 1885) [http://books.google.com/books?id=LektAAAAIAAJ&amp;pg=PA431#v=onepage&amp;q&amp;f=true Vol. 1, Page 431]* &lt;span id='S1'&gt;&lt;/span&gt;Doherty, Frank J. &lt;i&gt;[[Space:The Settlers of the Beekman Patent|The Settlers of the Beekman Patent]]&lt;/i&gt; (1990) mAUHDM fNG56S
iJGRRV whttps://www.WikiTree.com/wiki/Merrick-100 pAbigail qMerrick gf b16730901 vSpringfield, Hampden, Massachusetts z1 d17531231 ySpringfield, Hampden, Massachusetts o==Biography==\nName\tAbigail Ferry\nEvent Type\tDeath\nEvent Date\t31 Dec 1753\nEvent Place\tHampden, Massachusetts\nGender\tFemale\nSpouse's Name\tGershom Ferry\n\nName\tGershon Ferry\nEvent Type\tMarriage\nEvent Date\t05 Mar 1701\nEvent Place\tSpringfield, Hampden, Massachusetts\nGender\tMale\nSpouse's Name\tAbigail Miricke\n\n==Sources==\n&lt;references/&gt;\n&quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, FamilySearch (https://familysearch.org/pal:/MM9.1.1/XPJJ-1Y4 :12 December 2014), Gershon Ferry and Abigail Miricke, 05 Mar 1701; citing p 134, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n\n*&quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database withimages, FamilySearch (https://familysearch.org/pal:/MM9.1.1/XPNJ-YY4 : 12 December 2014), Abigail Ferry, 31 Dec 1753; citing v 2 p 31, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,417.\n\n==Acknowledgements==This person was created on 27 March 2011 through the import of fitzmaster032511.ged.\n\n----\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Merrick-145 created through the import of The Sammons Family Tree.ged on Jun 9, 2011 by [[Sammons-51 | Steve Sammons]].See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Merrick-145 Changes page] for the details of edits by Steve and others.\n* Source: &lt;span id='S2852711167'&gt;S2852711167&lt;/span&gt; Repository: [[#R2852704208]] Title: Public Member Trees Author: Ancestry.com Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family trees submitted by Ancestry members.Original data: Family trees submitted by Ancestry members. Note: This information comes from 1 or more individual Ancestry Family Tree files.This source citation points you to a current version of those files.Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: 1 or more individual Ancestry Family Tree files were combined to create this source citation. Note: Information extracted from various family tree datasubmitted to Ancestry.com and The Generations Network Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=5111977&amp;pid=3320* Repository: &lt;span id='R2852704208'&gt;R2852704208&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n----\n\n== Biography ==\nAbigail was born in 1673. She is the daughter of [[Merrick-302|ThomasMerrick]] and [[Tilley-324|Elizabeth Tilley]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 16, 2013&lt;/ref&gt;\n''Do you have information about Merrick? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n* First-hand knowledge of [[Merrick-236 | Jackie Merrick]]. &lt;!-- Please change this if Jackie did not directly witness the events of 's life. Say why we believe these facts to be true, even if it's a second-hand source. --&gt;\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAUHDM fNG56S
iR1OCJ whttps://www.WikiTree.com/wiki/Meyrick-4 pJohn qMeyrick gm b15790101 vSt Davids, Pembrokeshire, Wales z1 yRoxbury, Suffolk, Massachusetts Bay o== Biography ==John Meyrick, also a minister, was born in 1579. He married Dorothy, daughter of Mathew and Elizabeth (Young) Bishop. They had four sons: William, John, James, and Thomas, whose destiny was to be in the settlement of Plymouth and Massachusetts Bay Colonies and whose descendants contributed remarkably in the development of two nations.\n\n=== Name ===\n: Rev. John Meyrick\n=== Birth ===\n:: 1 JAN 1578/9 Pembroke, Wales\n=== Marriage ===\n:: ABT 1602 St. David's, Pembrokeshire, Wales\n::: Wife: [[Bishop-985|Dorothy Bishop]]\n::: Child: [[Meyrick-5|Thomas Meyrick]]\n::: Child: [[Meyrick-6|Janet Meyrick]]\n::: Child: [[Merrick-89|William Merrick]]\n::: Child: [[Meyrick-7|William Meyrick]]\n::: Child: [[Merrick-90|John Merrick]]\n::: Child: [[Merrick-91|James Merrick]]\n::: Child: [[Merrick-92|Thomas Merrick]]\n::: Child: [[Meyrick-8|William Meyrick]]\n::: Child: [[Meyrick-9|James Meyrick]]\n::: Child: [[Merrick-79|John Merrick]]\n::: Child: [[Myrick-42|John Myrick]]\n::: Child: [[Meyrick-10|Thomas Meyrick]]\n::: Child: [[Mirick or Merrick-1|Sarah Mirick or Merrick]]\n=== Arrival ===\n:: 1641 Charlestown, Massachusetts\n\n== Sources ==\n&lt;references /&gt;* &lt;span id='BRCR'&gt;&lt;/span&gt;''[[Space:Boston Records Commissioners Reports|Boston Records Commissioners Reports]]'' (Rockwell and Churchill, Boston, 1875) Vol. 6.::* [https://archive.org/details/recordsrelatingt06bost/page/174 Page174]: Roxbury Church Records. &quot;1650 Month 6 day 25 Widdow Morrick dyed.&quot;\n* Ancestral File (TM) The Church of Jesus Christ of Latter-day Saints* Hills, Leon Clark,. History and genealogy of the Mayflower plantersand first comers to ye olde colonie. Washington, D.C.: Hills Pub. Co., c1936-c1941.* Curfman, Robert Joseph,. The Paddock genealogy : descendants of Robert Paddock of Plymouth Colony, blacksmith and constable, 1646. Fort Collins, Colo.: Curfman, 1986.* Merrick, George Byron,. Genealogy of the Merrick-Mirick-Myrick family of Massachusetts, 1636-1902. Madison, Wis.: Tracy, Gibbs, &amp; Co., 1902.* &lt;span id='Filby'&gt;&lt;/span&gt;Filby, P. William, ed. ''[[Space:Passenger and Immigration Lists Index, 1500s-1900s|Passenger and Immigration Lists Index, 1500s-1900s]]'' (Gale Research, Farmington Hills, MI, USA, 2012) mEYBV5 fUVEXD sVCU7U
iVCU7U sR1OCJ whttps://www.WikiTree.com/wiki/Bishop-985 pDorothy qBishop gf b15700000 vSt Davids, Pembrokeshire, Wales z1 d16500625 yRoxbury, Suffolk, Massachusetts Bay o==Biography==\nDorothy Bishop\n\nEmigrant England Pilgrims\n\n=== Name ===\n: Dorothy Bishop\n=== Marriage ===\n:: about 1602 in St. Davids, Pembrokeshire, Dyfed, Wales.:: John Merrick, born Jan 1, 1578/9 St. David's, Pembrokeshire, Dyfed, Wales.\n:: Children:::# Thomas Merrick,b: ABT. 1620 St. Davids, Pembrokeshire, Dyfed, Wales\n::# Janet Meyrick b: ABT. 1601 Wales::# William Merrick, b: 1 JAN 1603 St. Davids, Pembrokeshire, Dyfed, Wales::# James Merrick, b: ABT. 1612 St. Davids, Pembrokeshire, Dyfed, Wales\n::# John Merrick, b: ABT. 1614 St. Davids, Pembrokeshire, Dyfed, Wales\n::# Sarah Merrick, b: ABT. 1624 t. Davids, Pembrokeshire, Dyfed, Wales\n\n== Sources ==\n&lt;references/&gt;* &lt;span id='BRCR'&gt;&lt;/span&gt;''[[Space:Boston Records Commissioners Reports|Boston Records Commissioners Reports]]'' (Rockwell and Churchill, Boston, 1875) Vol. 6.::* [https://archive.org/details/recordsrelatingt06bost/page/174 Page174]: Roxbury Church Records. &quot;1650 Month 6 day 25 Widdow Morrick dyed.&quot;\n* Ancestral File Number: 8JQQ-0N mHQXFO fKCZMD
iC7AH3 whttps://www.WikiTree.com/wiki/Stebbins-1 pSarah qStebbins gf b16230000 vBocking, Essex, England z1 d16520000 ySpringfield, Massachusetts Bay Colony o{{Puritan Great Migration|GM2|VI, R-S|497}}\n==Biography==\nSarah Stebbins was born about 1622 or 1623, presumably in Bocking, Essex, England since that is where her father was born and her parents were married. She was the daughter of Rowland Stebbins and his wife Sarah Whiting&lt;ref name=&quot;TAG31&quot;&gt;The American Genealogist. New Haven, CT:D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) Oct. 1955. Vol. 31, No.4. ''&quot;The Stebbing Family of Co. Essex, England, and Rowland, Martin, Edward and Editha Stebbing or Stebbins of New England&quot;'' John Insley Coddington.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=193&amp;volumeId=11830 subscribers$] &lt;/ref&gt; who migrated together on the ''Francis'' of Ipswich in 1634. On 30 April 1634, &quot;Rowland Stebing,&quot; aged 40, &quot;Sarah his wife,&quot; age 43, &quot;Thomas Stebing,&quot; aged 14, &quot;Sarah Stebing,&quot; age 11, &quot;Elizabeth Stebing,&quot; age 6, &quot;John Stebing,&quot; aged 8, and &quot;Mary Winche,&quot; aged 15, were enrolled atIpswich as passengers for New England on the ''Francis.&quot;&lt;ref name=GMstebbins&gt;Great Migration 1634-1635, R-S. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2012.) Originally published as: The Great Migration, Immigrants to New England, 1634-1635, Volume VI, R-S, by Robert Charles Anderson. Boston: New England Historic Genealogical Society, 2009. sketch of Rowland Stebbins.[https://www.americanancestors.org/databases/great-migration-immigrants-to-new-england-1634-1635-volume-vi-r-s/image?pageName=494&amp;volumeId=12124&amp;rId=23901574] &lt;/ref&gt;\n Sarah was Thomas Merrick's first wife. They were married September 14, 1639, in Springfield, Massachusetts.&lt;ref&gt;&quot;MERICKE... Thomas and Sarah Stebbins, 14: 7m: 1639.&quot; Springfield Vital Records, Marriages, Bk.1, p. 13.&lt;/ref&gt;\n\nThomas' children with Sarah were:# Thomas, born April 12, 1641;&lt;ref&gt;&quot;MERICKE... Thomas, s. Thomas, 12:2m: 1641.&quot; Springfield Vital Records, Births, Book 1, p. 5.&lt;/ref&gt; died young.# Sarah, born May 9, 1643;&lt;ref&gt;&quot;MERICKE... Sarah, d. Thom, 9: 3m: 1643.&quot; Springfield Vital Records, Births, Book 1, p. 5.&lt;/ref&gt; married Eliakim Hitchcock of New York 4 Nov 1667; died 1712.# Mary, born September 28, 1645;&lt;ref&gt;&quot;MERICKE... Mary, d. Thomas, 28:7m: 1645.&quot; Springfield Vital Records, Births, Book 1, p. 6.&lt;/ref&gt; died July 28, 1646.&lt;ref&gt;&quot;MERICKE... Mary, d. Thomas, buryed 28: 5m: 1646.&quot; Springfield Vital Records, Deaths, Book 1, p. 46.&lt;/ref&gt;# Mary (unclear if surname in record is Merrick or Merickle), born August 27, 1647;&lt;ref&gt;&quot;MERICKLE... Mary, d. Thomas, 27: 6m: 1647.&quot; Springfield Vital Records, Births, Book 1, p. 6.&lt;/ref&gt; married Samuel Foote of Hatfield, 30 May 1671.# Hannah, born February 10, 1649/50;&lt;ref&gt;&quot;MIRRICK... Hannah, d. Thomas, 10: 12m: 1649.&quot; Springfield Vital Records, Births, Book 1, p. 7.&lt;/ref&gt; married Benjamin Knowlton 30 Nov 1676.\nSarah died October 4, 1649 at Springfield. ['''NOTE''': The October 4, 1649 death date is that of her mother, Sarah (Whiting) Stebbins. Sarah (Stebbins) Merrick died between 10 February 1649/50, the date her last child was born, and 21 October 1653, when her husband Thomas Merrick married Elizabeth Tilley.]&lt;ref name=&quot;TAG31&quot; /&gt;\nThomas married second, Elizabeth Tilley, 21 Aug 1653 at Springfield. Thomas and Elizabeth had eight children that are listed on the profileof [[Merrick-10|Thomas Merrick]].\n\n== Sources ==\n&lt;references /&gt;* Anderson, Robert Charles. ''The Great Migration'', vol. VI, [https://www.americanancestors.org/databases/great-migration-immigrants-to-new-england-1634-1635-volume-vi-r-s/image/?pageName=497&amp;volumeId=12124&amp;rId=23901577 page 497].* [http://ma-vitalrecords.org/MA/Hampden/Springfield/ Vital Records of Springfield, Massachusetts].* Ralph Stebbins Greenlee and Robert Lemuel Greenlee. ''The Stebbins Genealogy. Chicago, 1904. [https://archive.org/details/stebbinsgenealog01ingree Volume 1] at Archive.org. [https://archive.org/details/stebbinsgenealog02lcgree Volume 2] at Archive.org.* [https://play.google.com/store/books/details?id=oeAWAAAAYAAJ The First Century of the History of Springfield: The Official Records from 1636 to 1736, Volume 2]. Henry Martyn Burt, Springfield, Massachusetts,1899.* Ancestral File. The Church of Jesus Christ of Latter-day Saints. Publication: June 1998, data as of 5 Jan 1998. Repository: Family History Library, 35 N West Temple Street, Salt Lake City, UT 84150 USA. mKC7TS fYXCSW
iDE5RA whttps://www.WikiTree.com/wiki/Meyrick-6 pJanet qMeyrick gf b15910000 vWales, Llanlleschydd, St David's, Pembrokeshire oThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Ancestral File Number ===\n: Ancestral File Number: G89C-SL\n\n\n=== LDS Baptism ===\n: LDS Baptism:\n:: Date: 2 JUN 1943\n\n\n=== LDS Endowment ===\n: LDS Endowment:\n:: Date: 24 FEB 1949\n\n\n=== User ID ===\n: User ID: C8A677979C3A7C4AB008ED38ADAE99725B67\n\n\n=== LDS Sealing Child ===\n: LDS Sealing Child:\n:: Child of Family: @F1017@\n:: Date: 31 OCT 1949\n:: LDS Temple: SLAKE\n\n\n=== Source ===\n: Source: [[#S32]]\n:: Record ID Number: 5148\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 8 OCT 2008\n::: Time: 08:34:56\nPrior to import, this record was last changed 08:34:56 8 OCT 2008.\n\n----\nThis person was created through the import of OKMay6.ged on 11 May 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Ancestral File Number ===\n: Ancestral File Number: G89C-SL\n\n\n=== User ID ===\n: User ID: 61873B7B12BD3C40AECBBB1F921130DDECB3\n\n\n=== Source ===\n: Source: [[#S12]]\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 4 Jun 2010\n::: Time: 22:47:29\nPrior to import, this record was last changed 22:47:29 4 Jun 2010.\n\n=== Sources ===\n: Source &lt;span id='S12'&gt;S12&lt;/span&gt;\n: Repository: [[#REPO12]]\n: Title: Ancestral File (R)\n: Author: The Church of Jesus Christ of Latter-day Saints: Publication: Copyright (c) 1987, June 1998, data as of 5 January 1998\n\n\n\n: Repository &lt;span id='REPO12'&gt;REPO12&lt;/span&gt;\n: Name: Family History Library\n: Address: 35 N West Temple Street\n:: Salt Lake City, Utah 84150 USA mVCU7U fR1OCJ
iA8PHD whttps://www.WikiTree.com/wiki/Merrick-13 pWilliam qMerrick gm b16030000 vSt Davids, Pembrokeshire, Wales z1 yEastham, Barnstable, Massachusetts o[[Category: Surveyors]] [[Category:Farmers]] [[Category:English Immigrants to America]]\n{{Puritan Great Migration}}\n\n== Biography ==\n: William Came on &quot;James&quot; 1636, Charlestown (Mass.) 1636, Plymouth 1636, Duxbury 1648, Eastham 1655, d there by 6 Mar 1688/9. Receiver of Excise. Lieutenant&lt;ref&gt;[[#S76|Colket]]: p.195&lt;/ref&gt;:: `William Merrick, the oldest of the four brothers who reached Charlestown in the good ship 'James' in the spring of 1636, was born in Wales in 1603. Of his early life nothing is known. He was a farmer by occupation after reaching the colony; what trade or avocation he had followed in Wales is not known. That his instincts and tastes inclined him toward a military life appear in the fact that he served for six years, after his arrival in the colony, in the colonial militia under Captain Miles Standish. He was spoken of first as an Ensign, and later asa Lieutenant. That he gave all his time and attention to his militarydueits seems to be indicated by the fact that he was not married until 1642, which was at the end of his six years' term of service. He appears to have had property both at Eastham and Duxbury. He was probablymarried at Eastham, but the destruction of a part of the first book of records of that town renders it impossible to determine this fact definitely. He certainly lived in both Eastham and Duxbury, within the decade from 1637 to 1647, as some of his children were born at Eastham during that time, and yet he is reported as being a citizen of Duxtury. The records relate that he was a citizen of Duxbury in 1636; was allotted 5 Acres of land 'next the Glade at Powder Point;' in 1637 he wasallotted another 20 acres at Great Head; he was one of the original proprietors of Bridgewater. He was Surveyor of Highways in 1646, and Constable in 1647. He married at Eastham in 1642, Rebecca, whose surnameis not known. He became a legal voter in Eastham May 22, 1655, which is the time when he took up his permanent residence in that town, his other visits having probably been with his wife's family. He had ten children born to him by Rebecca, who died in 1668 at Eastham. `Paige, in his history of Hardwick, dwells upon the fact that he was so old as to seem rather the grandfather than the father of his own family. He says: 'William Merrick, the father, was a Lieutenant, residing in Eastham. In his will, dated December 3, 1686, and proved March 6, 1688/9, he is described as 'about 86 years of age,' by which it would seem thathe was about 43 years old when the first of his 10 children was born,and he might seem to be the grandfather of this family rather than the father, were it not that he names his wife, Rebecca and his children, Stephen and William, in his will.' '&lt;ref&gt;[[#S407|Merrick]]: pages not recorded. check&lt;/ref&gt;\n\n: Ancestry\n:: The Welsh Progenitors of the Merrick Family in America\n:::::: That the Merricks of America are descended from the purest Celticstock, is established upon the best of authorities, to-wit, Burke's Peerage. Without attampting to refer to the original authorities from which the editors of the &quot;Peerage&quot; compile their family histories, an impossibility to any one not acquainted with the ancient Welsh language, and not in touch with the British Museum with its wealth of historical data, we may assume that whatever bears the imprint of &quot;Burke&quot; is historically correct. It is the accepted authority in all matters relating to the ancient families of Great Britain. We shall therefore content ourselves with quoting from &quot;Burke's Peerage,&quot; edition of 1887, page 946, et seq., as follows:\n:::::: &quot;The Meyricks are of the purest and noblest Cambrian blood, and have possessed the same ancestral estate and residence at Bodorgan, Anglesey, Wales, without interruption above a thousand years. They have the rare distinction of being lineally descended both from the sovereign Princes of Wales of the Welsh royal family, and from King Edward I.,whose eldest son was the first Prince of Wales of the English royal family.\n:::::: &quot;Cadvan (Catamanus), descended from a long line of regal ancestors, was King of North Wales at the end of the 6th century, and had his palace at Aberffraw. He fought at Bangor Iscoed, and is supposed to have been killed there, and buried at Bardsey. His grandson -\n:::::: &quot;King Cadwaladr, a chivalrous and illustrious Prince, founded thechurch of Llangwaladr, A. D. 650 - the parish church of Bodorgan, which is still the family seat, near Aberffraw, which became a sanctuary.He removed thither the romains of King Cadvan, which were reburied ina stone coffin. The lid of the coffin with the following original description, still legible, is now affixed to the wall inside the church.- &quot;Catamanus Rex, sapientissimus, opinatissimus omnium Regum;&quot; i.e. ......\n:::::: note: get the rest of this for the record. **map**&lt;ref&gt;[[#S407|Merrick]] Page: p. 8-9&lt;/ref&gt;\n: Event:\n:: Type: Will - abs\n:: 03 DEC 1686 Eastham, Barnstable Co., MA:: Note: The will of &quot;Ensigne william merrick Senior of Eastham he being about Eighty Six years of Age and being often Sick and weake: yet now throw the mercy of God in Sum good measure of health, &quot; was dated 3 December 1686 (This date was first written &quot;1688&quot;, but the second &quot;8&quot; was changed to &quot;6&quot;.) Wife Rebecca to be sole executrix. Gives to hiswife the whole use of the part of the housing and land &quot;which I have reserved for her and my use, during her natural Life,&quot; after her deathsaid housing and land to go &quot;to my Eldest son william mirick,&quot; he &quot;paying five pounds to my Son Stephen.&quot; All the personal property to the widow, and at her death the son Stephen to have L5. What is &quot;left at my wifes decease my will is that it be equally devided amongst all my Children my Grand Child Ruth Freeman to have an equal share amongst theRest of my Children.\n:::::: Witnessed by John Freeman, Sr., and Joshua Bangs, who made oath to the will on 6 March, 1688/9, at the Perogative Court at Barnstable. Recorded 6 March, 1688/9. The inventory was taken 17 February, 1688/9,by John Freeman and Samuel Knowles, and sworn to by the widow on 6 March, 1688/9, at the same court. Recorded 8 March, 1688/9 by Joseph Lothrop, Deputy Register.&lt;ref&gt;[[#S125|Mayflower Descendant]] Page: v. 10;January 1908; pp. 7 - 8.&lt;/ref&gt;\n: Event::: Note: &quot;William Merrick, born in Great Britiain, about 1600-3, diedat Eastham, Mass., (before 6 Mar.) 1588/9; married by 1642, Rebecca Tracy, born at Plymouth, [say 1626], survived her husband, daughter of Stephen and Tryphosa (Lee) Tracy.\n:::::: &quot;He was in Plymouth by Oct. 1636, when he received a grant of land there and answered an action in court [Plymouth Colony records, 1:44-5]. His late marriage may be due to the probable fact that he came asan indentured servant,perhaps to work out the cost of his passage. Evidence of this is afforded by several records which show that the Colony arranged, between 1661 and 1666 for the purchase of land at Saconett [later Little Compton, R.I.] to accommodate the claim of former servants and others, 'due unto them by covenant.'. William Merrick was among those who thus became an original proprietor of Little Compton, though he never lived there [Plymouth Colony Records, 3:216; 4:18, 97, 128, 136; 5:125-6].\n:::::: &quot;He was propounded for freeman, 5 June 1651, but was not actuallysworn as a freeman until 1 June 1658, although he took the oath of fidelity at Duxbury in 1657. His original grant of five acres from Plymouth, Oct. 1636, was 'next to the glade on Powder Point,' and just a year later he received another twenty acres on 'Greenes Harbor Payth.' This placed his residence in the bounds of Duxbury, which became a separate town in 1637. He seems to have lived there at least until 1646, but after he moved to Eastham, the births of all his children, startingin 1643, were entered in the Eastham record.\n:::::: &quot;He served on petit juries in 1643-5, 1648-9, 1652 and 1658; on grand juries in 1644, 1658 and 1684; as a surveyor of highways at Duxbury in 1646; probably as a Constable there in 1647; and as receiver of excise in Eastham in 1668.\n:::::: &quot;His military service was of greater importance. He was a Privateunder Captain Standish in and probably before 1643, Sergeant in 1649,and Ensign for a considerable period before 1663, when he was made lieutenant of the Eastham company. He was retired from this rank the following year because of age.\n:::::: &quot;The will of 'Ensigne william merrick Senior of Eastham he being about Eighty Six years of age and being often Sick and weake,' was made 3 Dec 1686 and proved 6 Mar 1688/9. He named his wife Rebecca; eldest son William; son Stephen' and 'all my Children my Grand Child Ruf freeman to have an equal share amongst the rest of my Children.' Witnesses: John Freeman, Sr., and Joshua Bangs [The Mayflower Descendant; 10:7-8]&quot;&lt;ref&gt;[[#S406|Parke &amp; Jacobus]] Page: pp. 35-36&lt;/ref&gt;\n:: Type: Conflict\n:: Date: 1615:: Note: BIRTH: According to 'The Myricks of Westminster' by B. E. Nadeau, 1985, William was born about 1615, which conflicts with G. B. Merrick's 1603. I am accepting the newer information at this time, and since I am in correspondence with Mr. Nadeau, will attempt to query himon this.:: Note: Genealogical &amp; Family History of the State of New Hampshire,v.2; pp.889-890.\n:::\n::: Mayflower Source Records; p.503.:: Note: 'William Merrick was an early resident of Eastham. He came over to this country before 1636; settled first within the limits of Old Duxbury, and had land granted him by the Colonial court near the path to 'Green Harbor' in 1637; also land granted him adjoining Mr. William Collier's, in 1630. In 1643, he was a juror for Duxbury, and in 1646 was a surveyor of highways. In 1648, he was on the jury that tried Mrs. Alice Bishop for the murder of her little daughter at Plymouth....In 1652, he was admitted a freeman, and not long after moved to Eastham. He was among the settlers there May 2, 1655, as appears by the ancient records of that township. He settled within the limits of the present town of Orleans, in that part called Skaket. Among his neighbors were Richard Knowles, John Freeman and Robert Wixon. The date of the earliest entry respecting granting of land to him at Eastham is not clear. In 1659, the records show that he had a lot granted him of about 4 acres adjoining 'Robard Wixon,' denominated a 'house lott' by the highway, with the small piece of meadow within his fence, showing he had improved the lot previous to the grant; also this year a tract of upland at Pocke, near 'Robard Wixon's' tract, containing a bout 15 acres, was granted him; also meadow at 'Little Namskaket,' 'Rock Harbor,' and at 'Boat Meadow;' together with another tract of 8 acres, as 'his great lot,' on the south side of the 'Cove.' In 1662, he was, with 'other ancient freemen and old servants,' chosen to look out for land for hisaccommodation, provided Saconet Neck was not purchased, in another locality. In 1666, he was allowed to purchase land. Mr. Merrick was appointed in 1663 Lieutenant of the trained band at Eastham, an office which had long been held by Lieut. Joseph Rogers. He was succeeded by Lieut. Rogers in 1664. Mr. Merrick at this date was beyond the age of 60,and was thereby disqualified by law to do military duty. He had been ensign of the trained band for some time. He is mentioned in the records as 'Ensign Merrick.' He held no other important office while a resident of Eastham. He was a surveyor in 1665, and receiver of excise in 1668. 'The date of his marriage does not occur in the Plymouth Colony records or the ancient records of Eatham. He undoubtedly was married in this country some few years after his arrival. His wife at the time of his death was Rebecca, but whether she was the mother of all of hischildren, the writer is not informed. He died at Eastham the last of the year 1688, or the beginning of 1689, as his will was presented forprobate at Barnstable in March, 1689. He was about 86 years old when he made his will, the year previous. Mr. Merrick, as far as is known, had 10 children: 6 sons and 4 daughters.'&lt;ref&gt;[[#S129|Smith]]: No. 32,pp. 12-14&lt;/ref&gt;:: Note: William Merrick, born about 1600-3, perhaps in Wales, is said to have ocme to New England with the usual &quot;three brothers&quot; in the &quot;James&quot; in the spring of 1636. While proof of this statement has not been found, he was certainly here before October of that year, at which time he received a grant of land in Plymouth and answered an action inCourt there. Comment has been occasioned by the fact that he did not marry until 1642, after which date he had ten children, to whom his age made him sem more like a grandfather than a father and there has been voiced a suggestion that he may have been bound for six years of military service and not free to marry until it was completed, but no lawor ruling justifying such a theory has been seen. It seems much more probable that he came as a servant to some more prosperous colonist and was bound, therefore, to work for a term of years in return for the cost of his voyage, in which case he would have to wipe out this debt by &quot;working out his freedom&quot; before he would be able t omarry. Stong color is given to this theory, as well as evidence of the patience sometimes required before promises of grants of land were finally fulfilled, by certain interlocking facts shown in a series of actions by the Plymouth Court, as (a), on June 4, 16651, when &quot;Libertie is granted unto some whoe were formerly servants whoe have land due unto them by covenant, to nominate some psons to the Court or to some of the majestrates, to be deputed in their behalfe to purchase a pcell of land for theire accomodations att Saconett&quot; [then in Massachusetts but later Little Compton, Rhode Island]; (b), on June 3, 1662, when Captain Willett was appointed &quot;to purchase the land of the Indians which is graunted unto such that were servants and others that were ancient freemen ... that the abovesaid servants and ancient freemen shall have liberty, in case they cannot procure Saconett Necke according to the graunt, to looke out some other place, undisposed of, for theire accomodation. Theire names are as followeth: ... William Merrick ..., (c), on June 7, 1665, when discussion occurred &quot;conserning the land att Saconett, in reference unto the petitioners for it called ancient servants ..., (d), onJune 5, 1666, when &quot;the ancient servants ... shall either bee accomodated att Saconett, according to a former graunt, or on the south-side of Weymouth ... [see map on p. 373] and in case they have it att the latter place, thet they shall have fifty acrees apeece ... betwixt thisdate and November next;&quot; (e), on October 31, 1661, when William Merrick and another who had apparently been tentatively assigned to the Weymouth vicinity, &quot;incase they be not accomodated with land amongst themwith whom they are listed neare the Bay line that they may looke out for accomodation elswher; or incase that Saconett can be purchased of the Indians, that then the said pties may have there portions of land there, if they please; and finally, (f), on July 4, 1673, when bounds were named at Saconett for the grant to the &quot;old servants,&quot; a committee was appointed to locate thes elimits and a requirement was made thatthe &quot;old servants ... shall make theire appeearance att Plymouth ont he twenty second of this psent July, then and theire to make out theire right, and also pay such dispursements as shall nessesarily be required, or otherwise loose theire right.&quot;\n:::::: Twenty-nine men, including William Merrick, comlied with this order on this date and thus became the original proprietors of what is now Little Compton, Rhode Island, although at this time no one had settled there, but few did for some years to come and it is quite certain that neighte William nor his immediate family ever did so. He owned lotnumber twelve and until 1681 or perhaps 1687 the proprietors' meetings were held at Duxbury because the majority of them still lived in that vicinity.\n:::::: A group of conflicting statements which are hard to harmonize andyet, fromtheir source, quite as hard to contradict, relate to the delayed acquisition of freemanship by &quot;William Merrick&quot; of which name there is no other adult than our William seen at that period. His name was included in a list of those &quot;Ppounded to take up theire Freedom&quot; [see Appendix, p. 853] on June 5, 1651; was still so listed on June 3, 1652, yet he was not admitted and sworn a freeman until June 1, 1658, although in the meanwhile he was counted among the legal voters of Eastham on May 22, 1655, and had taken the oath of fidelity at Duxbury in 1657. Since he had so lately become a freeman, the term &quot;ancient freeman&quot; [see (b)] could hardly have pertained to him, in reference to the personnel of the grantees of Saconett, and the logical deduction then is that he was one of the &quot;old servants,&quot; meaning one who came over early. Nor need the term &quot;servant&quot; cause any great uneasiness in the minds of those who carry descent from such a one,for in those days any manof means who came to New England brought with him a group of young men or young women, or both, to aid in claring the land and in providingand keeping a home, and these were often young relatives or neighbors' children and frequently of the same or similar social standing as their employer.\n:::::: While seeming discrepancy of statement is found as to the place of residence of William, the matter is clarified by recognition of the fact that while he first appeared as a resident of Plymouth, received from that town a grant of five acres &quot;next to the glade on Powder Point&quot; in October, 1636, and another of twenty acres on &quot;Greenes Harbor Payth&quot; in October, 1637 [see map on p. 685], this placed him without removal on his part, in what became Duxbury in the latter year. In 1646 he was using two acres of meadow rented for two years from Abraham Pearse of Duxbury; on July 26, 1649, he and John Vobes paid four pounds sterling to George Partridge for five acres at &quot;poulder point&quot; and on that date he, called Sergeant, having &quot;formerly been in partnership withJohn Vobes abovesaid in a house and parcel of upland Containing aboutfifteene acars bee it more or les,&quot; sold his portion to Vobes for L12sterling. As an inhabitant of Duxbury he automatically became a proprietor in 1645 in an extended grant made to that town, which by later subdivision became Bridgewater, but no evidence is found of his removalthereto.\n:::::: On October 5, 1636, William Bradford entered action of trespass against William Merrick and three others, asking L10 damages and receiving a verdict of L5 and costs. William started action against John Atwood for whom he had worked and together they agreed to submit their differences to arbitration with the result that Atwood was ordered to pay him L5 in full for &quot;moweing, makeing and stacking his hey this yeareat Greenes Harbour Marsh, save that the said Mr Atwood is to pay those that helped him to loade it into the leighter what their wages shallcome too.&quot;\n:::::: The public service of William Merrick was not notable but it was sufficient to show that he had the confidence ofhis townsmen for he served on petit juries in 1643-5, 1648-9, 1652 and 1658; on grand juriesin 1644, 1658 and 1684; as a surveyor of highways at Duxbury in 1646;probably as a constable there in 1647 and as a receiver of excise in Eastham in 1668. He and John Doane took an inventory of the estate of Nathaniel Mayo in 1661 and he and John Freeman witnessed the will of Josiah Cooke, Sr., and testified to it in Court in 1673. Probably his greatest public service was rendered in a military way for he was a private under Captain Standish in and probably before 1643, a sergeant in1649, an ensign for a considerable period before 1663 and, as such, he was raised to the rank of lieutenant of the Eastham military companyin that year, though replaced the following year because of age disqualification.\n:::::: The date of removal of William and his family to Eastham has not been proved. The registration of the births of his entire family at Eastham would ordinarily suggest that as the native town of even the eldest, but his public service in Duxbury in 1646 and probably in 1647 makes it seem more probable that one or two of his children were born atthe latter place. The identity of his wife Rebecca, whom he married about 1642, has long been unknown but late developments show her, beyond reasonable doubt, to have been the daughter of Stephen Tracy [see Tracy, p. 801].\n:::::: His will, dated December 3, 1688, and changed to 1686, gave his age as about eighty-six, made his wife Rebecca executrix and left his estate for her use during her life. It also provided that what was &quot;left at my wife's decease my will is that it be equally divided amongst allmy children my Grand child Ruth Freeman to have an equal share amongst the Rest of my children.&quot; There has been an uncertainty felt in osme quarters as to the parentage of this Ruth Freeman but this document shows her mother to have been a deceased daughter of William Merrick, since Ruth herself received what wouldhave been her mother's share of the estate. Of his daughters, Sarah had married John Freeman (John, Edmond) but she had no child named Ruth and moreover she was still liingat the date of his will; no evidene is found of the marriage or even survival to maturity of Rebecca; Mary had married Stephen3 Hopkins, leaving only the daughter Ruth, who is positively stated by some, and believed by others, to have been the first wife of Edmond Freeman and the mother of this child Ruth Freeman. The record of this marriage has not been found nor that of the death of Ruth Merrick, but thegranddaughter Ruth Freeman is found in the family of Edomd3 Freeman (John2, Edmond1) and is the only person of that name in that generation. She is sometimes erroneously assigned to the second wife of Edmone3 but exhaustive study of these families justifies but the one conclusion as to themarriage of, birth of an only daughter to, and early death of Ruth (Merrick) Freeman.\n:::::: Rebecca, the widow of William Merrick, survivedhim and swore to the accuracy of the inventory of his property on March 6, 1688-9&lt;ref&gt;[[#S138|Dawes-Gates]]: pp. 581 - 586&lt;/ref&gt;:: Emigrated from Wales to Charleston, Massachusetts in 1636, aboard the ship &quot;James&quot;.\n=== Name ===\n: William Merrick&lt;ref&gt;[[#S768558122|Ancestry Family Trees]]&lt;/ref&gt;\n:: Suffix: Lieut.\n=== Birth ===\n:: 1602/1603 Wales, Llanlleschydd, St David's, Pembrokeshire\n:: 1603 St Davids, Pembrokeshire, Wales, England\n=== Christening ===\n:: Duxbury, Plymouth, Massachusetts\n=== Arrival ===\n:: 1636 Charlestown, Massachusetts\n=== Ancestral File Number ===\n:: 342V-3N\n=== Marriage ===\n: Wife: [[Tracy-208|Rebecca Tracy]]\n:: 1641/1642 Eastham, Barnstable, Massachusetts\n: Wife: [[Unknown-33597|Ruth Unknown]]\n:: abt 1684\n:: 1642 Eastham, Barnstable, Massachusetts\n: Wife: [[Tracy-277|Rebecca Tracy]]\n: Child: [[Merrick-116|William Merrick]]\n: Child: [[Merrick-113|Stephen Merrick]]\n: Child: [[Merrick-107|Rebecca Merrick]]\n: Child: [[Merrick-118|Mary Merrick]]\n: Child: [[Merrick-117|Ruth Merrick]]\n: Child: [[Merrick-110|Sarah Merrick]]\n: Child: [[Merrick-119|Joseph Merrick]]\n: Child: [[Merrick-109|Benjamin Merrick]]\n: Child: [[Merrick-111|Benjamin Merrick]]\n=== Death ===\n:: 6 March 1689 Eastham, Barnstable, MA,\n=== Burial ===\n:: 1689 Eastham, Barnstable Co, Ma\n=== Notes ===:: Immigrated from Wales with three younger brothers aboard the &quot;James&quot; in 1636. He was one of the original proprietors of Duxbury. Was a Lt. under Captain Standish for 6 years. One of the original proprietorsof Bridgewater. Sold Duxbury property and moved to Eastham in 1652.\n::\n:: Children\n#Mary MERRICK b: 4 NOV 1650 in Eastham, Mass\n#Joseph MERRICK b: 1 JUN 1662 in Eastham, Mass\n#Isaac MERRICK b: 6 JAN 1659/60 in Eastham, Mass\n#Benjamin MERRICK b: 1 FEB 1663/64 in Eastham, Mass\n#William MERRICK b: 15 SEP 1643 in Prob. Duxbury\n#Stephen MERRICK b: 12 MAY 1646 in Eastham, Mass\n#Rebecca MERRICK b: 28 JUL 1648 in Eastham, Mass\n#Ruth MERRICK b: 15 MAY 1652 in Eastham, Mass\n#Sarah MERRICK b: 1 AUG 1654 in Eastham, Mass\n#John MERRICK b: 15 JAN 1655/56 in Eastham, Mass\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:* &lt;span id='S1'&gt;&lt;/span&gt;Frost, Josephine C. ''[[Space:Ancestors of Amyntas Shaw and His Wife Lucy Tufts Williams|Ancestors of Amyntas Shaw and His Wife Lucy Tufts Williams]]'' (Not Published, 1920) [https://books.google.com/books?id=hrNRAAAAMAAJ&amp;pg=PA45#v=onepage&amp;q&amp;f=true Page 45-46]* &lt;span id='S32'&gt;&lt;/span&gt;Ancestral File (TM): Author: The Church of Jesus Christ of Latter-day Saints: Publication: June 1998 (c), data as of 5 JAN 1998\n* Information developed from ''Find A Grave'' Memorial No. 51533529.\n* &lt;span id='S125'&gt;&lt;/span&gt;Mayflower Descendant* &lt;span id='S129'&gt;&lt;/span&gt;Smith, Leonard H. Jr., ''Consolidated Library of Cape Cod History and Genealogy'' (Owl Books, Clearwater, FL, 1990)* &lt;span id='S138'&gt;&lt;/span&gt;Dawes-Gates Ancestral Lines Abbreviation: Dawes-Gates Author: Mary Walten Ferris Publication: 1931* &lt;span id='S406'&gt;&lt;/span&gt;Parke, Nathan Grier II &amp; Jacobus, Donald Lines. ''Ancestry of Lorenzo Ackley and his wife Emma Arabella Bosworth''(The Elm Tree Press, Woodstock, VT, 1960)* &lt;span id='S407'&gt;&lt;/span&gt;Merrick, George B., ''Genealogy of the Merrick, Mirick, Myrick Family of Massachusetts'' p. 13-14* &lt;span id='S76'&gt;&lt;/span&gt;Colket, Meredith B. ''Founders of Early American Families - Emigrants from Europe 1607-1657'', (General Court of the Order of Founders and Patriots of America, Cleveland, OH, 1975)* &lt;span id='S768558122'&gt;&lt;/span&gt;Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. https://www.ancestry.com/family-tree/person/tree/2300270/person/-1846141794/facts* &lt;span id='S12'&gt;&lt;/span&gt;Ancestral File (R) The Church of Jesus Christof Latter-day Saints: Copyright (c) 1987, June 1998, data as of 5 January 1998\n* Research by Jackie Merrick* &lt;span id='S1'&gt;&lt;/span&gt;Stearns, Ezra S. &lt;i&gt;[[Space:Genealogical_and_Family_History_of_the_State_of_New_Hampshire|Genealogical and Family History of the State of New Hampshire]]&lt;/i&gt; (Lewis Publishing Company, 1908) [https://books.google.com/books?id=cfoI0UIOCKQC&amp;pg=PA889 Vol. 2, Page 889-90]\n* {{FindAGrave|34163176}} No Burial, no stone, no value mVCU7U fR1OCJ
iNUJAC whttps://www.WikiTree.com/wiki/Merrick-90 pJohn qMerrick gm b16040000 vWales z1 d16040000 yWales o{{Unsourced|Wales}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt;\n\n: Source &lt;span id='S-899753593'&gt;S-899753593&lt;/span&gt;\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.\n\n: Source &lt;span id='S12'&gt;S12&lt;/span&gt;: Repository: Family History Library, 35 N West Temple Street, Salt Lake City, Utah 84150 USA\n: Title: Ancestral File (R)\n: Author: The Church of Jesus Christ of Latter-day Saints: Publication: Copyright (c) 1987, June 1998, data as of 5 January 1998\n: Ancestral File Number: MJP3-FK\n\n== Acknowledgments ==* This person was created through the import of Savage.ged on 21 February 2011.* This person was created through the import of Beaman Family Tree.ged on 31 March 2011.* This person was created through the import of OKMay6.ged on 11 May 2011.* WikiTree profile Myrick-150 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]]. Seethe [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Myrick-150 Changes page] for the details of edits by Merryann and others. mVCU7U fR1OCJ
iWZ3J2 whttps://www.WikiTree.com/wiki/Merrick-91 pJames qMerrick gm b16120000 vSt. Davids, Pembrokeshire, Wales z1 d17080402 yNewbury, Essex Co., Massachusetts o[[Category: Newbury, Massachusetts]] {{Puritan Great Migration}}\n== Biography ==\nMerrick in his genealogy makes the Rev. John of St. David's the father of the four Myricks who came to New England, however, no proof is given and he admits that: &quot;This is pure assumption, as no record of John's children has as yet been found... this writer bequeaths this, with many other unsolved riddles, to the successor whom he hopes and believes will some time revise, correct, and enlarge the present work&quot;.(&lt;b&gt;3&lt;/b&gt;)\nTradition states that James and his younger brother John (b.c.1614) came from St. David's, Pembrokeshire and that they arrived in America in 1636 on the &quot;James&quot; but, they are not listed on the shipping lists and no authority is given for this statement.\nJames and John were early inhabitants of Charlestown, MA where John was granted a house lot in 1644. The grant to James has not been found but, he owned land there before 1649 since it is mentioned as a bound in that year. In 1655/6 the bounds of his and John's lands were finally settled.\nJames was a cooper and fish-monger owning a wharf in Charlestown. John was also a cooper and he attached the wharf of Henry Kemble because Henry had taken a son of his and withheld a writing (John had apprenticed his son to Henry). James testified about 1653, aged forty years, that John Smith took mackerel at the house of Edward Johnson and on 22 May 1653 he again testified in court aged 40 years.\nBefore 1657 James moved to Newbury where he remained for some years and where most of his children were born. On 13 May 1657 John Andrews of Charlestown purchased land there from &quot;James Mirack, Cooper and Margerite his wife.&quot;\nAfter the birth of his last child in 1670 James moved to Boston but, returned to Newbury before 1681. Later his son James Jr. went to Boston to live. On 25 Oct. 1676 James Sr. of Boston sold to James Jr. his house lot in Newbury with all of the household goods for £40. James Jr. was also to receive from his brother the last year's rent of 40/. James Jr. of Newbury then sold the house to William Ellsby of Newbury for £40 15 June 1679.\nI James Myrick senior of Boston… doe resigne over all my right… that I have in a houselott… in Newbury… with all the household stuff therein… my said sonne James Myrick shall… have… the premises above mentioned…. James Myrick is to pay unto his said ffather JamesMyrick the full Sum of forty pounds… within two years… and to Demand of his Brother the last yeares rent, the sum of forty shillings” The deed is dated 25 Oct. 1676 and was witnessed by Josiah Cobham and John Fernside.(&lt;b&gt;1&lt;/b&gt;)\nI James Mirick Junr of Newbury… for Forty Pounds… do… sell… unto William Ellsly of Newbury… that house &amp; land wc I… bought of my ffather Mirick”. The deed is dated 15 June 1679.(&lt;b&gt;2&lt;/b&gt;)\nIn 1681 John Atkinson (daughter Sarah's husband) sued Sarah Stickney for slander in the Essex County Court. The testimonies in this case prove that Sarah was the daughter of James and not his sister as stated by some.\n\n James Meyrick / Mirick / Myrick / Merrick born in 1612 in St. Davids, Pembrokeshire, Wales to John &quot;Sion&quot;Merrick and Dorothy (Unknown) Merrick. He died on April 2, 1708 in Newbury, Essex County, Massachusetts, USA. AKA: &quot;Mirick&quot;, &quot;Merrick&quot;. (I suspect the James who died in 1708 is a different person. James the immigrant drops out of the records after 1681.)\n\nJames Merrick / Meyrick\nBirth: 1606 in Wales\nDeath: 1708\n\nParents::\n:John Meyrick b. bef. 1606\n:Dorothy (Bishop) Meyrick b. bef. 1606\n\n=== Burial ===\n*Place: Newbury, Essex County, Massachusetts\n\n== Immediate Family ==\n\n=== Parents ===\nJohn &quot;Sion&quot; Merrick and Dorothy (Unknown) Merrick\n\n=== Siblings ===Thomas Meyrick; Janet Meyrick; Ensign William Myrick; John Meyrick; John Mirick; Thomas Meyrick; Sarah Meyrick; Thomas Merrick, Sr and OwenMerrick\n\n=== Spouse ===\n* [[UNKNOWN-33598|Margaret UNKNOWN]] Marriage: 1652/1653\n\n=== Children ===Sarah Atkinson; amity Myrick; James Myrick, II; Abigail Myrick; Joseph Myrick; John Myrick; Isaac M. Myrick ; Timothy Merrick, Sr.; SusannaMyrick and Hannah Mirick.\n\n== Sources ==\n&lt;references /&gt;\n*(&lt;b&gt;1&lt;/b&gt;) Ipswich Land Records- Vol. IV, p. 344\n*(&lt;b&gt;2&lt;/b&gt;) Ibid- Vol. V, p. 29*(&lt;b&gt;3&lt;/b&gt;) &lt;i&gt;Genealogy of the Merrick-Mirick-Myrick Family of Massachusetts 1636-1902&lt;/i&gt;- George Byron Merrick, Tracy, Gibbs &amp; Co., Madison, WI, 1902- pp. 95-6, 143-5\n*&lt;i&gt;Ancestry of Charles Stinson Pillsbury and John Sargent Pillsbury&lt;/i&gt;- Mary Lovering Holman, The Rumford Press, Concord, 1938- Vol. II, pp.727-8*&lt;i&gt;Genealogical Dictionary of the First Settlers of New England&lt;/i&gt;-Savage- Vol.III, p.218\n*Source &lt;span id='S12'&gt;S12&lt;/span&gt; and &lt;span id='S32'&gt;S32&lt;/span&gt;: Ancestral File (R), The Church of Jesus Christ of Latter-day Saints, Copyright (c) 1987, June 1998, data as of 5 January 1998*[http://www.geni.com/people/James-Merrick/6000000000618899163 James Merrick profile] on Geni.com* Ancestry Family Trees. Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members. mVCU7U fR1OCJ
iCD4YB whttps://www.WikiTree.com/wiki/Merrick-79 pJohn qMerrick gm b16140000 vSt. Davids, Pembrokeshire, Wales z1 d16780215 yCharlestown, Middlesex, Massachusetts Bay Colony o{{Puritan Great Migration}}\n== Biography ==\n\n=== Birth ===\n1614 Pembroke, Pembrokeshire, , Wales&lt;ref&gt;Source: [[#S005281]]&lt;/ref&gt;\n\nAlt: 1612 Bodorsyn, Anglesey, Wales&lt;ref&gt;Source: [[#S005274]]&lt;/ref&gt;\n\n=== Arrival ===\n1636 Charlestown, Massachusetts&lt;ref&gt;Source: [[#S005276]]&lt;/ref&gt;\n\n=== Death ===\n15 FEB 1677/78 Charlestown, Suffolk, Massachusetts, United States\n\n=== Burial ===\nCharlestown, Suffolk Co, Massachusetts\n\n== Sources ==\n&lt;references /&gt;\n* Ancestry Family Trees. Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.\n* &lt;span id='S005274'&gt;S005274&lt;/span&gt; American Genealogical-Biographical Index (AGBI), Godfrey Memorial Library, comp. http://www.Ancestry.com\n* &lt;span id='S005276'&gt;S005276&lt;/span&gt; Passenger and Immigration Lists Index, 1500s-1900s. Gale Research 2009.Original data - Filby, P. William, ed.. Passenger and Immigration Lists Index, 1500s-1900s. FarmingtonHills, MI, USA: Gale Research, 2009.\n* &lt;span id='S005281'&gt;S005281&lt;/span&gt; Family Data Collection - Births Edmund West, comp. Provo, UT, USA: The Generations Network, Inc., 2001.\n*Merrick, George Byron. ''Genealogy of the Merrick---Mirick---MyrickFamily of Massachusetts 1636--1902.'' Madison, Wis.: Tracy, Gibbs &amp;Co., 1902. Pages 95-101.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mVCU7U fR1OCJ
iL28PA whttps://www.WikiTree.com/wiki/Mirick-13 pSarah qMirick gf b16180000 vPembrokeshire, Wales z1 d17050105 yNewbury, Essex, Massachusetts o== Biography ==\n\n==Research Notes==\nThe marriage of Sarah Mirrick[e] and John Atkin[son] is well documented.&lt;ref name=marriage /&gt; This marriage is recorded in Wikitree as belonging to [[Merrick-348|Sarah Merrick-348]] and [[Atkinson-37|John Atkinson-37]]. Merrick-348 was said to have been born in Charlestown, Massachusetts Bay about 1640.\n\n=== Birth ===\n\n\n: Date: 1640: Place: Charlestown, Suffolk, Massachusetts, USA&lt;ref name=&quot;Recs forN. &amp; J. Atkinson&quot;/&gt;&lt;ref name=&quot;Ancestry Trees - H. Chadwick&quot;/&gt;\n\n\n: Date: 1647: Place: Charlestown, Suffolk, Massachusetts, USA&lt;ref name=&quot;Rec. forS. Myrick&quot;&gt;Source: [[#S379]] Birth year: 1647; Birth city: Charlestown, MA. Record for Sarah Myrick&lt;/ref&gt;\n\n=== Death ===\n\n: Date: 05 JAN 1705: Place: Newbury, Essex, Massachusetts, USA&lt;ref name=&quot;Ancestry Trees- H. Chadwick&quot;/&gt;&lt;ref name=&quot;Recs for N. &amp; J. Atkinson&quot;/&gt;\n\n: Date: 1700: Place: Newbury, Essex, Massachusetts, USA&lt;ref name=&quot;Recs for N. &amp; J. Atkinson&quot;/&gt;&lt;ref name=&quot;Rec. for H. Chadwick&quot;/&gt;&lt;ref name=&quot;Rec. for S.Clark&quot;&gt;Source: [[#S152]] Record for Shatswell Clark&lt;/ref&gt;\n\n: Date: 1681: Place: Massachusetts, USA&lt;ref name=&quot;Recs for N. &amp; J. Atkinson&quot;/&gt;&lt;ref name=&quot;Rec. for S. Clark&quot;/&gt;&lt;ref name=&quot;Rec. for H. Chadwick&quot;/&gt;\n\n: Date: DEC 1700: Place: Newbury, Essex, Massachusetts, USA&lt;ref name=&quot;Rec. for S. Myrick&quot;/&gt;\n\n=== Baptism ===\n: Place: Charlestown, Suffolk, Massachusetts, USA&lt;ref&gt;Source: [[#S478]] Record for Sarah Mirick&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Atkinson-668|John Atkinson]]\n: Wife: [[Mirick-92|Sarah Mirick]]\n: Child: [[Atkinson-2750|Rebecca Atkinson]]\n: Child: [[Atkinson-2753|Thomas Atkinson]]\n: Child: [[Atkinson-2747|Joseph Atkinson]]\n: Child: [[Atkinson-2751|Samuel Atkinson]]\n: Child: [[Atkinson-2752|Theodore Atkinson]]\n: Child: [[Atkinson-2746|John Atkinson]]\n: Child: [[Coffin-1806|Stephen Coffin]]\n: Child: [[Atkinson-2742|Elizabeth Atkinson]]\n: Child: [[Atkinson-2744|Joanna Atkinson]]\n: Child: [[Atkinson-2749|Nathaniel Atkinson]]\n: Date: 27 APR 1664: Place: Newbury, Essex, Massachusetts, USA&lt;ref name=&quot;Recs for N. &amp; J. Atkinson&quot;/&gt;&lt;ref name=&quot;Millenium File - S. Manning&quot;/&gt;&lt;ref name=&quot;Ancestry Trees - J. Atkinson&quot;/&gt;\n\n\n== Sources ==\n&lt;ref name=marriage&gt;&quot;Massachusetts, Town Clerk, Vital and Town Records, 1626-2001,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q29G-GQ33 : 5 November 2017), John Attkinson and Sar. Mirrick, 27 Apr1664; citing Marriage, Newbury, Essex, Massachusetts, United States, , town clerk offices, Massachusetts; FHL microfilm 877,468.\n&lt;/ref&gt;\n* Source: &lt;span id='S152'&gt;S152&lt;/span&gt; Ancestry Member Trees. User submitted. Online publication - Provo, UT, USA: Ancestry.com. '''Note:''' [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7221440&amp;pid=1091422379 Additional tree mentioned], not cited as source for any specific data item.\n* Source: &lt;span id='S200'&gt;S200&lt;/span&gt; Sons of the American RevolutionMembership Applications, 1889-1970. Louisville, Kentucky : National Society of the Sons of the American Revolution. Microfilm, 508 rolls.Online publication - Provo, UT, USA : Ancestry.com Operations, Inc., 2011.\n* Source: &lt;span id='S316'&gt;S316&lt;/span&gt; Millennium File. Salt Lake City, UT, USA: Heritage Consulting. Online publication - Provo, UT, USA: Ancestry.com Operations Inc., 2003.\n* Source: &lt;span id='S370'&gt;S370&lt;/span&gt; ''New England Marriages Prior to 1700.'' Clarence A. Torry. Online publication - Provo, UT, USA : Ancestry.com Operations Inc., 2012.\n* Source: &lt;span id='S379'&gt;S379&lt;/span&gt; Family Data Collection - Individual Records. Edmund West, comp. Online publication - Provo, UT, USA: Ancestry.com Operations Inc., 2000.\n* Source: &lt;span id='S475'&gt;S475&lt;/span&gt; American Marriages Before 1699. Provo, UT, USA : Ancestry.com Operations Inc., 1997.\n* Source: &lt;span id='S478'&gt;S478&lt;/span&gt; Massachusetts, Town and Vital Records, 1620-1988 Online publication - Provo, UT, USA : Ancestry.com Operations, 2011.\n* Source: &lt;span id='S486'&gt;S486&lt;/span&gt; Sons of the American RevolutionMembership Applications, 1889-1970. Online publication - Provo, UT, USA : Ancestry.com Operations, Inc., 2011.\n* Source: &lt;span id='S720'&gt;S720&lt;/span&gt; [http://www.geni.com Geni WorldFamily Tree]. MyHeritage.com.\n* Source: &lt;span id='S101'&gt;S101&lt;/span&gt; OneWorldTree. Provo, UT, USA :The Generations Network, Inc. (Ancestry.com).\n&lt;references /&gt;\n=== Acknowledgments ===*Wikitree profile Mirick or Merrick-1 was created through the import of Savage.ged on 21 February 2011. Click the Changes tab for details of edits.\n*Wikitree profile Meyrick-19 created through the import of Beaman Family Tree.ged on 31 March 2011 by [[Beaman-20|Jeffrey Beaman]]. Click the Changes tab for details of edits by Jeffrey and others.\n* Wikitree profile Mirick-13 entered on Feb 2, 2012 by [[Merrick-236| Jackie Merrick]]. Click the Changes tab for details of edits by Jackie and others.\n*Wikitree profile Mirick-92 was created through the import of SusannaAtkinson.ged on Jun 15, 2014 by [[Chadwick-1021 | Henry Chadwick]]. Click the Changes tab for details of edits by Henry and others. mVCU7U fR1OCJ
iUVEXD whttps://www.WikiTree.com/wiki/Meyrick-11 pWilliam qMeyrick gm b15460000 vSt Davids, Pembrokeshire, Wales, England z1 d15900000 yRector, St Davids, Pembrokeshire, England o== Biography ==\n\n=== Title ===\n: Reverend\n\n=== Name ===\n: William /Meyrick/\n=== Marriage ===\n\n: Status: MARRIED\n: Husband: [[Meyrick-11|William Meyrick]]\n: Wife: [[Powell-675|Maude Powell]]\n: Date: UNKNOWN\n\n=== Biographical notes===* : `William Meyrick, was born about 1540 in Pembrokeshire. He followed his father into the ministry. He married, Janet, daughter of Ienen of Trevillier. There was but one child, John Meyrick.'&lt;ref&gt;Source: [[#S129]] Page: p.65&lt;/ref&gt;\n* :William Meyrick married 1st, Janet, daughter of Ienen, son of JOhn, son of Ienen, son of Llewellyn of Trevillier. They have -\n::: John Meyrick: William married 2nd, Joan, daughter of William, son of Rys, son of Howel Young. They have -\n::: Owen Meyrick (1591)\n::: Robert Meyrick (1591)\n::: Janet (1591)&lt;ref&gt;Source: [[#SM]126] Page:7 &lt;/ref&gt;\n*: Rev. William Merrick, son of Rev. John Merrick, born about 1546; nephew of Rt. Rev. Roland Merrick, Bishop of Bangor. Rev. William was at Llanleschid, where he may have been born. Upon the death of his uncle, Bishop of Bangor, Roland, he was transferred to another living, in the south, i.e., to Morfil, in Pembrokeshire. He was Rector of St. Davids, a little fishing village on St. Bride's Bay, in the extreme southwest part of Wales, at the western end, or mouth, of Bristol Channel. &quot;Morfil,&quot; in Welsh, signifies &quot;Whale,&quot; which is indicative of the occupation of the inhabitants of St. Davids, who depended very largely upon the fishing for their subsistence. &lt;ref&gt;Source: [[#SM]126] Page:101&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* Source: &lt;span id='S129'&gt;S129&lt;/span&gt; Title: Consolidated Library ofCape Cod History and Genealogy, Series: series - over 120 published Abbreviation: Library of Cape Cod Author: Smith, Leonard H. Jr. Publication: Owl Books, Clearwater, FL, 1990 Repository: [[#R18]] Call Number: 974.401 B26C* Repository: &lt;span id='R18'&gt;R18&lt;/span&gt; Name: Allen County Public Library Address: City: Ft Wayne State: IN\n* Source: &lt;span id='SM126'&gt;SM126&lt;/span&gt; Title: Genealogy of the Merrick-Mirick-Myrick Family ; Author: Merrick, George Byron(1902) mPH8BV fBI0C3 sJWL9D
iJWL9D sUVEXD whttps://www.WikiTree.com/wiki/Ienen-5 pJanet Verch qIenen gf b15500000 vAnglesey, Wales z1 d15890000 ySt Davids, Pembrokeshire, Wales, England o{{British Isles Aristo}}\n\n==Biography==\n\n=== Name ===: Name: Janet Verch /Ienen/&lt;ref&gt;Source: [[#S2]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/tree/6917051/family&lt;/ref&gt;: Name: Janet Verch /Ienen/&lt;ref&gt;Source: [[#S005399]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/13078823/person/1107750733/facts&lt;/ref&gt;&lt;ref&gt;Source: [[#S005399]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/13078823/person/1107750733/facts&lt;/ref&gt;&lt;ref&gt;Source: [[#S005399]] Page: Ancestry Family Trees Data: Text: https://www.ancestry.com/family-tree/person/tree/13078823/person/1107750733/facts&lt;/ref&gt;\n\n\n\n=== Source ===\n: Source: [[#S-899753593]]\n:: Page: Ancestry Family Trees::: Text: https://www.ancestry.com/family-tree/person/tree/7221440/person/1091422314/facts\n* Source: &lt;span id='S005399'&gt;S005399&lt;/span&gt; Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members. Note: [[#NS053991]] Repository: Note: [[#NS053993]]\nNo NOTE record found with id NS053991.\n: Note &lt;span id='NS053993'&gt;NS053993&lt;/span&gt;\n: NAME Ancestry.com\n: ADDR http://www.Ancestry.com\n\n* Source: &lt;span id='S2'&gt;S2&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may haveremoved or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n=== Acknowledgements ===This page has been edited according to [https://www.wikitree.com/wiki/Acknowledgements Style Standards] adopted January 2014. Descriptions of imported gedcoms for this profile are under the Changes tab. mYGV6Z fSAM1T
iEYBV5 whttps://www.WikiTree.com/wiki/Trevillier-1 pJanet qTrevillier gf b15500000 vAnglesey, Wales z1 ySt. David, Pembroke, Wales o== Biography ==\n\n=== Name ===\n: Name: Janet /Trevillier/ &lt;ref&gt;Source: [[#S---]] Page: p.65&lt;/ref&gt;\n: Name: Janet /Myrick/\nFound multiple versions of NAME. Using Janet /Trevillier/\n\n== Sources ==\nFrom Merrick Family History: https://www.ancestry.com/family-tree/person/tree/6989691/person/152020857813/facts\n* Source &lt;span id='s---'&gt;S---&lt;/span&gt; Name: Consolidated Library of Cape Cod History and Genealogy Author: Smith, Leonard H. Jr. Location:Allen County Public 1990\n* Source &lt;span id='S32'&gt;S32&lt;/span&gt; Repository: [[#REPO6]] Title: Ancestral File (TM) Author: The Church of Jesus Christ of Latter-day Saints Abbreviation: The Church of Jesus Christ of Latter-day Saints Publication: June 1998 (c), data as of 5 JAN 1998 Abbreviation: Church Resources - Ancestral File (TM)* Repository &lt;span id='REPO6'&gt;REPO6&lt;/span&gt; Name: Family History Library Address: 35 N West Temple Street Salt Lake City, UT 84150 USA\n\n&lt;references /&gt;\n== Acknowledgements ==\n* WikiTree profile Trevillier-1 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Trevillier-1 Changes page] for the details of edits by Merryann and others. fSOVQR
iDEPOF whttps://www.WikiTree.com/wiki/UNKNOWN-33596 pElizabeth qUNKNOWN gf o== Biography ==\n'''Last Will and Testament'''&lt;br/&gt;The Last Will &amp; Testamt of Elizabeth Moricke I Elizabeth moricke widdow of Jno morricke deseased at Hingham, But now Dwellinge in Roxbury beinge in food &amp; perfect memory &amp; through Gods mercy Not deprived of mywill &amp; sesces, Doe in this my Last Will &amp; testamt take Robert Hull ofBoston to be my executor and Leonard fellowes of Great Bowd in in oldengland with ____ of my goods &amp; chattlesw: &amp; allso that I Doe give unto William ffellowes of Ipswidge ten pounds: &amp; to Richard fellowes of Connecticut tenn pounds: &amp; allso to Samuell ffellowes of Salisbury tenn pounds [9th line]&amp; to William healy of Roxberry I give eight pounds : &amp; to Mr Eliot of Roxbury twenty Shill&lt;sup&gt;s&lt;/sup&gt;, &amp; to Mr Danforth of Roxbery tenn shillings : &amp; to Mr. Hubbert the minister of Hingham tenn shillings : &amp; to Ann Hillard of Hingham: on shillinge &amp; to John Scath on shilling &amp; to Ann Scath on shillinge : &amp; allso I desire my Loving freinds James Johnson &amp; Jn&lt;sup&gt;o&lt;/sup&gt; Hull of Boston to oversee this my Last will, &amp; I give unto each one of them five shilings &amp; to this I set my Hand this 14th of march 1649: that eight pound ____ ___ inthe 9th Line is foure pound to himselfe &amp; the other foure between thetwo eldest children of the sd William Healy : Item I give to my sister grace Allan in Lincktonshire five pound:&quot; Signed by mark. Witnessed by Robt wak?? and John Hull. Proved 5 of the 7th m. 1650. Inventory Aug 5th&lt;ref&gt;Suffolk County, MA: Probate File Papers. #99 Elizabeth Moricke Roxbury 5 Sep 1650 Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2017. (From records supplied by theMassachusetts Supreme Judicial Court Archives. Digitized mages provided by FamilySearch.org) https://www.americanancestors.org/DB2735/i/48697/99-co1/69443946\n&lt;/ref&gt;\nExtract of Will of John Merricke of Hingham. 24 June 1647 Unto my seu.t [servant] John Scathe, sonne of Elisebeth Hilleard .. housing, homelot, acreage, cow,.. Captain Ward, and he the said John Scathe to have them after the death of wife Elisebeth, to sister Hiller £5, which is in her husband's hands; to Anne Scathe, dau. of Elisebeth Hiller £5; to William Heley the debt he owes; to Mr Hubbart 10 s; the rest to wife Elizabeth; she is to give John Scathe and Anne Scathe £5 each; &quot;but if my nesse, Elzebeth Merricke, an John Fisher, an Anne Fisher, shall hapen to Com over before the sesese of my wife Elisebeth, that£10shee should pay to John and Anne Scathe, shee shall pay to Elisebeth Merrick, an Anne Fisher by Equall shares; and the above name John Scathe, shall pat to John Fisher, five pound..&quot; William Herss, John Winchester, Thomas Samson overseers. Also that John Scathe shall stay with wife til a month after milliestid 1647 [*footnote 30 March 1647 after St. Mills ie Mille's tide] and that William Hersee and John Winchester have the disposing of nephew john Scathe, to bind to a trade. Deposed 9:7:1647&lt;ref&gt;Suffolk County Wills; Author: McGhan, Judith; Probate Place: Plymouth, Massachusetts [https://www.ancestry.com/interactive/9069/007705454_00057?pid=630414&amp;treeid=&amp;personid=&amp;rc=&amp;usePUB=true&amp;_phsrc=TbA1263&amp;_phstart=successSource Extract at Ancestry] Suffolk County Wills: Gen. Publ. Co. 1984&lt;/ref&gt;&lt;ref&gt;Suffolk County, MA: Probate File Papers.Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2017. (From records supplied by the Massachusetts Supreme Judicial Court Archives. Digitized mages provided by FamilySearch.org)\nhttps://www.americanancestors.org/DB2735/i/48697/59-co1/1416759119&lt;/ref&gt;&lt;ref&gt;The New England Historical &amp; Genealogical Register and Antiquarian Journal, [https://books.google.com/books?id=YQcQAQAAMAAJ&amp;pg=PA173&amp;lpg=PA173 Volume 7 p. 173 (free)] S.G. Drake, 1853 &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;
iNI5MS whttps://www.WikiTree.com/wiki/Merrick-467 pRichard qMerrick gm o{{DateGuess|Birth '''(based on birth and/or marriage date of parents)'''}}\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Richard /Merrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Oliver-773 | Rich Oliver]] for creating WikiTree profile Merrick-467 through the import of TheOlivers-3_2013-03-11_01.ged onMar 11, 2013.\n\nClick to the Changes page for the details of edits by Rich and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fUVEXD
iQPWRE whttps://www.WikiTree.com/wiki/Meyrick-12 pOwen qMeyrick gm b15810000 vSt Davids, Pembrokeshire, Wales z1 d15910000 ySt Davids, Pembrokeshire, Wales o==Biography==\n\n* Fact: Burial St, David, Pembrokeshire, Wales\n\n\n== Sources ==\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 10 July 2017, 03:21), entry for Owen Meyrick(PID https://familysearch.org/ark:/61903/4:1:LKKM-HVX); contributed by various users. mEYBV5 fUVEXD
iQ77WN whttps://www.WikiTree.com/wiki/Meyrick-13 pRobert qMeyrick gm b15830000 vSt Davids, Pembrokeshire, Wales o==Biography==\n\n=== Birth ===\n: Birth:\n:: Date: ABT 1583\n:: Place: &lt;Of, St. Davids, Pembrokeshire, Wales&gt;\n\n\n== Sources ==\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 16 July 2017, 18:45), entry for Robert Meyrick(PID https://familysearch.org/ark:/61903/4:1:LKKM-HJR); contributed by various users. mEYBV5 fUVEXD
iYO8CC whttps://www.WikiTree.com/wiki/Meyrick-14 pJanet qMeyrick gf b15850000 vSt Davids, Pembrokeshire, Wales o==Biography==\n\n\n== Sources ==\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 05 April 2017, 18:32), entry for Janet Meyrick(PID https://familysearch.org/ark:/61903/4:1:LKKM-HTT); contributed by various users. mEYBV5 fUVEXD
iBI0C3 whttps://www.WikiTree.com/wiki/Meyrick-15 pJohn qMeyrick gm b15130000 vBodorgan, Anglesey, Wales o== Biography ==\n'''Note''': Neither of the references provided gives death information for John. The date of 30 November 1538 in St. David, Pembroke, ?, Wales is later than the birth dates of his three children, so the death information has been removed.\n\n=== Title ===\n: Rev\n: Rector\n\n=== Name ===\n: Name: JOHN /Meyrick/\n\n=== Residence ===: Place: USA&lt;ref&gt;Source: [[#S005161]] Data: Text: Residence date: Residence place: USA&lt;/ref&gt;\n\n=== Biographical Notes ===: Note: `John Meyrick, was born about 1513. It appears that he spent some years in the Navy but later entered the ministry following the family tradition. He was Rector of Llanllechyd (Llandachya). He married Sage, daughter of James and Maud (Lloyd) Griffith of Bant y Streimon. There were three children born of this union, William Myrick being next of the line.'&lt;ref&gt;Source: [[#S113]] &lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S113'&gt;S113&lt;/span&gt; Title: Myricks of Westminster,The Abbreviation: Myricks of Westminster Author: Nadeau, Bernard E.Publication: author, St. Augustine, FL, 1976 (see page 12)\n* Source: &lt;span id='S005161'&gt;S005161&lt;/span&gt; Title: The Paddock genealogy Author: Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2004.Original data - Curfman, RobertJoseph,. The Paddock genealogy : descendants of Robert Paddock of Plymouth Colony, blacksmith and constable, 1646. Fort Collins, Colo.: Curfman, 1986.Origin (see page 46)\n\n&lt;references /&gt;\n\n== Acknowledgements ==* This person was created through the import of Savage.ged on 21 February 2011.\n* Meyrick-31 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Meyrick-31 Changes page] for the details of edits by Rich and others.\n* WikiTree profile Myrick-153 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]].\n* Meyrick-30 created through the import of mishlie nash.GED on Jun 24, 2011 by [[Williams-5791 | Ted Williams]].* This person was created through the import of Savage.ged on 21 February 2011.\nPlease click on the Changes tab to see any changes made to this profile.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mQDI6V fTCIEG sPH8BV
iPH8BV sBI0C3 whttps://www.WikiTree.com/wiki/Griffith-235 pSage qGriffith gf b15210000 vAngle, Pembrokeshire, Wales z1 d15540000 yBodorgan, Isle of Anglesey, Wales o{{Unsourced|Wales}}\n\n== Biography ==\n\nWife of John Meyrick — married 1545 in Pembrokeshire, Wales\n\n=== Ancestral File Number ===\n: Ancestral File Number: FHT9-FJ\n\n=== Name ===: Name: Sage Griffith/&lt;ref&gt;Source: [[#S005399]] Ancestry Family Trees http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13078823&amp;pid=1107767835&lt;/ref&gt;&lt;ref&gt;Source: [[#S2]] Ancestry Family Trees http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=142&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n*Source : Ancestral File : The Church of Jesus Christ of Latter-day Saints\n*http://trees.ancestry.com/rd?f=image&amp;guid=d4c924c4-ef63-4966-bef0-0be71524db87&amp;tid=13078823&amp;pid=1107767835\n\n== Acknowledgments ==\n* WikiTree profile Griffith-496 created through the import of mishlienash.GED on Jun 24, 2011 by [[Williams-5791 | Ted Williams]].\n* WikiTree profile Griffith-608 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]].\n*Thank you to [[Oliver-773 | Rich Oliver]] for creating WikiTree profile Griffith-1305 through the import of TheOlivers-3_2013-03-11_01.gedon Mar 11, 2013.\n* WikiTree profile Griffith-511 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]].\n*This person was created through the import of Savage.ged on 21 February 2011. mZXYCY fZ6IVT
iCT485 whttps://www.WikiTree.com/wiki/Young-1503 pJoan qYoung gf oThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Ancestral File Number ===\n: Ancestral File Number: G8B2-7J\n\n\n=== User ID ===\n: User ID: 299EFC364FDA194785422C6103C65D1410F2\n\n\n=== Source ===\n: Source: [[#S32]]\n:: Record ID Number: 5148\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 8 OCT 2008\n::: Time: 08:35:00\nPrior to import, this record was last changed 08:35:00 8 OCT 2008.\n\n=== Sources ===\n: Source &lt;span id='S32'&gt;S32&lt;/span&gt;\n: Repository: [[#REPO6]]\n: Type: Ancestral File\n: Title: Ancestral File (TM)\n: Author: The Church of Jesus Christ of Latter-day Saints\n:: Abbreviation: The Church of Jesus Christ of Latter-day Saints\n: Publication: June 1998 (c), data as of 5 JAN 1998\n: Abbreviation: Church Resources - Ancestral File (TM)\n: Master Listing Source: Y\n\n\n\n: Repository &lt;span id='REPO6'&gt;REPO6&lt;/span&gt;\n: Name: Family History Library\n: Address: 35 N West Temple Street\n:: Salt Lake City, UT 84150 USA\n\n\n\n
iLWBMI whttps://www.WikiTree.com/wiki/Meyrick-16 pOwain qMeyrick gm b15500000 vLlangylle, Pembroke, Wales oThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Ancestral File Number ===\n: Ancestral File Number: JLL9-RT\n\n\n=== LDS Baptism ===\n: LDS Baptism:\n:: Date: 2 JUN 1947\n\n\n=== LDS Endowment ===\n: LDS Endowment:\n:: Date: 24 FEB 1949\n\n\n=== User ID ===\n: User ID: A8F1DADA66DD4C4D842B0DC06E82AABEFD3C\n\n\n=== LDS Sealing Child ===\n: LDS Sealing Child:\n:: Child of Family: @F1890@\n:: Date: 31 OCT 1949\n:: LDS Temple: SLAKE\n\n\n=== Source ===\n: Source: [[#S32]]\n:: Record ID Number: 5148\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 8 OCT 2008\n::: Time: 08:34:58\nPrior to import, this record was last changed 08:34:58 8 OCT 2008.\n\n----\nThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Birth ===\n: Birth:\n:: Date: &lt;1548&gt;\n:: Place: &lt;Llanleschild, , England&gt;\nCould not parse date out of Birth Date (&lt;1548&gt;).&lt;br&gt;\n\n=== Ancestral File Number ===\n: Ancestral File Number: PLG9-P8\n\n\n=== User ID ===\n: User ID: 42E6961173D89D428DFD4F8CB6D8EEB993A9\n\n\n=== Source ===\n: Source: [[#S32]]\n:: Record ID Number: 5148\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 8 OCT 2008\n::: Time: 08:34:58\nPrior to import, this record was last changed 08:34:58 8 OCT 2008.\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Owain /Meyrick/&lt;ref&gt;Source: [[#S134]] Page: Ancestry Family Tree&lt;/ref&gt;\n\n=== Birth ===\n:\n:: 1550\n:: Pembroke, Pembrokeshire, Wales\n:\n:: 1548\n:: Pembroke, Pembrokeshire, Wales\nFound multiple copies of BIRT DATE. Using 1550\n\n== Sources ==\n* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]] NOTEThis information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Oliver-773 | Rich Oliver]] for creating WikiTree profile Meyrick-47 through the import of TheOlivers-3_2013-03-11_01.ged on Mar 11, 2013.\n\nClick to the Changes page for the details of edits by Rich and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mPH8BV fBI0C3
iKKXNM whttps://www.WikiTree.com/wiki/Meyrick-17 pMaud qMeyrick gf b15540000 vAnglesey, Wales o{{Unsourced}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt; mPH8BV fBI0C3
iSOVQR whttps://www.WikiTree.com/wiki/Trevillier-2 pIenen qTrevillier gm b15130000 vEngland z1 yEngland o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 14 MAR 2007Prior to import, this record was last changed 14 MAR 2007 .\n\n=== Ancestors of Interest ===\n: Ancestors of Interest: @SUB1@\n\n=== Reference ===\n: Reference: 27650\n\n== Sources ==\n* WikiTree profile Trevillier-2 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Trevillier-2 Changes page] for the details of edits by Merryann and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fDX2N2
iKCZMD whttps://www.WikiTree.com/wiki/Bishop-986 pMatthew qBishop gm b15340000 vSt Davids, Pembrokeshire, Wales, England z1 d15740000 ySt Davids, Pembrokeshire, England o== Biography ==\n\n=== Name ===: Name: Matthew /Bishop/&lt;ref&gt;Source: [[#S005161]] Data: Text: Residence date: Residence place: USA&lt;/ref&gt;&lt;ref&gt;Source: [[#S005399]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13078823&amp;pid=1107754578&lt;/ref&gt;\n\n=== Marriage ===\n\n: Status: MARRIED\n: Husband: [[Bishop-986|Matthew Bishop]]\n: Wife: [[Young-1501|Elizabeth Young]].\n: Child: [[Bishop-985|Dorothy Bishop]]\n\n=== Note ===\n: Note: Cilgerran Castle, Ceredigion-Pembrokeshire:: http://trees.ancestry.com/rd?f=image&amp;guid=8fadea34-f7ff-4db8-b316-1eabdbde98b8&amp;tid=7221440&amp;pid=1091487313\n\n== Sources ==\n&lt;references /&gt;\n*This person was created through the import of Savage.ged on 21 February 2011.\n*This person was created through the import of Beaman Family Tree.gedon 31 March 2011.\n*[http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7221440&amp;pid=1091487313 Ancestry Family Trees]\n* WikiTree profile Bishop-1742 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]]. ..\n* WikiTree profile Bishop-1513 created through the import of mishlie nash.GED on Jun 24, 2011 by [[Williams-5791 | Ted Williams]].\n* Source: &lt;span id='S005161'&gt;S005161&lt;/span&gt; Title: The Paddock genealogy Author: Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2004.Original data - Curfman, RobertJoseph,. The Paddock genealogy : descendants of Robert Paddock of Plymouth Colony, blacksmith and constable, 1646. Fort Collins, Colo.: Curfman, 1986.Origin sHQXFO
iHQXFO sKCZMD whttps://www.WikiTree.com/wiki/Young-1501 pElizabeth qYoung gf b15380000 vSt. David's, Pembrokeshire, Wales z1 d15740000 yPembrokeshire, Wales oThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Ancestral File Number ===\n: Ancestral File Number: FHT9-PW\n\n\n=== LDS Baptism ===\n: LDS Baptism:\n:: Date: 2 JAN 1962\n\n=== LDS Endowment ===\n: LDS Endowment:\n:: Date: 24 APR 1968\n:: LDS Temple: SLAKE\n\n=== LDS Sealing Child ===\n: LDS Sealing Child:\n:: Child of Family: @F1894@\n:: Date: 8 MAY 1993\n:: LDS Temple: OGDEN\n\n\n=== Source ===\n: Source: [[#S32]]\n:: Record ID Number: 5148\n\n=== Marriage ===\n: Status: MARRIED\n: Husband: [[Bishop-986|Matthew Bishop]]\n: Wife: [[Young-1501|Elizabeth Young]]\n: User ID: E43C4ED81BED5A4DA72D4A54A3542128A771\n: Child: [[Bishop-985|Dorothy Bishop]]\n: Marriage:\n:: Date: UNKNOWN\n: LDS Sealing Spouse:\n:: Date: 29 MAY 1969\n:: LDS Temple: SLAKE\nCould not parse date out of UNKNOWN.\n\n=== Name ===\n: Name: Elizabeth /Young/\n: Name: Elizabeth /Bishop/\nFound multiple versions of NAME. Using Elizabeth /Young/ .\n\n=== Residence ===\n: Residence::: Place: USA&lt;ref&gt;Source: [[#S005161]] Data: Text: Residence date: Residence place: USA&lt;/ref&gt;\n\n\n== Sources ==\n&lt;references /&gt;\n: Source &lt;span id='S32'&gt;S32&lt;/span&gt;\n: Repository: [[#REPO6]]\n: Type: Ancestral File\n: Title: Ancestral File (TM)\n: Author: The Church of Jesus Christ of Latter-day Saints\n:: Abbreviation: The Church of Jesus Christ of Latter-day Saints\n: Publication: June 1998 (c), data as of 5 JAN 1998\n: Abbreviation: Church Resources - Ancestral File (TM)\n: Master Listing Source: Y\n\n: Repository &lt;span id='REPO6'&gt;REPO6&lt;/span&gt;\n: Name: Family History Library\n: Address: 35 N West Temple Street\n:: Salt Lake City, UT 84150 USA\n\n: Source &lt;span id='S-899753593'&gt;S-899753593&lt;/span&gt;\n: Repository: [[#R-899753595]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n* Source: &lt;span id='S005161'&gt;S005161&lt;/span&gt; Title: The Paddock genealogy Author: Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2004.Original data - Curfman, RobertJoseph,. The Paddock genealogy : descendants of Robert Paddock of Plymouth Colony, blacksmith and constable, 1646. Fort Collins, Colo.: Curfman, 1986.Origin Note: [[#NS051611]] Repository: Note: [[#NS051613]]\nNo NOTE record found with id NS051611.\n: Note &lt;span id='NS051613'&gt;NS051613&lt;/span&gt;\n: NAME Ancestry.com\n: ADDR http://www.Ancestry.com\n: NOTE* Source: &lt;span id='S005399'&gt;S005399&lt;/span&gt; Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members. Note: [[#NS053991]] Repository: Note: [[#NS053993]]\nNo NOTE record found with id NS053991.\n: Note &lt;span id='NS053993'&gt;NS053993&lt;/span&gt;\n: NAME Ancestry.com\n: ADDR http://www.Ancestry.com\n: NOTE\n* WikiTree profile Young-3883 created through the import of EBENSTEIN-GRANGER.GED on Aug 19, 2011 by [[Ebenstein-3 | Merryann Palmer]]. Seethe [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Young-3883 Changes page] for the details of edits by Merryann and others.\n* WikiTree profile Young-3338 created through the import of mishlie nash.GED on Jun 24, 2011 by [[Williams-5791 | Ted Williams]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Young-3338 Changes page] for the details of edits by Ted and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mDJDGW fNSA3R
iNSA3R whttps://www.WikiTree.com/wiki/Young-1502 pRobert qYoung gm b15080000 vSt. David's, Pembrokeshire, Wales z1 d15420000 yof, Pembrokeshire, , Wales oThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Ancestral File Number ===\n: Ancestral File Number: FHT9-Q3\n\n\n=== LDS Baptism ===\n: LDS Baptism:\n:: Date: 15 APR 1993\n:: LDS Temple: OGDEN\n\n\n=== LDS Endowment ===\n: LDS Endowment:\n:: Date: 23 APR 1993\n:: LDS Temple: OGDEN\n\n\n=== User ID ===\n: User ID: CF94F73338B66A4098B5C53C4A05BEB1316C\n\n\n=== Source ===\n: Source: [[#S32]]\n:: Record ID Number: 5148\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 8 OCT 2008\n::: Time: 08:34:58\nPrior to import, this record was last changed 08:34:58 8 OCT 2008.\n\n=== Marriage ===\n\n: Status: MARRIED\n: Husband: [[Young-1502|Robert Young]]\n: Wife: [[UNKNOWN-33531|UNKNOWN UNKNOWN]]\n: User ID: 956DAAF5F2A9604E8672505CE2FEE74A9F1D\n: Child: [[Young-1501|Elizabeth Young]]\n: Marriage:\n:: Date: ABT 1536\n:: Place: Of, St. David's, Pembrokeshire, Wales\nCould not parse date out of ABT 1536.\n\n\n\n\n=== Sources ===\n: Source &lt;span id='S32'&gt;S32&lt;/span&gt;\n: Repository: [[#REPO6]]\n: Type: Ancestral File\n: Title: Ancestral File (TM)\n: Author: The Church of Jesus Christ of Latter-day Saints\n:: Abbreviation: The Church of Jesus Christ of Latter-day Saints\n: Publication: June 1998 (c), data as of 5 JAN 1998\n: Abbreviation: Church Resources - Ancestral File (TM)\n: Master Listing Source: Y\n\n\n\n: Repository &lt;span id='REPO6'&gt;REPO6&lt;/span&gt;\n: Name: Family History Library\n: Address: 35 N West Temple Street\n:: Salt Lake City, UT 84150 USA\n\n\n\n\n\n----\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Robert /Young/&lt;ref&gt;Source: [[#S005399]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13078823&amp;pid=1107779001&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Young-3339 created through the import of mishlie nash.GED on Jun 24, 2011 by [[Williams-5791 | Ted Williams]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Young-3339 Changes page] for the details of edits by Ted and others.\n* Source: &lt;span id='S005399'&gt;S005399&lt;/span&gt; Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members. Note: [[#NS053991]] Repository: Note: [[#NS053993]]\nNo NOTE record found with id NS053991.\n: Note &lt;span id='NS053993'&gt;NS053993&lt;/span&gt;\n: NAME Ancestry.com\n: ADDR http://www.Ancestry.com\n: NOTE\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sDJDGW
iDJDGW sNSA3R whttps://www.WikiTree.com/wiki/UNKNOWN-33531 pUnknown qUNKNOWN gf b15160000 vSt Davids, Pembrokeshire, Wales o{{Estimated Date }} {{Unsourced}}\n{{Uncertain Family}}\n== Biography ==\n=== Birth ===\n: Birth:\n:: Date: ABT 1516\n:: Place: , Of St. David's, Pembrokeshire\n\n=== Marriage ===\n\n: Status: MARRIED\n: Husband: [[Young-1502|Robert Young]]\n: Wife: [[UNKNOWN-33531|UNKNOWN UNKNOWN]]\n: Marriage:\n:: Date: ABT 1536\n:: Place: Of, St. David's, Pembrokeshire, Wales\n\n== Sources ==\n&lt;references/&gt;\n=== Ancestral File Number ===\n: Ancestral File Number: G53J-J3\nThis person was created through the import of Savage.ged on 21 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.
iIU697 whttps://www.WikiTree.com/wiki/Dumbleton-1 pJohn qDumbleton gm b16250000 vEngland z1 d17020727 ySpringfield, Hampshire, Massachusetts Bay o{{Puritan Great Migration}}\n[[Category: Springfield Cemetery, Springfield, Massachusetts]]\n== Biography ==\nJohn Dumbleton ... Having come &quot;in the service of William Whiting of Hartford&quot;&lt;ref&gt;J. Savage in his Dictionary says of John Dunbleton, Springfield, 1649, that he came in the service of William Whiting of Hartford. Vol. 2, Page 79.&lt;/ref&gt;Donald Lines Jacobus says John Dumbleton &quot;first surfaced in New England as an indentured servant of Mr. William Whiting of Hartford, Conn., in 1639 or 1640.&quot;&lt;ref&gt;Hale,House pp 521-524&lt;/ref&gt;&lt;ref name=TAG67&gt;The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) Vol. 67 p. 13.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=13&amp;volumeId=12962 subscribers$] &lt;/ref&gt;\nJ Dumbleton settled in Springfield Mass. in 1650. His home lot was parallel to the Connecticut River, on the road that was called 'Way to upper Wharf', and is now Cypress Street. It was 10 rods wide and. 50 rods deep, between Simon Beanan and Henry Chapin's lots.\n\nHe received the following grants of land. -\n\nOn Jan.22, 1651, 4 acres\n.On Feb. 16 1652, there was granted unto John Dumbleton by reason his other lot proved barren that he cannot subsist on, 14 acres next to John Lambe at Chickepey.\nAt the town meeting Nov. 21, 1654, there was granted John Dumbleton together with four other men, to each of them, 3 acres of wet meadow opposite to their home lots, also to each of them a wood lot of' four acres.\nOn Feb. 8, 1654 among the several grants were -- To Joim Dumbleton atthe cold spring at the Rear of the 3rd division, about one acre. On Jan.30, 1655 -- granted 3 acres in the wet meadow..\nOn March 5, 1650 he was granted a piece of meadow on the other side of Pauccatuck brooke, provided it exceed not ten acres of. meadow, and that he stay in town five years.\n.Feb 19, 1661 3 acres of the land. between Agawah flyer and the 3rd division.\nFeb. 1, 1665, there is granted to John 1)umbleton thirty acres of upland and swanp at Pacatuck on the north side of Theo. Millers.\nJan. 11, 1668, Granted to John Dumbleton a piece of land., about six acres, more or less, next to the lot that was granted to James Taylor above the common fence on the west side of the River.\nOn Maroh 5, 1665/6 he was one of the committee empowered. for the granting of lands.\nAt a Town meeting June 21, 1675 John Dumbleton was chosen by vote of the town to Join with the selectmen to make the county rates, both forthe present and. for the year ensuing.\nAt a meeting of the selectmen Feb. 7, 1661, consideration being had for the rate of Mr. Glover, the minister, they appointed a committee: to appraise the live stock of the plantation, and John Dumbleton, was on this committee of three. Likewise on Feb. 10, 1652, he was one of a committee of three appointed to appraise the estates and cattle.\nHe was appointed fence viewer for &quot;ye upper end of town from the meeting house upwards, Oct. 31, 1654 and, again in 1663 and 1669. He was appointed Feb. 19, 1661 to lay out highways, was chosen surveyor of thehighways, and was appointed with Thomas Hiller to measure thee lengthof the ground between the two rivers, where the fence must run and, to cast up and tell every man what their proportion of the fence is. In1630 he was appointed to see that the order concerning swine was enforced.\nWhile John Dunbleton was several times a fence viewer, he was also twice fined for defective fences.\nHe was appointed to get posts for the new pond, and repair the old one in 1685 He was selectman 1655, 7, 1660, 6, 8, 1671, 3, 5, 7, 1681, 3, 5, 7, 9, 1891. John Dumbleton died in Springfield, Mass. in 1702.\nJohn Dumbleton had a grant of 86 acres land 1665, and 6 acres 1668. He was a committee with other men for the granting of lands that lie inthe Common and undisposed of land. He was on a committee of five men in 1681, chosen to make a just, equal impartial valuation of the town lands, and this to last for seven years. He was one of the four men chosen in 1680 to manage, plead and defend the cause depending about theCounty Highway on the other side of the river, at the next court heldat Northampton. He was on a committee chosen, the committee pro tempore for the seating of persons in the new meeting house, in 1678, and again on this committee in 1694.\nHe was on the committee in 1667 to lay out the highway over Agawam River. John Dumbleton and his wife Mercy, were here in 1650. He died July 2 1602 and she died July 4, 1704.\n\nChildren of John Dumbleton and Mercy lnunkn are:\n+Sarah Dumbleton.\n\n John Dumbleton died 27 Jul 1702. He married Mercy lnunkn.\n\n=== Birth ===\n BET. 1620 - 1625 England\n\n=== Residence ===\n BET. 1649 - 1652 Springfield, Hampden Co., Massachusetts, U.S.A.\n\n=== Occupation ===\n 27 MAR 1660 a juror\n\n== Sources ==\n*{{FindAGrave|112539064}}\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fNO06S sGZM4G
iGZM4G sIU697 whttps://www.WikiTree.com/wiki/Marshfield-22 pMercy qMarshfield gf b16270000 vExeter, Devon, England z1 d17040704 ySpringfield, Hampshire, Massachusetts Bay o\n[[Category: Springfield Cemetery, Springfield, Massachusetts]]\n== Biography ==\n\n\n\n== Sources ==\n\n{{FindAGrave|113338836}}\n\n&lt;references /&gt; mCQPU7 fDI5H6
iVIITV whttps://www.WikiTree.com/wiki/Dumbleton-39 pMary qDumbleton gf b16490000 vSpringfield, Hampden, Massachusetts z1 d16760203 yWest Springfield, Massachusetts Bay o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 27 September 2017, 18:09), entry for Mary Dumbleton(PID https://familysearch.org/ark:/61903/4:1:LVD9-Z8R); contributed by various users. mGZM4G fIU697
iI4B99 whttps://www.WikiTree.com/wiki/Dumbleton-37 pJohn qDumbleton gm b16500102 vSpringfield, Massachusetts Bay z1 d16751027 yWestfield, Hampshire, Massachusetts Bay o[[Category: Springfield, Massachusetts]]\n== Biography ==John Dumbleton was killed by Indians during King Philip's War. Soon after, the events so minutely described by the Rev. Edward Taylor took place. He says: -- &quot;but summer coming, (1675): opened a door unto yt desolating war, began by Philip Sachem of yePakaneket Indians, by which this handful was sorely pressed yet sovereignly preserved. But yet not so as that we should be wholly exempted from the fury of war, for our soil was moistened by the blood of threeSpringfield men, young Goodman (John) Dumbleton, who came to our milland two sons of Goodman Brooks, who came here to look after ye iron on ye land he had lately bought of Mr. John Pynchon Esqr., who being persuaded by Springfield folk, went to accompany them, but (they) fell in the way by the first assault ye enemy made upon us, at wch time theyburn'd Mr. Cornish's house to ashes and also John Sacket's, with his barn and what was in it, being ye first snowy day of winter (27 October); they also at this time lodged a bullet in George Granger's leg, wch was, the next morning taken out by Mr. Bulkly, and ye wound soon healed; It was judged that the enemy did receive some lose at this time, because in ye ashes of Mr. Cornish's house were found pieces of ye boanes of a man, lying about ye length of a man in ye ashes. Also in winter, some sculking Rascolds, upon a Lord's day, in ye time of or afternoon worship, fired Amb. Fowler's house and barn, and in ye week after,Walter Lee's barn; but in ye latter end and giving up of winter, ye last snowy day we had thereof, we discovering an end of Indians, did send out to make a full discovery of the same, designing onely three or four to go out, with order that they should not assalt them, but to orwoe and smart, there going 10 or 12, not as scouts, but as assailants, rid furiously upon ye enemy, from whom they received a furious charge, whereby Moses Cook, an inhabitant, and Clemence Bates, a soldier, lost their lives; Clemence in ye place and Moses at night. Besides wch we lost none of the town, onely at ye Fall's fight at Deerfield, theregoing nine from or town, 3 Garison: Souldiers fell. Thus tho' we lay in ye very rode of ye enemy, we were preserved, onely the war had so impoverisht us that many times were we ready to leave the place, and many did, yea many of those that were in full communion in other places, for their number in all being but nine, four of them removed.&quot;\nJohn Dumbleton Jr. and Lidia/Lydia/Lidda Leonard were married on March 18, 1674/1675 in Springfield, Hampden County, Massachsuetts.&lt;ref&gt;http://ma-vitalrecords.org/MA/Hampden/Springfield/MarriagesD.shtml&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n== Acknowledgments ==*Thank you to [[Saxberg-5 | Ang Saxberg]] for creating WikiTree profile Dumbleton-37 through the import of bessie1.ged on Mar 20, 2013. mGZM4G fIU697
iMRRRL whttps://www.WikiTree.com/wiki/Dumbleton-6 pMercy qDumbleton gf b16520302 vSpringfield, Massachusetts Bay z1 d16890616 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==\n&quot;Mercy Dumbleton daughter of John Dumbleton was borne the 2d day of the 1st Mon: 1652, at Springfield, Hampden, Massachusetts.&lt;ref&gt;[[#S-276]] Vol. 2, Page 1661&lt;/ref&gt;\n&quot;Samuel Bodurtha &amp; Mercy Dumbleton were maried: April. 28. 1681&quot; at Springfield, Hampden, Massachusetts.&lt;ref&gt;[[#S-276]] Vol. 1, Page 24&lt;/ref&gt;\n&quot;Aprill. 28th 1681* Samll Bedortha &amp; Mercy Dumbleton Joined in Mariage *Corrected from 1680.&quot; at Springfield, Hampden, Massachusetts.&lt;ref&gt;[[#S-276]] Vol. 2, Page 1651&lt;/ref&gt;\n&quot;Mercy, the wife of Samuel Bedortha was sick and died June 16, 1689,&quot;at Springfield, Hampden, Massachusetts.&lt;ref&gt;[[#S-276]] Vol. 1, Page 67&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-276'&gt;S-276&lt;/span&gt; Title: ''Vital Records of Springfield, Massachusetts to 1850.'' Boston, Mass.: New England HistoricGenealogical Society, 2002. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2008.)\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mGZM4G fIU697
iYWVB3 whttps://www.WikiTree.com/wiki/Dumbleton-4 pSarah qDumbleton gf b16540105 vSpringfield, Massachusetts Bay z1 d16940103 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==\nSarah was born 5 Jan 1654 in Springfield, Massachusetts.&lt;ref&gt;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:F4DH-Y83 : 9 February 2018), Sarah Dumbleton, 05 Jan 1654; citing Springfield, Hampden, Massachusetts, v 1 p 2; FHL microfilm 14,766.&lt;/ref&gt; She married [[Leonard-2366 | Josiah Leonard]] 19 Dec 1678 in Springfield.&lt;ref&gt;Massachusetts Marriages, 1695-1910,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FC3Q-62K : 9 February 2018), Josiah Leonard and Sarah Dumbleton,19 Dec 1678; citing reference p 16; FHL microfilm 185,414.&lt;/ref&gt;\nHer second marriage was to Thomas Root on January 25, 1692. They had twin daughters Thankful and Mary, born November 12, 1693.&lt;ref&gt;John Pynchon, Pynchon Birth Marriage &amp; Death Records, (Families of the PioneerValley, Regional Publications, West Springfield, MA, 2000). Northampton, p 142, p 96, p 97, p 99&lt;/ref&gt;&lt;ref&gt;Rev. Emerson Davis, A Record of Marriages, Births &amp; Deaths in Westfield, Mass. Prior to the year 1700,(New England Historical &amp; Genealogical Register, Vol 6, Jaly 1852, p 265 &amp; subseq.)&lt;/ref&gt;\n\n\n\n== Sources ==\n\n&lt;references/&gt; mGZM4G fIU697
iFONEN whttps://www.WikiTree.com/wiki/Dumbleton-44 pSamuel qDumbleton gm b16570512 vSpringfield, Massachusetts Bay z1 ySpringfield, Massachusetts Bay o== Biography ==\n&quot;samuell dumelton Sonne of John dumelton Borne the 12 day of the .3. mon: 1657&quot; at Springfield, Hampden, Massachusetts.&lt;ref&gt;[[#S-276]] Vol.2, Page 16&lt;/ref&gt;\n&quot;Samuell Dumelton sonne of John Dumelton was Buried the 10th of the .4. mon: 1657&quot; at Springfield, Hampden, Massachusetts.&lt;ref&gt;[[#S-276]] Vol. 2, Page 61&lt;/ref&gt;\n* Fact: Residence (1657) Hatfield, Hampshire, Massachusetts, United States* Fact: Burial (1657) Springfield, Hampden, Massachusetts, United States of America\n* Fact: Christening , SPRINGFIELD, HAMPDEN, MASSACHUSETTS\n\n\n== Sources ==\n&lt;references /&gt;\n\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 21 July 2017, 23:26), entry for Samuel Dumbleton(PID https://familysearch.org/ark:/61903/4:1:L8RZ-1PL); contributed by varioususers.* Source: &lt;span id='S-276'&gt;S-276&lt;/span&gt; Title: ''Vital Records of Springfield, Massachusetts to 1850.'' Boston, Mass.: New England HistoricGenealogical Society, 2002. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2008.)\n== Acknowledgments ==\nThank you to [[Saxberg-5 | Ang Saxberg]] for creating WikiTree profile Dumbleton-44 through the import of bessie1.ged on Mar 20, 2013.\n\nClick to the Changes page for the details of edits by Ang and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mGZM4G fIU697
iINDYH whttps://www.WikiTree.com/wiki/Dumbleton-45 pSamuel qDumbleton gm b16580515 vSpringfield, Massachusetts Bay z1 d17390131 ySpringfield, Hampden, Massachusetts o== Biography ==\n&quot;Samuell dumelton Sonne of John dumelton Borne the 15 of the 3 mon 1658&quot; at Springfield, Hampden, Massachusetts. &lt;ref&gt;''Vital Records of Springfield, Massachusetts to 1850.'' Boston, Mass.: New England Historic Genealogical Society, 2002. (Online database. AmericanAncestors.org.New England Historic Genealogical Society, 2008.) (Subscription required.) Vol. 1, Page 16&lt;/ref&gt;\n* Fact: Residence (1658) Hatfield, Hampshire, Massachusetts, United States\n\n\n== Sources ==\n&lt;references /&gt;\n\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 21 July 2017, 23:29), entry for Samuel Dumbleton(PID https://familysearch.org/ark:/61903/4:1:LC33-BVM); contributed by varioususers.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mGZM4G fIU697
iGSQRB whttps://www.WikiTree.com/wiki/Dumbleton-2 pLydia qDumbleton gf b16610416 vSpringfield, Massachusetts Bay z1 ySpringfield, Hampshire, Massachusetts Bay o[[Category: Springfield Cemetery, Springfield, Massachusetts]]\n== Biography ==\n&quot;Lidda Dumelton daughter of John Dumelton Borne the 16th of the 2 mon: 1661&quot; at Springfield, Hampden, Massachusetts. &lt;ref&gt;[[#S-276]] Vol. 1, Page 17&lt;/ref&gt;\nLydia was married twice. First, &quot;Jonathan Burt &amp; Lydia Dumbleton were joined in marriage Dec: 8. 1681&quot; at Springfield, Hampden, Massachusetts. &lt;ref&gt;[[#S-276]] Vol. 1, Page 24&lt;/ref&gt;\nThe Intentions for Lydia's second marriage were published: &quot;May. 27: 1709 Daniel Cooly Widower doth enter his Intention of mariage wth Lydia Burt Widow. both persons of the Town of Springfeild. &amp; th[ei]r publishmt was Posted may. 28. 1709&quot; at Sprinfield.&lt;ref&gt;[[#S-276]] Vol. 1, Page 136&lt;/ref&gt;\nThe couple then married in June: &quot;Daniel Cooly &amp; Lydia Burt abouesd were joined in mariage June. 17: 1709&quot; at Springfield.&lt;ref&gt;[[#S-276]] Vol. 1, Page 136&lt;/ref&gt;\n\n=== Burial ===\n: Burial 31 JAN 1739 Springfield, Hampden, Massachusetts\n\n== Sources ==\n*{{FindAGrave|64758665}}\n\n&lt;references /&gt;\n* S-276 ''Vital Records of Springfield, Massachusetts to 1850.'' Boston, Mass.: New England Historic Genealogical Society, 2002. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2008.) (Subscription required.)\n* S17 &quot;Family Data Collection - Individual Records Edmund West, comp.Ancestry.com\n* S21 U.S. and International Marriage Records, 1560-1900 Yates Publishing The Generations Network\n* S5 Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=10759248&amp;pid=801102992\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mGZM4G fIU697
iB35E2 whttps://www.WikiTree.com/wiki/Dumbleton-38 pNathaniel qDumbleton gm b16640610 vSpringfield, Hampshire, Massachusetts Bay z1 d17370213 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==\n\n''No additional information is available. Can you add something?''\n\n== Sources ==\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Saxberg-5 | Ang Saxberg]] for creating WikiTree profile Dumbleton-38 through the import of bessie1.ged on Mar 20, 2013.\nThank you to [[Dittmann-12 | Sarah Dittmann]] for creating WikiTree profile Dumbleton-47 through the import of export-BloodTree.ged on Jun 27, 2013. mGZM4G fIU697
iWVKMD whttps://www.WikiTree.com/wiki/Dumbleton-41 pRebecca qDumbleton gf b16671004 vSpringfield, Hampshire, Massachusetts Bay z1 d16940216 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==\n\nRebecca was married to Joseph Leonard&quot;Leonard: Joseph and Rebeca Dumbleton, Mar. 2, 1692/3.&quot; &lt;ref&gt;http://ma-vitalrecords.org/MA/Hampden/Springfield/MarriagesL.shtml&lt;/ref&gt;\nHer death is 16 February 1693 Springfield, Hampden, Massachusetts as noted from, and the link provides access to the handwritten record of this death: &lt;ref&gt;&quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 21 July 2017, 23:39), entry for Rebecca Dumbleton(PID https://familysearch.org/ark:/61903/4:1:MZPJ-95R); contributed by various users.\n&lt;/ref&gt;\n* This must be an error in the pedigree file as she lived Springfieldand there was no such place as &quot;United States&quot; when she was living.:Fact: Residence (1667) Hatfield, Hampshire, Massachusetts, United States.\n\n== Sources ==\n&lt;references /&gt;\n\n== Acknowledgments == mGZM4G fIU697
iPK0GM whttps://www.WikiTree.com/wiki/Dumbleton-40 pElizabeth qDumbleton gf b16700000 vLongmeadow, Hampshire, Massachusetts Bay z1 d16921103 ySpringfield, Hampshire, Massachusetts Bay o== Biography ==\nElizabeth Dumbleton Birth BET. 1665 - 1675 Springfield, Hampden Co., Massachusetts\n* Fact: Burial Springfield Cemetery, Springfield, Hampshire, Massachusetts Bay, British Colonial America\n\n\n== Sources ==\n&lt;references /&gt;\n\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 13 November 2017, 04:45), entry for Elisabeth Dumbleton(PID https://familysearch.org/ark:/61903/4:1:MNNG-8YG); contributed by various users.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mGZM4G fIU697
iNO06S whttps://www.WikiTree.com/wiki/Dumbleton-42 pJonathan qDumbleton gm b16000000 vEngland o== Biography ==\n\n''No additional information is available. Can you add something?''\n\n== Sources ==\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Saxberg-5 | Ang Saxberg]] for creating WikiTree profile Dumbleton-42 through the import of bessie1.ged on Mar 20, 2013.\n\nClick to the Changes page for the details of edits by Ang and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iDI5H6 whttps://www.WikiTree.com/wiki/Marshfield-2 pThomas qMarshfield gm b16010000 vExeter, Devon, England z1 o[[Category: Puritanism, North America]]\n[[Category:17th Century American Immigration]]\n[[Category:Puritan Great Migration]]\n{{Puritan Great Migration}}\n\n\n== Biography ==Thomas Marshfield was born about 1601&lt;ref name=GM&gt;Great Migration 1634-1635, M-P. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2010.) Originally published as: The Great Migration, Immigrants to New England, 1634-1635, Volume V, M-P, p. 48 -54; by Robert Charles Anderson. Boston: New England Historic Genealogical Society, 2007. Featured name Thomas Marshfield.[https://www.americanancestors.org/databases/great-migration-immigrants-to-new-england-1634-1635-volume-v-m-p/image?pageName=48 subscription site] &lt;/ref&gt; or sometime between 1600 and 1605 at Exeter, Devon England.&lt;ref name=TAG63_161-163&gt;The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;The English Origin of Thomas Marshfield of Dorchester, Mass., and Windsor, Conn.; New Light on His Wife and Children&quot;'' By Douglas Richardson. Vol. 63, p. 161-163.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=161&amp;volumeId=12792 subscription site] &lt;/ref&gt;In 1633 he was at Exeter andby 1635 he was at Dorchester, Suffolk, Massachusetts Bay, serving as the agent for James Marshall, an Exeter merchant. With a corrected reading of Winthrop's Journal , Thomas is identified as arriving from Barnstable, Devonshire aboard the ''Regard'' in 1634. The revised entry for Nov. 13, 1634 is:\n &quot;The ''Regard'', a ship of Barnstable, of about two hundred tons, arrived in 1634 with twenty passengers and about fifty cattle. Thomas Marshfield was on board and migrated on this ship.&lt;ref name=GM /&gt; John Winthrop wrote the following about him: &quot;One thing I think fit to observe, as a witness of God's providence for this plantation. There came in this ship one Marisfeild, a poor godly man of Exeter, being very desirous to come to us, but not able to transport his family. There was in the city a rich merchant, one Marshall, who being troubled in his dreams about the said poor man, couldnot be quiet till he had sent for him and given him £50, and lent him £100, willing him withal, that, if he wanted, he should send to himfor more. This Marsfeild grew suddenly rich, and then lost his godliness, and his wealth soon after.&lt;ref name=TAG74_225&gt;&quot;The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;A Further Note on Thomas Marshfield of Windsor, Connecticut&quot;'' By Robert Charles Anderson. Vol. 74, p. 225.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=225&amp;volumeId=13222&amp;rId=24783383 subscription site]&lt;/ref&gt;\nHe was accepted into membership of the First Dorchester Church beforeMay 6, 1635 as he became a freeman on that date. He was the third ina sequence of four Dorchester men. He was deputy for Windsor to the Connecticut General Court in 1637, 1638 which would indicate he had been a prominent man of high standing in England prior to his migration.&lt;ref name=GM /&gt;\nThomas was granted 12 acres at Squantum Neck at Dorchester in Massachusetts Bay on January 18, 1635/6.&lt;ref name=TAG63_161-163&gt;The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 -.) ''&quot;The English Origin of Thomas Marshfield of Dorchester, Mass., and Windsor, Conn.; New Light on His Wife and Children&quot;'' By Douglas Richardson. Vol. 63, p. 161-163.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=161&amp;volumeId=12792 subscription site] &lt;/ref&gt;He later moved to Windsor, Hartford County, Connecticut by May 15, 1637 for at that time he was a witness to the Plymouth Company. Prior he had received a land grant and sold part of it on August 10, 1642 to Thomas Newell.&lt;ref name=Jacobus&gt;Jacobus, Donald Lines. ''&quot;Hale House and Related Families&quot;'' Genealogical Publishing Co.,Inc. Baltimore. 1978. pp 710 - 712.[https://babel.hathitrust.org/cgi/pt?id=wu.89066151523;view=1up;seq=732 see at hathitrust] &lt;/ref&gt;\nOn Oct. 14, 1642, Thomas was relieved of his entire estate to pay debts incurred, probably from a shipping venture begun in 1640 with HenryWOLCOTT, Samuel WAKEMAN and the WYLLYS family.&lt;ref name=GM /&gt;The following is part of the October 14, 1642 record: &quot;Whereas many sutes com into the Court agt Tho: Marshfield, and he is wthdrawn and non soluit, The Court hath appoynted Henry Woolcott &amp; Tho: Ford to take into their chardge or custody all the estate, goods &amp; chattells of the said Tho: Marshfields, as they shall be able to discouryt, and to dispose ofyt to the best aduantage for the vse of the creditors, and the same to accoumpt to the Court wn they shall be therevnto cauled.&quot;&lt;ref name=Jacobus /&gt;Additionally he had been deeply involved in mercantile dealings with Governor Samuel Wyllys and his family as on May 6, 1641 GeorgeWyllys Junior wrote from Bristol England to his father the Governor that &quot;Mr. marshfeild of windsore hath beene in a great of trouble hereand was inforced to make over his wholl estate to one mr tarrey for the paiment of his debts here and old accounts for the ships tht he andGoodman wakeman were undertakers in the last yeere so tht his coming is as yet somwt uncertaine and they wil not suppose gayne so much as supposed...&quot; The Wyllys seemed to believe they had been deceived, although in what manner is unclear.&lt;ref name=TAG74_127&gt;The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;A Note on Thomas Marshfield of Windsor, Connecticut&quot;'' by David L. Green. Vol. 74 (1999) p. 127.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=127&amp;volumeId=13222&amp;rId=24783285 subscribers$] &lt;/ref&gt;\nThe courts meaning of the term &quot;withdrawal&quot; is unknown and there are several guesses about Thomas Marshfield's whereabouts after 1642. Anderson in ''&quot;Great Migration&quot;'' says he may have moved to Springfield where his wife and children later resided;&lt;ref name=GM /&gt;Jacobus says he probably returned to England and died there;&lt;ref name=Jacobus /&gt;Anderson says he died after he was sued on June 1, 1644 and before his widow appeared at court on May 29, 1649;&lt;ref name=GM /&gt; Savage states that no further records were found and 'Perhaps he was lost at sea;'{{citation needed}} and Ballou on page 273 says he &quot;disappeared, leaving his family destitute.&quot;&lt;ref&gt;The New England Historical and Genealogical Register. Boston, MA: New England Historic Genealogical Society, 1847-.(Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2001-2013.) Vol 87, pp. 270 - 273. (see footnotes on p.273.) ''&quot;Nathaniel Patten of Dorchester, Mass., Early Planter and Boston Merchant&quot;'' by Hosea Starr Ballou of Brookline, Mass. https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image?pageName=270&amp;volumeId=11739 subscription site] &lt;/ref&gt;\n\n=== Wife and Children ===Thomas Marshfield was married by about 1626; her surname is unknown but it is likely that her given name was Mercy.&lt;ref name=TAG67_11-14&gt;The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;Thomas Marshfield's Wife Mercy; Did Their Daughter Mercy Marry John Dumbleton? by Douglas Richardson. Vol. 67, page 11 -14.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=11&amp;volumeId=12962 subscription site] &lt;/ref&gt;His wifeis mentioned in a New England record of December 1, 1640 at Springfield, where in she was accused of being a witch; again her given name was not included.&lt;ref name=TAG63_161-163 /&gt;&lt;ref name=GM /&gt;Their children were:#Samuel was born about 1625 - 1628 and died at Springfield on May 8, 1692. He married Hester Wright, daughter of Deacon Samuel and Margaret _____ Wright on February 13, 1651; she died April 3, 1664. Samuel and Hester had 6 children. He married (2nd) on December 28, 1664 to Catherine (Chapin) (Bliss) Gilbert who was the daughter of Deacon Samueland Cicely (Penny) Chapin and the widow of Nathaniel Bliss and ThomasGilbert. They had 4 children and she died February 4, 1712.&lt;ref name=Jacobus /&gt;&lt;ref name=TAG63_161-163 /&gt;#daughter, probably named Mercy&lt;ref name=TAG67_11-14 /&gt; was born about 1629; &lt;ref name=GM /&gt;married by May 1649,&lt;ref name=TAG63_161-163 /&gt;likely to John Dumbleton.&lt;ref name=TAG67_11-14 /&gt;#Sarah. A record for Sarah, daughter of Thomas Marshfield was found indicating baptism on August 25, 1633 at St. Mary Arches, Exeter, Devon, England.&lt;ref name=TAG63_161-163 /&gt;&lt;ref name=GM /&gt;She married on October 12, 1649 to Thomas Miller, died at the hands of Indians at the burning of Springfield on October 5, 1675. She married (2nd) on January17, 1684 to Edward Foster who died February 22, 1719/20. Edward's 1st wife had been Hester Bliss.&lt;ref name=Jacobus /&gt;&lt;ref name=TAG63_161-163 /&gt;#(probably) Priscilla who died at Windsor on October 20, 1639.&lt;ref name=TAG63_161-163 /&gt;&lt;ref name=Jacobus /&gt;\nNo record has been found regarding a guardianship for the unmarried children. They may have been indentured to Windsor families since theirfather's wealth had been eliminated.&lt;ref name=TAG74_127 /&gt;\n\n=== Research Notes ===''&quot;The Mary and John Clearing House&quot;'' inaccurately states that Thomas Marshfield, approx age 30; from Exeter, Devon, Eng.; sailed on ''&quot;Mary and John&quot;'' in 1630 with unknown wife, aged 28 and children: Sarahage 3; Samuel age 2; and Mercy age 1.&lt;ref&gt;''&quot;The Mary and John Clearing House&quot;''[http://www.maryandjohn1630.com/passengerlist_a.html see here] &lt;/ref&gt;&quot;The Mary and John passenger list is completely reconstructed often from guesses based on the migrants place where they settled. More people are credited with being on the Mary and John than the ship could possibly hold. Given that their daughter Sarah was born in England in 1633 and the first record of the family in New England isn't until 1635, the Mary and John supposition as the immigrant ship is clearly an old error.&quot; - Joe Cochoit\n\n== Sources ==\n&lt;references /&gt;\n\n===Acknowledgements===* WikiTree profile Marshfield-21 created through the import of JOSEPH~1.GED on Jul 14, 2012 by [[Stalnaker-102 | Joseph Stalnaker]]. sCQPU7
iCQPU7 sDI5H6 whttps://www.WikiTree.com/wiki/Unknown-120952 pMercy qUnknown gf b16050000 vEngland z1 d16540930 ySpringfield, Massachusetts Bay. o{{Puritan Great Migration}}\n[[Category:Accused Witches of New England]]\n\n== Biography ==Mercy (Unknown) Marshfield&lt;ref name=TAG67&gt;The American Genealogist. Vol. 67&lt;/ref&gt;was born about 1605 in England. She and her husband, Thomas Marshfield, were married about 1626&lt;ref name=GM&gt;Great Migration featured Thomas Marshfield &lt;/ref&gt; and she may have originated Exeter, co.Devon since she and her husband had a daughter, Sarah, baptized at St. Mary Arches, Exeter on August 25, 1633 and that is where the family was living just prior to their immigration to New England.&lt;ref name=TAG63&gt;The American Genealogist. Vol.63 &lt;/ref&gt;The first New England records of her husband were found at Dorchester, Massachusetts in 1635 where he was granted 12 acres of planting ground on Squantum Neck.&lt;ref name=TAG67 /&gt;\n\n=== Children&lt;ref name=TAG63 /&gt; ===#daughter&lt;ref name=TAG63 /&gt;named Mercy was married to John Dumbleton by May 1649.&lt;ref name=TAG67 /&gt;#Samuel was born about 1625 - 28 and died at Springfield, Massachusetts on May 8, 1692. He married February 13, 1651 to Hester Wright, daughter of Deacon Samuel and Margaret Wright of Springfield. Hester died April 3, 1664. Samuel married (2nd) on December 28, 1661 to Catherine (Chapin) (Bliss) Gilbert. Catherine was baptized at Berry Pomeroy,co. Devon in 1626; daughter of Deacon Samuel and Cicely (Penny) Chapin. She died February 4, 1712.#Sarah was baptized at St. Mary Arches, Exeter, co Devon on August 25, 1633. She died in Springfield on March 9, 1709. Married to Thomas Miller at Springfield on October 12, 1649 - he was killed by the Indians at the burning of Springfield on October 5, 1675. She married (2nd) to Edward (or Edmund) Foster who was possibly the Edward Foster who was baptized at Chipping Barnet, co. Hertford, England, on June 22, 1637; son of Edward and Dionis Foster. He died February 22, 1719/20. Edward's 1st wife was Hester Bliss who was born about 1640 and died at Springfield on June 12, 1683; daughter of Thomas and Margaret (Hullings) Bliss. Edward Foster testified that he came from &quot;Barnett&quot; in England on September 9, 1650.\n#Priscilla died at Windsor, Connecticut on October 20, 1639.\nBy May 15, 1637 the family was living at Windsor, Connecticut where he had a land grant but sold part of it in 1642 to Thomas Newell probably because of serious financial problems. On October 14, 1642 the court &quot;took into custody all of Thomas Marshfield's estate, goods and chattels to pay his debts,&quot; afterwhich he may have returned to England but it is far likely that he died for his wife was herafter known as &quot;Widow Marshfield&quot; when by 1649 she had moved to Springfield, Massachusetts.&lt;ref name=TAG67 /&gt;Her husband had probably died shortly after his last appearance in the records of Windsor in 1642.&lt;ref name=TAG63 /&gt; A grant for a homelot in Springfield has not been found, indicating she may have moved to Springfield to join her married daugher whose husband had received a homelot grant.&lt;ref name=TAG67 /&gt;\nAt court in Springfield in 1649 she, Widow Marshfield, was accused ofwitchcraft by Goodwife Parsons wife of Hugh Parsons. The accusation was that that Widow Marshfield had caused one of the Parson's childrenand one cow to die. It came out in testimony that this Widow Maarshfield was the same as wife of Thomas Marshfield who had previously lived in Widsor, Connecticut. At the time of these court proceedings, Widow Marshfield had three children, one of which was married and had a child. &lt;ref name=TAG63 /&gt;&lt;ref name=TAG67 /&gt;\nWidow Marshfield brought the accusation to court to protect her good name and on May 30, 1649 the court ruled in her favor. Goodwife Parsons was order to pay L3 to the widow Marshfield or else be whipped twenty lashes. She payed the fine rather than the whipping.&lt;ref name=TAG67 /&gt;\nIn a search for the name of widow Marshfield's son-in-law, the only man who seems likely to be him is John Dumbleton, whose wife Mercy hadnot previously been identified. Richardson in ''&quot;Thomas Marshfield'sWife Mercy; Did Their Daughter Mercy Marry John Dumbleton?&quot;'' found there were no other candidates except him who lived in the small town of Springfield and fit the profile he was looking for; all other men of that age were already accounted for. Since the Springfield vital records show no record of the daughter's marriage nor the birth of theirchild, the timeline for the events seem to be:#The eldest daughter, named Mercy, married her husband while still inWindsor.#The couple had their first born child in Springfield before the moveto Windsor.#They had their 2nd child named John, born at Springfield on January 2, 1650/1.&lt;ref name=TAG67 /&gt;\nNaming of the additional children of John and Mercy (Marshfield) Dumbleton is significant. There was a 2nd daughter by the name of Mercy; two sons named Samuel after Mercy Dumbleton's brother; a third daughter named Sarah (for Mercy Dumbleton's only sister Sarah (Marshfield). Sarah, Thomas and Mercy Marshfield's other daughter, as well as Samueltheir son, used similar naming patterns.&lt;ref name=TAG67 /&gt;\nThe widow of Thomas Marshfield, Mercy Marshfield, died and was buriedat Springfield on September 30, 1654.&lt;ref name=TAG67 /&gt;Her given nameappears in her death record according to the research of Douglas RICHARDSON in his article at The American Genealogist.&lt;ref name=TAG67 /&gt;\n\n== Sources ==\n&lt;references /&gt;\n*The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;Thomas Maarshfield's Wife Mercy; Did Their Daughter Mercy Marry John Dumbleton?&quot;'' Douglas Richardson. Vol. 67 (1992) pp. 11 - 14.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=11&amp;volumeId=12962 subscribers$]*The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;The English Origin of Thomas Marshfield of Dorchester, Mass., and Windsor, Conn.; New Light on His Wife and Children.&quot;'' Douglas Richardson. Vol. 63 (1988) pp. 161 - 163.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=161&amp;volumeId=12792 subscribers$]*Great Migration 1634-1635, M-P. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2010.) Originally published as: The Great Migration, Immigrants to New England, 1634-1635, Volume V, M-P, p. 48 - 54; by Robert Charles Anderson. Boston: New England Historic Genealogical Society, 2007. Featured name Thomas Marshfield.[https://www.americanancestors.org/databases/great-migration-immigrants-to-new-england-1634-1635-volume-v-m-p/image?pageName=48 subscription site]\n\n:'''See Also:'''*The American Genealogist. New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .) ''&quot;A Further Note on Thomas Marshfield of Windsor, Connecticut&quot;'' By Robert Charles Anderson. Vol. 74, p.225.[https://www.americanancestors.org/databases/american-genealogist-the/image?pageName=225&amp;volumeId=13222&amp;rId=24783383 subscription site]
iMW1M1 whttps://www.WikiTree.com/wiki/Marshfield-3 pSamuel qMarshfield gm b16260000 vExeter, Devonshire, England z1 d16920508 ySpringfield, Hampden, Massachusetts o== Biography ==\nSamuel was born about 1626. He was married first to Hester Wright, on 18 February 1651/2 in &quot;Springfield&quot; Massachusetts Bay Colony. She died in 1664.\nOn 28 December 1664 in Springfield, Massachusetts, he married Catherine (Chapin) Gilbert, the widow of Nathaniel Bliss and Thomas Gilbert.&lt;ref&gt;Torrey's New England Marriages, [http://www.americanancestors.org/databases/torreys-new-england-marriages-to-1700/image/?volumeId=21175&amp;pageName=1002&amp;rId=426895674 page 1002]&lt;/ref&gt;\nHe is the son of [[Marshfield-23|Thomas Marshfield]] and [[Unknown-188571|Mercy Unknown]]. &lt;ref&gt;Entered by Tayler Mccormick, Tuesday, July 9, 2013.&lt;/ref&gt; He died in 1692.&lt;ref&gt;Torrey's New England Marriages, [http://www.americanancestors.org/databases/torreys-new-england-marriages-to-1700/image/?volumeId=21175&amp;pageName=1002&amp;rId=426895674 page 1002]&lt;/ref&gt;\nHe and Hester had:&lt;ref&gt;&quot;Letter of Rev. Jona. Parsons of Newburyport.&quot;The New England Historical and Genealogical Register. Boston, MA: NewEngland Historic Genealogical Society, 1847-. (Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2001-2018.) https://www.americanancestors.org/DB202/i/11600/176/242476061 &lt;/ref&gt;\n# Sarah d. May 1653\n# Mary b. 10 Jun 1653\n# Thomas b. 6 Sep 1654\n# Sarah . 2 Feb 1656\n# Hannah, b. 20 Aug 1661 m. Joseph Bedortha\n''Can you add any information on Samuel Marshfield? Please help grow his WikiTree profile. Everything you see here is a collaborative work-in-progress.''\n\n== Sources ==\n&lt;references /&gt;* COLKET, MEREDITH B., JR. Founders of Early American Families: Emigrants from Europe, 1607-1657. Cleveland: General Court of the Order of Founders and Patriots of America, 1975. 366p.\n* Find A Grave, database and images [https://www.findagrave.com : accessed 02 April 2019], memorial page for Samuel Marshfield (16258 May 1692), Find A Grave Memorial no. 104526087, citing Springfield Cemetery, Springfield, Hampden County, Massachusetts, USA ; Maintained by Julie Winfield Waterman (contributor 47488850) .\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJF-7VK : 9 February 2018), Samuell Marshfeild in entry for Josias Marshfeild, 29 Sep 1665; citing , Springfield, Hampden, Massachusetts,Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJF-4RV : 9 February 2018), Samll. Marshfeild in entry for Margaret Marshfeild, 23 Dec 1670; citing , Springfield, Hampden, Massachusetts,Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DH-Y31 : 9 February 2018), Samuel Marshfield in entry for Mary Marshfield, 10 May 1653; citing Springfield, Hampden, Massachusetts, v 1 p 1; FHL microfilm 14,766.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FC31-FDZ : 10February 2018), Samuel Marshfeild in entry for Josias Marshfeild, 29 Sep 1665; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, 2:1788X1G; FHLmicrofilm 185,416.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DC-QF6 : 9 February 2018), Samuel Marshfield in entry for Josias Marshfield, 29 Sep 1665; citing Springfield, Hampden, Massachusetts, v 1 p 6; FHL microfilm 14,766.\n* : &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJ6-1TB : 9 February 2018), Samuell Marchfield in entry for Samuell Marchfield, 25 Mar 1659; citing , Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Marriages, 1695-1910,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt;(https://familysearch.org/ark:/61903/1:1:FC8R-Z8H : 9 February 2018),Samuell Marshfeild and Katharine Gilbert, 28 Dec 1664; citing reference ; FHL microfilm 185,414, 185,415, 185,416.* &quot;Massachusetts Marriages, 1695-1910,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FHH9-6TB : 9 February 2018), Samuell Marshfield and Hester Wright, 18 Feb 1651; citing reference p 57; FHL microfilm 14,766.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJ5-22H : 9 February 2018), Samuel Marshfeild, 08 May 1692; citing p189, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJ4-6J1 : 9 February 2018), Samuel Marshfeild, 08 May 1692; citing v 1 p 54, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Marriages, 1695-1910,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FCX7-YQF : 9 February 2018), Samuell Marshfeild and Hester Wright, 18 Feb 1651; citing reference ; FHL microfilm 185,414, 185,415, 185,416.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DH-TZ6 : 9 February 2018), Samuell Marshfield in entry for Margeret Marshfield, 03 Dec 1670; citing Springfield, Hampden, Massachusetts, v 1 p 8; FHL microfilm 14,766.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FC3B-B53 : 10February 2018), Samuell Marshfeild in entry for Hester Marshfeild, 06Sep 1667; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, 2:1788XDQ; FHL microfilm 185,416.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FCQS-8YR : 10February 2018), Samuell Marchfeild in entry for Thomas Marchfeild, 06Aug 1654; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, 2:1788TV4; FHL microfilm 185,416.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DC-9L6 : 9 February 2018), Samuel Marshfield in entry for Thomas Marshfield, 06 Aug 1654; citing Springfield, Hampden, Massachusetts, v 1 p 2; FHL microfilm 14,766.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DC-39V : 9 February 2018), Samuell Marshfield in entry for Samuell Marshfield, 25Mar 1659; citing Springfield, Hampden, Massachusetts, v 1 p 4; FHL microfilm 14,766.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJF-3JZ : 9 February 2018), Samuell Marshfield in entry for Samuell Marshfield, 25 Mar 1659; citing , Springfield, Hampden, Massachusetts,Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FC31-XG9 : 10February 2018), Samuell Marshfeild in entry for Samuell Marshfeild, 25 Mar 1659; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, 2:1788VT3; FHL microfilm 185,416.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FCHY-CFP : 10February 2018), Samuell Marshfeild in entry for Mercy Marshfeild, 01 May 1653; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, ; FHL microfilm 185,414, 185,415, 185,416.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJF-7JQ : 9 February 2018), Samuell Marshfield in entry for AbileneMarshfield, 02 Apr 1664; citing , Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DH-1ZG : 9 February 2018), Samuell Marshfield in entry for Abilene Marshfield, 02 Apr 1664; citing Springfield, Hampden, Massachusetts, v 1 p 6; FHL microfilm 14,766.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DH-YJ5 : 9February 2018), Samuell Marshfield in entry for Sarah Marshfield, 02 Feb 1656; citing Springfield, Hampden, Massachusetts, v 1 p 3; FHL microfilm 14,766.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FCHY-CFV : 10 February 2018), Samuell Marshfeild in entry for Abilene Marshfield, 02Apr 1664; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, ; FHL microfilm 185,414, 185,415, 185,416.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJF-9VQ : 9 February 2018), Samuell Marchfield in entry for Thomas Marchfield, 06 Aug 1654; citing , Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FCC3-TJ9 : 10 February 2018), Samuell Marshfeild in entry for Sarah Marshfeild, 02 Feb 1656; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, ; FHL microfilm185,414, 185,415, 185,416.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJ4-F9P : 9 February 2018), Saml. Marshfeild in entry for Kathrien Marshfeild, 14 Feb 1711; citing v 1 p100b, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJ4-8J1 : 9 February 2018), Samuell Marshfield in entry for Hester Marshfield, 03 Apr 1664; citing v 1 p 48, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DH-1BY : 9 February 2018), Samuell Marshfield in entry for Hester Marshfield, 06 Sep 1667; citing Springfield, Hampden, Massachusetts, v 1 p 7; FHL microfilm 14,766.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FCHY-CF2 : 10February 2018), Samuell Marshfeild in entry for Hester Marshfeild, 06Sep 1667; citing , SPRINGFIELD, HAMPDEN, MASSACHUSETTS, ; FHL microfilm 185,414, 185,415, 185,416.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJF-WRC : 9 February 2018), Samuell Marshfeild in entry for Hester Marshfeild, 06 Sep 1667; citing , Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJJ-5KM : 9 February 2018), Samuell Marshfeild and Katharine Gilbert, 28 Dec 1664; citing p 120, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Marriages, 1695-1910,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FC3Q-VYT : 9 February 2018), Samuell Marshfeild and Katharine Gilbert, 28 Dec 1664; citing reference p 120; FHL microfilm 185,414.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJ5-JP1 : 9 February 2018), Samuell Marshfeild in entry for Marshfeild, 17 Nov 1669; citing p 179, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* &quot;Massachusetts Marriages, 1695-1910,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:FC3Q-VPB : 9 February 2018), Samuell Marshfeild and Hester Wright, 18 Dec 1651; citing reference item 1; FHL microfilm 185,414.\n* &quot;Massachusetts, Springfield Vital Records, 1638-1887,&quot; database with images, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:XPJJ-596 : 9 February 2018), Samuell Marshfeild and Hester Wright, 18 Dec 1651; citing item 1, Springfield, Hampden, Massachusetts, Springfield City Hall; FHL microfilm 185,414.\n* North America, Family Histories, 1500-2000; &quot;The Chapin Genealogy&quot;,containing a very large proportion of the descendants of Dea Samuel Chapin [https://www.ancestry.com/sharing/16211627?h=b90d4a&amp;utm_campaign=bandido-webparts&amp;utm_source=post-share-modal&amp;utm_medium=copy-url]\n* New England, The Great Migration and The Great Migration Begins, 1620-1635[https://www.ancestry.com/sharing/16211637?h=929bc0&amp;utm_campaign=bandido-webparts&amp;utm_source=post-share-modal&amp;utm_medium=copy-url]\n* U.S. and Canada, Passenger and Immigration Lists Index, 1500s-1900s; Springfield, Massachusetts; 1648; p.188\n* U.S. and International Marriage Records, 1560-1900; Source 177.000;Electronic Database; 1page ; Submitter Code: DRJ\n* U.S., New England Marriages Prior to 1700; Genealogical Publishing Co.; Baltimore, MD, USA; New England Marriages Prior to 1700\n* Jackson, Ron V., Accelerated Indexing Systems, comp.. Massachusetts Census, 1790-1890. Compiled and digitized by Mr. Jackson and AIS from microfilmed schedules of the U.S. Federal Decennial Census, territorial/state censuses, and/or census substitutes.\n* Town and City Clerks of Massachusetts. Massachusetts Vital and TownRecords. Provo, UT: Holbrook Research Institute (Jay and Delene Holbrook).\n* Mackenzie, George Norbury, and Nelson Osgood Rhoades, editors. Colonial Families of the United States of America: in Which is Given the History, Genealogy and Armorial Bearings of Colonial Families Who Settled in the American Colonies From the Time of the Settlement of Jamestown, 13th May, 1607, to the Battle of Lexington, 19th April, 1775. 7 volumes. 1912. Reprinted, Baltimore: Genealogical Publishing Co., Inc., 1966, 1995.\n* England, Norfolk, Parish Registers (County Record Office), 1538-1900. Salt Lake City, Utah: FamilySearch, 2013.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (https://familysearch.org/ark:/61903/1:1:F4DH-Y3B : 9 February 2018), Mary Marshfield, 10 May 1653; citing Springfield, Hampden, Massachusetts, v 1 p 1; FHL microfilm 14,766.\n* Ancestral File (R), The Church of Jesus Christ of Latter-day Saints, Copyright (c) 1987, June 1998, data as of 5 January 1998, Family History Library, 35 N West Temple Street, Salt Lake City, Utah 84150 USA\n* Godfrey Memorial Library. American Genealogical-Biographical Index. Middletown, CT, USA: Godfrey Memorial Library.\n* New England Historic Genealogical Society. The New England Historical and Genealogical Register. Boston: The New England Historic Genealogical Society.[https://www.ancestry.com/sharing/16211985?h=5fae9b&amp;utm_campaign=bandido-webparts&amp;utm_source=post-share-modal&amp;utm_medium=copy-url]\n* Town and City Clerks of Massachusetts. Massachusetts Vital and TownRecords. Provo, UT: Holbrook Research Institute (Jay and Delene Holbrook).[https://www.ancestry.com/sharing/16211993?h=c51018&amp;utm_campaign=bandido-webparts&amp;utm_source=post-share-modal&amp;utm_medium=copy-url]\n* Roberts, Gary Boyd; ''Ancestors of American Presidents''. Boston: New England Historic Genealogical Society, 2009.\n\n== Acknowledgments ==\n* [[Hudnall-429|Debra Anise Hudnall]] added 45 sources and Biography on April 2, 2019.\n* Andrew Wood Cooley with 330 Ancestral Families, CD, compiled by Myrtle Stevens Hyde, 2015* This person was created through the import of Shortened files.ged on 30 December 2010.* WikiTree profile Marshfield-14 created through the import of Putnam2-1_2010-01-02_2011-02-16_2011-10-11.ged on Oct 12, 2011 by [[Putnam-327 | John Putnam]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Marshfield-14 Changes page] for the details of edits by John and others.* Thank-you to [[Mccormick-975 | Tayler Mccormick]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Marshfield-31 creating] Marshfield-31 on 9 Jul 13. Click the Changes tab for the details on contributions by Tayler and others.\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mCQPU7 fDI5H6
iOHM4U whttps://www.WikiTree.com/wiki/Marshfield-1 pSarah qMarshfield gf b16330825 vBerry Pomeroy, Devon, England z1 d17090309 ySpringfield, Hampden, Massachusetts o[[Category: Puritanism, North America]]\n[[Category:17th Century American Immigration]]\n[[Category:Puritan Great Migration]]\n [[Category: Mary and John sailed March 20 1630]]\n{{Puritan Great Migration}}\n\n== Biography ==From: ''A Family History; recording the ancestors of Russell Snow Hitchock,'' page 125:\n:''Miller Ancestry, Thomas Miller: Thomas Miller #519 was first heardof at Springfield, Massachusetts. His son Thomas was born at Springfield on 1 April 1653. On 13 March 1655 he testified at court at Northampton according to the court records. The Springfield records show thaton 21 February 1658 he sold an acre of land to his brother Obadiah Miller. On 12 September 1649 he married SARAH MARSHFIELD #520, daughter of THOMAS MARSHFIELD #521 and sister of Samuel Marshfield....''\n:''Thomas and Sarah Miller had 13 children. Sarah, widow of Thomas Miller, married for her second husband Edward Foster, widower, on 17 January 1683 at Springfield and she died on March 1709.''\n&lt;b&gt;Baptism Record&lt;/b&gt;&lt;ref&gt;England, Births and Christenings, 1538-1975, Sarah Marshfield, baptized 25 August 1633, Saint Mary Arches, Exeter, Devon, England. Ancestry.com. England, Select Births and Christenings, 1538-1975 [database on-line]. Provo, UT, USA: Ancestry.com Operations, Inc., 2014. Original data: England, Births and Christenings, 1538-1975. Salt Lake City, Utah: FamilySearch, 2013. See: http://ancstry.me/2FSKiRy.&lt;/ref&gt;\n\n: &lt;b&gt;Name&lt;/b&gt;\t Sarah Marshfield\n: &lt;b&gt;Gender&lt;/b&gt;\t Female\n: &lt;b&gt;Baptism Date&lt;/b&gt;\t 25 Aug 1633: &lt;b&gt;Baptism Place&lt;/b&gt;\t Saint Mary Arches, Exeter, Devon, England\n: &lt;b&gt;Father&lt;/b&gt;\t Thomas Marshfield\n: &lt;b&gt;FHL Film Number&lt;/b&gt;\t917102\n: &lt;b&gt;Household Members\t Name\tAge&lt;/b&gt;\n:: Sarah Marshfield\n:: Thomas Marshfield\n&lt;b&gt;Passenger and Immigration Record&lt;/b&gt;&lt;ref&gt;Filby, P. William, ed. Passenger and Immigration Lists Index, 1500s-1900s. Farmington Hills, MI, USA: Gale Research, 2012. See: http://ancstry.me/2FVcIue.&lt;/ref&gt;&lt;ref&gt;ANDERSON, ROBERT CHARLES. The Great Migration: Immigrants to New England 1634-1635. Boston: New England Historic Genealogical Society, 2001-2009. Volume V, 665p. Page 48&lt;/ref&gt;\n\n\n: &lt;b&gt;Name&lt;/b&gt;\tThomas Marshfield\n: &lt;b&gt;Arrival Year&lt;/b&gt;\t1634\n: &lt;b&gt;Arrival Place&lt;/b&gt;\tDorchester, Massachusetts\n: &lt;b&gt;Family Members&lt;/b&gt;\tChild Samuel; &lt;b&gt;Child Sarah&lt;/b&gt;\n: &lt;b&gt;Source Publication Code&lt;/b&gt;\t116.5.4\n: &lt;b&gt;Primary Immigrant&lt;/b&gt;\tMarshfield, Thomas\n\n\n: &lt;b&gt;Name:&lt;/b&gt;\t Sarah Marshfield\n: &lt;b&gt;Gender:&lt;/b&gt; \tFemale\n: &lt;b&gt;Birth Date:&lt;/b&gt;\t1633\n: &lt;b&gt;Birth Place:&lt;/b&gt;\tSt Mary Arches, Exeter, Devon\n: &lt;b&gt;Household Members:\t Name\tBirth Year&lt;/b&gt;\n:: Thomas Marshfield\t1601 [father]\n:: Priscilla Marshfield\t [sister]\n:: Samuel Marshfield\t1626 [brother]\n:: Sarah Marshfield\t1633 [self]\n&lt;b&gt;Marriage Record for First Marriage to Thomas Miller&lt;/b&gt;&lt;ref&gt; &quot;Massachusetts Marriages, 1695-1910,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FHH9-682 : 4 December 2014), Thomas Miller and Sarah Marshfield, 12 Oct 1649; citing reference p 56; FHL microfilm 14,766.&lt;/ref&gt;&lt;ref&gt;Massachusetts Vital and Town Records, marriage record for Thomas Miller and Sarah Marshfield, 12 October 1649, Springfield, Hammpden, Massachusetts. Ancestry.com. Massachusetts, Town and Vital Records, 1620-1988 [database on-line]. Provo, UT, USA: Ancestry.com Operations, Inc., 2011. Original data: Town and City Clerks of Massachusetts. Massachusetts Vital and Town Records. Provo, UT: Holbrook Research Institute (Jay and Delene Holbrook). See: http://ancstry.me/2DjcxqE.&lt;/ref&gt;\n\n: &lt;b&gt;Name&lt;/b&gt;\tThomas Miller\n: &lt;b&gt;Spouse's Name&lt;/b&gt;\tSarah Marshfield\n: &lt;b&gt;Event Date&lt;/b&gt;\t12 Oct 1649\n: &lt;b&gt;Event Place&lt;/b&gt;\tSpringfield, Hampden, Massachusetts\n\n&lt;b&gt;Marriage Record for Second Marriage to Edward Foster&lt;/b&gt;\n\n: &lt;b&gt;Name:&lt;/b&gt; \tSarah\n: &lt;b&gt;Gender:&lt;/b&gt; \tFemale\n: &lt;b&gt;Second Marriage Date:&lt;/b&gt;\t17 Jan 1683\n: &lt;b&gt;Second Marriage Place:&lt;/b&gt;\tSpringfield\n: &lt;b&gt;Death Date:&lt;/b&gt;\t 9 Mar 1709\n: &lt;b&gt;Spouses:&lt;/b&gt;\n:: Thomas Miller, first husband\n:: Edward Foster, second husband\n: &lt;b&gt;Children:&lt;/b&gt;\n:: John Miller\n:: Thomas Miller\nAdditional children per Find a Grave:&lt;ref&gt; https://www.findagrave.com/memorial/135287602/sarah-foster &lt;/ref&gt; (needs confirming)\n:: Sarah Miller Ball\n:: Martha Miller Ferry\n:: Samuel Miller\n\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:* Find A Grave, database and images (https://www.findagrave.com : accessed 18 January 2018), memorial page for Sarah Marshfield Foster (3 Sep 16289 Mar 1709), Find A Grave Memorial no. 135287602, citing Springfield Cemetery, Springfield, Hampden County, Massachusetts, USA ; Maintained by Billie Jasper (contributor 48331425). {{FindAGrave|135287602}} Retrieved Sarah Marshfield Miller Foster.\n\n ''A family history : recording the ancestors of Russell Snow Hitchcock'' :Ancestry.com. North America, Family Histories, 1500-2000 [database on-line]. Provo, UT, USA: Ancestry.com Operations, Inc., 2016.\nName:\tSarah\nGender:\tFemale\nSecond Marriage Date:\t17 Jan 1683\nSecond Marriage Place:\tSpringfield\nDeath Date:\t9 Mar 1709\nSpouse:\tThomas Miller\nEdward Foster\nChild:\tJohn Miller\nThomas Miller\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mCQPU7 fDI5H6
iLP5FW whttps://www.WikiTree.com/wiki/Marshfield-24 pPriscilla qMarshfield gf b16350000 vDorchester, Suffolk Co., Massachusetts z1 d16391020 yWindsor, Hartford Co., Connecticut o{{Unsourced}}\n== Biography ==\nPriscilla was born about 1630. She is the daughter of [[Marshfield-23|Thomas Marshfield]] and [[Unknown-188571|Mercy Unknown]]. &lt;ref&gt;Entered by Tayler Mccormick, Tuesday, July 9, 2013.&lt;/ref&gt;\n\n== Sources ==\n''No sources. The events of Priscilla's life were either witnessed by[[Mccormick-975 | Tayler Mccormick]] or Tayler plans to add [[sources]] here later.''\n\n&lt;references /&gt; mCQPU7 fDI5H6
iFZA8W whttps://www.WikiTree.com/wiki/Moore-4388 pBenoni qMoore gm b16690414 vSudbury, Middlesex, Massachusetts Bay z1 d17531118 yNorthfield, Franklin, Massachusetts Bay oWarning: Check the data.A birth date (Moore-4388 born 14 Apr 1669) should not be within eightmonths of a sibling's birth date (Moore-4398 born 25 Aug 1668) unlessthey are twins born within a day of each other.\n\n\n== Biography ==\nBenoni was born in 1669. Benoni Moore ... He passed away in 1753.\n\n=== Name ===: Name: Benoni /Moore/&lt;ref&gt; Ancestry Family Tree: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242484&lt;/ref&gt;\n: Name: Benoni /Moore/&lt;ref&gt; Ancestry Family Tree: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=134&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:VQ66-Q7S : 10 February 2018), Benoni Moore, 14 Apr 1669; citing SUDBURY,MIDDLESEX,MASSACHUSETTS, ; FHL microfilm 1599521 IT 4.\n* &quot;Massachusetts, Town Clerk, Vital and Town Records, 1626-2001,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FHT2-VKM : 4 November 2017), Benony Moore and Mehitable Allis, 13 Dec 1698; citing Marriage, Deerfield, Franklin, Massachusetts, United States, , town clerk offices, Massachusetts; FHL microfilm 186,146.\n* A History of Deerfield, Massachusetts: The Times and the People byWhom It Was Settled, Unsettled and Resettled, Volume 2. By\nGeorge Sheldon. Press of E.A. Hall &amp; Company. Deerfield, Mass. 1896.\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;\n* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of recordswas extracted from a variety of sources including family group sheetsand electronic databases. Originally, the information was d\n\n== Acknowledgements ==* WikiTree profile Moore-4388 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4388 Changes page] for the details of edits by Buck and others.*Early work by [[Merrick-236 | Jackie Merrick]]. Click the Changes tab for the details of edits by Jackie and others.* WikiTree profile Moore-4975 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4975 Changes page] for the details of edits by Rich and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ sND4OL
iND4OL sFZA8W whttps://www.WikiTree.com/wiki/Allis-20 pMehitable qAllis gf b16770702 vHatfield, Hampshire, Massachusetts Bay z1 d17570508 yNorthfield, Franklin, Massachusetts Bay o==Biography==Mehitable was born in 1677. Mehitable Allis ... She passed away in 1757. &lt;ref&gt;Entered by Jackie Merrick, Apr 11, 2012&lt;/ref&gt;\n\n=== Name ===: Name: Mehitable /Allis/&lt;ref&gt;Source: [[#S2]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=6917051&amp;pid=133&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* A History of Deerfield, Massachusetts: The Times and the People byWhom It Was Settled, Unsettled and Resettled, Volume 2. By George Sheldon. Press of E.A. Hall &amp; Company. Deerfield, Mass. 1896.\n\n\n*American Genealogical-Biographical Index (AGBI)\n::Mehitable Allis\n::Birth Date:\t1678\n::Birthplace:\tConnecticut\n::Volume:\t03\n::Page Number:\t426\n::Reference:\tGen. Column of the &quot; Boston Transcript&quot;. 1906-1941.*Massachusetts: Vital Records, 1620-1850 (Online Database: AmericanAncestors.org, New England Historic Genealogical Society, 2001-2016).\n::Mehitable ALLIS\n::Town Info Deerfield\n::1698\t\tDeerfield, Franklin, Massachusetts, United States\n::Mehitable and Benony Moor, Dec. 13, 1698.*\tMarriage\n\n==Acknowledgements==* WikiTree profile Allis-20 created through the import of TheOlivers_2011-06-11_01.ged on Jul 9, 2011 by [[Oliver-773 | Rich Oliver]]. Seethe [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-20 Changes page] for the details of edits by Rich and others mIFFPR fW46JH
iTR1GB whttps://www.WikiTree.com/wiki/Moore-13086 pElizabeth qMoore gf b17000429 z1 d17860000 o== Biography ==\n\nHer surname often appears as Moer and More.\nElizabeth was born in 1700. She passed away in 1786. &lt;ref&gt;Entered by David McLellan, Sunday, July 21, 2013.&lt;/ref&gt;\n\n== Sources ==\n* &quot;Massachusetts Marriages, 1695-1910,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FCQ4-NJ7 : 9 February 2018), Jonathan Corless and Elizabeth More, 15 Mar 1716; citing reference ; FHL microfilm 496,897, 767,599, 878,780.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FZST-GL5 : 10 February 2018), Mary Corlis, ; citing , ; FHL microfilm 14,767.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FZSY-L9D : 10 February 2018), Elizabeth Moer in entry for Elizabeth Corlis, ; citing , ; FHL microfilm 14,767.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FZ39-LPR : 10 February 2018), Elizabeth Moer in entry for Jonathan Corlis, ; citing , ; FHLmicrofilm 14,767.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FZSB-S8P : 10 February 2018), Elizabeth Moer in entry for Lydia Corlis, ; citing , ; FHL microfilm 14,767.\n* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FZS1-WK9 : 10 February 2018), Elizabeth Moer in entry for Priscilla Corlis, ; citing , ; FHL microfilm 14,767.\n* A History of Deerfield, Massachusetts: The Times and the People by Whom It Was Settled, Unsettled and Resettled, Volume 2. By George Sheldon. Press of E.A. Hall &amp; Company. Deerfield, Mass. 1896.\n''No sources. The events of Elizabeth's life were either witnessed by[[McLellan-434 | David McLellan]] or David plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[McLellan-434 | David McLellan]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-13086 creating] Moore-13086 on 21 Jul 13. Click the Changes tab for the details on contributions by David and others.\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mND4OL fFZA8W
iSWYR9 whttps://www.WikiTree.com/wiki/Moore-36583 pSamuel qMoore gm b17040602 vDeerfield, Franklin, Ma z1 d17040618 o== Biography ==''No biography yet.&lt;ref&gt;Profile created by [[Griffin-7982 | Penny Douglass]] through the import of Birch Wiki Tree.ged on Oct 20, 2017. ''This comment and citation should be deleted after a short biography hasbeen added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mND4OL fFZA8W
iLAH14 whttps://www.WikiTree.com/wiki/Moore-36584 pHezekiah qMoore gm b17050118 vDeerfield, Franklin, Ma z1 d17050206 o== Biography ==\n'''FSFTID''' L4M9-61N.\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mND4OL fFZA8W
iUHKXN whttps://www.WikiTree.com/wiki/Moore-36585 pHannah qMoore gf b17061225 vDeerfield, Franklin, Ma z1 d17080912 o== Biography ==\n'''FSFTID''' L4M9-XMZ.\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mND4OL fFZA8W
iX5C74 whttps://www.WikiTree.com/wiki/Moore-36586 pHannah qMoore gf b17080922 vDeerfield, Franklin, Ma o== Biography ==\n'''FSFTID''' K1KW-6PN.\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mND4OL fFZA8W
iSQ7T4 whttps://www.WikiTree.com/wiki/Moore-36587 pSamuel qMoore gm b17120515 vDeerfield, Franklin, Ma z1 d17120515 o== Biography ==\n'''FSFTID''' 247P-BG1.\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mND4OL fFZA8W
iGKMAQ whttps://www.WikiTree.com/wiki/Moore-36588 pMercy qMoore gf b17130912 vDeerfield, Franklin, Ma o== Biography ==\n'''FSFTID''' K1KW-XW6.\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mND4OL fFZA8W
iJ0DCH whttps://www.WikiTree.com/wiki/Moore-36589 pLydia qMoore gf b17150228 vDeerfield, Franklin, Massachusetts z1 d17610404 yVermont o== Biography ==\n\n'''Born'''\n28 FEB 1715 OR 1716.\nDeerfield, Franklin, Ma.\n\nLydia was born in 1715. She passed away in 1761.\n\n== Sources ==\n&lt;references /&gt;\n\n\n* History of Pattersons in America mND4OL fFZA8W
iCRIKJ whttps://www.WikiTree.com/wiki/Moore-36590 pRuth qMoore gf b17170129 vDeerfield, Franklin, Massachusetts o== Biography ==\n'''Born'''\n29 JAN 1717 OR 1718.\nDeerfield, Franklin, Ma.\n\n\n== Sources ==\n&lt;references /&gt;\n* Will be added mND4OL fFZA8W
iCCRNZ whttps://www.WikiTree.com/wiki/Moore-4393 pJoseph qMoore gm b16471021 vSudbury, Middlesex, Massachusetts z1 d17250102 ySudbury, Middlesex, Massachusetts o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Joseph /Moore/&lt;ref&gt;Source: [[#S-2009482839]] :&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482851]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482853]] Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487238755&lt;/ref&gt;\n\n=== Birth ===&quot;Morres, (see Moor, Moore, Moors, More), Joseph, s. John and Elizabeth, Oct. 21, 1647&quot; at Sudbury, Middlesex, Massachusetts&lt;ref&gt;[[#S29]] Sudbury VRs, Page 98&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 02 JAN 1725/6:: Place: Sudbury, Middlesex, Massachusetts&lt;ref&gt;[[#S29]] Sudbury VRs, Page 317&lt;/ref&gt;\n\n=== Marriages ===\n: Husband: [[Moore-4393|Joseph Moore]]\n: Wife: [[Maynard-281|Lydia Maynard]]\n: Marriage:\n:: Date: before 14 APR 1669:: Place: probably Sudbury, Middlesex, Massachusetts&lt;ref&gt;Source: [[#S-2009482839]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482851]]&lt;/ref&gt;: There is no record of this marriage in the Sudbury records.&lt;ref&gt;[[#S29]] Sudbury VRs&lt;/ref&gt;, but it is adequately proven by Lydia's father's references in his Will and by court cases regarding fornication between Joseph Moore and Lydia Maynard.&lt;ref&gt;[[#S33] Neil D. Thompson, &quot;Lydia Maynard, Wife of Joseph Moore of Sudbury, MA&quot; TAG 60(Jan 1984):53-56&lt;/ref&gt;: &quot;Liddia, w. Joseph, d. on Nov. 23, 1717&quot; at Sudbury.&lt;ref&gt;[[#S29]] Sudbury VRs, Page 317&lt;/ref&gt;\n\n\n: Husband: [[Moore-4393|Joseph Moore]]\n: Wife: [[Starr-191|Ruth Starr]]\n: Marriage:\n:: Date: about 1718\n:: Place: Massachusetts&lt;ref&gt;Source: [[#S-2009482839]]&lt;/ref&gt;: Joseph's second wife, Ruth, is not mentioned in his Will, dated 1 Jan 1718/19, so it is assumed that he married after drawing up the Will.&lt;ref&gt;[[#S33] TAG 60(Jan 1984):53&lt;/ref&gt;\n: A &quot;Joseph Moore &amp; Ruth Starr were married 21st --- 3rd month [1656]by John Endicott Govr.&quot; at Boston,&lt;ref&gt;[[#S31]] Page 57&lt;/ref&gt; but, given the date, 1656, Joseph would have been only nine years of age, so this can't be the correct marriage date. Also, I cannot find any source for the last name &quot;Starr,&quot; and I think it was mistakenly taken fromthe 1656 marriage of a Ruth Starr to a different Joseph Moore.[Watt-266|Watt-266]] 14:16, 25 April 2014 (EDT)\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S-29'&gt;S-29&lt;/span&gt;{{MLA citation|publisher=New England Historic Genealogical Society, at the charge of the Eddy Town-Record Fund| publication-place = Boston|title = ''Vital records of Sudbury, Massachusetts, to the year 1850''|year = 1903|repository=Open Library|url = http://openlibrary.org/books/OL7063421M/Vital_records_of_Sudbury_Massachusetts_to_the_year_1850.}}\n* Source: &lt;span id='S-31'&gt;S-31&lt;/span&gt;{{MLA citation|publisher = Municipal Printing Office|publication-place = Boston|title = ''Boston births, baptisms, marriages and deaths, 1630-1699''|author = Boston (Mass.)|year = 1908|repository=Open Library|url = http://openlibrary.org/books/OL7000289M/Boston_births_baptisms_marriages_and_deaths_1630-1699.|oclc = 4406400}}\n* Source: &lt;span id='S-33'&gt;S-33&lt;/span&gt; ''The American Genealogist.'' (TAG) New Haven, CT: D. L. Jacobus, 1937-. (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2009 - .)\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Ancestry.com: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.\n* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Ancestry.com: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family groupsheets and electronic databases.\n* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Title: Ancestry Family Trees Publication: Ancestry.com: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted byAncestry members.\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mH2D1T fDGCVZ sWKU7I
iWKU7I sCCRNZ whttps://www.WikiTree.com/wiki/Axtell-11 pLydia qAxtell gf b16440601 vSudbury, Middlesex, Massachusetts Bay Colony z1 d17171123 ySudbury, Middlesex, Province of Massachusetts o[[Category: Sudbury, Massachusetts]]\n== Biography ==Lydia (Axtell/Maynard) Moore was daughter of Thomas Axtell and his wife, Mary (_____) Axtell, and the adopted daughter of John Maynard whomarried Mary at Sudbury 16 Jun 1646 (after Thomas died in March of that year).\nOn 20 Jan 1668/9 John Maynard, husbandman, gave bond of 20 pounds forthe appearance of &quot;his daughter Lidiah&quot; to answer to a charge of fornication with Joseph Moore.\nOn 26 Jan 1668/9, Joseph Moore confessed to fornication with Lydia Maynard and gave bond of 20 pounds for his appearance to answer the charge, with Jacob Moore (his brother) and Henry Rice as sureties.\nOn 28 Jan 1668/9, Joseph Moore was summoned to answer for fornicationwith Lydia Maynard.\nLydia married [[Moore-4393|Joseph Moore]] between 28 Jan 1668/9 (whenstill single, charged with fornication with each other, and she was no doubt pregnant) and 14 Apr 1669 when their son Benoni was born (Sudbury vital records); she is most definitely married by 5 Oct 1669 by which time the records refer to her as &quot;Lydia Maynard now Moore&quot;.\nShe died 23 NOV 1717 Sudbury, Middlesex, Massachusetts.&lt;ref&gt;Sudbury Vital Records, Deaths, p 317&lt;/ref&gt;\nOn 5 Oct 1669, petition by Elizabeth Moore, mother of Joseph, and Mary Maynard, mother of Lydia Maynard now Moore, seeking that the imposition of corporeal punishment for fornication on their children be relieved, and a fine imposed instead. The court minutes of the period are missing, so we do not know when the charge was first made, what exactlythe penalty was, or whether the petition of the mothers was respected. &lt;ref&gt;Neil D. Thompson, &quot;Lydia Maynard, Wife of Joseph Moore of Sudbury MA,&quot; in ''The American Genealogist,'' 60(1984):53-55&lt;/ref&gt;\n\n=== Note ===Note: (or Mary). The Sudbury Vital Records gives both names on the same date, born June 1, 1644. In his will, John Maynard speaks of his daughter Lydia, wife of John Moore, and as there is no record of any other Lydia in his family, it seems probable that the daughter of his wife by her first husband,Thomas Axtell, is intended.&lt;ref name=&quot;Axtell&quot; &gt;Axtell, Carson A. (Compiler) [https://books.google.com/books/reader?id=JT0xAAAAMAAJ&amp;printsec=frontcover&amp;output=reader&amp;source=gbs_atb_hover&amp;pg=GBS.PA17 Axtell Genealogy]. Fairhaven, Mass.: 1945&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mAC9Y5 fGT4GS
iKWYMG whttps://www.WikiTree.com/wiki/Moore-4398 pWilliam qMoore gm b16680825 vSudbury, Middlesex, Massachusetts Bay z1 d16880325 ySudbury, Middlesex, Massachusetts Bay o== Biography ==\nThere is no Sudbury birth for a William Moore, son of Joseph &amp; Lydia on the date provided above. While there is a death for a William Moorein Sudbury in 1688, it does not identify any relationships.\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iNUQ5V whttps://www.WikiTree.com/wiki/Moore-4392 pJoseph qMoore gm b16710801 vSudbury, Middlesex, Massachusetts Bay z1 d17531118 o== Biography ==\n Joseph Moore was born on 1 August 1671 in Sudbury, Middlesex, Massachusetts. He was the son of Joseph Moore and Lydia Axtell (she was alsoknown as Lydia Maynard after she was adopted by her mother's second husband, John Maynard).\n\n== Sources ==\n&lt;references /&gt;* &quot;Massachusetts, Town Clerk, Vital and Town Records, 1626-2001,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FCM1-P4Y : 3 November 2017), Joseph Moore, 01 Aug 1671; citing Birth, Sudbury, Middlesex, Massachusetts, United States, , town clerk offices, Massachusetts; FHL microfilm 892,249.* &quot;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:F4DN-B3L : 9 February2018), Joseph Moore in entry for Zibiah Moore, 08 May 1704; citing Sudbury, Middlesex, Massachusetts, yrs 1663-1829 p 14; FHL microfilm 185,454.\n\nSee also:\n* ''Family Data Collection - Individual Records'' Edmund West, comp.,Provo, UT, USA: Ancestry.com Operations Inc, 2000.* ''U.S. and International Marriage Records, 1560-1900'', Yates Publishing, Provo, UT, USA: Ancestry.com Operations Inc, 2004. mWKU7I fCCRNZ
iYILBK whttps://www.WikiTree.com/wiki/Moore-4390 pHannah qMoore gf b16730102 vSudbury, Middlesex, Massachusetts z1 d17301028 ySudbury, Middlesex County, Massachusetts o[[Category: Sudbury, Massachusetts]]\n== Biography ==\nHannah Moore was born 2 Jan 1673 in Sudbury, Massachusetts, daughter of Joseph and Lydia (Maynard) Moore.&lt;ref&gt;Sudbury Vital Records, Births, p 94.&lt;/ref&gt;\nThe will of her father, Joseph Moore, mentions his daughter Hannah Gleason. This identifies her as the Hannah Moore who was married to Joseph Gleason in Sudbury, Massachusetts, in 1705. &lt;ref&gt;''New England Historical and Genealogical Register'', [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?volumeId=11719&amp;pageName=302&amp;rId=241132382 Vol. 57 (1903), page 302]&lt;/ref&gt; Joseph Gleason and Hannah Moore were married at Sudbury, Massachusetts, on 17 February 1705.&lt;ref&gt;Vital Records of Sudbury, Massachusetts, [https://www.americanancestors.org/databases/massachusetts-vital-records-to-1850/image/?volumeId=7806&amp;pageName=200&amp;rId=142142245 page 200]&lt;/ref&gt;\nThe death of Joseph Gleazon, Jr., was recorded at Sudbury, Massachusetts, on 15 October 1711.&lt;ref&gt;Vital Records of Sudbury, Massachusetts, [https://www.americanancestors.org/databases/massachusetts-vital-records-to-1850/image/?volumeId=7806&amp;pageName=305&amp;rId=142141296 page 305]&lt;/ref&gt; His wife, Hannah Gleason, survived him. &lt;ref&gt;Middlesex County, Massachusetts, Probate Files [http://www.americanancestors.org/databases/middlesex-county-ma-probate-file-papers-1648-1871/image/?pageName=9204:2&amp;volumeId=14472&amp;rId=263866076 Papers for Joseph Gleason, 1711]&lt;/ref&gt; Hannah Gleason, widow, died at Sudbury on 28 October 1730.&lt;ref&gt;VitalRecords of Sudbury, Massachusetts, [https://www.americanancestors.org/databases/massachusetts-vital-records-to-1850/image/?volumeId=7806&amp;pageName=305&amp;rId=142141296 page 305]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:* Edmund West, comp. Family Data Collection - Individual Records. Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* U.S. and International Marriage Records, 1560-1900. Yates Publishing. Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.* Ancestry Family Trees. Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iNE20O whttps://www.WikiTree.com/wiki/Moore-4397 pThomas qMoore gm b16761209 vSudbury, Middlesex, Massachusetts Bay z1 d16770000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Thomas /Moore/&lt;ref&gt;Source: [[#S-2009482853]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242492&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Moore-4397 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4397 Changes page] for the details of edits by Buck and others.\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication -Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sourcesincluding family group sheets and electronic databases. Originally, the information was d* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information sincethis source citation was created.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iB3RTH whttps://www.WikiTree.com/wiki/Moore-4387 pBenjamin qMoore gm b16790505 vSudbury, Middlesex, Massachusetts Bay z1 d16800000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Benjamin /Moore/&lt;ref&gt;Source: [[#S-2009482853]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242493&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Moore-4387 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4387 Changes page] for the details of edits by Buck and others.\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication -Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sourcesincluding family group sheets and electronic databases. Originally, the information was d* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information sincethis source citation was created.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iEOR1M whttps://www.WikiTree.com/wiki/Moore-4395 pMary qMoore gf b16810507 vSudbury, Middlesex, Massachusetts Bay z1 d17270000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Mary /Moore/&lt;ref&gt;Source: [[#S-2009482853]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242494&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Moore-4395 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4395 Changes page] for the details of edits by Buck and others.\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication -Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sourcesincluding family group sheets and electronic databases. Originally, the information was d* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information sincethis source citation was created.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iSF9OS whttps://www.WikiTree.com/wiki/Moore-4371 pJohn I qMoore gm b16830508 vSudbury, Middlesex, Massachusetts z1 d17291217 ySudbury, Middlesex, Massachusetts o== Biography ==\n\n=== Name ===: Name: John /Moore/&lt;ref&gt;Source: [[#S-2009482848]] Data: Text: Birth date: 1683Birth place: Massachusetts&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482839]] Page: Birth year: 1683; Birth city: Sudbury; Birth state: MA. Data: Text: Birth date: 8 May 1683Birth place: Sudbury, Middlesex County, MA Death date: 17 December 1729Death place: Marriage date: 1702Marriage place:&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482849]] Data: Text: Birth date: 8 May 1683Birth place: Sudbury, Middlesex, MA, USA&lt;/ref&gt;&lt;ref&gt;Ancestry Family Trees&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 08 MAY 1683:: Place: Sudbury, Middlesex, Massachusetts, United States&lt;ref&gt;Source: [[#S-2009482848]] Birth date: 1683 Birth place: Massachusetts&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482839]] Birth date: 8 May 1683 Birth place: Sudbury, Middlesex County, MA. Death date: 17 December 1729. Marriage date: 1702.&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482849]] Birth date: 8 May 1683 Birth place: Sudbury, Middlesex, MA, USA&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 17 DEC 1729:: Place: Sudbury, Middlesex, Massachusetts, United States&lt;ref&gt;Source: [[#S-2009482839]] Page: Birth year: 1683; Birth city: Sudbury; Birth state: MA. Data: Text: Birth date: 8 May 1683Birth place: Sudbury, Middlesex County, MA Death date: 17 December 1729 Death place:Marriage date: 1702.&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Moore-4371|John Moore]]\n: Wife: [[Phinney-38|Abagail Phinney]]\n: Child: [[Moore-4400|Jacob Moore]]\n: Child: [[Moore-4401|Azubah Moore]]\n: Child: [[Moore-4409|Ephraim Moore]]\n: Child: [[Moore-4419|Silas Moore]]\n: Child: [[Moore-4418|Paul Moore]]\n: Child: [[Moore-4411|Hezekiah Moore]]\n: Child: [[Moore-4415|Keziah Moore]]\n: Child: [[Moore-4404|Bezaleel Moore]]\n: Child: [[Moore-4403|Beulah Moore]]\n: Child: [[Moore-4417|Mary Moore]]\n: Child: [[Moore-4416|Lydia Moore]]\n\n: Marriage:\n:: Date: 1702:: Place: Dorchester, Suffolk, Massachusetts, United States&lt;ref&gt;Source: [[#S-2009482839]] Page: Birth year: 1683; Birth city: Sudbury; Birth state: MA. Birth date: 8 May 1683Birth place: Sudbury, Middlesex County, MA Death date: 17 December 1729 Death place: Marriage date: 1702 Marriage place:&lt;/ref&gt;\n\n: Husband: [[Moore-4393|Joseph Moore]]\n: Wife: [[Maynard-281|Lydia Maynard]]\n: Child: [[Moore-4390|Hannah Moore]]\n: Child: [[Moore-4398|William Moore]]\n: Child: [[Moore-4388|Benoni Moore]]\n: Child: [[Moore-4392|Joseph Moore]]\n: Child: [[Moore-4391|Hannah Moore]]\n: Child: [[Moore-4397|Thomas Moore]]\n: Child: [[Moore-4387|Benjamin Moore]]\n: Child: [[Moore-4395|Mary Moore]]\n: Child: [[Moore-4371|John Moore]]\n: Child: [[Moore-4389|Elizabeth Moore]]\n: Child: [[Moore-4394|Lydia Moore]]\n: Child: [[Moore-4396|Obediah Moore]]\n\n: Marriage:\n:: Date: 14 APR 1669:: Place: Sudbury, Middlesex, Massachusetts, United States&lt;ref&gt;Source: [[#S-2009482839]] Page: Birth year: 1647; Birth city: Sudbury; Birth state: MA. Birth date: 21 October 1647. Birth place: Sudbury, Middlesex Co, MA., Death date: 2 January 1725. Death place: Sudbury, Middlesex Co, MAMarriage date: 1668Marriage place:&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2009482851]] Page: Source number: 1161.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: GRG. Birth date: 1647. Birth place: MA. Marriage date: 1668 Marriage place: MA&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* Bolton, Ethel Stanwood. Some Descendants of John Moore of Sudbury, Mass. ''New England Historical and Genealogical Register'', vol. 57 (1903), pages 300ff. [https://www.americanancestors.org/DB202/i/11719/306/241132225 page 306].* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Family Data Collection - Individual Records. Edmund West, comp. Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; http://www.Ancestry.com* Source: &lt;span id='S-2009482848'&gt;S-2009482848&lt;/span&gt; Repository: [[#R-2009482618]] American Genealogical-Biographical Index (AGBI) , Godfrey Memorial Library, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 1999. Original data - American Genealogical-Biographical Index. Middletown, CT, USA: Godfrey Memorial Library.* Source: &lt;span id='S-2009482849'&gt;S-2009482849&lt;/span&gt; Repository: [[#R-2009482618]] Family Data Collection - Births. Edmund West, comp. Online publication - Provo, UT, USA: The Generations Network, Inc., 2001.* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004. Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases.* Ancestry Family Trees. Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.\n\n== Acknowledgments ==* WikiTree profile Moore-4371 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4371 Changes page] for the details of edits by Buck and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iD7DW2 whttps://www.WikiTree.com/wiki/Moore-4389 pElizabeth qMoore gf b16850920 vSudbury, Middlesex, Massachusetts Bay, British Colonial America z1 d17270000 ySudbury, Middlesex, Massachusetts Bay, British Colonial America o== Biography ==\n\n Elizabeth was the d/o Joseph &amp; Lydia (Axtell) Moore.\nElizabeth m: Henry Rice s/o Jonathan &amp; Rebecca (Watson) Rice.\n\n\n\n=== Name ===: Name: Elizabeth /Moore/&lt;ref&gt;Source: [[#S-2009482853]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242495&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* WikiTree profile Moore-4389 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]].* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication -Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sourcesincluding family group sheets and electronic databases. Originally, the information was d* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information sincethis source citation was created.\n\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iRUB9V whttps://www.WikiTree.com/wiki/Moore-4394 pLydia qMoore gf b16870105 vSudbury, Middlesex, Massachusetts Bay z1 d17280000 o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Lydia /Moore/&lt;ref&gt;Source: [[#S-2009482853]] Page: AncestryFamily Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242499&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Moore-4394 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4394 Changes page] for the details of edits by Buck and others.\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication -Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sourcesincluding family group sheets and electronic databases. Originally, the information was d* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information sincethis source citation was created.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iISZEJ whttps://www.WikiTree.com/wiki/Moore-4396 pObediah qMoore gm b16890000 vSudbury, Middlesex, Massachusetts Bay z1 d17260000 yMassachusetts Bay o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Obediah /Moore/&lt;ref&gt;Source: [[#S-2009482853]] Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15949597&amp;pid=487242503&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Moore-4396 created through the import of Ancestorsof PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-4396 Changes page] for the details of edits by Buck and others.\n* Source: &lt;span id='S-2009482839'&gt;S-2009482839&lt;/span&gt; Repository: [[#R-2009482618]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Name: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.;* Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com* Source: &lt;span id='S-2009482851'&gt;S-2009482851&lt;/span&gt; Repository: [[#R-2009482618]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Name: Online publication -Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sourcesincluding family group sheets and electronic databases. Originally, the information was d* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information sincethis source citation was created.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mWKU7I fCCRNZ
iDGCVZ whttps://www.WikiTree.com/wiki/Moore-848 pJohn qMoore gm b16100000 vHenham, Essex, England z1 d16740106 ySudbury, Middlesex, Massachusetts Bay Colony o{{Puritan Great Migration}}[[Category: Immigrants to Massachusetts Bay Colony from England]][[Category:Moore Name Study]]\n\n==Biography==\n\n== Origins and Wives ==\nSeeking proof (if any) that he was the son of [[Moore-3195|John Moore]] (or [[Morse-360|Joseph Morse]]) and [[Barber-640|Dorothy Barber]] (or this [[Barber-631|Dorothy Barber]]). Until such proof is found, we are disconnecting John Moore, the immigrant, from these parents.\nIf he was the John Moore of Henham, co. Essex,&lt;ref&gt;Anderson, &quot;The English Origins of Philemon Whale,&quot; ''The Genealogist'' 6:134, 139-40)&lt;/ref&gt; then he married (1) about 1625 Elizabeth _____; he married (2) at Little Gaddesden, do. Hertford, 27 Nov 1633 Elizabeth Rice, daughter of Henry and Elizabeth (Frost) Rice and stepdaughter of Philemon1 Whale, later of Sudbury. She was baptized at Stanstead, co. Essex, on 18 Nov 1612 and died in Sudbury, Massachusetts, on 14 Dec 1690 as &quot;widow Elizabeth Moore.&quot;&lt;ref&gt;NEHGR 17:140&lt;/ref&gt;\n\n== Life in New England ==\nThere is uncertainty about when John Moore arrived in New England. Ifthe baptism of Mary, daughter of John Moore, in Berkhamstead on 9 Jan1641/2 is that of a daughter of the immigrant, he must have arrived after that time.\nWhile the town history claims that John Moore was at the Sudbury settlement soon after it began (1638-1639),&lt;ref&gt;''The History of Sudbury'', [https://www.wikitree.com/photo/The_History_of_Sudbury.jpg Page 26]&lt;/ref&gt; the first record of his presence is in September 1642, when he bought of [[Rice-52|Edmund Rice]] (father of his soon-to-be [[Rice-53|son-in-law]]) a house and land situated in the east part of the town, in the southerly part of what is now the town of Wayland.&lt;ref name=Bolton303&gt;Bolton, Ethel Stanwood. Some Descendants of John Moore of Sudbury, Mass. ''New England Historical and Genealogical Register'', vol. 57(1903), pp. 300ff [https://www.americanancestors.org/DB202/i/11719/300/23531455 americanancestors.org].&lt;/ref&gt; By this time, he was also married to his second wife, Elizabeth-- step-daughter of Philemon Whale.\n:There was also a John Moore of Cambridge who owned land ''there'' aslate as 1643, and there has been an effort thus far fruitless, to prove that they were identical, but it seems doubtful, since the land owned by John Moore of Cambridge has been traced to his descendants. It was finally sold, about the time of the Revolution, by a Cambridge man,who happened at the time to be living in Sudbury, but who was not a descendant of John Moore of Sudbury.\n1645: He took the oath of fidelity at Sudbury July 9 1645.&lt;ref name=Bolton303/&gt; The same year, he bought of John Stone a dwelling house and house lot, and all other lands and meadows belonging to Stone by virtue of his right in the beginning of the plantation of Sudbury.\n1653: He subscribed to the covenant of Lancaster &quot;11th first mo. 1653,&quot; and forty acres of land were laid out in his name, and the first grant of lots (1653. 30th 9mo&quot;).{{Citation Needed}}\n\nHe died 6 January 1673/4.&lt;ref name=Bolton303/&gt;\n\n== Last Will &amp; Testament ==\nHis will&lt;ref&gt;Worcester Co Probate #10921&lt;/ref&gt; was dated the 25th of August 1668, and was probated the 7th of April 1674. In it he mentions:\n* wife Elizabeth,\n* eldest son son John of Lancaster;\n* eldest daughter Elizabeth, wife of Henry Rice;\n* daughter Mary, wife of Daniel Stone;* youngest daughter Lydia, wife of James Cutler, former wife of Samuel Wright;\n* sons William, Jacob, Joseph and Benjamin.He appoints Rev. Edmund Brown, Lt. Edmund Goodnow, and Mr. Thomas Stevens, overseers of the will. His signature to the will was John More.\n\n== Children ==\nBy his first wife (&quot;Bridget&quot; according to the Edmund Rice Association, but above implies her name was Elizabeth):{{Citation Needed}}\n# [[Moore-175|Elizabeth Moore]], b abt 1626, d Framingham, MA 23 Aug 1705; m. in Sudbury 1 Jan 1643/4 [[Rice-53|Henry Rice]], son of EdmundRice, her step first cousin, once removed.# [[Moore-3196|John Moore]], b abt 1628, poss. the &quot;John, son of JohnMore and Ellesabeth,&quot; bp Henham, co Essex, 11 Nov 1628, d Lancaster, MA bef 23 Sep 1702; m1 in Sudbury 16 Nov 1654 Ann Smith, dau of John. m. Nov 16, 1654, Ann Smith (dau of John), m2 Lancaster 20 Aug 1683 Mary (----) Whitcomb, widow of John; signed the Covenant of Lancaster, 13: 2 mo. 1654 and d. in 1702, leaving a widow Mary. His wife died March10, 1670-1. NOTE: Stevens-Miller 2:153, disentangles John2 Moore froman older John Moore of Lancaster who had a wife named Judith.# (poss) [[Moore-8687|Susan]] bp &quot;Suzand, daughter of John More,&quot; Henham 17 Jul 1630; bur Henham 18 July 1630.\nBy his second wife, Elizabeth Rice, dau of Henry Rice and step-daughter of Philemon Whale:&lt;br&gt;:4. [[Moore-8689|Anna]], bp Berkhamstead, co Hertford, 12 Oct 1634; prob dy&lt;br&gt;:5. [[Moore-3186|Richard]] b abt 1636-7, bur Berkhamstead 7 Nov 1650&lt;br&gt;:6. [[Moore-8691|William]] b abt 1639, d Sudbury 25 Mar 1688 prob unm. In 1664 he bought land in Sudbury of Thomas Beesbeech of Marshfield;in 1679 he sold forty-eight acres in four pieces to his brother Benjamin.&lt;br&gt;:7. [[Moore-174|Mary]], bp Berkhamstead 9 Jan 1641/2; m1 Sudbury Sept. 8 1661, Richard Ward (drowned in Sudbury River, March 31, 1666); m. 2d.2 Nov 1667 Dea. David Stone.&lt;br&gt;:8. [[Moore-7610|Lydia]], b Sudbury 24 Jun 1643; d there 23 Nov 1723;m1 Sudbury 31 My 1664 Samuel Wright; m2 15 Jun 1665 James Cutler&lt;br&gt;:9. [[Moore-7620|Jacob Moore]], b. Sudbury 29 April 1645, 23 Mar 1715/6; m. May 29, 1667, Elizabeth Loker, dau of Henry.&lt;br&gt;:10. [[Moore-4393|Joseph]], b. Sudbury 21 Oct 1647, d there 2 Jan 1725/6; m1. Lydia Maynard, dau of John; m2 Ruth.&lt;br&gt;\n:11. Elizabeth b 10 Jan 1649/50; d.y.&lt;br&gt;:12. Benjamin, b. abt 1652, d Sudbury 29 Oct 1729; m 11 Nov 1686 Dorothy Wright, dau of Edward.\n\n===Descendants ===Notable descendants of John Moore include President [[Coolidge-13|John Calvin Coolidge, Jr.]] (1872-1933) (served as U.S. President 1923-29) who is three times John's 7th great-grandson via his daughter Elizabeth three times.\n\n== Sources ==\n&lt;references /&gt;\n\nSee:* American Genealogical-Biographical Index (AGBI), Volume: \t120, PageNumber: 42, citing Frank R. Holmes, ''Directory of the Anc. heads of New England Fams.,'' NewYork, 1923:166* Anderson, Robert Charles. &quot;The English Origins of Philemon Whale ofSudbury, Massachusetts,&quot; in ''The Genealogist,'' 6 (1985):131-141.* Bolton, Ethel Stanwood. &quot;Addenda to &quot;Some Descendants...&quot; NEHGR 58(1904):176.* DeForest &amp; DeForest, ''William Henry Moore and his ancestry,'' 1934, pp. 319-320* Ferris, Mary Walton. &quot;Dawes-Gates Ancestral Lines&quot;, privately printed 1931.* Filby, P. William, ed., ''Passenger and Immigration Lists Index, 1500s-1900s,'' available on Ancestry.com.* Hudson, Alfred Sereno, ''The History of Sudbury,'' (1889), [https://www.wikitree.com/photo/The_History_of_Sudbury.jpg Page 26]* Marriage in Massachusetts June 10, 1639 - New England marriage prior to 1700 edition 20 page 516* Middlesex County, Massachusetts Probate Index, 1648-1870 : Moore, John Joseph, Will: 1674; Number: 15362 in Index to the Probate Records of the County of Middlesex, Massachusetts. Cambridge, MA, USA: 1912.\n* Planters Grange FHL 974 w2p page 143 -- public record Office MSS.* *Plummer, John. The English Origin of John Moore of Sudbury, Massachusetts. ''The American Genealogist,'' 66 (1991): 2, pp. 75-77.\n* Pope, ''Pioneers of Massachusetts,'' p. 317\n* Rice, Margaret Skinner. Rice Family - S2/P1, p. 1.\n* Sargent, John S. &quot;Moore Genealogy,&quot; NEGHS Register, 52 (1898):72-73* Savage, ''Genealogical Dictionary,'' Boston, MA (1861); vol. 3, p. 229\n* Vital Records of Sudbury, Massachusetts, p 91, LDS film #0185455\n* Ward, Andrew Henshaw. Rice Family (Ward), pp. 29-31.\n* http://www.edmund-rice.org/era5gens/p24.htm#i132 sH2D1T
iH2D1T sDGCVZ whttps://www.WikiTree.com/wiki/Rice-1722 pElizabeth qRice gf b16121118 vStanstead, Suffolk, England z1 d16901214 ySudbury, Middlesex, Massachusetts Bay Colony o[[Category:Puritan Great Migration]]\n{{Puritan Great Migration}}\n----\n\n== Disputed Origins ==Elizabeth was the daughter of Henry Rice and Elizabeth (Frost) Whale.She was the adopted daughter of Elizabeth'S second husband Philemon Whale.\nMany genealogical studies of John(1) Moore and his family claim that his last wife was Elizabeth, daughter of Philemon1 Whale of Sudbury, who calls her his daughter in his will. Many have taken this to mean that she was Elizabeth, bapt 31 Jan 1593 to Philemon Whale in Checkney, Essex England.&lt;ref&gt;IGI Batch #F506660, sheet 047, call #1553362, citing Film 455484, Parish Registers of Chickney, Essex; baptisms&lt;/ref&gt;\nRobert Charles Anderson&lt;ref&gt;Robert Charles Anderson, &quot;The English Origins of Philemon Whale of Sudbury, Massachusetts,'' in ''The Genealogist,'' 6 (1985):131-41&lt;/ref&gt; has argued that she was actually a daughter of Henry and Elizabeth (Frost) Rice of Stanstead, co. Suffolk, England, and a ''stepdaughter'' of Philemon Whale, who married Henry Rice'swidow. Philemon Whale did not marry Elizabeth Frost (widow of Henry Rice) until 1621, had their first child (dau Sarah) in 1622; a subsequent birth of Elizabeth would too late to parent the Elizabeth who marries in 1639.\nThen to really confirm this, &quot;...a microfilm of a transcript of the Bishop's Transcripts for Little Gaddesden was checked (FHL #1040857, item 3)... under the date of 27 Nov 1633, we find the marriage of 'Johannes More &amp; Elizabetha Rice.&quot; ... There can be no doubt that this is the marriage of the immigrants to Sudbury, Mass.&lt;ref&gt;John Plummer, &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; in ''The American Genealogist,'' 66(1991):75-77&lt;/ref&gt;\n\n== Biography ==\nShe was baptized 18 Nov 1612 in Stanstead, Suffolk, England, daughterof Henry Rice (d. 1620) and Elizabeth Frost.\n\nShe married John Moore 27 Nov 1633 in Little Gaddesden, England.\n\nShe died 14 Dec 1690 in Sudbury, Middlesex, Massachusetts.\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n=== Notes ===\n: Note &lt;span id='DI4206'&gt;DI4206&lt;/span&gt;(now Wayland)\n: Note &lt;span id='NI4206'&gt;NI4206&lt;/span&gt;stepfather named Whale whose name she used Elizabeth4 RICE (#2564) was born,\n: before 18 November 1612 mSAOJD fJSZ0M
iLRZO6 whttps://www.WikiTree.com/wiki/Moore-175 pElizabeth qMoore gf b16280110 vEngland z1 d17050803 yFramingham, Middlesex, Massachusetts o{{Puritan Great Migration}}\n[[Category:Sudbury, Massachusetts]]\n[[Category:Framingham, Massachusetts]]\n[[Category:Church of Framingham]]\n\n== Elizabeth Moore ==\n'''Elizabeth Moore''' was born about 1628; the 1649 record of her birth in Sudbury is thought to be a later-in-life return to the county court, as she was clearly married by 1644.&lt;ref&gt;Ethel Stanwood Bolton, &quot;Some Descendants of John Moore of Sudbury, Mass.,&quot; in ''NEHGS Register'' 57(1903):300; and 58(1904):176&lt;/ref&gt;\nThat she is daughter of John Moore is from his will, which identifiesa daughter, &quot;Elizabeth, wife of Henry Rice.&quot; &lt;ref&gt;Ethel Stanwood Bolton, &quot;Some Descendants of John Moore of Sudbury, Mass.,&quot; in ''NEHGS Register'' 57(1903):300: &quot;On August 25, 1668, he made his will, in which he refers to his age. He died Jan 6, 1673 (?) and his will was probated April 7, 1674 (Worcester Co Probate) He mentions his sons John of Lancaster, William, Jacob, Joseph, to whom he leaves his house and Benjamin; also his daughters Elizabeth, wife of Henry Rice, Mary, wife of Daniel Stone and Lydia, wife of James Cutler. His widow Elizabeth was named as Executrix.&quot;&lt;/ref&gt;\nThat she is daughter by a previous wife (not of John's wife ElizabethWhale, daughter of Philemon) is revealed by the will of Philemon Whale, naming his daughter's Rice children, none of which is Elizabeth (Moore) Rice. &lt;ref&gt;Ethel Stanwood Bolton, &quot;Some Descendants of John Mooreof Sudbury, Mass.,&quot; in ''NEHGS Register'' 57(1903):300; and 58(1904):176&lt;/ref&gt;. This updates and correct ''Bullard and Allied Families''.\nUnsourced family pages (elsewhere online) claim she was born 10 Jan 1628/1629 in Henham, Essex, England. She was certainly not born in Sudury, Mass, as it wasn't settled until the 1630s, and earliest record ofJohn Moore (her father) there was 1642. &lt;ref&gt;Ethel Stanwood Bolton, &quot;Some Descendants of John Moore of Sudbury, Mass.,&quot; in ''NEHGS Register'' 57(1903):300&lt;/ref&gt;\n\n=== Name ===\nElizabeth Moore&lt;ref&gt;Andrew Henshaw A.M. Ward, The Rice Family, p. 5.&lt;/ref&gt;&lt;ref&gt;Rice Gen'l Register, pp. 1 - 2.&lt;/ref&gt;&lt;ref&gt;Margaret Skinner Rice, Rice Family - S2/P1, p. 1.&lt;/ref&gt;&lt;ref&gt;The Edmund Rice (1638) Association&lt;/ref&gt;\n\n=== Birth ===\nElizabeth Moore was born circa 1628.&lt;ref&gt;Margaret Skinner Rice, Rice Family - S2/P1, p. 1.&lt;/ref&gt;&lt;ref&gt;The Edmund Rice (1638) Association&lt;/ref&gt;\n\n=== Death ===\nElizabeth Moore died on August 3, 1705 in Framingham, Middlesex, Massachusetts.&lt;ref&gt;The Edmund Rice (1638) Association&lt;/ref&gt;, &lt;ref&gt;Source: [[#S221]] Film Number: 170642, page 722; Film Number: 184750&lt;/ref&gt;,&lt;ref&gt;Vital Records of Framingham, p 460&lt;/ref&gt;, &lt;ref&gt;Source: [[#S221]]Film Number: 170642, page 722; Film Number: 184750&lt;/ref&gt;, &lt;ref&gt;Vital Records of Framingham, p 460&lt;/ref&gt;\nAlternative death date: 23 August 1705 at Framingham, MA, under the name Rice.&lt;ref&gt;Andrew Henshaw A.M. Ward, The Rice Family, p. 5.&lt;/ref&gt;&lt;ref&gt;Margaret Skinner Rice, Rice Family - S2/P1, p. 1.&lt;/ref&gt;&lt;ref&gt;Framingham, MA Vital Records (published).&lt;/ref&gt;&lt;ref&gt;The Edmund Rice (1638) Association&lt;/ref&gt;\n\n=== Family ===\n[[Rice-53|Henry Rice]] married [[Moore-175|Elizabeth Moore]] 1 January 1643/44 in Sudbury, MA.&lt;ref&gt;Savage, Genealogical Dictionary&lt;/ref&gt;.\n\nThey had the following children:\n:# [[Rice-1658|Mary Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; b 19 Sep 1646([http://www.wikitree.com/photo/Vital_Records_of_Sudbury-5.jpg Vital Records of Sudbury]), d 30 May 1695; m. Brigham, had dau Mary; deceased by time of father's will, which names a granddaughter, Mary Brigham, living with him.:# [[Rice-1533|Elizabeth Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; b 4 Aug 1648, d 25 Feb 1739/40; m. John Brewer.:# [[Rice-1534|Hannah Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; b abt 1650, d 11 Aug 1707; m1. 5 Aug 1675 Eleazar Ward; m2. 17 Oct 1677 Richard Taylor.:# [[Rice-1535|Jonathan Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; b 3 Jul 1654([http://www.wikitree.com/photo/Vital_Records_of_Sudbury-4.jpg Vital Records of Sudbury]), d 12 Apr 1725; (namedin father's will).:# [[Rice-1045|Abigail Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; b 17 Jun 1657, d 9 Dec 1735; m. Thomas Smith.:# [[Rice-2250|David Rice, Deacon]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; b 27 Dec 1656(1659, [http://www.wikitree.com/photo/Vital_Records_of_Sudbury-3.jpg Vital Records of Sudbury]), d 16 Oct 1723; (named in father's will).:# [[Rice-1538|Tamasine or Thomasine Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt; 2 Feb 1662, d 15 Apr 1748; m. Benjamin Parmenter.:# [[Rice-1296|Rachel Rice]],&lt;ref&gt;The Edmund Rice (1638) Association, 2011.&lt;/ref&gt;&lt;ref&gt; Andrew Henshaw Ward, Rice Family (Ward).&lt;/ref&gt; b 10May 1664([http://www.wikitree.com/photo/Vital_Records_of_Sudbury-6.jpg Vital Records of Sudbury]), d 10 May 1730; m. Thomas Drury.:# [[Rice-1623|Lydia Rice]],&lt;ref&gt;The Edmund Rice (1638) Association,2011.&lt;/ref&gt; b 4 June 1668([http://www.wikitree.com/photo/Vital_Records_of_Sudbury-5.jpg Vital Records of Sudbury]); m. Samuel Wheelock.:# [[Rice-1540|Mercy Rice]],&lt;ref&gt;The Edmund Rice (1638) Association,2011.&lt;/ref&gt; b 1 Jan 1671, d 30 Aug 1727; m. Elnathan Allen.\nNote: She married Henry Rice, son of Deacon Edmund Rice and ThomasineFrost, on 1 January 1643/44 at Sudbury, MA, (February per Ward).&lt;ref&gt;Andrew Henshaw A.M. Ward, The Rice Family, p. 5.&lt;/ref&gt;&lt;ref&gt;Rice Gen'l Register, pp. 1, 2.&lt;/ref&gt;&lt;ref&gt;Margaret Skinner Rice, Rice Family - S2/P1, p. 1.&lt;/ref&gt;&lt;ref&gt;New England Historic Genealogical Society, Sudbury, MA Vital Records, p. 258.&lt;/ref&gt;&lt;ref&gt;The Edmund Rice (1638) Association&lt;/ref&gt;&lt;ref&gt;Sudbury MA, Sudbury, MA, Vital Records, p. 258.&lt;/ref&gt;&lt;ref&gt;Source: [[#S221]] Film Number: 458209; 184750&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:* [http://www.wikitree.com/genealogy/Moore-Photos-175 Attached Documents].** Brewer Genealogy, Harriet Augusta Robinson, [http://www.wikitree.com/photo/Brewer_Genealogy-1.jpg Page 9]** New England Family History, Henry Cole Quinby, [http://www.wikitree.com/photo/New_England_Family_History-1.jpg page 30], [http://www.wikitree.com/photo/New_England_Family_History-3.jpg page 38], [http://www.wikitree.com/photo/New_England_Family_History-4.jpg page 39], [http://www.wikitree.com/photo/New_England_Family_History-5.jpg page 40], [http://www.wikitree.com/photo/New_England_Family_History-6.jpg page 42]** History of Framingham [http://www.wikitree.com/photo/History_of_Framingham-13.jpg page 374]** A Genealogical History of the Rice Family, [http://www.wikitree.com/photo/Genealogical_History_Rice.jpg title pg], [http://www.wikitree.com/photo/Genealogical_History_Rice-4.jpg page 5]* Ward, Andrew Henshaw. Genealogical History of THE RICE FAMILY: Descendants of DEACON EDMUND RICE. Boston, MA: C. Benjamin Richardson, 1858.* Edmund Rice (1638) Association. A Genealogical Register of Edmund Rice Descendants. Rutland, VT: The Charles E. Tuttle Company, 1970.* Rice, Margaret Skinner. The Rice Family - Supplement 2 -- Part 1. Amesbury, MA: Edmund Rice Association, 1983.* Sudbury MA. Vital records of Sudbury, Massachusetts, to the year 1850. Boston, MA: New England Historic Genealogical Society, 1903.* Baldwin, Thomas W.. Vital records of Framingham, Massachusetts, to the year 1850. Boston, MA: Wright &amp; Potter, 1911.* Hudson, Charles. History of the town of Marlborough, Middlesex County, Massachusetts. Boston, MA: T R Marvin &amp; Son, 1862.* “Massachusetts Vital Records to 1850,” Database, www.americanancestors.org, New England Historical and Genealogical Society.* Savage, James. Genealogical Dictionary of the First Settlers of NewEngland. Boston, MA: Little, Brown &amp; Co, 1860.* Ethel Stanwood Bolton, &quot;Some Descendants of John Moore of Sudbury,&quot;NEHGS ''Register'' 57(1903):300; (Addendum) 58(1904):176.* [[Space:Lechner_Family_History|Lechner Family History]], compiled by [[Lechner-18|Michael Lechner,]] with my father [[Lechner-19|Ted Harold Lechner]].\n\n- mV9SNE fDGCVZ
iFU4LG whttps://www.WikiTree.com/wiki/Moore-3196 pJohn qMoore gm vHenham, Essex, England z1 yLancaster, Middlesex County, Massachusetts o[[Category: Immigrants to Massachusetts Bay Colony from England]]\n[[Category: Lancaster, Massachusetts]]\n== Biography ==\nIn &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; John Plummer proposed that this John Moore is possibly the &quot;John, son of John More and Ellesabeth,&quot; baptised at Henham, co. Essex, on 11 Nov. 1628 (see Anderson, Robert Charles, &quot;The English Origins of Philemon Whale,&quot; ''The Genealogist'' vol. 6 (1985):134). He died at Lancaster, Mass., before 23 September 1702 (estate inventory).&lt;ref&gt;Dawes-Gates 1:447; Holman, ''Stevens-Miller Genealogy'', vol. 2, pages 152-153.&lt;/ref&gt;Married (1) Sudbury, Mass., 16 Nov 1654 Ann2 Smith (John1) (Sudbury VR p. 238), married (2) Lancaster 20 Aug. 1683 Mary (---) Whitcomb (NEHGR 17:70; Lancaster VR p 15), widow of John Whitcomb;&lt;ref&gt;Holman, ''Stevens-Miller Genealogy'', vol. 2, pages152-53&lt;/ref&gt; called eldest sonin father's will.&lt;ref&gt;John Plummer, &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; in ''The American Genealogist,'' 66(1991):75-77&lt;/ref&gt; Holman stated that &quot;All published accounts mix this JohnMoore with an older John Moore of Lancaster, who had wife Judith, anddied there, apparently ''sine prole'', by 26 November 1703, having deeded, by gift, in 1700, his real estate to Benjamin Ballamy, in returnfor life care, etc.&quot; She stated that &quot;Middlesex Deeds distinguish thetwo Johns of Lancaster, viz: 3: 878, 379; 4: 115,116,117,118, 469, 473; 5:184; 6: 200; 10:131, 465, 506; 12: 334, 335, 438, 719; 13: 30.)&lt;ref&gt;Holman, ''Stevens-Miller Genealogy''. vol. 2, [https://babel.hathitrust.org/cgi/pt?id=wu.89066286642;view=1up;seq=169 page 153].&lt;/ref&gt;\n\nHe emigrated to New England as part of his father's family.\nAccording to Henry Nourse, this man's father John Moore signed the Lancaster (Massachusetts) covenant in 1653, becoming a town proprietor, and this man signed the Lancaster covenant following year.&lt;ref name=Nourse297&gt;Nourse, [https://babel.hathitrust.org/cgi/pt?id=uiuc.2527953_001;view=1up;seq=297 page 289].&lt;/ref&gt; Holman suggested, however, that the &quot;John Moore&quot; who subscribed to the covenant in Lancaster on 11 March 1653 and received a grant of 40 acres in Lancaster was probably the son (this man). The senior John Moore continued to reside in Sudbury and received a grant of land there in 1655.&lt;ref&gt;Holman, ''Stevens-Miller Genealogy''. vol. 2, [https://babel.hathitrust.org/cgi/pt?id=wu.89066286642;view=1up;seq=163 page 147].&lt;/ref&gt;\nOn 16 November 1654 John Moore married Ann Smith in Sudbury, Massachusetts.&lt;ref name=&quot;MVR&quot;&gt;[http://www.americanancestors.org/PageDetail.aspx?recordId=238395118 Lancaster] (Vol 1, Pg 20) ''Massachusetts Vital Records to 1850'' (Online Database accessed November 6, 2014: AmericanAncestors.org, New England Historic Genealogical Society, 2001-2010).&lt;/ref&gt; Children of this marriage, all born in Lancaster, Massachusetts,were:&lt;ref name=Nourse297&gt;Nourse, [https://babel.hathitrust.org/cgi/pt?id=uiuc.2527953_001;view=1up;seq=297 page 289].&lt;/ref&gt;# Mary, born 4. 9. 1655 (4 November 1655)&lt;ref name=NEHGR16&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?volumeId=11592&amp;pageName=353&amp;rId=241800595 page 353]&lt;/ref&gt;# Elizabeth, born 27. 9. 1657 (27 November 1657)&lt;ref name=NEHGR16&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?volumeId=11592&amp;pageName=353&amp;rId=241800595 page 353]&lt;/ref&gt;# Lidea, born 6. 2. 1660 (6 April 1660).&lt;ref name=NEHGR16-2&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?pageName=354&amp;volumeId=11592&amp;rId=23524006 page 354]&lt;/ref&gt;# John, born 7. 2. 1662 (7 April 1662).&lt;ref name=NEHGR16-2&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?pageName=354&amp;volumeId=11592&amp;rId=23524006 page 354]&lt;/ref&gt;# Joseph, born 20. 8. 1664 (20 October 1664).&lt;ref name=NEHGR16-2&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?pageName=354&amp;volumeId=11592&amp;rId=23524006 page 354]&lt;/ref&gt;# Ann, born 17. 5. 1666 (17 July 1666).&lt;ref&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?pageName=355&amp;volumeId=11592&amp;rId=23516338 page 355]&lt;/ref&gt;# Jonathan, born 19 May 1669.&lt;ref&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?volumeId=11592&amp;pageName=357&amp;rId=241800588 page 357]&lt;/ref&gt;# Maria, born 10th day 1 m. 1670 (10 March 1670/1)&lt;ref&gt;''New England Historical and Genealogical Register'', vol. 16 (1862), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?volumeId=11592&amp;pageName=358&amp;rId=241800637 page 358].&lt;/ref&gt;Ann (Smith) Moore died on 10 March 1670/1, in childbirth.&lt;ref name=Nourse297&gt;Nourse, [https://babel.hathitrust.org/cgi/pt?id=uiuc.2527953_001;view=1up;seq=297 page 289].&lt;/ref&gt;\nIn April 1669 John Smith, father of Ann (Smith) Moore, transferred all of his estate to John Moore, conditioned on John and Ann Moore caring for him in his old age.&lt;ref&gt;Nourse, [https://babel.hathitrust.org/cgi/pt?id=uiuc.2527953_001;view=1up;seq=295 page 287].&lt;/ref&gt;\nJohn Moore married for a second time on August 20, 1683, in Lancaster, Massachusetts, to Mary Whitcomb.&lt;ref&gt;See WikiTree page [[:Space:Whowere Mary Whitcomb and John Moor m. 1683|Who were Mary Whitcomb and John Moor m. 1683]].&lt;/ref&gt; There were no children from this marriage.\nEnsign John Moore died at Lancaster in September 1702.&lt;ref&gt;Nourse, [https://babel.hathitrust.org/cgi/pt?id=uiuc.2527953_001;view=1up;seq=334 page 326.]&lt;/ref&gt;\nAdditional information (some subsequently proven otherwise):&lt;ref name=Bolton&gt;Ethel Stanwood Bolton, ''Some Descendants of John Moore of Sudbury, Mass.'' New England Historical and Genealogical Register, vol. 57 (1903), [https://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?volumeId=11719&amp;pageName=301&amp;rId=241132020 page 301]&lt;/ref&gt;\n: On the &quot;11th first mo 1653&quot; he became a proprietor of Lancaster (MA), but the next year he returned to Sudbury, and married (1st) Anne, daughter of John and Sarah Smith of that town. She died at child-birth, in Lancaster, on 3/10/1670/1. He married (2nd) Judith. ('''Disproven.''' That was a separate, older John Moore of Lancaster who married Judith. THIS John Moore m2 Mary (----) Whitcomb. See above.)\n::: John Moore was a prominent and wealthy man, who held various town offices, and in 1689 was representative from Lancaster to the General Court.\n::: In 1700, he deeded his land, with the exception of his house, to his adopted son, Benjamin Bellows, in return for support of himself andhis wife, Judith, for the remainder of their lives. He died before 1702, for in that year the inventory of his estate was taken, though his nuncupative will was not proved until 11/26/1703.\n\n=== Probate ===&quot;Ensign John Moore, at Lancaster: inventory dated 23 Sep 1702.&quot;&lt;ref name=Lancaster /&gt;\n\n&quot;John Moore, Sen., at Lancaster; nuncupative will proved 26 Nov 1703.&quot;&lt;ref name=Lancaster&gt;Nourse, Henry S. (editor) Birth, Marriage and Death Register. Church Records and Epitaphs of Lancaster, Massachusetts, 1643-1850. Lancaster: 1890.&lt;/ref&gt;\nHis son John Moore was appointed on 7 Oct 1702 as administrator of estate of &quot;his ffather Ensigne Jno Moore late of Lancaster ... yeoman ... Decd Intestate.&quot; The inventory dated 23 Sep 1702 was valued at £352. An accounting 18 Nov 1703 named mother Mary More and brother Jonathan More. Also vouchers were signed by mark by the widow Mary Moore on 12 Jan 1702/3 and 18 Nov 1703. The widow, Mary, was deceased by 25 April 1713, when a final division of property was requested. The estate was divided into six equal parts, eldest son John to have a double portion. Other were Jonathan Moore, Elizabeth Moore alias Gibbs, Lydia Moore alias Winch, and Anne Moore (youngest daughter). In an earlier division 25 Apr 1705, named were widow Mary, sons John and Jonathan, daughters - Ann Hildrick, Elizabeth Gibbs, Lydia Witherby.&lt;ref&gt;Holman, ''Stevens-Miller Genealogy''. vol. 2, [https://babel.hathitrust.org/cgi/pt?id=wu.89066286642;view=1up;seq=168 pages 152-153]. Also Torrey, C.A., “Notes and Corrections to Stevens-Miller Genealogy (1948),” typescript (n.p., 1949) vol. 2: pp 152, 153 and footnote.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Holman, Mary Lovering. ''Ancestry of Colonel John Harrington Stevens and his wife Frances Helen Miller''. vol. 2. Concord, N.H. : Privately printed at the Rumford Press, 1952.* Nourse, Henry S. ''The birth, marriage, and death register, church records and epitaphs of Lancaster, Massachusetts. 1643-1850.'' 1890.\n\n=== Acknowledgments ===\n* Thank you to [[Mullen-378 | Kevin Mullen]] for [https://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-14203 creating] Moore-14203 on 30 Oct 13. Click the Changes tab for the details on contributions by Kevin and others.\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mV9SNE fDGCVZ
iQ90Y9 whttps://www.WikiTree.com/wiki/Moore-8687 pSusan qMoore gf b16300717 vHenham, Essex, England z1 d16300718 yHenham, Essex, England o=== Biography ===\nSusan was born in 1630. she was the daughter of [(Moore-8548 John IMoore)] She passed away in 1630.\n\n== Sources ==\n&lt;references /&gt;\n\n=== Birth ===\n:\n:: ABT 17 JUL 1630\n::\n::: Henham\n::: Essex\n::: United Kingdom\n\n=== Death ===\n:\n::\n::: Henham\n::: Essex\n::: United Kingdom\n\n=== Record File Number ===\n: File Number: geni:6000000006861992713\n\n=== Submitter ===\n: @I334167773650013535@\n\n=== Data Changed ===\n: Changed:\n:: 16 NOV 2009\n::: 13:51:37\nPrior to import, this record was last changed 13:51:37 16 NOV 2009.\n\n=== Acknowledgments ===\nThank you to [[Corley-141 | Barbara Corley]] for creating WikiTree profile Moore-12413 through the import of export-BloodTree.ged on May 12, 2013. Click to the Changes page for the details of edits by Barbara and others. mV9SNE fDGCVZ
iIARBF whttps://www.WikiTree.com/wiki/Moore-8689 pAnna qMoore gf vEngland z1 d16350000 yEngland o== Biography ==\n\nAnna was born in 1634 and died young.\n\n== Sources ==\n&lt;references /&gt;\n* [[Vasile-13 | Wilfred Vasile]], firsthand knowledge. Click the Changes tab for the details of edits by Wilfred and others. mH2D1T fDGCVZ
iTGM31 whttps://www.WikiTree.com/wiki/Moore-3186 pRichard qMoore gm b16360000 vBerkhamstead, England z1 d16401107 yBerkhamstead, England o==Biography==\nRichard b abt 1636-7, bur Berkhamstead 7 Nov 1650.&lt;ref&gt;John Plummer, &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; in The American Genealogist, 66(1991):75-77&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mH2D1T fDGCVZ
iBDUF5 whttps://www.WikiTree.com/wiki/Moore-8691 pWilliam qMoore gm b16390000 vEngland z1 d16680325 ySudbury, Middlesex, Massachusetts Bay o=== Biography ===\nWilliam was born in 1639. He is the son of [[Moore-9453|John Moore]] and [[Rice-2747|Elizabeth Rice]]. He passed away in 1668. &lt;ref&gt;Entered by Wilfred Vasile, Oct 13, 2012&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* [[Vasile-13 | Wilfred Vasile]], firsthand knowledge. Click the Changes tab for the details of edits by Wilfred and others. mH2D1T fDGCVZ
iDVN49 whttps://www.WikiTree.com/wiki/Moore-174 pMary qMoore gf vBerkhamstead, Hertfordshire, England z1 d17030110 ySudbury, Middlesex, Province of Massachusetts Bay o[[Category: Immigrants to Massachusetts Bay Colony from England]]\n[[Category: Sudbury, Massachusetts]][[Category:Moore Name Study]]\n== '' Mary Moore, Wife of Richard Ward and Daniel Stone '' ==\nMary Moore, daughter of John and Elizabeth (Rice) Moore was born about 1641/2. She was baptized on 9 January 1641/42 at Berkhamstead, co. Hertfordshire, England&lt;ref&gt;Plummer, John. &quot;The English Origin Of John&lt;sup&gt;1&lt;/sup&gt; Moore Of Sudbury, Massachusetts.&quot; ''The American Genealogist'' Vol 66 p 77.&lt;/ref&gt;\nMary Moore and Richard Ward were married on 8 Sept 1661, in Sudbury, Massachusetts.&lt;ref name=&quot;SVR&quot;&gt;&quot;Sudbury Records.&quot; ''New England Historical and Genealogical Record.'' Vol 17 pp 254,255,256.&lt;/ref&gt;\n\nTheir children were both born in Sudbury:\n*[[Ward-403| Obadiah Ward]] b. 19 Apr 1663&lt;ref name=&quot;SVR&quot;/&gt;&lt;br/&gt;\n*[[Ward-7854| Lydia Ward]] b. 16 Mar 1664&lt;ref name=&quot;SVR&quot;/&gt;\nUnfortunately, Richard drowned in the Sudbury River, on 31 Mar 1666.&lt;ref name=&quot;SVR&quot;/&gt;\nMary, subsequently, married Daniel Stone on 2 Nov 1667, in Sudbury.&lt;ref name=&quot;SVR&quot;/&gt;, or 22 Nov 1667&lt;ref name=&quot;VRS&quot;&gt;''Vital Records of Sudbury, Massachusetts, to the Year 1850.'' Boston, Mass.: New-England Historic Genealogical Society, 1903.&lt;/ref&gt; The original records would need to be checked to establish the correct date.\nShe is frequently mistaken for a daughter of William Ward, because she is listed as Mary Stone in William's will. Both she and her childrenare mentioned in William's will: &quot;Item to Mary, wife of Daniell Stoneof Sudbury I Bequeath One shilling and unto Obediah and Lydia the children of said Mary by my sonne Richard Ward Deceased I give five shillings a piece.&quot;\nMary and Daniel had children in Sudbury, Massachusetts:&lt;ref name=&quot;VRS&quot;/&gt;\n*[[Stone-5817|Daniel Stone]] b. 22 Nov 1668;\n*Ann Stone b. 15 Jan 1670;\n*Tabitha Stone b. 4 May 1673;\n*[[Stone-1526| Sarah Stone]] b. 14 Feb 1675;\n*[[Stone-270|Mary Stone]] b. 10 Aug 1677;\n*[[Stone-271|Elizabeth Stone]] b. 9 Nov 1678;\n*[[Stone-3202|Abigail Stone]] b. 13 Feb 1680; and\n*John Stone b. 10 June 1684.\n\nMary Ston, w. of Dea Danill died Jan. 10, 1702/3.&lt;ref name=&quot;VRS&quot;/&gt;\n\n== Sources ==\n&lt;references /&gt;*&quot;Sudbury Records.&quot; New England Historical and Genealogical Record. Vol 17 (July 1863) pp 254,255,256.* &lt;span id='VRSM'&gt;&lt;/span&gt;''[[Space:Vital Records of Sudbury Massachusetts to the Year 1850|Vital Records of Sudbury Massachusetts to the Year 1850]]'' (NEHGS, Boston, Mass., 1903) Page 138 &amp; [https://archive.org/stream/vitalrecordsofsu00sudb#page/279/mode/1up Page 279]: Sudbury Marriages: &quot;WAD (see Ward), Mary and Daniel Stone, Nov. 22 [1667] M.R.&quot; Middlesex County record (East Cambridge)*{{MLA citation|publisher = S. G. Drake|publication-place = Boston|author = Andrew Henshaw Ward|url = http://openlibrary.org/books/OL7029944M/Ward_family_descendants_of_William_Ward|repository=Open Library|title = ''Ward family; descendants of William Ward''|year = 1851}} page 16, [http://books.google.com/books?id=yHhZAAAAMAAJ&amp;printsec=frontcover&amp;dq=william+ward&amp;hl=en&amp;sa=X&amp;ei=Z6glU8C-EMuwqwHOkYHQDw&amp;ved=0CCwQ6AEwAA#v=onepage&amp;q=william%20ward&amp;f=false Google Books]\nSee Also:* Source: &lt;span id='S116'&gt;S116&lt;/span&gt; Media: Book Abbreviation: William Ward Genealogy Title: William Ward Genealogy Author: Charles Martyn Date: 1925 Text: Charles Martyn, The William Ward Genealogy (1925).* Source: &lt;span id='S2'&gt;S2&lt;/span&gt; Media: Web Site Abbreviation: OneWorld Tree (sm) Title: One World Tree (sm) Publication: Name: Provo, UT, USA: The Generations Network, Inc., n.d.; Location:www.ancestry.com; URL: www.ancestry.com Text: Ancestry.com, One World. www.ancestry.com, Provo, UT, USA.* Source: &lt;span id='S236'&gt;S236&lt;/span&gt; Media: Web Site Abbreviation:Ward Gen Title: Ward Family Genealogy - Descendants of Thomas Warde Author: Clare Prechel Publication: http://oachs.net/ward_genealogy_i* Source: &lt;span id='S55'&gt;S55&lt;/span&gt; Media: Book Abbreviation: Colonial Maynards Title: Colonial Maynards Author: Maynard, Carl W. Jr Publication: Wilmington Del;Salt Lake City; Date: 1982 Text: Carl W. Maynard Jr, Colonial Maynards (Salt Lake City, Wilmington Del1982), 929.273 A1#3784, Source Medium: Microfiche Filimed by the Genealogiical Society of Utah,1983.\n\n=== Notes ===\n: Note East Sudbury (now Wayland): Note &lt;span id='NI1352'&gt;NI1352&lt;/span&gt;two contrary listings for birthBerk. eng father and Sudbury fathe rjohn mH2D1T fDGCVZ
iGCUDN whttps://www.WikiTree.com/wiki/Moore-7619 pLydia qMoore gf b16430624 vSudbury, Middlesex, Massachusetts Bay z1 d17231123 ySudbury, Middlesex, Massachusetts Bay o[[Category: Sudbury, Massachusetts]]\n== Biography ==\nLydia was born in 1643, daughter of [[Moore-7195|John Moore]] and [[Whale-34|Elizabeth Whale]].&lt;ref&gt;Sudbury Births, p 170: Lydia, dau of John and Elizabeth Moore, 24, 4, 1643&lt;/ref&gt;\nShe first married Samuel Wright on 31 May 1664 in Sudbury.&lt;ref&gt;Mass. Vital Records, Sudbury Marriages&lt;/ref&gt; He died 30 August 1664.&lt;ref&gt;Mass. Vital Records, Sudbury Deaths&lt;/ref&gt;\nShe married second James Cutler on 15 June 1665 in Sudbury.&lt;ref&gt;US, New England Marriages Prior to 1700&lt;/ref&gt; They had eight children. He died 31 July 1685 in Lexington, Middlesex, Massachusetts.\nSome trees assert that she is the Lydia Moore who married John Wetherbee in 1684. This is unlikely, since John Cutler did not die until 1685, and the marriage records for the Wetherbee/Moore marriage refers toWetherbee's wife as Lydia Moore, not Lydia Cutler. Additionally, she would have been 52 when her last child was born - not impossible, but unlikely.\n\n She died 23 Nov 1723. [citation needed]\n\n== Sources ==\n\n\n&lt;references /&gt;\n\n* WikiTree profile Moore-9559 created through the import of wikitree1.ged on Oct 17, 2012 by [[Everingham-7 | Kimball G. Everingham]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Moore-9559 Changes page] for the details of edits by Kimball G. and others.\n* Source: &lt;span id='S331'&gt;S331&lt;/span&gt; Title: The Snow-Estes Ancestry, Format: 2 vols. Abbreviation: Snow-Estes Anc. Author: Snow, Nora E. Publication: the author, Hillburn, N.Y., 1939\n* Source: &lt;span id='S-2042645524'&gt;S-2042645524&lt;/span&gt; Repository: [[#R-2138227885]] Title: Dawes-Gates ancestral lines : a memorial volumecontaining the American ancestry of Rufus R. Dawes Author: Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2005.Original data - Ferris, Mary Walton,. Dawes-Gates ancestral lines : a memorial volume containing the American ancestry of Rufus R. Dawes. Milwaukee: Wisconsin Cuneo Press, 1931-1943.Origin Note: Vol. II has subtitle: The American ancestry of Mary Beman (Gates) Dawes.|||&quot;Privately printed.&quot;|||Includes indexes.|||&quot;References&quot; at end of each chapter.|||v.1. Dawes and allied families -- v.2. Gates and allied families. APID: 1,11708::0\n*Source: &lt;span id='S-2045934542'&gt;S-2045934542&lt;/span&gt; Repository: [[#R-2138227885]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000. Note: APID: 1,4725::0\n* Source: &lt;span id='S-2059032920'&gt;S-2059032920&lt;/span&gt; Repository: [[#R-2138227885]] Title: U.S., Sons of the American Revolution Membership Applications, 1889-1970 Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Sons of the American Revolution Membership Applications, 1889-1970. Louisville, Kentucky: National Society of the Sons of the American Revolution. Microfilm, 508 rolls Note: APID: 1,2204::0 mH2D1T fDGCVZ
iT0MRP whttps://www.WikiTree.com/wiki/Moore-955 pJacob qMoore gm b16450428 vSudbury, Middlesex County, Massachusetts z1 d17150323 ySudbury, Middlesex County, Massachusetts o\n== Biography ==\nJacob Moore was born on 28 Apr, 1645, in Sudbury, Massachusetts. He was the son of John and Elizabeth (Rice) Moore. Jacob married ElizabethLoker on 29 May, 1667, in Sudbury, Massachusetts. Jacob and his wife,Elizabeth, had 12 children during their marriage. He died on 23 Mar, 1716, in his hometown of Sudbury, Massachusetts.\n\n==Sources==\n&lt;references /&gt;\n\n*''Vital Records of Sudbury, Massachusetts, until 1850''\n* &quot;Some Descendants of John Moore of Sudbury, Mass.&quot; ''New England Historical and Genealogical Register'', vol. 57 (1903). mH2D1T fDGCVZ
iI3P45 whttps://www.WikiTree.com/wiki/Moore-4402 pBenjamin qMoore gm b16481213 vSudbury, Middlesex, Massachusetts Bay z1 d17291029 ySudbury, Middlesex, Massachusetts Bay o[[Category: Sudbury, Massachusetts]]\n== Biography ==Benjamin was born in Sudbury MA in 1648 the son of [[Moore-8548|JohnMoore]] and Elizabeth Rice.&lt;ref name=DawesGates&gt;Mary Walton Ferris, Dawes-Gates Ancestral Lines: a memorial volume containing the American ancestry of Rufus R. Dawes (Salem, MA: Higginson Book Company, 1931) Vol 1 Moore p 450 [http://interactive.ancestry.com/11708/dvm_GenMono001331-00245-1/482?backurl=http%3a%2f%2fsearch.ancestry.com%2fcgi-bin%2fsse.dll%3fdb%3dGenealogy-glh11797223%26gss%3dsfs28_ms_db%26new%3d1%26rank%3d1%26msT%3d1%26gsfn%3dEdward%26gsfn_x%3d0%26gsln%3dMoore%26gsln_x%3d0%26MSAV%3d1%26uidh%3d6v7&amp;ssrc=&amp;backlabel=ReturnSearchResults&amp;rc=1525,492,2003,569;576,796,868,859;439,1148,732,1202;3128,1162,3421,1216;1435,1578,1730,1631#?imageId=dvm_GenMono001331-00248-0 available at Ancestry.com subscription required]&lt;/ref&gt;&lt;ref name=Hubbard&gt;Lillian Kimball Stewart, Hubbard - Thompson Memorial: Genealogical Record and Historical Account of the Ancestors and Descendants of Ebenezer Hubbard and Mary Thompson His Wife (Salem, MA: NEHGS, 1914) p 189-92 [http://shop.americanancestors.org/products/hubbard-thompson-hubbard-thompson-memorial-genealogical-record-and-historical-account-of-the-ancestors-and-descendants-of-ebenezer-hubbard-and-mary-thompson-his-wife link]&lt;/ref&gt;&lt;ref name=Bullard&gt;Edgar John Bullard, Bullard and Allied Families: the American Ancestors of George Newton Bullard and Mary Elizabeth Bullard. (Detroit, Michigan: E. J. Bullard, 1930) p 95-6 [http://interactive.ancestry.com/15692/dvm_GenMono000932-00056-0/102?backurl=http%3a%2f%2fsearch.ancestry.com%2fcgi-bin%2fsse.dll%3fdb%3dGenealogy-glh17242577%26gss%3dsfs28_ms_db%26new%3d1%26rank%3d1%26msT%3d1%26gsfn%3dEdward%26gsfn_x%3d0%26gsln%3dMoore%26gsln_x%3d0%26MSAV%3d1%26uidh%3d6v7&amp;ssrc=&amp;backlabel=ReturnSearchResults&amp;rc=1005,294,1181,329;594,447,791,481;1791,441,1947,483;221,688,695,724#?imageId=dvm_GenMono000932-00055-1 link]&lt;/ref&gt;&lt;ref name=DeForest1934&gt;Louis Effingham De Forest and Anne LawrenceDe Forest, William Henry Moore and his ancestry, with accounts of theMoore families in the American colonies, 1620-1730 (New York, NY: De Forest Publishing Co., 1934) John1 p 319-320, #5 Benjamin2 p 324-5, #19 Edward3 and Elijah4 p 338-9 [http://search.ancestry.com/search/db.aspx?dbid=13961 link]&lt;/ref&gt; His date of birth is not recorded in Sudburyvital records due to the death of the town clerk during this period but he was named in his father's will.&lt;ref&gt;John Plummer, The American Genealogist. &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; New Haven, CT: D. L. Jacobus, 1991) Vol 66 p 75-77 [http://www.americanancestors.org/databases/american-genealogist-the/image/?pageName=75&amp;volumeId=12961&amp;filterQuery=BROWSE link]&lt;/ref&gt; In his father's will was dated 1668 and proved in April 1674, &quot;Benjamin received about 120 acres of upland in 2 pieces, one of which adjoined the land of Ens. John Grout; 5 pieces of meadow land totaling 21-1/2 acres; and the town right which the testator had formerly bought of Nathaniel Treadway, as well las 20 pounds (money) in corn and cattle at price current within 1 year after the death of widow Elizabeth.&quot;&lt;ref name=DawesGates/&gt;\nHe married Dorothy Wright in Sudbury on 11 Nov 1686. (Sudbury marriages p 290)&lt;ref name=SudburyVRM&gt;Vital Records of Sudbury, Massachusetts to the Year 1850 (Boston, MA: NEHGS, 1903) Vol 1 Marriages p 290 [http://openlibrary.org/books/OL7063421M link]&lt;/ref&gt;&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt; Dorothy Wright was the daughter of Edward and Hannah Wright and she was born at Sudbury, Middlesex, Massachusetts, on 20 Oct 1662 (Sudbury births p 157).&lt;ref name=SudburyVRB/&gt;&lt;ref name=DawesGates/&gt; She was approximately 13 years younger than Benjamin.\n\nChildren:\n# Dorothy, b. Sept. 18, 1687 (Sudbury births, p 91-98)&lt;ref name=SudburyVRB&gt;Vital Records of Sudbury, Massachusetts to the Year 1850 (Boston, MA: NEHGS, 1903) Vol 1 Births p 91 - 98 [http://openlibrary.org/books/OL7063421M link]&lt;/ref&gt;&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;m. before 1706 Caleb Johnson of Sudbury, Framingham and Shrewsbury and died Jan. 25, 1741-2.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Abigail, b. Dec. 2, 1688 (Sudbury births, p 91-98)&lt;ref name=SudburyVRB/&gt; m. at Sudbury July 26, 1708 Josial (sic) Brown.# Prudence, b. July 14, 1690 (Sudbury births, p 91-98)&lt;ref name=SudburyVRB/&gt;; d. yng.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# William, b. abt.1692; d. at Rutland, Dec. 4, 1756, in his sixty-fifth year, then called &quot;Lt.&quot;; m. at Sudbury on Jan. 21 1715/6, Tamar Rice daughter of John Rice.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Peter, his will was probated in 1770; m. at Sudbury on June 10, 1719, Mary Goodenow. They settled in the part of Rutland which became Paxton.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Edward, m. at Sudbury on Feb. 19, 1722- 3, Keziah Goodenow.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Hezekiah, b. Sept. 13 1696; his will of 1775 was probated in 1794; m. at Sudbury 6 June 27 1728, Mary Haynes (daughter of David).&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Uriah, a physician; his estate was administered in 1746; m. 1st at Sudbury Oct. 5, 1721, Abigail' Haynes (daughter of David); m. 2nd there Jan. 21 1742, Parnel Parker who administered his estate.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Comfort, b. Feb. 8, 1702/3 (Sudbury births, p 91-98)&lt;ref name=SudburyVRB/&gt;; she was unable to care for herself and in 1730 her brothers William, Edward, Hezekiah and Uriah deeded a piece of land to Caleb Johnson of Framingham for him to use for her support and burial. It was undoubtedly she who d. at Shrewsbury on March 30, 1755, &quot;aged between 50 and 60.&quot;&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;# Prudence b. July 22 1704 (Sudbury births, p 91-98)&lt;ref name=SudburyVRB/&gt; d. after 1759; m. 1st at Sudbury on Dec. 18, 1732, Mark Vorce); m. there 2nd on Oct. 18 1759 Daniel Woodward.&lt;ref name=DawesGates/&gt;&lt;ref name=DeForest1934/&gt;\nHe served in the Mt. Hope Campaign of Philip's War, under Capt. Thomas Prentice for which he was to be paid 2 - 3 pounds on 8/27/1675.&lt;ref name=DawesGates/&gt;\n&quot;Benjamin has been called a &quot;prosperous farmer&quot;, and in January 1679-80, he bought from his brother, William, &quot;his now dwelling house&quot; in Sudbury and 48 acres of land in 4 pieces.&quot;&lt;ref name=DawesGates/&gt;\n&quot;In 1688 the town stock of ammunition was distributed among the settlers who had agreed &quot;to respond for the same in case it be not spent inreal service in the resistance of the enemy&quot; and among those who accepted and signed were Benjamin Moore, his brother Joseph, Lt. Edward Wright and Sgt. John Rutter. Each one who participated received a littleover 4 lbs. of powder, a little over 3 lbs. of shot and 13 flints.&quot;&lt;ref name=DawesGates/&gt;\n&quot;On 6/5/1700, Capt. Edward Wright sold land to his daughter, Dorothy,calling her &quot;then wife of Benjamin Moore&quot;.&quot;&lt;ref name=DawesGates/&gt;\n&quot;In 1707 there was under consideration a petition relative to dividing the town into 2 parts or precincts and a removal of the church site.Benjamin, being a resident of the west side, opposed the removal.&quot;&lt;ref name=DawesGates/&gt;\n&quot;In July 1715, he and Samuel Wright were a committee to lay out a highway from the property of John Rice, Jr., so that he might pass &quot;to meeting, Market and Mill, etc.&quot;.&quot;&lt;ref name=DawesGates/&gt;\n&quot;In Feb. of 1716-17, being called &quot;Sgt.&quot; Benjamin Moore, he was one of a committee of 5 to lay out a burying place on the west side of the river, and he was one of 36 men who made up the &quot;Proprietary&quot; of Sudbury, which would have been on the right of Nathaniel Treadway which hisfather had purchased and willed him. His brother, Joseph, was anotherof the 36 Proprietaries, because of the inheritance of the right of his father, John Moore.&quot;&lt;ref name=DawesGates/&gt;\nHis wife Dorothy died on 20 Oct 1717 (&quot;Dority, w. Sergt. Benjamin [Moore], [died] Oct. 20, 1717.&quot; (Sudbury deaths Vol 2 p 316)&lt;ref name=SudburyVRD&gt;Vital Records of Sudbury, Massachusetts to the Year 1850 (Boston, MA: NEHGS, 1903) Sudbury deaths Vol 2 p 316 [http://openlibrary.org/books/OL7063421M link]&lt;/ref&gt; Nine years after her death Benjamin divided his property among his five sons, William, Edward, Peter, Uriah and Hezekiah, deeding the eldest, William, &quot;the house I now dwell in, with all buildings and land&quot; in consideration of &quot;his taking care of meduring the rest of my natural life and paying 50 pounds to whom I have ordered&quot;. He undoubtedly had already given portions to his to his daughters when they were married.&lt;ref name=DawesGates/&gt;&lt;ref&gt;Middlesex Co. Deeds, Vol. 27, p. 224; Vol. 28, pp. 420, 423; Vol. 29, p. 107; and Vol. 45, p. 415.&lt;/ref&gt; Benjamin Moore died on 29 OCT 1729 Sudbury&lt;ref name=SudburyVRD/&gt; leaving no will having already divided his estate.&lt;ref name=DawesGates/&gt;&lt;ref&gt;Ethel Stanwood Bolton, Some Descendants of John Moore of Sudbury, Mass.&quot;&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt; mH2D1T fDGCVZ
iPVB7O whttps://www.WikiTree.com/wiki/Moore-8696 pElizabeth qMoore gf b16501010 vSudbury, Middlesex, Massachusetts Bay z1 d16500000 ySudbury, Middlesex, Massachusetts Bay o== Biography ==\nElizabeth was born in 1650. She is the daughter of [[Moore-8548|John Moore]]. She died young.\n\n== Sources ==\n&lt;references /&gt;\n\n=== Contributors ===\n\n* [[Vasile-13 | Wilfred Vasile]] entered information.\nClick the Changes tab for the details of edits by Wilfred and others. mH2D1T fDGCVZ
iV9SNE whttps://www.WikiTree.com/wiki/Unknown-172163 pElizabeth qUnknown gf b16000000 vEngland z1 yBerkhamstead, England o{{Puritan Great Migration Adjunct}}\n== Biography ==The Edmund Rice (1638) Association&lt;ref&gt;http://www.edmund-rice.org/era5gens/p1.htm#i133&lt;/ref&gt;, without citation, claims her first name was Bridget. But others, including Anderson (1985) and Plummer (1991), point to Berkhamstead baptism records of children born to John More and a wife ''Elizabeth,'' but BEFORE John Moore married in 1633 Elizabeth Rice.&lt;ref&gt;John Plummer, &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; in The American Genealogist, 66(1991):75-77.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;
iJSZ0M whttps://www.WikiTree.com/wiki/Rice-220 pHenry qRice gm b15640000 vBuckhamstead, Hartford, England z1 d16211116 yStanstead, St James, Suffolk, England o== Disputed Origins ==\nThe Henry Rice who married Elizabeth Frost (who then went on to marry[[Whale-11|Philemon Whale II]]) has been thought to be brother or father of the immigrant [[Rice-52|Edmund Rice]] who settled in Sudbury, Massachusetts about 1638. &lt;ref&gt;''The American Genealogist,'' vol. 10, p134: QUOTE NEEDED&lt;/ref&gt;\n\n== Biography ==\nHenry Rice or Rys of Ratcliffe was born 1564 [others say 1588] in Wapping, Ratcliffe, East Mithfield, St. Katherine's Whitechapel, Middlesex [other say Suffolk], England.\nHe married first 1605 [seems late given 1564 birth year; are we conflating two men here, one generation apart??] Elizabeth Frost... [is this right?]\nIn &quot;English Notes on Edmund Rice,&quot; Mary Lovering Holman&lt;ref&gt;''The American Genealogist,'' vol. 10, p133-137&lt;/ref&gt; had searched the church register from Stanstead, Suffolk, England with the following results:\nOne Henry Rice married Elizabeth Frost in November 1605. Supposed children, recorded in this register include:\n# Henry Ryce, son of Henry; buried September 1608\n# Edward Ryce, baptized May 1608\n# Henry Ryce, baptized Feb 1609/10;\n# Elizabeth Ryce, baptized November 1612\n# Mary Ryce, baptized Jun 1615\n# Anne Ryce, baptized March 1617/8\nOne Henry Rice, the father?, was buried November 1621 in Stanstead.&lt;ref&gt;''The American Genealogist,'' vol. 10, p133-136&lt;/ref&gt; No will has been found.\n\nThe Frosts were of Stanstead, but not the Rice name.\n\n== Research Notes ==:Henry Rice and his wife Elizabeth Frost '''were not''' the parents of the emigrant [[Rice-52|Edmund Rice]] of Sudbury, Massachusetts. Fromthe [http://edmund-rice.org/ancestors.htm Edmund Rice (1638) Family Association]:\n:Twice in the 20th century nationally recognized research genealogists have attempted to determine the parents and ancestors of Edmund Rice:# Mary Lovering Holman described the negative result of her search for records in the parishes near Stanstead and Sudbury, Suffolk County, England in &quot;English Notes on Edmund Rice … &quot;, ''The American Genealogist''', Volume 10 (1933/34), pp. 133 - 137. Mrs. Holman is consideredby many to be one of the best research genealogists in the 20th century.# In 1997, the Edmund Rice (1638) Association commissioned Dr. JoannaMartin, a nationally recognized research genealogist who lives in England only a few miles from Stanstead and Sudbury to search again for records of Edmund Rice's parents. Dr. Martin reported in 1999 that she found no record that identified Edmund's parents or ancestral line...\n:::From Mrs. Holman's paper we have an excellent record of one Henry Rice's marriage to Elizabeth Frost in November 1605 at Stanstead. Mrs. Holman also documents the baptism of Edmund's first child on 23 August 1619 at Stanstead. If this is the Henry Rice and Elizabeth Frost to which the LDS records refer, the LDS records must be erroneous...\nIf Henry was the father of Edmund the immigrant, it would have been by an earlier wife. The Edmund Rice (1638) Association makes it very clear that no proof has been found of Edmund's parentage.&lt;ref&gt;http://www.edmund-rice.org/ancestors.htm&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:* ''Catalogue of American genealogies in the library of the Long Island Historical Society,'' Brooklyn, N. Y.: The Society, 1935. Availableon ancestry.com* ''A volume of records relating to the early history of Boston,'' Boston: Municipal Print. Office, 1900-1909.** Note: Vols. 1-22, 1876-1890, issued as &quot;Report of the Record Commissioners.&quot; In 1892 the Record Commissioners' Department (created in 1875 and known also as the Department of Ancient Records) was consolidated with the Registry Department, which continued the publication under the same title until 1900; with v. 29, the title was changed to its present form.* ''Middlesex, England, Extracted Parish Records,'' Ancestry.com. Electronic databases created from various publications of parish and probate records.* Ellery Bicknell Crane, ed., ''Historic Homes and Institutions and Genealogical and Personal Memoirs of Worcester County Massachusetts with a History of Worcester Society,'' [place? date?]\n\nAccording to the profiles Rice-220, married Baker-314, when he was 15or 16 years of age, in 1579. She was about 21. Possible yes, probableno. He then married Frost-76, and Frost-103, in 1605. Possible No. Frost-76 and Frost-103, may not be the same person, but Baker-314, was not married to two women, with the same name, at the same time.Someone who is certified, needs to remove, one of these ladies, as awife, to Baker-314. mMFGNP fOGF75
iSAOJD whttps://www.WikiTree.com/wiki/Frost-76 pElizabeth qFrost gf b15880324 vStanstead, Suffolk, England z1 d16470620 ySudbury, Middlesex, Massachusetts Bay Colony o\n{{Puritan Great Migration}}\n\n== Biography ==\nElizabeth Frost, daughter of Edward Frost, was baptized in Glemsford,Suffolk, England on 24 March 1587/8.&lt;ref&gt;&quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N5Y4-BXB : 30 December 2014, Elizabetha Frost, 24 Mar 1587); citing GLEMSFORD,SUFFOLK,ENGLAND, index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 950,452.&lt;/ref&gt;\nThat Elizabeth Frost who married Henry Rice was daughter of Edward Frost and Thomasine Belgrave is claimed in &quot;Ancestry of Thomasine (Frost) Rice,&quot; in ''The American Genealogist,'' 63:134::&quot;Edward [Frost] bp. 13 March 1560/1... m. Glemsford 26 July 1585 THOMASINE BELGRAVE... Edward and Thomasine were the parents of the immigrants Elizabeth Frost (bp. Stanstead 24 March 1587[/8]), who m. (1) Henry Rice and (2) Philemon Whale, later of sudbury, Mass.;...&quot;\nThis is apparently also discussed further in Robert Charles Anderson,&quot;The English Origins of Philemon Whale of Sudbury, Massachusetts,&quot; in''The Genealogist,'' 6(1985):131-141.\n\nDied 20 Jun 1647 Sudbury, Middlesex, Massachusetts?{{citation needed}}:There was an &quot;Elizabeth, w. of [[Whale-11|Philemon Whale]]&quot; who diedin Sudbury on this date.&lt;ref&gt;[http://ma-vitalrecords.org/MA/Middlesex/Sudbury/Images/Sudbury_D329.gif Sudbury Vital Records to 1850], Deaths, p 329&lt;/ref&gt; But how do we know her origins?\nHere's what Anderson says:&lt;ref&gt;''Great Migration Begins: Immigrants to N.E. 1620-1633, Vols. I-III,'' p 206 (Profile for Richard Brackett)&lt;/ref&gt;:&quot;Alice Frost, was sister of... Elizabeth Frost, who married first Henry Rice and then Philemon Whale, the latter also an immigrant to Sudbury [TAG 15:227, 26:10-11; TG 6:131-41; Stevens-Miller Anc 143-144].&quot;\n\nBut WHICH Henry Rice?:&quot;Philemon Whale, who married Henry Rice's widow (&quot;The English Origins of Philemon Whale of Sudbury, Massachusetts,&quot; ''The Genealogist,'' [TG] 6[1985]:131-41). '''Henry Rice is believed to be a brother of Edmund Rice of Sudbury,''' from whom John Moore purchased land in 1642.&quot;&lt;ref&gt;John Plummer, &quot;The English Origins of John1 Moore of Sudbury, Massachusetts,&quot; in ''The American Genealogist,'' 66:75&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mV1U5Y fSL2ZB sFQ5NN
iFQ5NN sSAOJD whttps://www.WikiTree.com/wiki/Whale-11 pPhilemon qWhale gm vChickney, Essex, England z1 d16750224 ySudbury, Middlesex, Massachusetts o{{Puritan Great Migration}}\n\n== Biography ==\nPhilemon Whale was a weaver.&lt;ref name=Hunt&gt;John G. Hunt, &quot;Ancestry ofPhilemon Whale,&quot; in 'The New England Historical and Genealogical Register, Vol 114 (Boston, MA: New England Historic Genealogical Society, 1960): 155, citing Parish Registers of Chickney, Essex, England: &quot;Baptized: 1599--27 May, Philemon, son of Philemon Whale.&quot; [http://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?pageName=155&amp;volumeId=11737&amp;filterQuery=databasename:New%20England%20Historical link]&lt;/ref&gt; He was christened 27 May 1599 in Chickney, Essex, England.&lt;ref name=Hunt/&gt; He was the son of Cleric Philmon Wale of Chickney and possibly his wife Agnes or Ann Norwood.&lt;ref name=Hunt/&gt; He was named along with his siblings Jonas, Henry, Mary andElizabeth in the will of his uncle John Whale dated March 21, 1609 proved May 4 1609.&lt;ref&gt;&quot;The will of John Whale nowe in the parish of St. Mary, Towne of Colchester, County of Essex&quot; in The New England Historical and Genealogical Register, Vol 63 (Boston, MA: New England Historic Genealogical Society): 35 [http://www.americanancestors.org/databases/new-england-historical-and-genealogical-register/image/?pageName=35&amp;volumeId=11606&amp;rId=242354918 link]&lt;/ref&gt;&lt;ref name=DawesGatesWhale/&gt; His father's will dated 4 Apr 1618 probated 19 May 1620 names his wifeAgnes and two sons: Jonas and Philemon.&lt;ref name=Hunt/&gt; He was made afreeman on 10 May 1648 (C. R., Vol. II. p. 202) and purchased land inSudbury before 1643.&lt;ref name=DawesGatesWhale/&gt; Agnes named in his father's will, relict of Philemon Whale, cleric, may have been Anne Norwood who Philemon Whale married 4 Sept. 1587, according to the parish registers of Great Canfield, Essex.('NEHGR 114:155 citing Col. BanksMSS in the Library Congress; The Register, vol 53, p. 303).&lt;ref name=Hunt/&gt;\n Philemon Whale has been the subject of exhaustive research. Unfortunately older erroneous legacy publications have been the source of confusion. However, his story helps us elucidate and identify many early connections in Sudbury.\n\nWe know now he married three times.&lt;ref name=DawesGatesWhale&gt;Mary Walton Ferris, &quot;Whale&quot; in Dawes-Gates Ancestral Lines, A memorial volume: The American ancestry of Rufus R.Dawes, Vol 1 (Wisconsin: Cuneo Press, 1931-43): 660 -- 665 [http://catalog.hathitrust.org/Record/005730222 link]&lt;/ref&gt;&lt;ref name=DawesGatesWright&gt;Mary Walton, &quot;Wright&quot; in Ferris, Dawes-Gates Ancestral Lines, A memorial volume: The American ancestry of RufusR. Dawes, Vol 1 (Wisconsin: Cuneo Press, 1931-43) p 678 -- 686 [http://catalog.hathitrust.org/Record/005730222 link]&lt;/ref&gt;&lt;ref name=DawesGatesMoore&gt;Mary Walton Ferris, &quot;Moore&quot; in Dawes-Gates Ancestral Lines, A memorial volume: The American ancestry of Rufus R.Dawes, Vol 1 (Wisconsin: Cuneo Press, 1931-43) p 446 - 450 [http://catalog.hathitrust.org/Record/005730222 link]&lt;/ref&gt;&lt;ref name=TAG66&gt;John Plummer, &quot;The English Origin of John1 Moore of Sudbury, Massachusetts,&quot; The American Genealogist Vol 66 (New Haven, Conn.: D.L. Jacobus, Jan 1991): 75-77 [http://www.americanancestors.org/databases/american-genealogist-the/image/?pageName=75&amp;volumeId=12961&amp;filterQuery=BROWSE link]&lt;/ref&gt;&lt;ref name=TG6&gt;Robert Charles Anderson, &quot;&quot;The English Origins of Philemon Whale of Sudbury, Massachusetts,&quot; The Genealogist Vol 6 (1985): 131-4&lt;/ref&gt; He married first to Elizabeth (Frost) Rice the daughter of Edward Front and Thomasine Belgrave on 24 Jan 1621 in Chickney, Essex,England.&lt;ref name=TAG66/&gt; She was the widow of Henry Rice of Subury.&lt;ref name=TAG66/&gt;\n&lt;ref name=DawesGatesWhale/&gt;&lt;ref name=DawesGatesMoore/&gt; Philemon Whale adopted Elizabeth Rice thebiological of daughter of Elizabeth (Front) Rice and the late Henry Rice.\n&lt;ref name=TAG66/&gt;&lt;ref name=TG6/&gt; Philemon' stepdaughter, Elizabeth Rice, changed her name to Elizabeth Whale before she married to John Moore of Sudbury.\n&lt;ref name=TAG66/&gt;&lt;ref name=TG6/&gt; (Note previous genealogies had assumed Elizabeth Whale was Philemon Whale's biological daughter).\nAfter his first wife died in 20 JUN 1647 in Sudbury, Philemon Whale married second to Sara (unknown) the widow of Thomas Cakebread on 7 Nov1649 in in Sudbury.&lt;ref name=DawesGatesWhale/&gt; She was the mother of Mary Cakebred who married Ensign John Grout.&lt;ref name=DawesGatesWhale/&gt; Mary Cakebred and Ensign John Grout had a son John Grout who marriedRebecca Toll. After the death of Thomas Cakebread Ensign John Grout is recorded as being in possession of eight parcels of land in Watertown, seven of which had been owned previously by Thomas Cakebread and after John Grout moved to Sudbury he took over the operation of the millthat Thomas Cakebread had built.&lt;ref name=DawesGatesWhale/&gt; In 1670 court records Ensign John Grout called the late Thomas Cakebread his father-in-law. These items together prove Ensign John Grout's first wifeMary was the daughter of Thomas and Sara Cakebread.&lt;ref name=DawesGatesWhale/&gt;\nSara died on 28 DEC 1656 in Sudbury and Philemon Whale married a third and final time to Elizabeth (Uknown) Griffen on 9 Nov 1657 in Sudbury (&quot;WHALE, Philemon and Elizabeth Griftine, Nov. 9, 1657. MR Subury marriages p 282)&quot;).&lt;ref name=DawesGatesWhale/&gt;&lt;ref name=Upton&gt;Mary Walton, &quot;Upton&quot; in Ferris, Dawes-Gates AncestralLines, A memorial volume: The American ancestry of Rufus R. Dawes, Vol 1 (Wisconsin: Cuneo Press, 1931-43) p 639 -- 641 [http://catalog.hathitrust.org/Record/005730222 link]&lt;/ref&gt;&lt;ref name=SudburyMR&gt;Sudbury, Middlesex, Massachusetts, United States.Vital Records of Sudbury, Massachusetts, to the Year 1850. (Boston, Massachusetts: New England Historic Genealogical Society, 1903)&lt;/ref&gt; Elizabeth (Uknown) Griffen had married first to an unknown man named Upson with whom she had a daughter Hannah Upson (1638 - 1708) who married Edward Wright (1634-1703) on 18 Jun 1659 in Sudbury.\n&lt;ref name=SudburyMR/&gt;&lt;ref name=Upton/&gt; Many unsuccessful attempts have been made to identify her first husband. As widow Elizabeth (Unknown) Upson she married second to Hugh Griffin of Sudbury on before Feb 1637 and they had four more children: Abigail, Sarah, Shemuel and Jonathan.&lt;ref name=SudburyMR/&gt; He died on 21 Jun 1656 or 27 Jun 1656&lt;ref&gt;&quot;Sudbury Records,&quot; The New England Historical and Genealogical Register Vol 17 (Feb 1863): 254&lt;/ref&gt;&lt;ref name=SudburyMR/&gt; (Researchers should take care not to conflate this couple of Sudbury and their children with Humphrey Griffin who married Elizabeth Andrews in Ipswich whose will was probated in 19 Nov 1661). Elizabeth (Unknown) Griffin married a third time to Philemon Whale after the death of Hugh Griffin as Philemon's final wife.\n&lt;ref name=DawesGatesWhale/&gt;\n&lt;ref name=Upton/&gt;\n&lt;ref name=SudburyMR/&gt;\nHe died in Sudbury 24 Feb 1675.&lt;ref name=Sudbury /&gt; Philemon Whale's will was signed on January 19, 1675 in Sudbury and an inventory of hisestate was taken on March 28, 1676, showing a valuation of over £87.&lt;ref name=DawesGatesWhale/&gt; He left his entire estate to his third wife Elizabeth and after her death &quot;unto ye foure sonnes of my loveing daughter ELIZABETH Moores, vizt. William, Jacob, Joseph and BENJAMIN equally to be divided amongst them.&quot; (Dawes-Gates citing PCC wills, reg. Soames, 1620)&lt;ref name=DawesGatesWhale/&gt; He was clearly referring to his adopted daughter Elizabeth Rice (1612-1690) who was now the widow of John Moore (1602-1673) and also to their four sons.&lt;ref name=DawesGatesWhale/&gt;&lt;ref name=DawesGatesWhale/&gt; These probate records make it clear that Philemon Whale, Weaver of Sudbury had no biological children of his own and no record of such has been found. His third wife survived him and two months after Philemon Whale's death on 21 Apr 1676, Sudbury was attached by 500 - 1,000 of King Phillip's soldiers. His widowreported a loss of £24 by fire or by plunder but survived the ordeal.&lt;ref name=DawesGatesWhale/&gt; She died 8 NOV 1688 in Sudbury.&lt;ref name=DawesGatesWhale/&gt;&lt;ref name=Upton/&gt;\n\n\n== Father's Will ==\n\nWill of Philemon Whale, Clerk of Chickney, Essex\n\nReference: PROB 11/135/551\nDescription: Will of Philemon Whale, Clerk of Chickney, Essex\nDate [proved]: 19 May 1620\nHeld by: The National Archives, Kew\nLegal status: Public Record\nPhilemon Whale of Chickney, co. Essex, clk. (Dat. 4 Apr 1618.) Bur. in chan. or chyd. of Chickney; eld. son Jonas Whale; books, Wilcockes upon the Psalms and Ursinns, his Cathechisme; youngest son Philemon Whale; eld. dau. Sara Ingreeme; dau. Margt., wife of Wm. Brocke, the yr.,of Shepreth; dau Eliz., wife of Wm Cofeild of Henham; youngest dau. Mary Whale; Extx: wife Agnes; eld. bro. John Whale, decd.; Eliz Ingreeme (und. 19), dau. of dau. Sara. [Philemon Whale] Wits: Bartholmewe Collin, Laurence Collin. (Pr. 19 May 1620.) &lt;ref&gt;Abstracts of Wills in the Prerogative Court of Canterbury at Somerset House, London, England,edited by J. Henry Lea (Boston, MA: New England Historic GenealogicalSociety, 1904) p 208 [http://discovery.nationalarchives.gov.uk:\n link]&lt;/ref&gt;\n\nName: Philemon WHALE or WHALEY\nCollege: ST JOHN'S\nEntered: Michs. 1565More Information: Matric. pens. from ST JOHN'S, Michs. 1565. Ord. deacon (Peterb.) June 28; priest, Sept. 23, 1575. R. of Chickney, Essex, 1578-1620. Buried Mar. 23, 1619-20. Will proved (P.C.C.) May 19, 1620.Father of Jonas (1597-8).&lt;ref&gt;Cambridge University Alumni, 1261-1900 [database online], Provo, UT: Ancestry.com Operations Inc, 1999:&lt;/ref&gt;\n\n== Sudbury Vital Records ==\n\nSudbury Marriages\n\nWHALE, Philemon and Sarath Cakebread, Nov. 7, 1649. MR (p. 282)\n\nWHALE, Philemon and Elizabeth Griftine, Nov. 9, 1657. MR (p. 282)\n\nSudbury Deaths\n\nWHALE, Elizabeth, w. Phelemon, June 20, 1647. (p. 329)\nWHALE, Sarah, w. Phelimon Whall, Dec. [torn], 165[torn]. [w. Philemon, Dec. 28, 1656. MR](p. 329)\n\nWHALEY, (see Whale, Whall), Philemon, Feb. 24, 1675. MR (p. 329)\nWHALL, Elizabeth, Nov. 8, 1688. MR (p. 329) &lt;ref name=Sudbury&gt;Vital Records of Sudbury Massachusetts to the Year 1850, NEHGS, Boston, 1903&lt;/ref&gt;\n\n== Parish Records from NEHGR 114:155 ==\n\nBaptisms\n\n1599-27 May, Philemon, son of Philemon Whale\n1593-31 Jan., Elizabeth, dau of Philemon Whale\n1610-30 Oct. Philemon, son of Jonas Whale and Frances Whale\n\nBurials:\n\n1603John, son of Philemon Whale\n1616Henry son of ” ”\n23 Mar. 1619 — Philemon Whale\n25 Apr. 1621 — Jonas Whale\nPhilemon Whale Torrey &amp; Supplements has Philemon marrying three times:\n\n== Torrey ==\nWhale, Philemon (-1676) &amp; 1/wf Elizabeth ____, (-1647) ca 1619?, ca 1615; Sudbury\nWhale, Philemon (-1676) &amp; 2/wf Sara (?) Cakebread, w. Thomas; 7 Nov 1649; Sudbury (Also found p. 282 Sudbury VR)\nWhale, Philemon (-1676) &amp; 3/wf Elizabeth (Upson) Griffine (-1688) w Hugh; 9 Nov 1657; Sudbury. (Also found p. 282 Sudbury VR)\n(1st Supplement) 1/wf Elizabeth FROST Rice (c 1585-1647) w of Henry; m. 24 Jan 1621/2 St Marys Bury St Edmonds, co Suffolk/Sudbury [TG 6:131].\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:# James Flint, comp., Index to the Probate Records of the County of Middlesex County, Massachusetts, 1648-1870; Cambridge, MA, USA: 1912.\n# ''Brewer Genealogy''\n# ''New England Family History''# ''The New England historical and genealogical register, Volume 17,'' By New England Historic Genealogical Society, pg 171, 254, 312 [[Space:NEHGS|attached.]]# [http://mayflowerfamilies.com/?page_id=538 This link is a bit confusing but has good sources - read the biography above first]# &lt;span id='VRSM'&gt;&lt;/span&gt;''[[Space:Vital Records of Sudbury Massachusetts to the Year 1850|Vital Records of Sudbury Massachusetts to the Year 1850]]'' (NEHGS, Boston, Mass., 1903) [https://archive.org/stream/vitalrecordsofsu00sudb#page/282/mode/1up Page 282]\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mJDVH3 fTHPXO
iUA4FS whttps://www.WikiTree.com/wiki/Rice-183 pHenry qRice gm b15830818 vStanstead, Suffolk, England z1 d16211116 ySudbury, Suffolk, England oThis person was created through the import of 104-B.ged on 12 September 2010. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-1525611297]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1218051814\n\n=== Sources ===\n: Source &lt;span id='S-1525611297'&gt;S-1525611297&lt;/span&gt;\n: Repository: [[#R-1829493010]]\n: Title: Public Member Trees\n: Author: Ancestry.com: Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family trees submitted by Ancestrymembers.Original data: Family trees submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-1829493010'&gt;R-1829493010&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note:\n\n\n\n\n\n----\nThis person was created through the import of 104-B.ged on 12 September 2010. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-1525611297]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1218051802\n\n=== Sources ===\n: Source &lt;span id='S-1525611297'&gt;S-1525611297&lt;/span&gt;\n: Repository: [[#R-1829493010]]\n: Title: Public Member Trees\n: Author: Ancestry.com: Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family trees submitted by Ancestrymembers.Original data: Family trees submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-1829493010'&gt;R-1829493010&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: mKZSWT fJSZ0M
iGRMZL whttps://www.WikiTree.com/wiki/Rice-191 pRobert qRice gm b15960000 vStamstead, Suffolk, England o\n\n== Biography ==\nPer [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1218051805 unsourced online family trees], supposedly son of [[Rice-220|Henry Rice]] and [[Frost-103|Elizabeth Frost]], but dates don't make this possible.\n\n\n== Sources ==\n&lt;references /&gt;\n\nCITING THIS RECORD&quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:9995-18C : accessed 2 August 2018), entry for Henry Rice; file (2:2:2:MM95-NN1), submitted 20 June 1999.\n\nFor reference only\n\n\nRobert Rice\nView Tree\nSex\nMale\nBirth\nabout 1596\n,Stamstead,Suffolk,England\nPARENTS\nFather\nThomas Rice\nMother\nCatherine Howard\nCITING THIS RECORD&quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:94MY-KDQ : accessed 2 August 2018), entry for Robert Rice; file (2:2:2:MM9T-9M4), submitted 12 May 2002.\nHis father is sometimes listed as Thomas. I do not know if one is a middle name. or if one is a nickname.\nhttps://wc.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=chazzyace62&amp;id=I3056 mKZSWT fJSZ0M
iFK6JI whttps://www.WikiTree.com/wiki/Rice-3246 pJohn qRice gm b16060000 vSuffolk, England o\n\n----\nThis person was created on 31 March 2011 through the import of Dickinson Family Tree.ged.\n\n=== Sources ===\n: Source &lt;span id='S-1988981437'&gt;S-1988981437&lt;/span&gt;\n: Repository: [[#R-1992163608]]\n: Title: U.S. and International Marriage Records, 1560-1900\n: Author: Yates Publishing: Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derived\n: Note:\n: APID: 7836::0\n\n\n\n: Repository &lt;span id='R-1992163608'&gt;R-1992163608&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: mSAOJD fJSZ0M
iIDH4R whttps://www.WikiTree.com/wiki/Rice-14781 pEdward qRice gm b16080000 vStanstead, Suffolk, England z1 o== Biography ==Edward Rice, the son of [[Rice-220|Henry Rice]] and [[Frost-76|Elizabeth Frost]], was probably born in April or May 1608 and was baptized at St. James Church in Stanstead, Suffolk, England in May 1608.&lt;ref&gt;Mary Lovering Holman, &quot;English Notes on Edmund Rice.&quot; ''The American Genealogist'' 10, (1943): 134. Baptism of &quot;Edward Ryce the son of Henry Ryce.&quot;&lt;/ref&gt;\nEdward is specifically mention in the will of his grandfather, [[Frost-72|Edward Frost]], dated 26 July 1616 (proved 4 October 1616).&lt;ref&gt;Holman, &quot;English Notes on Edmund Rice,&quot; 135.&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt;\n== See Also ==*Holman, Mary Lovering. &quot;English Notes on Edmund Rice.&quot; ''The American Genealogist'' 10, (1943): 133-136. mSAOJD fJSZ0M
iIH9C8 whttps://www.WikiTree.com/wiki/Rice-212 pMary qRice gf b16150600 vStanstead, Suffolk, England oThis person was created through the import of 104-B.ged on 12 September 2010. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-1525611297]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1218051799\n\n=== Sources ===\n: Source &lt;span id='S-1525611297'&gt;S-1525611297&lt;/span&gt;\n: Repository: [[#R-1829493010]]\n: Title: Public Member Trees\n: Author: Ancestry.com: Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family trees submitted by Ancestrymembers.Original data: Family trees submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-1829493010'&gt;R-1829493010&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: mSAOJD fJSZ0M
iI180B whttps://www.WikiTree.com/wiki/Rice-204 pAnne qRice gf b16180300 vStanstead, Suffolk, England oThis person was created through the import of 104-B.ged on 12 September 2010. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-1525611297]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1218051798\n\n=== Sources ===\n: Source &lt;span id='S-1525611297'&gt;S-1525611297&lt;/span&gt;\n: Repository: [[#R-1829493010]]\n: Title: Public Member Trees\n: Author: Ancestry.com: Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family trees submitted by Ancestrymembers.Original data: Family trees submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-1829493010'&gt;R-1829493010&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: mSAOJD fJSZ0M
iBSC6X whttps://www.WikiTree.com/wiki/Whale-10 pPhilemon qWhale gm b16251127 vColchester, Essex, England z1 d16251223 yStanstead, Suffolk, England o[[Category: Stanstead, Suffolk]]\n== Biography ==\n{{England Sticker}} {{Died Young}}Philemon Whale was born to Philemon Whale and Elizabeth Frost November 1625, in Stanstead, Suffolk, England.\n\nHe was christened November 25, 1625, Stanstead, Suffolk, England.\n\nHe died on December 23, 1625 in Stanstead, Suffolk, England.\nIt is possible that he was christened and buried at [http://www.suffolkchurches.co.uk/stanstead.htm St James].\n\n==Research Notes==\n\nPhilemon WHALE - RootsWeb - Ancestry.comhttps://worldconnect.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db...id...Mar 28, 2017 - BIBLIOGRAPHY: Anderson, Robert Charles, The English Origins of Philmon Whale of Sudbury, Massachusetts, in The Genealogist, vol 6 no 2, Fall 1985, pp131-41. Banks, Charled Edward, Topographical Dictionary of 2885 English Emigrants to New England 1620-1650, Philadelphia, PA: Elijah Ellsworth ...\n\n== Sources ==\n&lt;references /&gt;*[https://worldconnect.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=wtm&amp;id=I17102 Birth, Christening, Death] Ref: Anderson WHALE p138 mSAOJD fFQ5NN
iOGF75 whttps://www.WikiTree.com/wiki/Rhys-23 pWilliam Ap qRhys gm b15220000 vBuckinghamshire, England z1 d15880000 yMedmenham, Buckinghamshire, England o[[Category:England, Pre-1700 PPPs]][[Category:England, Pre-1700 Managed profile needs work]]\n{{England}}\n\n== Biography ==\nWilliam was born about 1522.\nThe Will of William Rice, of Medmenham, Buckinghamshire, England was written in 1588 and proved on the 25th November 1588. &lt;ref&gt;The National Archives; Kew, England; Prerogative Court of Canterbury and Related Probate Jurisdictions: Will Registers; Class: PROB 11; Piece: 73 Discovery catalogue entry for the ''Will of William Rice of Medmenham'' is [https://discovery.nationalarchives.gov.uk/details/r/D924683 here] &lt;/ref&gt; &lt;br&gt;\n\n To be further completed. Thank you for your patience.\n\n==Research Notes==Note: the birth and death dates and association with Buckinghamshireand Medmenham in particular , imply that this profile is conflated with a William Rice , son of Unknown Rice and Eden Saunders. See Historyof Parliament entry for William Rice freely viewable online [https://www.historyofparliamentonline.org/volume/1509-1558/member/rice-william-1522-88 here ] .\nLack of evidence for William being a son of [[Ap_Gruffydd-42|Rhys ap Gruffydd]] and [[Howard-10|Catherine Howard]]:\nThe book written in 1993 [https://www.uwp.co.uk/book/sir-rhys-ap-thomas-and-his-family-hardback/ Sir Rhys ap Thomas and His Family- A Studyin the Wars of the Roses and Early Tudor Politics] (by Ralph A. Griffiths, OBE, Emeritus Professor of Medieval History at Swansea University, Honorary Vice-President of the Royal Historical Society, and formerly Chairman of the Royal Commission on the Ancient and Historical Monuments of Wales. ) does not refer at all to a William ap Rhys, son ofRhys ap Grufydd. &lt;br&gt; The only mention of a William ap Rhys is as one of the illegitimate sons of [[Ap_Thomas-9|Sir Rhys ap Thomas]] by Gwenllian, sister of theabbott of Talley. That William settled in Sandyhaven, Pembrokeshire.&lt;br&gt;The book draws on many early sources from Libraries and record offices. It also contains a reprint of the 17th century &quot;Life of Sir Rhys apThomas&quot; which is believed to have been written by Henry Rice, a descendant of Rhys ap Thomas. This has no mention of WIlliam ap Rhys.\n\n\n== Sources ==\n&lt;references /&gt;\nSee also: (the following sources need to be assessed individual to see what, if anything they include concerning the individuals on this profile; thank you):* &quot;North American, Family Histories, 1500-2000 for William Rice whichappears to be citing:** page 110, 'Genealogy and History of the Grout and Allied Families:line item 13. William Rice, of Bohmer, born 1522 father of line item 14. Thomas Rice, born 1555, father of line item 15. Edmund Rice, born about 1594, came to New England 1638, settled in Sudbury, Massachusetts (ref.1).&quot;** &quot;(ref.1) [https://archive.org/details/bynameofricehist00riceiala/page/10 By the name of Rice, an Historical Sketch of Deacon Edmund Rice], also Mss. by Charles Elmer Rice, Nos. 12-15, from this source:\n** Browning's Magna Carta Barons, pp. 190-227:**'' Americans of Royal Descen''t, by Charles Henry Browning; Published:Porter &amp; Costes, 1891 ''pp. 159-60'';** [https://archive.org/details/thomasbookgivin00thomgoog/page/n9 Thomas, The Thomas Book], also page 20 cites William Ap Rice, of Sandy Haven ( Pembrokeshire ), Sheriff of Pembrokeshire 1557. This was an illegitimate son of [[Ap_Thomas-9|Sir Rhys ap Thomas]] by Gwenllian, sister of the abbott of Talley. See that entry online [https://books.google.co.uk/books?id=pi9WAAAAMAAJ&amp;dq=Thomas%2C+The+THomas+Book&amp;focus=searchwithinvolume&amp;q=William+Rice here] See also [https://archive.org/details/thomasbookgivin00thomgoog/page/n64 here] for the descent via Thomasap Rhys, another illegitimate son of [[Ap_Thomas-9|Sir Rhys ap Thomas]] by Gwenllian. NB the pages 471-473 originally cited here as a source do not mention William ap Rhys. The only children of Rhys ap Gruffydd ( Rice ) and Catherine Howard cited here are [[Rhys-123|Griffith Rice]] and[[Reese-1398| Agnes]]. [ Freely viewable online here:[https://archive.org/details/thomasbookgivin00thomgoog/page/n576 Rice of Dynevor]** Burke's Peerage, etc., 1894, p. 474.&quot; End page 110. Online record source access thru: [www.Ancestry.com].\n* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=24279608&amp;pid=1759262483 Various Ancestry Family Trees] - USE WITH CAUTION\n''Do you have information about William Rice? Please contribute to his biography. Everything on WikiTree is a collaborative work-in-progress.'' sMFGNP
iMFGNP sOGF75 whttps://www.WikiTree.com/wiki/Myal-1 pThomasine qMyal gf b15270000 vLittle, Norfolk, England z1 d15780000 yBures, Suffolk, England o[[Category: Buckingham, Buckinghamshire]]\n== Biography ==\n: [[Myal-5|Thomasine Myal]]\n: Birth: abt 1542, Buckingham, England\n: Death: aft 1568\n: Marriage: abt 1563, of Sudbury, Suffolk, England\n: Spouse: [[Royce-224|'''William Royce (Rose)''']]\n: Children:\n# [[Royce-75|Thomas Royce]]/Rice\n# ''Henry Royce/Rice''\n\n== Sources ==* Source: [https://familysearch.org/search/tree/results?count=20&amp;query=%2Bgivenname%3AJohn%20%2Bsurname%3ANance%20%2Bbirth_place%3A%22Illogan%2C%20Cornwall%2C%20England%22~%20%2Bbirth_year%3A1575-1595~ Primary FamilySearch.org URL] [https://familysearch.org/ark:/61903/2:2:SRRK-PBT Thomasine Myal] Pedigree Resource File: Birth: about 1542, of Buckingham, England; Marriage: about 1563, of Sudbury, Suffolk, England; Spouse: William /Rice; Children: Henry /Rice; Thomas /Rice\n* Source: [https://familysearch.org/ark:/61903/2:1:97TM-XYJ Thomasine Myal] Death: after 1568 [International Genealogical Index (IGI)] Birth: about 1543, Buckinghamshire, England; Death: after 1568\n* Source: * Genealogy of the Bryan and Martin Families; URL: www.bryan-martin.net/genealogy\n\n&lt;references /&gt;\n\n== Acknowledgments ==* Thank you to [[Raber-23|Lynden Raber Castle Rodriguez]] for starting this profile.
iKZSWT whttps://www.WikiTree.com/wiki/Baker-314 pMargaret qBaker gf b15580701 vSudbury, Suffolk, England z1 d16250000 ySudbury, Suffolk, England oCITING THIS RECORDThe Church of Jesus Christ of Latter-day Saints, &quot;International Genealogical Index (IGI),&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:1:MQLL-H4F : accessed 2017-06-24), entry for Margaret Baker.\nhttp://our-royal-titled-noble-and-commoner-ancestors.com/p1011.htm#i30352\nIt appears that she was born on 07/01/1558, and christened on 07/07/1558\nAccording to the profiles Rice-220, married Baker-314, when he was 15or 16 years of age, in 1579. She was about 21. Possible yes, probableno. He then married Frost-76, and Frost-103, in 1605. Possible No. Frost-76 and Frost-103, may not be the same person, but Baker-314, was not married to two women, with the same name, at the same time.Someone who is certified, needs to remove, one of these ladies, as awife, to Baker-314. mMG4Z2 fZA5H7
iZ819A whttps://www.WikiTree.com/wiki/Royce-75 pThomas qRoyce gm b15690000 vMartock, Somerset, England z1 ySomerset, England o[[Category: Martock, Somerset]]\n== Disputed Child ==: '''Thomas Royce/Rice is reported, on many internet trees, to be thefather of [[Royce-35|Robert Royce]] of Connecticut. However no proof,or evidence has yet been given to support this. Until such evidence comes to light he should remain disconnected.'''\n\n== Biography ==\n: [[Royce-75|Thomas Royce]]\n: Birth: 1569, Martock, Somerset, England\n: Death: 1610, Somerset, England\n: Father: [[Royce-224|William Royce]]\n: Mother: [[Myal-5|Thomasine Myal]]\n\n== Spouse &amp; Children ==\n: Spouse (1): [[Appleton-76|Mary Appleton]]\nChildren:\n#\n# Henry Royce\n\n== Spouse &amp; Child ==\n: Spouse (2): Margaret Rathbone (15851617)# William Rose (15961664)&lt;ref&gt;Source: person.ancestry.com/tree/1721521&lt;/ref&gt;\n\n== Sources ==* Source: ''Robert Royce''. The Iowa Society U.S., Sons of the American Revolution Membership Applications, 1889-1970. Name: Robert Royce. SAR Membership: 46906; State#1056; Role: Ancestor; Application Date: 6Jun 1928; [http://interactive.ancestry.com/2204/32596_242251-00227?pid=573277&amp;backurl=http://search.ancestry.com//cgi-bin/sse.dll?indiv%3D1%26dbid%3D2204%26h%3D573277%26tid%3D65712609%26pid%3D48143334327%26hid%3D92601645292%26usePUB%3Dtrue%26_phsrc%3DNLO5013%26_phstart%3Ddefault%26usePUBJs%3Dtrue&amp;treeid=65712609&amp;personid=48143334327&amp;hintid=92601645292&amp;usePUB=true&amp;_phsrc=NLO5013&amp;_phstart=default Document 1 of 2] [http://interactive.ancestry.com/2204/32596_242251-00227?pid=573277&amp;backurl=http://search.ancestry.com//cgi-bin/sse.dll?indiv%3D1%26dbid%3D2204%26h%3D573277%26tid%3D65712609%26pid%3D48143334327%26hid%3D92601645292%26usePUB%3Dtrue%26_phsrc%3DNLO5013%26_phstart%3Ddefault%26usePUBJs%3Dtrue&amp;treeid=65712609&amp;personid=48143334327&amp;hintid=92601645292&amp;usePUB=true&amp;_phsrc=NLO5013&amp;_phstart=default#?imageId=32596_242251-00228 SAR Document 2 of 2] Others in Record: STEPHEN CALKINS, HENRY HARRISON SHEPARD, ANNA HURST, HENRY SHEPARD, HANNAH CALKINS, DAVID CALKINS, PATIENCEDREW, DAVID CALKINS, ELIZABETH DEMING, STEPHEN CALKINS, MARY CURTIS, SAMUEL CALKINS, HANNAH GIFFORD, JOHN CALKIN, SARAH ROYCE, [and ROBERT ROYCE]\n* Source: [https://familysearch.org/ark:/61903/2:2:3QJQ-YVC Thomas Royce] [https://familysearch.org/search/tree/results?count=75&amp;query=%2Bgivenname%3AThomas%20%2Bsurname%3ARoyce%20%2Bbirth_place%3A%22Buckinghamshire%2C%20England%22~%20%2Bbirth_year%3A1560-1670~ Primary FamilySearch.org URL] Pedigree Resource File; Birth: 1569, Buckinghamshire, England; Christening: 1579, Martock, Somerset, England, United Kingdom;Death/Burial: about 1645, Somerset, England; Marriage: about 1604, New London, New London, CT&lt;ref&gt; Further research is needed to ascertain as to whether Thomas Royce was in the colonies, but may have returnedto England where he died &lt;/ref&gt;; Father: William ap Rhys; Mother: Thomasine Myal/Mynn; Spouse: Mary (Maria) Appleton; Children: Robert Royce&lt;ref&gt; Another source [4VDC-XSG] lists Robert Royce as a twin &lt;/ref&gt;, Henry Rice, (Robert Rice)\n* Source: Title: Millennium File; Author: Heritage Consulting; Publisher: Ancestry.com Operations Inc; Publisher Date: 2003; Publisher Location: Provo, UT, USA\n* Source: American Genealogical-Biographical Index (AGBI) Name: Thomas Royce; Volume150; Page number 329; ReferenceAncestors of Arth. Orison Dillon. By Arth. Orison Dillon. Pomona, Ca, 1927. (111p.):26\n* Source: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=225892&amp;pid=4105\n* Source: http://person.ancestry.com/tree/17215211/person/1115516437/facts\n\n&lt;references /&gt;\n\n:* Also see:\n\n:: Place [[sources]] here:\n\n== Acknowledgments ==* Thank you to [[Raber-23|Lynden Castle Rodriguez]] for her contributions to this profile.* Royce-491 was created by [[Crowdes-1|Michael Crowdes]] through the import of Crowdes.ged on Jan 14, 2016. mMFGNP fOGF75
iSL2ZB whttps://www.WikiTree.com/wiki/Frost-72 pEdward qFrost gm vGlemsford, Suffolk, England z1 d16160803 yStanstead, Suffolk, England o[[Category: St James Churchyard, Nayland, Suffolk]]\n{{Puritan Great Migration Adjunct}}:''Due to controversies about his origins and relationships, and thathe is father of multiple Great Migration-era immigrants, his profile is being tracked and protected by the Puritan Great Migration project.''\n\n== Biography ==Edward Frost&lt;ref name=&quot;Hunt&quot;&gt;Hunt, Bessie B., &quot;Ancestors &amp; Descendants of Jonathan Burris&quot; Sun Printing&lt;/ref&gt;\n\n'''Edward Frost''':'''Baptized:''' 13 March 1560/61 at Glemsford, Suffolk, England&lt;ref name=&quot;Thre&quot;&gt;Threlfall, John B., ''Fifty Great Migration Colonists of New England and Their Origins'', Madison, Wisconsin: Privately Printed,1990 (reprinted at Bowie, Maryland: Heritage Books, 1992).&lt;/ref&gt;:'''Married:''' 1585 at Glemsford, to Thomasine Belgrave&lt;ref name=&quot;Thre&quot;/&gt;\n:'''Occupation:''' clothier&lt;ref name=&quot;Thre&quot;/&gt;:'''Residence:''' removed c. 1588-9 to Stanstead (the next town to the northeast)&lt;ref name=&quot;Thre&quot;/&gt;:'''Buried:''' 3 August 1616 at Stanstead (wife surviving him)&lt;ref name=&quot;Thre&quot;/&gt; May be buried at St. James Church, Standstead.&lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=116093760 Find-a-Grave entry for Edward Frost], no citations provided; use with caution.&lt;/ref&gt;\n\n=== Origin ===Edward was baptized 13 Mar 1560, Glemsford, England&lt;ref name=&quot;Hol&quot;&gt;Holman, Mary L., &quot;English Notes on Edmund Rice&quot; in ''The American Genealogist,'' volume 10, pp 134-35 [https://www.americanancestors.org/DB283/i/11841/135/23568281\n Link at AmericanAncestors ($)]&lt;/ref&gt; He was a son of [[Frost-62|John Frost]] and [[Scott-243|Ann Scott]].{{Citation Needed}}\n\n=== Family ===Edward married on 26 September 1585 [or on 26 July 1585, on p. 91] atGlemsford, Suffolk, England to Thomasine Belgrave, daughter of John and Joanna (Strutt) Belgrave. She was baptized 1 February 1561/2 at Leverington in Cambridgeshire.&lt;ref name=&quot;Thre&quot;/&gt;\nChildren (after about 1588-9, children baptized at Stanstead)&lt;ref name=&quot;Hol&quot;/&gt;:# Anne (Died as Infant) (bp. 28 Nov 1586-bur. 27 Dec 1586) in Glemsford# Elizabeth (bp. 24 Mar 1587/8 Glemstead) m. Henry Rice, Stanstead, in Nov 1605; apparently m. (2) St. Mary's Bury St. Edmunds, Suffolk, 24Jan 1621/2 Philemon Whale\n# William (bp. 3 Aug 1589-)\n# Ann (bp. 3 Dec 1592-), m Laurence Collen\n# Alice (bp. 1 Dec 1594-), m Thomas Blower\n# Mary (bp. 21 Sep 1596- bur. 23 Nov 1596)# Thomasine (bp. 11 Aug 1600-1654), may have married the Immigrant Edmund Rice after her father's 1616 death, when she is still single.\n# Edward Frost bpt 11 Nov 1605\n# Mary bpt 21 Jan 1607\n# John Bpt 20 Jan 1609# Thomas (bp 30 April 1615: bur 23 June 1615)&lt;ref&gt;TAG 61:166, citing parish records&lt;/ref&gt;# Thomas (bp 21 April 1616; not mentioned in father's will)&lt;ref&gt;TAG 61:166, citing parish records&lt;/ref&gt;\n\n=== Will ===\nEdward Frost of Stanstead, co. Suffolk, clothier, will dated 26 July 1616, proved 4 October 1616. I make bequests to Thomasine my wife, William Frost my son; my five daughters, Elizabeth, now the wife of HenryRice; Anne now the wife of Laurence Collen; Alice, wife of Thomas Blower, Mary Frost and Thomasine Frost; and to Edward Rice, son of my daughter Elizabeth Reice. Executrix, my wife Thomasine. Witnesses, Ambrose Bigges, senor &amp; Ambrose Bigges, junior. (PCC 129 Cope.)&lt;ref name=&quot;Hol&quot;/&gt;\n\n=== Death and Legacy ===Edward was buried 3 Aug 1616 Stanstead, Suffolk, England&lt;ref name=&quot;Hol&quot;/&gt; His wife survived him.&lt;ref name=&quot;Hol&quot;/&gt;\n\n== Notes ==[http://trees.ancestry.com/rd?f=image&amp;guid=d274d9da-952a-45ba-9456-ed7f8b551b80&amp;tid=24279608&amp;pid=1760718113 Frost Coat of Arms] (Warning: these arms may have no tie with Edward Frost the individual)\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:* [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=116093760 Find-a-Grave Entry for Edward Frost]\n* Rice Gen'l Register, p. 1.* Harold F. Jr Porter, &quot;The Strutt Ancestry of Thomasine Frost&quot;, ''The American Genealogist,'' vol 61 (1986), p. 165-166. [https://www.americanancestors.org/DB283/i/12790/166/0 Link at AmericanAncestors ($)]* Harold F. Jr Potter, &quot;The Paternal Ancestry of Thomasine Frost&quot;, pp. 134, 135; 164-165\n\nSee the changes page for the details of contributions and edits.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mD11QT fJYQB0 sV1U5Y
iV1U5Y sSL2ZB whttps://www.WikiTree.com/wiki/Belgrave-2 pThomasine qBelgrave gf b15600811 vLeverington, Fenland District, Cambridgeshire, England z1 d16530000 yEngland o[[Category: St James Churchyard, Nayland, Suffolk]]\n== Biography ==Thomasine Belgrave was baptized 1 Feb 1562, Leverington, Cambridgeshire, England.&lt;ref&gt;Harold F. Porter, Jr., ''The Strutt Ancestry of Thomasine Frost wife of Edmund Frost of Sudbury, Mass.,'' TAG 61:161-166, p. 165, available at [https://www.americanancestors.org/DB283/rd/12790/165/144276924 americanancestors.org]&lt;/ref&gt;\n:'''NOTE:''' she should not be confused with the Thomasine Clench (wife of immigrant Edmund -- not Edward -- Frost) who died 13 June 1653, Sudbury, Middlesex, Massachusetts.\nThomasine Belgrave married Edward Frost 26 sep 1585 in Glemsford, Suffolk, England.&lt;ref&gt;Name\tEdrus. Frost\nSpouse's Name\tThomasina Belgrave\nEvent Date\t26 Sep 1585\nEvent Place\tGlemsford,Suffolk,England\nCiting this Record&quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NLMX-56Y : 10 February 2018), Edrus. Frost and Thomasina Belgrave, 26 Sep 1585; citing Glemsford,Suffolk,England, reference , index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 950,452.&lt;/ref&gt; They had the following children:\n# Anne (Died as Infant) (bp. 1586-)\n# Elizabeth (bp. 1588-) m. Henry Rice\n# William (bp. 1589-)\n# Ann (bp. 1592-), m Laurence Collen\n# Alice (bp. 1594-), m Thomas Blower\n# Mary (bp. 1596-)\n# Mary (~1598-)# Thomasine (bp. 1600-1654), may have married the Immigrant Edmund Rice after her father's 1616 death, when she is still single.# Thomas (bp 1615: bur 1615)&lt;ref&gt;TAG 61:166, citing parish records&lt;/ref&gt;# Thomas (bp 1616; not mentioned in father's will)&lt;ref&gt;TAG 61:166, citing parish records&lt;/ref&gt;\nThomasine Belgrave Frost was still alive 26 jul 1616, when husband Edward wrote his will.\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:# [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GSln=Frost&amp;GSfn=Thomasine&amp;GSbyrel=all&amp;GSdyrel=all&amp;GSob=n&amp;GRid=116093904&amp;df=all&amp; Find-a-Grave entry for Thomasine Belgrave Frost]\n# Rice Gen'l Register, p. 1.\n# Harold F. Porter, Jr., &quot;The Strutt-Biggs Relationships&quot;, page?# Harold F. Porter,, Jr., &quot;The Strutt Ancestry of Thomasine Frost&quot;, in ''The American Genealogist'', vol, 61 (1968), pp. 161-166.# Harold F. Porter, Jr., &quot;The Paternal Ancestry of Thomasine Frost&quot;, in ''The American Genalogist'', vol. 63 (1988), pp. 129-37, 164-165.# Mary Lovering Holman, &quot;Notes on Edmund Rice&quot;, in ''The American Genealogist,'' Volume 10, p. 135.# Bessie Burris Hunt, ''Ancestors &amp; Descendants of Jonathan Burris,''Sun Printing mLB9IO fIP07L
iT4S6I whttps://www.WikiTree.com/wiki/Frost-65 pAnne qFrost gf b15861128 vSuffolk, England z1 d15861227 yGlemsford, Suffolk, England o{{Unsourced|Suffolk}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt; mV1U5Y fSL2ZB
iYL7R7 whttps://www.WikiTree.com/wiki/Frost-75 pWilliam qFrost gm b15890919 vStanstead, Suffolk, England z1 d16440106 yFairfield, Connecticut Colony o[[Category:Connecticut_Colony]]\n== Biography ==William was a early settler of Fairfield, Connecticut in 1639. His home lot was on the southwest of School and Division of the Meeting House Green. He was an old man when he died in 1645. His children were allborn in England, and all came to New England except his daughter Marywho married Mr. Rylie. His wife Joyce Baker was buried 24 May 1634 inSt. Peter's.\nWilliam Frost was christened on 3 Aug 1589 in Stanstead, Suffolk, England.\nWilliam married Abigail Bowser 29 Nov. 1610 at St. James in Stanstead. This is a 15th century flint pebble church with stone dressings. Thewest tower is earlier, with diagonal buttresses and a castellated parapet.\n: (So are we might be melding two William Frosts..because Stanstead is 200 kms from Nottingham where Williams second marriage supposedlytook place. Perhaps this is another William Frost?)\nWilliam Frost married Joyse Barker at St. Mary's Church, England on 20 April 1612. The marriage was also recorded in the register of St. Nicholas Church, Nottingham.. They had at least five children including Elizabeth, our ancestor.\nJoyce Frost was buried 23 May 1634 (St. Peter's), Nottingham, Englandand on 23 Dec. 1634 William Frost married, at St. Peter's Church, thewidow Joane Lupton of Burton Joyce.\nThey emigrated to Fairfield, New Haven Colony, now Connecticut. William was one of the early planners at Uncowa (Fairfield), beyond Connecticut\n\nWilliam died in Fairfield in 1644/45.\n\n== Last Will &amp; Testament ==\nThe will of William Frost, drawn on 6 Jan. 1644/5 and proved that year at Fairfield, New Haven Colony, mentioned his &quot;eldest sonne Daniell Frost . . . , Rebecka and Sarah Frost [they were the testator's granddaughters, children of his son Daniel], . . . son Abraham . . . , my daughter Elizabeth and John Graye . . . , Luke Watson . . . , Susanna and Johana Watson, daughters to Elizabeth Graye, . . . John Grayes owne two children [Sarah and John Gray] . . . Henry Graye and Lydea Gray for their lives and after them to their sonne Jacob . . . Mary Graye, daughter of Henry Graye . . . and to Mary Rylie and her children . . . all my goods and lands that I have in Old England.; ; to town of Uncowah [Fairfield] £10 towards meeting house; Henry Gray of Uncowah, Exec'r; Ephraim Wheeler and Daniel Frost, overseers; Goodman Close had someof his cattle &quot;to winter&quot;; son Abraham to have housing and lands bought from John Strickland. Witnesses: Ephraim Wheeler, Francis and Mary Purdy.. . .&quot;&lt;ref&gt;Josephine C. Frost, The Frost Genealogy [New York 1912], hereafter Frost Gen., pp. 389-90; another abstract is in Fairfield Fams1:211).&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\nSee also:* &lt;span id='Jacobus'&gt;&lt;/span&gt;Jacobus, Donald Lines. ''[[Space:History and Genealogy of the Families of Old Fairfield|History and Genealogy of the Families of Old Fairfield]]'' (Genealogical Publishing Company, 1930) Vol. 1, Page 211. info from his will.* &lt;i&gt;[[Space:The Public Records of the Colony of Connecticut|The Public Records of the Colony of Connecticut]]&lt;/i&gt; (Hartford, Brown &amp; Parsons, 1850) [https://archive.org/stream/publicrecordsofc001conn#page/464/mode/2up Vol. 1, Page 465]\n* [https://familysearch.org/pal:/MM9.2.1/S11H-L9H]* Nottinghamshire, England, Extracted Parish Records : Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2001.* Passenger and Immigration Lists Index, 1500s-1900s Author: Gale Research Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc, 2010.* Holman, Mary Lovering, &quot;English Notes on Edmund Rice,&quot; in ''The American Genealogist'', Vol. 10 (Jan. 1934), p. 135:* Connecticut, 1600s-1800s Local and Family Histories [database online], Genealogy.com:* Beers, Josephine W. Beers and Prindle, Paul W., &quot;Early Frost, Gray and Hobby Connections of England, Connecticut and Long Island,&quot; The American Genealogist, Vol. 64 (July 1989), pp. 161-163:\n* History of Elizabeth, New Jersey; By Edwin Hatfield; Pp. 59 &amp; 75* &lt;span id='Manwaring'&gt;&lt;/span&gt;Manwaring, Charles William. ''[[Space:ADigest of the Early Connecticut Probate Records|A Digest of the EarlyConnecticut Probate Records]]'' (R. S. Peck &amp; Co., Printers, 1904) Vol. 1, [https://archive.org/stream/digestofearlycon01manw#page/13/mode/1up/ Page 13-14]: Will of [[Frost-75|William Frost]]. mV1U5Y fSL2ZB
iMR6IQ whttps://www.WikiTree.com/wiki/Frost-69 pAnne qFrost gf b15921203 vStanstead, Suffolk, England z1 d16421226 yGlemsford, Suffolk, England o[[Category:Stanstead, Suffolk]]{{Unsourced}}\n== Biography ==\n\nAnne (Frost) Collen\n\n== Sources ==\n&lt;references /&gt;\nFamily search names her as the mother of famous soilder Lawrence Collin mV1U5Y fSL2ZB
iX81ZX whttps://www.WikiTree.com/wiki/Frost-101 pAlice qFrost gf b15941201 vStanstead, Suffolk, England z1 yBarnstable, Barnstable, Plymouth Colony, New England o{{Puritan Great Migration}}\n== Biography ==\nAlice Frost&lt;ref&gt;Unless otherwise cited, from Robert Charles Anderson,''Great Migration: Immigrants to New England, 1634-1635,'' Volume VII(T-Y), Boston, MA: NEHGS (2011), pp 52-53 (profile of William Tilley)&lt;/ref&gt; was born/baptized 01 DEC 1594 in Stanstead, Suffolkshire, England.\nAnderson discusses the discrepancy between ages given by Alice at various depositions (calculating back to a 1602/3 birth) and her 1594 baptism, and concludes that &quot;in her eighth decade Alice chose to present herself as a younger woman, given that she was more than a decade older than William Tilley.&quot;\nShe married first 19 Nov 1612 in Stanstead, Suffolk, Thomas Blower, by whom she had at least one son, John, baptized in Sudbury, Suffolk Feb 1627/8.&lt;ref&gt;Robert Charles Anderson, &quot;Alice (Frost) (Blower) Tilley,&quot; in ''The American Genealogist,'' vol 71 (1996), [https://www.americanancestors.org/databases/american-genealogist-the/image?volumeId=13131&amp;pageName=113&amp;rId=234373432 p 113] (membership required)&lt;/ref&gt; Anderson and others make the case that she was also mother (by Blower) of Sarah who years later called [William] Tilley father, Tilley being too young to be Sarah's father, she must have been his step daughter.\nShe married second, in Boston, Massachusetts, shortly after 6 July 1640, William Tilley, ten years her junior.\nShe was a prominent midwife, ran afoul of the authorities and was jailed in 1648, resulting in a number of petitions for her support signedby dozens of Boston and Dorchester women.\nHer husband William Tilly hired Hugh Gullison [Gunnison?] to prosecute William Philips and his wife for slandering his wife.\n\nAround this time William and Alice left Boston for Cape Porpus, Maine.\nThere is evidence that late in their lives (1665), Alice may have left William for lack of support. William petitioned the court who ordered that they return to living together as man and wife and that he support her. Punishment for not doing so would be 40 pounds for him and imprisonment for her.\n\nShe was alive as late as 27 March 1668.\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mV1U5Y fSL2ZB
iVSPNO whttps://www.WikiTree.com/wiki/Frost-77 pMary qFrost gf b15960921 vStanstead, Suffolk, England z1 d15961113 yStanstead, Suffolk, England o{{Unsourced|Suffolk}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt; mV1U5Y fSL2ZB
iDV499 whttps://www.WikiTree.com/wiki/Frost-28 pThomasine qFrost gf vSt James, Stanstead, Suffolk, England z1 d16540613 ySudbury, Middlesex, Massachusetts Bay o{{Puritan Great Migration}}\n[[Category: Immigrants to Massachusetts Bay Colony from England]]\n[[Category:Stanstead, Suffolk]]\n[[Category:Berkhamsted, Hertfordshire]]\n[[Category:Sudbury, Massachusetts]]\n== Biography ==\n'''Thomasine (aka Tamazine) Frost''' was baptized 11 August 1600 at Saint James Church, Stanstead, England, daughter of Edward Frost and Tamazine Belgrave.&lt;ref name=&quot;era&quot;&gt;The Edmund Rice (1638) Association, [http://www.edmund-rice.org/era5gens/p13.htm#i110 p. 13], gives four secondary sources for the birth and baptism of Thomasine Frost: 1. A Genealogical Register of Edmund Rice Descendants. Rutland, VT: The CharlesE. Tuttle Company, 1970. 2. Porter, Harold F.. &quot;The Paternal Ancestryof Thomasine Frost, Wife of Deacon Edmund Rice of Sudbury, Mass.&quot;, The American Genealogist 63, No. 3 (July 1988). 3. Holman, Mary Lovering. &quot;English Notes on Edmund Rice&quot;, The American Genealogist 10 (1933-34). 4. Porter, Harold F. &quot;The Strutt Ancestry of Thomasine Frost Wife of Edmund Rice of Sudbury, Mass.&quot;, The American Genealogist 61, No. 3 (January/April 1986).&lt;/ref&gt;&lt;ref&gt;Sudbury Biographies from Hudson's History of Sudbury, 1889&lt;/ref&gt;&lt;ref name=&quot;era&quot;/&gt;&lt;ref&gt;Descendants of Thomas Farr of Harpswell, Maine and ninety allied families, Ancestry.com, Online publication - Provo, UT: The Generations Network, Inc., 2004. Original data - Sumner, Edith Bartlett.. Descendants of Thomas Farr of Harpswell, Maine and ninety allied families. Los Angeles, Calif.: Lithographed from compiler's typescript by American, Includes bibliographical references and index.&lt;/ref&gt;\nShe married Deacon Edmund Rice on 15 October 1618 at St Mary's Church, Bury St. Edmunds, England. As late as 1627, they resided in 1627 at Berkhamstead, England.&lt;ref&gt;Rice Gen'l Register, p. 1.&lt;/ref&gt;&lt;ref&gt;HaroldF. Jr Potter, &quot;The Paternal Ancestry of Thomasine Frost&quot;, p. 134.&lt;/ref&gt;&lt;ref&gt;Harold F. Jr Porter, &quot;The Strutt Ancestry of Thomasine Frost&quot;, pp. 165-166.&lt;/ref&gt;&lt;ref&gt;Mary Lovering Holman, &quot;Notes on Edmund Rice&quot;, in ''The American Genealogist,'' vol 10, pp. 134-135.&lt;/ref&gt;&lt;ref&gt;Andrew Henshaw A.M. Ward, ''The Rice Family''.&lt;/ref&gt;&lt;ref&gt;&quot;Sudbury, MA Vital Records, ,&quot; in ''New England Historic Genealogical Society'', vol #? (date) p. 323.&lt;/ref&gt;\nLikely of Puritan faith, being among those who fled religious persecution in England. They settled in Sudbury, Massachusetts. She died there on 13 June 1654.&lt;ref name=&quot;era&quot;/&gt; where she was buried June 18, 1654.&lt;ref&gt;Sudbury Biographies from ''Hudson's History of Sudbury,'' 1889&lt;/ref&gt;\n\n== Children ==Thomasine gave birth to the following children:&lt;ref name=&quot;era&quot;/&gt; (We should replace the ERA references with references to more original sources where available.)&lt;/ref&gt;\n\n# [[Rice-173|Mary Rice]], born August 23, 1619.# [[Rice-53|Henry R. Rice]], born February 13, 161920, died February 10, 1709-10, married [[Moore-175|Elizabeth Moore]] February 1, 164142.# [[Rice-40|Edward Rice]], born October 20, 1622, died August 15, 1712, married (1) Anna, (2) Agnes Bent 1646.# [[Rice-54|Thomas Rice]], born January 26, 16256, died November 16, 1681, married Mary King 1652.# [[Rice-55|Lydia Rice]], born March 9, 162627, died April 5, 1675, married [[Drury-6|Hugh Drury]] 1645.# [[Rice-56|Matthew Rice]], born February 28, 162728, died 1717, married [[Lamson-1|Martha Lamson]] November 2, 1654.\n# [[Rice-174|Daniel Rice]], stillborn.# [[Rice-57|Samuel Rice]], born November 12, 1634, died February 25, 168384, married (1) Elizabeth King, (2) Mary Dix September 1668, (3) Sarah White December 13, 1676.# [[Rice-58|Joseph Rice]], born March 13, 163637, died December 23, 1711, married (1) Sarah Prescott, (2) Mary Beers, (3) Mercy King.# [[Rice-60|Benjamin Rice]], born May 31, 1640, died December 19, 1713, married (1) Mary Chamberlain, (2) Mary Browne.\n:'''Note:''' Despite the presence of such in many locations (including here on WikiTree), the 1983 Edmund Rice (1638) Association publication &quot;Supplement 2 part 1&quot; says there is no proof that a son Edmund everexisted. An April 1714 Middlesex Co probate [citation?] gave the illusion of such a child, but subsequent research revealed this 1714 probate action was for son EDWARD. Somehow this probate involved the estateof the old man Edmund Rice Senior because essentially every one one his offspring had a descendant represented in that probate (see the Ward ca1857 Rice book, the very same book that created the false illusionof a son Edmund).\nThe Edmund Rice (1638) Association estimates that after 13 or 14 generations, descendants of Edmund Rice may be in the many hundreds of thousands to millions.\n\n== Sources ==\n&lt;references /&gt;\n\nSee also: (remove those that are already referenced in footnotes)\n* Attached Documents.* [http://www.gulbangi.com/genrpts/desctwheeler.pdf Descendants of Thomas Wheeler (9422)]\n* ''History of the Town of Marborough,'' Pages 240-247\n* ''The American Genealogist,'' 65 (1990): page #s?\n* Research of [[Adamson-409|J. C. Adamson]].* [http://sudbury.ma.us/archives/history/index.htm Sudbury Biographies from Hudson's History of Sudbury], 1889.* [http://family.gradeless.com/wheeler.htm The Wheeler Family of Clermont County Ohio and Lincoln, Middlesex, Norfolk, &amp; Worcester Counties Massachusetts Descendants of Richard Wheeler of Dedham], online and sourced descendancy report.* &lt;span id='Bennett'&gt;&lt;/span&gt;Bennett, Archibald. ''Ancestry of The Wife of Edmund Rice'', [[Space:TAG|The American Genealogist]] (1950) Vol.26, Page 10.\n\n== Images ==&lt;!-- I removed broken links and those requiring log-in to view or those that appear to be violating copyright. ~~~~ --&gt;* [http://photos.geni.com/p13/3b/43/2d/ce/53444838f06caee1/270px-edmundricehome1643_large.jpg Edmund Rice Homestead]* [http://photos.geni.com/p13/6f/41/3d/48/53444838f10103b9/immigrated1_large.jpg Drawing of a ship from the time period]* [http://photos.geni.com/p2/5605/5444/53444835f8c7ebe5/det36ven_large.jpg Immigrant logo from geni.com] (what is the value of retaining this here?) mV1U5Y fSL2ZB
iF031W whttps://www.WikiTree.com/wiki/Frost-2173 pGerner qFrost gf b16040000 vEngland z1 d16540613 ySudbury, Middlesex County, Massachusetts o{{Unsourced}}This person was created through the import of Dickinson Family Tree.ged on 31 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-1992136522]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=24279608&amp;pid=1760744838\n\n=== Sources ===\n: Source &lt;span id='S-1992136522'&gt;S-1992136522&lt;/span&gt;\n: Repository: [[#R-1992163608]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-1992163608'&gt;R-1992163608&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note:\n\n\n\n\n\n----\nThis person was created through the import of 104-B.ged on 12 September 2010. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Name ===\n: Name: /Gernor/\nCouldn't find any valid first name.\n\n=== Source ===\n: Source: [[#S-1525611297]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1213193294\n\n=== Sources ===\n: Source &lt;span id='S-1525611297'&gt;S-1525611297&lt;/span&gt;\n: Repository: [[#R-1829493010]]\n: Title: Public Member Trees\n: Author: Ancestry.com: Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Family trees submitted by Ancestrymembers.Original data: Family trees submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-1829493010'&gt;R-1829493010&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: mV1U5Y fSL2ZB
iBZ89G whttps://www.WikiTree.com/wiki/Frost-79 pEdward qFrost gm b16051111 vStanstead, Suffolk, England z1 d16720000 yStanstead, Suffolk, England o{{Unsourced|Suffolk}}\n\n== Biography ==The data currently on this profile appears to come from an online family tree.&lt;ref&gt;Ancestry.com Family Trees: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=18646117&amp;pid=743845922 and http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=24279608&amp;pid=1760744878&lt;/ref&gt;\nA previous version of this profile called him &quot;John Edward.&quot; Middle names were not used in this era. It might have been some previous researcher's way to reflect the name of his supposed father, Edward. Alternatively, it could mean that the researcher was unclear if the person'sname was John or Edward. In any case, it's been converted to the Edward who was baptized on this date. (There was a son John who died young.)\n\n== Sources ==\n&lt;references /&gt; mV1U5Y fSL2ZB
iXQX2Y whttps://www.WikiTree.com/wiki/Frost-95 pEdward qFrost gm b16051111 vSuffolk, England z1 d16160726 ySuffolk, England o{{Unsourced}}\n== Biography ==\n=== Name ===\n: Edward Frost\n=== Birth ===\n:: November 11, 1605 Suffolk, England\n=== Death ===\n:: July 26, 1616 Suffolk, England\n== Source ==* Ancestry Family Trees http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1213193292\n=== Footnotes ===\n&lt;references /&gt;\n=== Acknowledgments ===* This person was created through the import of 104-B.ged on 12 September 2010. mV1U5Y fSL2ZB
iCZX5O whttps://www.WikiTree.com/wiki/Frost-78 pMary qFrost gf b16070120 vStanstead, Suffolk, England z1 d16221231 yStanstead, Suffolk, England o[[Category: Stanstead, Suffolk]]\n== Biography ==\n{{England Sticker}}Mary Frost was born in 1606/7 to Edward Frost and Thomasine Belgrave in Suffolk, England. She was baptised on 21 January 1607 in Stanstead,Suffolk, England, possibly at [http://www.suffolkchurches.co.uk/stanstead.htm St James] church.\nMary Frost married John Skot in 1622 in Stanstead, Suffolk, England, possibly at [http://www.suffolkchurches.co.uk/stanstead.htm St James].\n\nThe death date stated as 1622 has not been proved.\n\n==Research Notes==\nThere is a John Scott baptised November 22, 1622 in Ipswich, Suffolk.Father is listed as John Scott, but no mother listed. FindMyPast - England Births &amp; Baptisms 1538-1975.\nIt is entirely possible that she got married, had a baby and died in child birth.\n\n== Sources ==\n&lt;references /&gt;\n*[http://www.findmypast.com Marriage] mV1U5Y fSL2ZB
iIY71C whttps://www.WikiTree.com/wiki/Frost-93 pJohn qFrost gm b16100120 vSuffolk, England z1 d16120000 yStanstead, Suffolk, England o{{Unsourced}}\n== Biography ==\n=== Name ===\n:: John Frost\n=== Birth ===\n:: January 20, 1610 Suffolk, England\n=== Death ===\n:: 1612 Stanstead, Suffolk, England\n== Sources ==* Ancestry Family Trees http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1213193288\n=== Footnotes ===\n&lt;references /&gt;\n=== Acknowledgments ===* This person was created through the import of 104-B.ged on 12 September 2010. mV1U5Y fSL2ZB
iI5YF5 whttps://www.WikiTree.com/wiki/Frost-94 pThomas qFrost gm b16150430 vCounty Suffolk, England z1 d16150623 yStanstead, Co. Suffolk, England o== Biography ==\nDied young. A subsequent son was given the same name.\n\n== Sources ==\n&lt;references/&gt;* http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1213193287* http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=24279608&amp;pid=1760744910\n\nSee profile of father for better sources. mV1U5Y fSL2ZB
iRNVRE whttps://www.WikiTree.com/wiki/Frost-60 pThomas qFrost gm b16160421 vStanstead, Suffolk, England z1 d16390000 yCambridge, Middlesex County, Massachusetts Bay Colony o{{Unsourced}}\n== Biography ==\n\n== Sources ==\n&lt;references/&gt;* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=18646117&amp;pid=743845926 multiple Ancestry.com family trees] (subscription required)* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112019&amp;pid=-1213193285 more ancestry trees] mV1U5Y fSL2ZB
iGT4GS whttps://www.WikiTree.com/wiki/Axtell-1 pThomas qAxtell gm b16190126 vBerkhampstead, Hertfordshire, England z1 d16460308 ySudbury, Middlesex, MA o{{Puritan Great Migration}}\n\n==Biography==\nThomas Axtell was christened 26 JAN 1618/9 at St. Peter's Church in Berkhamstead, Hertfordshire, England. He was the son of William and Thomasine Axtell.&lt;ref name=&quot;Axtell&quot; &gt;Axtell, Carson Augustus ''[[Space:Axtell Genealogy|Axtell Genealogy]]'' (Axtell, New Bedford,Massachusetts, 1945)&lt;/ref&gt;\nHe married about 1638 Mary Unknown.&lt;ref name=&quot;Axtell&quot; /&gt; Axtell family researchers make a good case for why her maiden name was NOT Starr.&lt;ref&gt;[http://www.axtellfamily.org/axgenea/axcheney.html Marilyn Axtell Cheney, &quot;A Myth Put to Rest&quot;] (1988)&lt;/ref&gt;\n::Other sources state he married Mary Rice and that upon landing, purchased land for Mary's kin Edward Rice who arrived in the New World five years earlier.&lt;ref name=&quot;Axtell&quot; /&gt;\nTwo children were born to them in England, and their baptism is recorded in St. Peter's, Berkhamsted, Hertfordshire.&lt;ref name=&quot;Axtell&quot; /&gt;\nIn October 1643, Thomas purchased five acres of land in Sudbury, Massachusetts, of Edmond Rice, who came from Berkhamstead also. This land is described as &quot;lying in ye south part of ye town-bounds, the southwest side lying to the commons and joined to the land of Edmond Rice, southward and northward to the highway leading from Sudbury to Mr. Duston's farm.&quot; This area is now in the town of Wayland.&lt;ref name=&quot;Axtell&quot; /&gt;\n\nThomas took the oath of fidelity July 8, 1645&lt;ref name=&quot;Axtell&quot; /&gt;\nHe died in March, 1646, and was buried the 8th of that month.&lt;ref name=&quot;Axtell&quot; /&gt; Mary, his widow, appears to have married John Maynard, June 16, 1646. He was a widower with a boy of eight.&lt;ref name=&quot;Axtell&quot; /&gt;\nAfter Thomas death, Edmond Rice bought back the land, six acres, and dwelling house near the spring.&lt;ref name=&quot;Axtell&quot; /&gt;\nThe Axtell Genalogy speculates thus: &quot;The story told in those words is short, indeed, but we are permitted to see what it stands for. The young Englishman was a soldier or at least trained to arms; he was of strong puritanical leanings, like his brother Daniel the regicide. Withhis wife and two little ones he followed his neighbor across the sea to make his home in a frontier settlement of New England. Scarcely hadhe set up his rooftree in the wilderness when hardships and exposure struck him down. With his last breath he leaves his little all for thehelpless group about his death bed&lt;ref name=&quot;Axtell&quot; /&gt;\n\n=== Estate&lt;ref name=&quot;Axtell&quot; /&gt; ===\n: Imprimi:\n: His land and house 8£ 10s\n: Cattle 8£ 10s\n: Wearing apparel and bedding with his arms 10£\n: Brass and pewter 5£\n\n=== Children&lt;ref name=&quot;Axtell&quot; /&gt; ===#Mary, baptized 25 Sept 1639, in Berkhamstead, England. She married John Goodnow 19 Sept 1658; and died 14 April 1704. They had 11 children.\n#Henry, baptized 15 Oct 1641, in Berkhamstead.#Lydia, born June 1 1644. A Mary is also listed born on this date, but Mary was already a child of Thomas. Also, John Maynard, 2nd husband,mentions daughter Lydia, wife of John Moore. There is no other Lydia in the family, that he could be speaking of.\n== Sources ==P1. [https://familysearch.org/ark:/61903/1:1:N8G1-L73 England Births]Thomas Axtyll was christened on 26Jan1618 in Great Berkhampstead. Father was William Axtyll.\nS1. [https://www.geni.com/people/Thomas-Axtell/6000000002905001581 Geni] Thomas Axtell, born ca. 26Jan1619 in Great Berhamstead, Middlesex,England. Died 8Mar1646 in Sudbury Mass. Son of William and Thomasine.Husband of Mary. Father of Henry, Lydia an Mary. There is much discussion and many references here. Since he purchased land in 1643 in Sudbury, and since his second child was born in England in 1641, Thomas likely arrived in America between those dates. His ship is unkown.\nS2. [http://www.axtellfamily.org/axgenea/axmodreg.html Axtell.] Lots of information here.\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\n* [[S-314 | Elizabeth S]].\n* [[Gillett-59 | Donna Gehring]]\n* [[Vasile-13 | Wilfred Vasile]] mHUZUX fWX5GS
iAC9Y5 whttps://www.WikiTree.com/wiki/Unknown-257391 pMary qUnknown gf b16200000 vEngland z1 ySudbury, Middlesex, MAssachusetts o{{Puritan Great Migration}}Mary arrived in America between the birth of her second child in 1641and third child in 1644.\n\n== Disputed Origins ==Axtell family researchers make a good case for why her maiden name was NOT Starr.&lt;ref&gt;[http://www.axtellfamily.org/axgenea/axcheney.html Marilyn Axtell Cheney, &quot;A Myth Put to Rest&quot;] (1988)&lt;/ref&gt; They point outthat:* Mary STARR, dau of [[Starr-32|Comfort Starr]] was the wife of another John Maynard -- he of Duxbury, Mass., having married him in that place on the 16th day of May, 1640. Her father, Comfort Starr, died on the 2nd day of January, 1659. His will was probated on the 3rd of February, 1659 and in it he made bequests to the five children of his DECEASED daughter Maynard. Therefore we know that Mary (Starr) MAYNARD was dead by 1659.* The Mary who married John Maynard of Sudbury was still alive in : John Maynard of Sudbury made his will in 1672, referring to his wife Mary who was still alive at that time. This also distinguishes him from John Maynard of Duxbury.\nOthers suggest she may have been Mary, daughter of Edmund Rice for the following reasons:&lt;ref&gt;Eleanor R. Weston, &quot;A probable wife for Thomas Axtell,&quot; in ''Connecticut Nutmegger,'' 31(1998):390-392&lt;/ref&gt;* Edmund had a daughter of the right age about whom nothing further is known* Edmund Rice and the Axtells came from the same parish/town in England (Berkhamstead)* Thomas Axtell, upon landing, purchased land from Rice who had arrived in the New World five years earlier.* Thomas and Mary's children had the same names as Edmunds, and in the same order.* When Thomas Axtel died without a will, Edmund Rice, Philemon Whale &amp; Edward Rice took inventory, implying relationship with Thomas or hiswidow.\n\n== Biography ==\nShe married first by 1639 Thomas Axtell who died in Sudbury 8 May 1646. (Their first child was bpt 25 Sep 1639)\nShe m2 in Sudbury June 16, 1646 John Maynard, not the same man as heof Duxbury.\nMary (_____) Axtell Maynard was still alive in 1673 when her second husband's estate was probated/administered.\n\nChildren by Thomas Axtell:* Mary Axtell Goodenow (1639 - 1704); m John Goodenow 19 SEp 1656 in Sudbury\n* Henry Axtell (1641 - 1676); m Hannah Merriam 14 Jun 1665 Marlborough* Lydia Axtell, b 1 Jun 1644 Sudbury; may have been she who m. JosephMoore; called daughter in her step-father's will. But some argue thatshe was not an Axtell but a Maynard.&lt;ref&gt;Neil D. Thompson, &quot;Lydia Maynard, wife of Joseph Moore of Sudbury, MA,&quot; in ''The American Genealogist,'' 60(1983):53&lt;/ref&gt;\n\nChildren by John Maynard:\n* Zacahariah Maynard, b 7 Jun 1647 Sudbury\n* Elizabeth, b 26 May 1649 Sudbury* Lydia, b abt 1651&lt;ref&gt;Neil P. Tompson, &quot;Lydia Maynard, wife of Joseph Moore of Sudbury, MA&quot; in ''The American Genealogist,'' 60(1984):53-55&lt;/ref&gt;\n* Hannah 30 Jul 1653 Sudbury\n* Mary b 3 Aug 1656 Sudbury\n\n== Sources =='''1. Find A Grave.''' [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=52187450] Mary Rice Axtell Maynard. Born 1619 in England. Died 1680 in Mass. &quot;Her second husband was John Maynard, married Jun 16 1646&quot;. Links to spouses and two children. Unknown burial location.\n'''2. Geni.''' [https://www.geni.com/people/Mary-Maynard/6000000008364378853] Mary Maynard (Rice) of Sudbury, born 18Aug1619 in Standstead,Suffolk, England. died in 1680 in Sudbury. Daughter of Deacon Edmund Rice and Thomasine. Wife of Thomas Axtell and John Maynard. Mother of 6 listed children.:&quot;She was not the daughter of Comfort Starr, according to [http://www.axtellfamily.org/axgenea/axcheney.html].&quot;: There are extensive references listed here. The conjecture that Mary was Mary rice does not seem to be proven.\n\n&lt;references /&gt;\n\nSee also:\n* http://www.geni.com/people/Mary-Maynard/6000000008364378853\n* http://www.axtell-surname.org.uk/fam261.html sK0G2K
iK0G2K sAC9Y5 whttps://www.WikiTree.com/wiki/Maynard-280 pJohn qMaynard gm b15980000 vBassingbourn, Ricamond, St Edwards, England z1 d16721210 ySudbury, Middlesex, Massachusetts o:'''MERGE WARNING:''' There were THREE men in colonial New England bythe name of John Maynard. Please be careful not to merge them!\n:# John Maynard of Hartford, CT (no children):# John Maynard of Duxbury, MA; m1 Mary, dau of Comfort Starr (she died by 1659); m2 Elizabeth Wight:# John Maynard of Sudbury/ Marlborough; m. Mary _____ (some say Rice); she survived him (he died in 1672).\n\n==Biography==\n\n==NOTE Jan, 2015==John Maynard II, the first immigrant ancestor, settled in Sudbury (now Wayland) and was one of the forty-seven who shared the meadow along the Sudbury River. His house lot of four acres was near those of Edmond and Henry Rice on North Street. At first, he built a low loghouse probably with a thatched roof and later a frame house. John was evidently desirous to locate in a fertile spot where cattle could be fed and ahome maintained. John was admitted a freeman on May 20,1644 and was select man of Sudbury in 1646.\nJohn II's first wife was Judith Starr. When she died in 1642, John later remarried her sister, Mary in 1645. In early records and histories, there are several conflicting accounts of John Maynard. There are claims of two men of the same name in the area and one account of them being married to the same Mary Starr. Most account have the familes of John II and John III confused. I believe that John of Sudbury can be proven and that the account of another event settles the John II/ John III confusion. In 1660, the inhabitants of Sudbury petitioned the General Court, stating that as the Lord had blessed them with very large families and had also greatly prospered them by increasing their flocksand herds, they found themselves much hampered for room for their cattle to feed. On May 31, 1660, a grant of six square miles was set off for their needs and this country was known as Whippin and afterwards in corporated as Marlborough. In this grant, John Maynard II was assigned a good area in the central part of the present city of Marlborough.John III went to this grant and settled, and married Mary Gates. In his father's will, he stated that he had already deeded this property to John III. Thus all the descentants by the name of Maynard in Marlborough, Southboro, Westborough and Shewsbury come from John III, while most of the families in Framingham and various parts of Sudbury and Wayland come from John, the II.\nJohn Maynard died in Sudbury on December 10, 1672. His will was datedSeptember 4, 1672 and proved April 1, 1673. In it are mentioned his eldest son John Maynard, son Zachery, wife Mary, daughter Elisabeth wife of Joseph Graves, daughter Lydia wife to Joseph Moore, and youngest daughter Mary, not yet married. His wife Mary and son Zachery were named joint executors. &quot;My trusty friends Deacon John Haines, and Joseph Noys both of Sudbury&quot; were to be supervisors to assist the executors. The will was witnessed by Henry Locker and John Toll.[5] The inventoryof the estate was taken December 30, 1672 by Edmund Goodenow, John Haines, and Joseph Noyes and came to 263 pounds.\n\nREFERENCES\n[1]Frederick C. Warner, The Warner-Harrington Ancestry (1949), p. 444.\n[2]Carson Axtell, The Axtell Genealogy (1945), p. 42.[3]Alfred S. Hudson, Annals of Sudbury, Wayland, and Maynard (1891), p. 65.\n[4]Warner, The Warner-Harrington Ancestry, p. 444.[5]Middlesex County Probate (First Series Docket 14851), 4:24, research by Mike Roman.\n[6]Ibid., 4:27.\n[7]Charles Hudson, The History of Marlborough (1862), p. 83.[8]Neil Thompson, F.A.S.G., &quot;Lydia Maynard, Wife of Joseph Moore of Sudbury Massachusetts&quot;, The American Genealogist, Vol. 60 (Jan 1984), p. 55.Savage - MAYNARD, John (d. 1672), from England to Massachusetts; an original propr. of Sudbury, 1640; freeman, 1644; a petitioner for grantof Marlbrough; m. Mary Axtell (or Axtel)\n\nBorn: Birth listed as 1600 by Casimir Stevens.\nImmigration: Place Cambridge, MA , Year Spring 1634\nPrimary Individual Maynard, John, Source Code 9448\n&quot;HERCULES&quot;. John Witherley, Master, sailed in the spring of this year, and is probably the &quot;Hercules&quot; `of Dover' mentioned by Winthrop as being here in the summer.'\n\nFounder:\nSudbury, Middlesex, MA (original proprietor of the town)\nOne of the petitioners of grants of Marlborough\n---------------------------------------------------\n\nSOURCE for above 1. [S230] Steve Neighbors (Nov. 2003)at /www.avocadoridge.com/carney/getperson.php?personID=I6359&amp;tree=tree1 [http://www.avocadoridge.com/carney/getperson.php?personID=I6359&amp;tree=tree1]\n---------------------------------------------\n== Biography ==\n\nJohn Maynard was born about 1598. He died in 1672 in Sudbury.\nHe was of Sudbury and is a different man by the same name who lived in Duxbury. He is also not the John Maynard, one of the early settlers of Hartford, CT.\n\nJohn Maynard of Sudbury married Mary (_____), widow of Thomas Axtell.\n\nJohn Maynard of Duxbury married Mary (Starr), dau of Comfort Starr.\n* Maynard, Carl W. Jr , Colonial Maynards. Wilmington Del; Salt LakeCity: 1982 Microfiche Filimed by the Genealogiical Society of Utah,1983.\n\n\n=== Note ===\n: Note: [[#N331]]\n\n=== Notes ===: Note &lt;span id='N331'&gt;N331&lt;/span&gt;According to Dorothy Maynard Todd Avery: &quot;when John came to America, it was only 18 years after the pilgrims landed so there were no settlements.&quot;\n\n== Sources ==\n&lt;references /&gt; mYL5YI fG9OAQ
iR2ULX whttps://www.WikiTree.com/wiki/Axtell-9 pMary qAxtell gf b16390925 vBerkhamsted, Hertfordshire, England z1 d17040414 ySudbury, Middlesex, Province of Massachusetts o{{Puritan Great Migration}}\nMary arrived with her parents between 1641 and 1644.\n==Biography==\nParents: Thomas Axtell (1619 - 1646), and Mary Unknown (1620 - 1659)&lt;ref name=&quot;Axtell&quot; &gt;Axtell, Carson A. (Compiler) [https://books.google.com/books/reader?id=JT0xAAAAMAAJ&amp;printsec=frontcover&amp;output=reader&amp;source=gbs_atb_hover&amp;pg=GBS.PA17 Axtell Genealogy]. Fairhaven, Mass.: 1945&lt;/ref&gt;:Christened Sept. 25, 1639, in Berkhamstead, England.&lt;ref name=&quot;Axtell&quot; /&gt;:She came to America with her parents around 1642. &lt;ref name=&quot;Axtell&quot; /&gt;:She married [[Goodenow-99|John Goodenow]] Sept. 19, 1658.&lt;ref name=&quot;Axtell&quot; /&gt;\n:Mary Goodnow died April 14, 1704.&lt;ref name=&quot;SVRb&quot; /&gt;\n:To them eleven children were born all in Sudbury, Massachusetts.&lt;refname=&quot;SVRb&quot; /&gt; Vital Records of Sudbury, Massachusetts, to the Year 1850. New-England Historic Genealogical Society, at the charge of the Eddy Town-Record Fund, 1903 - &lt;/ref&gt;\n: Child: [[Goodenow-105|Hannah Goodenow]] b. 15 Dec 1657.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-106|Mary Goodenow]] b. 19 Oct 1659.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-100|Edmund Goodenow]] b. 16 Oct 1661.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-102|Sarah Goodenow]], b. 26 Feb 1663; died 5 Jan1665.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-98|Sarah Goodnew]] b. 2 July 1666.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-103|John Goodenow]] b. 9 Sept 1670.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-101|Elizabeth Goodenow]] b. 18 Nov. 1672.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-104|Joseph Goodenow]] b. 1 Dec 1674.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: [[Goodenow-97|Ebenezar Goodenow]], b. 6 June 1677.&lt;ref name=&quot;SVRb&quot; /&gt;: Child: Lidea Goodenow, b. 18 Oct 1678; died 21 Aprl 1679.&lt;ref name=&quot;SVRb&quot; /&gt;\n: Child: Mary Goodenow, b. 8 Nov 1680&lt;ref name=&quot;SVRb&quot; /&gt;: Child: Dorothy b. 1668. ? Dorothy is not listed in Sudbury's vitalrecords.\n\n===Founding Immigrant===Mary was born in England and married John Goodenow in Sudbury in 1656. She arrived in America between the birth of her brother Henry in 1641 in England and the birth of her sister Lydia in 1644 in Mass.\n\n== Sources =='''1. FamilySearch.''' [https://familysearch.org/ark:/61903/2:2:93N5-NM8] Mary Axtell, born 25Sep1639 in Berkhamstead, Hertfordshire, England. Christened 25Sep1639 at St. Peter, Berhamstead. Died 16Apr1704 in Sudbury, Mass. Parents were Thomas and Mary Axtell. Married John Goodenow on 19Sep1656 in Sudbury, Mass.\n'''2. Geni.''' [https://www.geni.com/people/Mary-Goodenough/6000000002134629320] Mary Goodenough (Axtell), born 25Sep1639 in Berkhampstead,Hertfordshire, England. Died 14Apr1704 in Sudbury, Mass. Daughter of Thomas Axtell and Mary Maynard. Wife of Capt John Goodenow. Mother of 10 listed children. Sister of Henry and Lydia.\n'''3. Find A Grave.''' [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=71581584] Same info as Source 2. Married John on 19Sep1656 inSudbury. Had 12 children, all born in Sudbury. Links to parents, spouse, 3 children and brother Henry. Buried in Wadsworth Cemetery in Sudbury, Mass.\n\n&lt;references/&gt;\n\n==Contributors==\n* [[Vasile-13 | Wilfred Vasile]], [[Lhamon-27 | Jim Lhamon]], [[Gillett-59 | Donna Gehring]]\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAC9Y5 fGT4GS
iZXL5O whttps://www.WikiTree.com/wiki/Axtell-10 pHenry qAxtell gm b16411015 vBerkhamstead, Hertfordshire, England z1 d16760419 yMarlborough, Middlesex, Massachusetts o== Biography ==Henry Axtel was christened 15 OCT 1641 Berkhamstead, Hertfordshire, England.&lt;ref name=&quot;Axtell&quot; &gt;Axtell, Carson A. (Compiler) [https://books.google.com/books/reader?id=JT0xAAAAMAAJ&amp;printsec=frontcover&amp;output=reader&amp;source=gbs_atb_hover&amp;pg=GBS.PA17 Axtell Genealogy]. Fairhaven, Mass.: 1945&lt;/ref&gt;\nIn 1660, land lying west of Sudbury was incorporated as the town of Marlborough. Henry Axtell, then only nineteen, was one of the proprietors. He received fifteen acres of land in the central part of the town as his house lot. He probably had a portion of meadow and other out-lying land also.&lt;ref name=&quot;Axtell&quot; /&gt;\nHe married June 14, 1665,&lt;ref name=&quot;MVR&quot; /&gt; Hannah Merriam, the daughter of George and Susan Merriam. Hannah's parents came from Kent, England aboard the &quot;Castle.&quot; She was born in Concord, Massachusetts, July 14, 1645.&lt;ref name=&quot;Axtell&quot; /&gt; She married second William Taylor July 16, 1677.&lt;ref name=&quot;MVR&quot; /&gt;\nIn the spring of 1676, the Wampanoag and Narragansett Indians , led by &quot;King Phillip&quot; made war on the white settlers. Henry Axtell was killed about March 1676 by Indians.&lt;ref name=&quot;Axtell&quot; /&gt; The History of Marlborough states that he was slain between Sudbury and Marlboro April 20, 1676.&lt;ref name=&quot;HoM&quot;&gt;Hudson, Charles and Joseph Allen. ''History of the Town of Marlborough, Middlesex County, Massachusetts: From Its First Settlement in 1657 to 1861; with a Brief Sketch of the Town of Northborough, a Genealogy of the Families in Marlborough to 1800, and anAccount of the Celebration of the Two Hundredth Anniversary of the Incorporation of the Town.'' Boston: Press of T. R. Marvin &amp; son, 1862&lt;/ref&gt; The town record reads Henry Axtel April ____ 1676. Slain by the Indians between Sudbury and Marlborough upon ye Road.&lt;ref name=&quot;MVR&quot; /&gt;The Middlesex County Registers says he died March ___, 1675.&lt;ref name=&quot;MVR&quot; /&gt;\nHowever, the inventory of his property was dated April 1, 1676.&lt;ref name=&quot;Axtell&quot; /&gt;\n\n'''Children: All born in Marlborough'''# Henry Axtel b. 27 March 1665/6&lt;ref name=&quot;MVR&quot; /&gt;. The Axtell Genealogy calls him Samuel.&lt;ref name=&quot;Axtell&quot; /&gt;# Hannah Axdell, b. Nov 18, 1667.&lt;ref name=&quot;MVR&quot; /&gt;&lt;ref name=&quot;Axtell&quot;/&gt;# Mary Axtel, b. Aug. 8, 1670;&lt;ref name=&quot;MVR&quot; /&gt;&lt;ref name=&quot;HoM&quot; /&gt; m.May 24, 1698, Zachariah Newton. &lt;ref name=&quot;Axtell&quot; /&gt;# Thomas Axtel, b. April 8, 1672;&lt;ref name=&quot;MVR&quot; /&gt;&lt;ref name=&quot;Axtell&quot;/&gt; m. Nov. 2, 1697, Sarah Barker.&lt;ref name=&quot;HoM&quot; /&gt;# Daniel Axtel, b. Nov. 4, 1673.&lt;ref name=&quot;MVR&quot; /&gt;&lt;ref name=&quot;HoM&quot; /&gt;&lt;ref name=&quot;Axtell&quot; /&gt;# Sarah Axtel, b. Sept. 28, 1675.&lt;ref name=&quot;MVR&quot;&gt;Vital Records of Marlborough, Massachusetts, To the End of the Year 1849. Worcester, Massachusetts: Franklin P. Rice, 1908.&lt;/ref&gt;&lt;ref name=&quot;HoM&quot; /&gt;&lt;ref name=&quot;Axtell&quot; /&gt;\n== Sources ==\n&lt;references /&gt;\n\n== Contributors==\n* [[Lhamon-27 | Jim Lhamon]]\n* [[Vasile-13 | Wilfred Vasile]]\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mAC9Y5 fGT4GS
iKGKCM whttps://www.WikiTree.com/wiki/Maynard-544 pZachariah qMaynard gm b16470607 vSudbury, Middlesex, Massachusetts Bay Colony z1 d17240211 ySudbury, Middlesex, Province of Massachusetts Bay o== Biography ==\n\nZachariah Maynard was born June 7, 1647 in Sudbury, Massachusetts.&lt;ref&gt;The Goodrich family in America. A genealogy of the descendants of John and William Goodrich of Wethersfield, Conn., Richard Goodrich of Guilford, Conn., and William Goodridge of Watertown, Mass., together with a short historical account of the family in England, the origin of the name, a description of Goodrich castle etc. by Goodrich Family Memorial Association. Chicago: Fergus Printing Co. 1889. p. 33.&lt;/ref&gt; Zachariah Maynard married Hannah Goodrich 15 Jul 1678 in Sudbury, Massachusetts.&lt;ref&gt;Town Records - (FHL # 0599521 item 4), Family History Library Microfilm, Family History Library, Salt Lake City, Utah.&lt;/ref&gt;&lt;ref&gt;Torry, Clarence A. New England Marriages Prior to 1700. Baltimore, MD,USA: Genealogical Publishing Co., 2004.&lt;/ref&gt; Zachariah died February11, 1723 in Sudbury, Middlesex, Massachusetts.\n\n'''Born'''\n7 Jun 1647.Sudbury, Middlesex, Massachusetts, United States. &lt;ref&gt;Source: [[#S15]] Page 634 Certainty: 3&lt;/ref&gt;&lt;ref&gt;Source: [[#S13]] Page 633 Certainty: 3&lt;/ref&gt;\n\n'''Died'''11 Feb 1723/4 in Sudbury, Middlesex, Massachusetts, United States.&lt;ref&gt;Sudbury. Massachusetts: Vital Records, 1621-1850 (Online Database: AmericanAncestors.org, New England Historic Genealogical Society, 2001-2016). https://www.americanancestors.org/DB190/i/7806/315/142141709 &lt;/ref&gt;\n\nMarriage\n15 Jul 1678.Sudbury, Middlesex, Massachusetts, United States. &lt;ref&gt;Source: [[#S15]] Page 634 Certainty: 3&lt;/ref&gt;&lt;ref&gt;Source: [[#S13]] Page 633 Certainty: 3&lt;/ref&gt;&lt;ref&gt;Source: [[#S17]] &lt;/ref&gt;\n\n\n== Sources ==\n&lt;references /&gt;\n* Town Records - (FHL # 0599521 item 4), Family History Library Microfilm, Family History Library, Salt Lake City, Utah. Dodd, Jordan, Liahona Research, comp. Massachusetts, Marriages, 1633-1850 [database on-line]. Provo, UT, USA: Ancestry.com Operations Inc, 2005.* Torry, Clarence A. New England Marriages Prior to 1700. Baltimore, MD, USA: Genealogical Publishing Co., 2004.* The Goodrich family in America. A genealogy of the descendants of John and William Goodrich of Wethersfield, Conn., Richard Goodrich of Guilford, Conn., and William Goodridge of Watertown, Mass., together with a short historical account of the family in England, the origin of the name, a description of Goodrich castle etc. by Goodrich Family Memorial Association. Chicago: Fergus Printing Co. 1889. p.33. [[https://archive.org/details/goodrichfamilyin00good]]\n* &lt;http://www.earlvillepost.com/stubloom/Fam_maynard.pdf /&gt;* [https://babel.hathitrust.org/cgi/pt?id=wu.89066151523;view=1up;seq=576 Hale, House, and related families, mainly of the Connecticut River Valley, by Donald Lines Jacobus and Edgar Francis Waterman (1952), pg. 554]\n\n=== Acknowledgments ===\nWikiTree profile Maynard-691 created through the import of nicholson.ged on Nov 16, 2012 by [[Nicholson-946 | Jimmy Nicholson]].* Source: &lt;span id='S13'&gt;S13&lt;/span&gt; Media: Book The History of Fitzwilliam, New Hampshire, From 1752 to 1887 Rev. John F. Norton, A.M. Italicized: Y Paranthetical: Y* Source: &lt;span id='S15'&gt;S15&lt;/span&gt; Media: Book History of Framingham, Massachusetts 1640-1885 Josiah H. Temple Publication: (Framingham,Massachusetts, New England History Press, 1887) Italicized: Y Paranthetical: Y* Source: &lt;span id='S19'&gt;S19&lt;/span&gt; Media: Book Vital Records of Sudbury, Massachusetts, to the year 1850 Italicized: Y Paranthetical: Y mAC9Y5 fK0G2K
iEZ01H whttps://www.WikiTree.com/wiki/Maynard-542 pElizabeth qMaynard gf b16490526 vSudbury, Worcester County, Massachusetts z1 d16760605 ySudbury, Worcester County, Massachusetts o== Biography ==\nElizabeth was born 26 May 1649 in Sudbury, daughter of John and Mary (_____) Maynard.&lt;ref&gt;&quot;Sudbury Records,&quot; in ''[[Space:NEHGR|The New England Historical &amp; Genealogical Register]],'' Boston, MA: NEHGS, 17(1863):171: Births: &quot;Elizabeth, dau. of John and Mary Maynard [born] 26 May, 1649.&quot;&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;*[http://www.gravesfa.org/gen028.htm Greaves Family of Stepney, London, England and Descendants of Rear Admiral Thomas Graves of Charlestown, Massachusetts]* &lt;span id='TCQ'&gt;&lt;/span&gt;''[[Space:The Connecticut Quarterly|The Connecticut Quarterly]]'' (Hartford, Conn., 1895) Vol. 1., [https://books.google.com/books?id=thY9AQAAIAAJ&amp;pg=PA409 Page 409] mAC9Y5 fK0G2K
iW90ZG whttps://www.WikiTree.com/wiki/Maynard-1311 pSarah qMaynard gf b16510000 vHartford, Hartford, Connecticut z1 d17250000 yHartford, Hartford, Connecticut o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Maynard-1311 was created by [[Wright-14067 | George Wright]] through the importof Wright Family Tree.ged on Dec 29, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S-2061536411'&gt;S-2061536411&lt;/span&gt; Repository: [[#R-2139679938]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Tree Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=14279690&amp;pid=390* Repository: &lt;span id='R-2139679938'&gt;R-2139679938&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note: mAC9Y5 fK0G2K
iG0JIP whttps://www.WikiTree.com/wiki/Maynard-541 pHannah qMaynard gf b16530930 vSudbury, Middlesex, Massachusetts Bay Colony z1 d16751010 yCharlestown, Suffolk, Massachusetts Bay Colony o== Biography ==Hannah MAYNARD, daughter of John and Mary Maynard was born in Sudbury, Massachusetts, 30 7[th month (Sept), 1653.&lt;ref&gt;Sudbury Records, published in ''NEHGS Register,'' 17(1863):171&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\nSee also:\n* http://www.axtellfamily.org/axgenea/axnehgr.html\n* http://www.genealogy.com/ftm/r/o/b/Linda-Roberts-VT/WEBSITE-0001/UHP-0326.html\n\n* http://www.werelate.org/wiki/Person:Hannah_Maynard_%285%29\n* John Hayden, in Wyman, Thomas Bellows. The Genealogies and Estates of Charlestown, Massachusetts: in the County of Middlesex and Commonwealth of Massachusetts, 1629-1818. (Boston, Mass.: David Clapp and Son,1879), 1:488.\n* James Hayden, in Anderson, Robert Charles; George F. Sanborn; and Melinde Lutz Sanborn. The Great Migration: Immigrants to New England, 1634-1635. (NEHGS, 1999-2011), 3:279. mAC9Y5 fK0G2K
iC6HYI whttps://www.WikiTree.com/wiki/Maynard-546 pMary qMaynard gf b16560803 vSudbury, Middlesex, Massachusetts Bay Colony z1 d16771104 yConcord, Middlesex, Massachusetts, Bay Colony o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Mary /Maynard/&lt;ref&gt;Source: [[#S801]] Page: Database online. Data: Text: Record for Mary Maynard&lt;/ref&gt;&lt;ref&gt;Source: [[#S892]] Page: Birth year: 1656; Birth city: Sudbury; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S796]] Page: Source number: 506.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: TLH&lt;/ref&gt;&lt;ref&gt;Source: [[#S5584]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S865]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S820]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S864]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 03 AUG 1656:: Place: Sudbury, Middlesex, Massachusetts, USA&lt;ref&gt;Source: [[#S801]] Page: Database online. Data: Text: Record for Mary Maynard&lt;/ref&gt;&lt;ref&gt;Source: [[#S892]] Page: Birth year: 1656; Birth city: Sudbury; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S796]] Page: Source number: 506.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: TLH&lt;/ref&gt;&lt;ref&gt;Source: [[#S5584]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S820]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S864]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 04 NOV 1677:: Place: Concord, Middlesex, Massachusetts, USA&lt;ref&gt;Source: [[#S801]] Page: Database online. Data: Text: Record for Mary Maynard&lt;/ref&gt;&lt;ref&gt;Source: [[#S892]] Page: Birth year: 1656; Birth city: Sudbury; Birth state: MA&lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: @I1108@\n: Wife: [[Maynard-883|Mary Maynard]]\n: Child: [[Hudson-2797|Daniel Hudson]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 21 JUL 1674:: Place: Sudbury, Middlesex, Massachusetts, USA&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S796]] Page: Source number: 506.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: TLH&lt;/ref&gt;&lt;ref&gt;Source: [[#S865]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S796]] Page: Source number: 506.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: TLH&lt;/ref&gt;&lt;ref&gt;Source: [[#S865]] &lt;/ref&gt;\n\n: Wife: [[Maynard-883|Mary Maynard]]\n: Marriage:\n:: Date: 1676:: Place: Middlesex, Massachusetts, USA&lt;ref&gt;Source: [[#S892]] Page: Birth year: 1656; Birth city: Sudbury; Birth state: MA&lt;/ref&gt;\n\n: Husband: @I54154@\n: Wife: @I54155@\n: Child: [[Maynard-883|Mary Maynard]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 16 JUN 1646:: Place: Massachusetts, USA&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S865]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S795]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S795]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S899]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S865]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S796]] Page: Source number: 1954.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: ATW&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S5584'&gt;S5584&lt;/span&gt; Author: Ancestry.com Title:The New England Historical &amp; Genealogical Register, 1847-2011 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R1]]* Repository: &lt;span id='R1'&gt;R1&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com E-Mail Address: Phone Number:* Source: &lt;span id='S796'&gt;S796&lt;/span&gt; Author: Yates Publishing Title: U.S. and International Marriage Records, 1560-1900 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2004;Repository: [[#R1]]* Source: &lt;span id='S801'&gt;S801&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R1]]* Source: &lt;span id='S820'&gt;S820&lt;/span&gt; Author: Godfrey Memorial Library, comp. Title: American Genealogical-Biographical Index (AGBI) Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA;Date: 1999; Repository: [[#R1]]* Source: &lt;span id='S864'&gt;S864&lt;/span&gt; Author: Ancestry.com Title: Massachusetts, Town and Vital Records, 1620-1988 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R1]]* Source: &lt;span id='S865'&gt;S865&lt;/span&gt; Author: Dodd, Jordan, Liahona Research, comp Title: Massachusetts, Marriages, 1633-1850 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2005; Repository: [[#R1]]* Source: &lt;span id='S892'&gt;S892&lt;/span&gt; Author: Edmund West, comp. Title: Family Data Collection - Individual Records Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R1]]* Source: &lt;span id='S899'&gt;S899&lt;/span&gt; Author: Ancestry.com Title: U.S., New England Marriages Prior to 1700 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2012; Repository: [[#R1]]\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Myers-2993 | Jonathon Dale Walter Myers]] for creatingWikiTree profile Maynard-883 through the import of WARNER James 1828.ged on Sep 13, 2013. Click to the Changes page for the details of edits by Jonathon Dale Walter and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mAC9Y5 fK0G2K
iWX5GS whttps://www.WikiTree.com/wiki/Axtell-2900 pWilliam qAxtell gm b15870000 vBerkhamsted Hertfordshire, England z1 yBerkhamsted Hertfordshire, England o== Biography ==\nWilliam was born in 1587 in Berkhamsted, Hertfordshire, England and was baptized in 1591 in St. Peters, Gr. Berkhamsted, Hertford, and diedin 1638, also in Berkhamsted.&lt;ref&gt;Source S1&lt;/ref&gt;\n\nHe had brothers Henry and John. &lt;ref&gt;Source S1&lt;/ref&gt;\nWilliam married Thomasine about 1614,&lt;ref&gt;Dean Crawford, ''The Ancestry of Eva Belle Kempton, 1878-1908,'' ed. Melinde Lutz Sanborn (Boston, 2004), part 1 pp 49--51&lt;/ref&gt;&lt;ref&gt;&quot;English Ancestry of New England Families&quot; series 11 vol 1. p 54&lt;/ref&gt; or 1618 &lt;ref&gt;Source S1&lt;/ref&gt; in Hertfordshire. Tomasine was born in 159 in Berhamsted. &lt;ref&gt;Source S1&lt;/ref&gt;\nHe was buried in Berkhamsted St. Peters, Hertfordshire, 23 May 1638.&lt;ref&gt;Paul C. Reed, &quot;A Tale of Two Regicides: Daniel Axtell and Cornelius Holland (and Their Son and Daughter, Who Helped Save the Carolinas),&quot; in ''The American Genealogist,'' 81(April 2006):81-98, 192-198, citing Berkhamsted St. Peter, Hertfordshire, parish register, FHL #569,710&lt;/ref&gt;\nChildren of his marriage with Thomasine, all born in Berkhamsted, were: &lt;ref&gt;Source S1&lt;/ref&gt;\n#Nathaniel (1612)\n#John (1614) &lt;ref&gt;Source P3&lt;/ref&gt;\n#William (1616) &lt;ref&gt;Source P2&lt;/ref&gt;\n#Thomas (1618/19) &lt;ref&gt;Source P1&lt;/ref&gt;\n#Daniel (1622) &lt;ref&gt;Source P5&lt;/ref&gt;\n#Samuel (1626) &lt;ref&gt;Source P4&lt;/ref&gt;\n#Sarah (1628)\n#Joane (ca. 1630)\n#Ann (ca. 1633)\n&quot;One of William's ancestors was apparently an Augustinian monk, Johannes Axstyl, who, with the other monks at Gatesden, deeded over their monastery to the English King when Henry VIII broke with the Catholic Church. Johannes apparently changed his name to John Axtell and had a family. Silas B. Axtell describes this connection in a 1952 speech he gave at a family reunion, The Axtell Heritage. He also speculates abouta possible connection back to 1327. The speech says that the monk wasWilliam's father, but the dates are too spread out for that scenario to be reasonable. Dean C. Axtell stopped in at the Family History Library in Salt Lake City (1995). According to their files, William Axtellwas born in 1587 and his father, John Axstyl, was born 1561. The monksigned the deed in 1534, so maybe the monk was William's great-grandfather.&quot; &lt;ref&gt;Source S1&lt;/ref&gt;\n\n== Sources ==P1. [https://familysearch.org/ark:/61903/1:1:N8G1-L73 England Births]Thomas Axtyll was christened on 26Jan1618 in Great Berkhampstead. Father was William Axtyll.\nP2. [https://familysearch.org/ark:/61903/1:1:N8PQ-N9Z England Births]William Axtyll was christened on 11Jun1622 in Great Berkhampstead. Father was William Axtyll.\nP3. [https://familysearch.org/ark:/61903/1:1:J32T-9VN England Births]Jhon Axtill was christened on 14Aug1614 in Great Berkhampstead. Father was William Axtill.\nP4. [https://familysearch.org/ark:/61903/1:1:V5GB-73W England Births]Sammuell Axtill was christened on 15Dec1624 in Great Berkhampstead. Father was William Axtill.\nP5. [https://familysearch.org/ark:/61903/1:1:V5GB-7YQ England Births]Daniell Axtill was christened on 26May1622 in Great Berkhampstead. Father was William Axtill.\nS1. [https://www.geni.com/people/William-Axtell/5486441415500030255 Geni] William Axtell, born ca. 1587 in Berkhamstead, Hertfordshire, England. Died 23May1638 in Berkhamstead. Son of John Axtell and Dorothy Symonds. Father of 9 listed children. Brother of John and Henry.\nS2. [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=58715305 Find A Grave.] William Axtell, born 1587 in Hertfordshire, England. died 23May1638 in Hertfordshire. LInk to wife Thomasine and children Thomas and Daniel. Unknown burial location.\n&lt;references /&gt;\n\n==Acknowledgements==\n1. [[Lhamon-27 | Jim Lhamon]].\n\n==Notes==\n1. The proper spelling is &quot;Berkhamsted&quot;, pronounced BARK-im-sted.&lt;br/&gt;\n2. OurFamilyHistories: No hits for William Axtell.&lt;br/&gt;3. FamilySearch query returns 49 primary sources, none with Thomasinementioned as spouse. There are numerous mentions of Spouse=Anne, which is probably William's son William's wife. mM92X5 fW7DMI sHUZUX
iHUZUX sWX5GS whttps://www.WikiTree.com/wiki/Cutler-385 pThomasine qCutler gf b15910000 vEngland z1 d16750000 yBerkhamsted, Dacorum Borough Hertfordshire, England o== Biography ==\nSee Williams profile for more details.\n\n\n== Sources ==S1. [https://www.geni.com/people/Thomasine-Axtell/5486441468070030261Geni.] Thomasine Axtell (Cutler), born ca. 1591 in Berkampstead, Hertford, England. Died 1636 in Berkhampstead. Daughter of Nelson Cutler and Jennifer Young. Wife of William Axtell. Mother of 9 listed children.\nS2. [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=58715273 Find A Grave.] Tomasine Cutler Axtell, born in 1591 in Berkamsted. Died1675 in Berkhamsed. Daughter of Nelson Cutler and Jennifer Young. Burial Unknown.\n\n&lt;references /&gt;\n\n==Acknowledgments==\n1. Initial profile entered by Jim Lhamon, Feb 22, 2012\n\n==Notes==\n1. FamilySearch. No sources found for Thomasine Axtell. mOIV6C fPH5K8
iB0M2R whttps://www.WikiTree.com/wiki/Axtell-2912 pJohn qAxtell gm b16140814 vHertfordshire, England o== Biography ==\nJohn was born in 1614. John is the child of [[Axtell-2900|William Axtell]] and [[Cutler-385|Thomasine Cutler]]. &lt;ref&gt;Entered by Jim Lhamon, Feb 22, 2012&lt;/ref&gt;\n''No more info is currently available for John Axtell. Can you add tothis biography?''\n\n== Sources ==* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:J94F-7YQ : 10 February 2018, Jhon Axtill, ); citing item 1, index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 1,040,650.\n* [[Lhamon-27 | Jim Lhamon]], firsthand knowledge. Click the Changes tab for the details of edits by Jim and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHUZUX fWX5GS
iOYQKO whttps://www.WikiTree.com/wiki/Axtell-2913 pWilliam qAxtell gm b16161201 vHertfordshire, England o== Biography ==\nWilliam was born in 1616. He is the son of [[Axtell-2900|William Axtell]] and [[Cutler-385|Thomasine Cutler]]. &lt;ref&gt;Entered by Jim Lhamon,Feb 22, 2012&lt;/ref&gt;\n''No more info is currently available for William Axtell. Can you addto his biography?''\n\n== Sources ==* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V5GB-4DV : 11 February 2018, William Axtill, 01 Dec 1616); citing , index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm Q942.58 V27 V. 3.\n* [[Lhamon-27 | Jim Lhamon]], firsthand knowledge. Click the Changes tab for the details of edits by Jim and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHUZUX fWX5GS
iQUF62 whttps://www.WikiTree.com/wiki/Axtell-2911 pNathaniel qAxtell gm b16180126 vBerkhamsted, Hertfordshire, England o{{Unsourced|Hertfordshire}}\n== Biography ==\nNathaniel was born in 1618. He is the son of [[Axtell-2910|William Axtell]] and [[Unk-519|Thomasine Unk]]. &lt;ref&gt;Entered by Jim Lhamon, Feb22, 2012&lt;/ref&gt;\n''No more info is currently available for Nathaniel Axtell. Can you add to his biography?''\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHUZUX fWX5GS
iOAZ1Y whttps://www.WikiTree.com/wiki/Axtell-2914 pDaniel qAxtell gm b16220526 vGreat Berkhampstead, Hertfordshire, England z1 d16601019 yhung, drawn and quartered inTyburn, Middlesex, England o[[Category:Regicides of Charles I]]\n\n== Biography ==\n{{British Isles Aristo|place=England}}The case for his origins, spouse and fatherhood of Landgrave Daniel Axtell, settler in South Carolina, is covered extensively in a 2006 article.&lt;ref&gt;Paul C. Reed, &quot;[[Space:A_Tale_of_Two_Regicides|A Tale of TwoRegicides]]: Daniel Axtell and Cornelius Holland (and Their Son and Daughter, Who Helped Save the Carolinas),&quot; in ''The American Genealogist,'' 81(April 2006):81-98, 192-198.&lt;/ref&gt; This excellent article also details the history and events leading up to the execution of Charles I, and Daniel Axtell's role in (and execution for) it.\n'''Colonel''' Daniel Axtell Sr.&lt;ref&gt;Source: [[#S1]] Database online. Record for Landgrave Daniel Axtell Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pubmembertrees&amp;h=12092189076&amp;indiv=try&lt;/ref&gt;\n\n'''Born'''\n26 MAY 1602.Great Berkhampstead, Hertfordshire, England. &lt;ref&gt;Source: [[#S1]] Database online. Record for Landgrave Daniel Axtell Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pubmembertrees&amp;h=12092189076&amp;indiv=try&lt;/ref&gt;\n\n'''Died'''\n19 OCT 1660.hung, drawn and quartered inTyburn, Middlesex, England. &lt;ref&gt;Source: [[#S1]] Database online. Record for Landgrave Daniel Axtell Link: http://search.ancestry.com/cgi-bin/sse.dll?db=pubmembertrees&amp;h=12092189076&amp;indiv=try&lt;/ref&gt;\n\n'''Photo:''' [[#M7281]].\n\n'''File''' @M4761@.\n@M7281@.\n@M8114@.\n\n== Sources ==\n&lt;references /&gt;\nP5. [https://familysearch.org/ark:/61903/1:1:V5GB-7YQ England Births]Daniell Axtill was christened on 26May1622 in Great Berkhampstead. Father was William Axtill.\nSee also:* Axtell Family Association, &quot;[http://www.axtellfamily.org/axfamous/regicide/ Col. Daniel Axtell, Regicide]&quot; (website; accessed 21 May 2015)* [http://www.axtellfamily.org/axfamous/regicide/DanielAxtellTrial1660.htm Selections from the Trial and Execution of Col. Daniel Axtell inOctober 1660]* Source: &lt;span id='S1'&gt;S1&lt;/span&gt; Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.; mHUZUX fWX5GS
iYWL33 whttps://www.WikiTree.com/wiki/Axtell-2915 pSamuel qAxtell gm b16241215 vHertfordshire, England o== Biography ==\nSamuel was born in 1624. He is the son of [[Axtell-2900|William Axtell]] and [[Cutler-385|Thomasine Cutler]]. &lt;ref&gt;Entered by Jim Lhamon, Feb 22, 2012&lt;/ref&gt;\n''No more info is currently available for Samuel Axtell. Can you add to his biography?''\n\n== Sources ==* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NBFV-P9C : 10 February 2018, Samuell Axtell, ); citing item 1, index based upon data collected bythe Genealogical Society of Utah, Salt Lake City; FHL microfilm 1,040,650.\n* [[Lhamon-27 | Jim Lhamon]], firsthand knowledge. Click the Changes tab for the details of edits by Jim and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHUZUX fWX5GS
iVDOTY whttps://www.WikiTree.com/wiki/Axtell-2916 pSarah qAxtell gf b16280620 vHertfordshire, England o== Biography ==\nSarah was born in 1628. She is the daughter of [[Axtell-2900|William Axtell]] and [[Cutler-385|Thomasine Cutler]]. &lt;ref&gt;Entered by Jim Lhamon, Feb 22, 2012&lt;/ref&gt;\n''No more info is currently available for Sarah Axtell. Can you add to her biography?''\n\n== Sources ==\n* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N8PQ-9L9 : 10 February 2018, Sara Axtill, ); citing item 1, index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 1,040,650.\n* [[Lhamon-27 | Jim Lhamon]], firsthand knowledge. Click the Changes tab for the details of edits by Jim and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHUZUX fWX5GS
iAWONP whttps://www.WikiTree.com/wiki/Axtell-2917 pJoane qAxtell gf b16300000 vHertfordshire England o{{Unsourced|Hertfordshire}}\n== Biography ==\nJoane was born in 1630. She is the daughter of [[Axtell-2910|William Axtell]] and [[Unk-519|Thomasine Unk]]. &lt;ref&gt;Entered by Jim Lhamon, Feb 22, 2012&lt;/ref&gt;\n''No more info is currently available for Joane Axtell. Can you add to her biography?''\n\n== Sources ==\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mHUZUX fWX5GS
iW7DMI whttps://www.WikiTree.com/wiki/Axstyl-1 pJohn qAxstyl gm b15610000 vGatasden, Herford, England z1 d15910000 o== Biography ==\n\n\n== Sources ==1. [https://www.geni.com/people/John-Axtell/6000000008725269944 Geni.] John Axtell, AKA &quot;William Axtell&quot; and John Axstyl&quot;. Born in 1561 in Gatasden, Hertford,, England. Died in 1591. Son of John Axtell and Katherine Littleboy. Husband of Anne Bristow and Dorothy Symonds. Father of William, John Jr. and Henry.\n\n\n&lt;references /&gt;\n\n==Acknowledgements==\n* [[Lhamon-27 | Jim Lhamon]], firsthand knowledge., Feb 22, 2012.\n\n==Notes==\n1. OurFamilyHistories. No hits.2. FamilySearch query for John Axtell, born 1561, returns 36 Primary Sources. None of these are a match for his marriage or children. 27 trees were returned. Some of them have child William, Henry and a femalechild. Dorothy Symonds is listed as spouse on some trees. Parents areJohn Axtell and Katherine Littleboy, or William Axtel and Joan Phillips fKUR4W sM92X5
iM92X5 sW7DMI whttps://www.WikiTree.com/wiki/Symonds-264 pDorothy qSymonds gf b15650000 vEngland z1 d15870000 o== Biography ==\n\n\n== Sources ==1. [https://www.geni.com/people/Dorothy-Axstyl-Axtell/6000000006595898527 Geni.] Dorothy Axtell, born in 1565, died in 1584. Wife of John Axtell. No parents listed. Son William was born about 1587, so she could not have died before that.\n\n&lt;references /&gt;\n\n==Acknowledgements==\n1. * [[Lhamon-27 | Jim Lhamon]], firsthand knowledge. Feb 22, 2012.
iPH5K8 whttps://www.WikiTree.com/wiki/Cutler-627 pNelson qCutler gm b15700000 o== Biography ==\n\n\n== Sources == [https://www.geni.com/people/Nelson-Cutler/6000000040373329333 Geni.] Nelson Cutler, born in 1570, died in 1590. Husband of Jennifer Cutler. Father of Thomasine Axtell.\n\n== Acknowledgments ==*Thank you to [[T-76 | KT t]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Cutler-627 creating] Cutler-627 on 30 Jul 13.\n\n==Notes==\n1. OurFamilyHistories. No hits.&lt;br/&gt;2. FamilySearch. No primary source hits. 8 trees. These specify his wife as Jenifer Young and child as Thomasine. No parents are listed. sOIV6C
iOIV6C sPH5K8 whttps://www.WikiTree.com/wiki/Young-8842 pJennifer qYoung gf b15700000 o== Biography ==\n\n\n== Sources ==S1. [https://www.geni.com/people/Jennifer-Cutler/6000000036636120921 Geni.] Jennifer Cutler, born ca. 1570. Wife of Nelson Cutler. Mother of Thomasine Axtell.\n\n== Acknowledgements ==This page has been edited according to [http://www.wikitree.com/wiki/Acknowledgements Style Standards] adopted January 2014. Descriptions of imported gedcoms for this profile are under the Changes tab.\nThe events of Jennifer's life were either witnessed by [[T-76 | KT t]] or KT plans to add [[sources]] here later.''\n\n==Notes==\n1. OurFamilyHistories. No hits.&lt;br/&gt;2. FamilySearch. No hits on primary sources. 9 trees that have Jennifer Young married to Nelson Cutler.
iW46JH whttps://www.WikiTree.com/wiki/Allis-31 pSamuel qAllis gm b16470224 vBraintree, Suffolk, Massachusetts Bay z1 d16910309 yHatfield, Hampshire, Massachusetts Bay o[[Category: Massachusetts_Bay_Colony]]\n[[Category: Braintree, Massachusetts]]\n[[Category: Hatfield, Massachusetts]]\n\n== Biography ==Samuel Allis was born on February 24, 1646/47, in Braintree,[[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]]&lt;ref&gt;[[#FN01]] Braintree. &lt;/ref&gt; to William Allis 32, and Mary Bronson 32.\n&quot;Samuel sonne of William Alyes &amp; Mary his wife was Borne the 24th. ofye 12 month 1646&quot; --- Braintree, Massachusetts: Vital Records, 1643-1793, Vol. 1 : Pg. 3.\n&quot;Samuel was a carpenter and builder of Hatfield and resided on the East side of Hatfield Street.&quot; - Genealogy of William Allis of Hatfield Mass and Descendants\nOn December 14, 1669, he married Alice and they had seven children. He died on March 9, 1691, in Hatfield, Massachusetts, at the age of 45,during the &quot;Great Sickness&quot;. &lt;ref&gt;[[#B10]] Sheldon, Volume II, p. 26,in ''Genealogies'' section. &lt;/ref&gt;\n\n=== Children ===\n# Mehitable Allis Moore 16771757\n# Samuel Allis 16791704\n# William Allis 16801763\n# Mary Allis Brooks 16821725\n# Thomas Allis 16841751\n# Sarah Allis Evarts, Scranton 16861749\n# Rebecca Allis Jones 16871729\n\n===Birth===1647 - &lt;ref name=&quot;cite-01&quot;&gt; .&lt;/ref&gt;, &lt;ref&gt;http://www.genealogyofnewengland.com/f_54.htm#53&lt;/ref&gt;, &lt;ref&gt;[[#B01]] Wells p. 369. &lt;/ref&gt;, &lt;ref&gt;[[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;&lt;BR&gt;\n\n===Marriage===Spouse: Alice Unknown. &lt;ref&gt;[[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;\n\n===Death===\n1691 - &lt;ref name=&quot;cite-02&quot;&gt; .&lt;/ref&gt; &lt;BR&gt;\n\n===Burial===\n:February 1691 - &lt;ref name=&quot;cite-02&quot;/&gt; &lt;BR&gt;\n:Massachusetts, USA &lt;BR&gt;:Find A Grave Memorial# 125348661 &lt;ref&gt;http://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=125348661&lt;/ref&gt; &lt;BR&gt;\nBillion Graves &lt;BR&gt;\n* ''' Dates''':''Two things to be aware of - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n== Sources ==\n&lt;references/&gt;* &lt;span id='Bates'&gt;&lt;/span&gt;Bates, Samuel. ''[[Space:Records of the Town of Braintree, 1640-1793|Records of the Town of Braintree, 1640-1793]]'' (Daniel H. Huxford, Randolph, Mass., 1886) [https://archive.org/details/cu31924025963665/page/n637 Page 628]* &lt;span id='Yates'&gt;&lt;/span&gt;Yates Publishing, ''[[Space:U.S. and International Marriage Records, 1560-1900|U.S. and International Marriage Records, 1560-1900]]'' (The Generations Network, Inc., Provo, UT, USA, 2004)* [&lt;span id='B01'&gt;B01&lt;/span&gt;] Wells, D. W., &amp; Wells, R. F. (1910). A history of Hatfield, Massachusetts, in three parts: I. An account of the development of the social and industrial life of the town from its first settlement. II. The houses and homes of Hatfield, with personal reminiscences of the men and women who have lived there during the last one hundred years; brief historical accounts of the religious societies and of Smith Academy; statistical tables, etc. III. Genealogies ofthe families of the first settlers. Springfield, Mass: Pub. under thedirection of F.C.H. Gibbons. [https://archive.org/details/ahistoryhatfiel00wellgoog] [http://www.worldcat.org/title/history-of-hatfield-massachusetts-in-three-parts-i-an-account-of-the-development-of-the-social-and-industrial-life-of-the-town-from-its-first-settlement-ii-the-houses-and-homes-of-hatfield-with-personal-reminiscences-of-the-men-and-women-who-have-lived-there-during-the-last-one-hundred-years-brief-historical-accounts-of-the-religious-societies-and-of-smith-academy-statistical-tables-etc-iii-genealogies-of-the-families-of-the-first-settlers/oclc/3867047/editions?referer=di&amp;editionsView=true] &lt;BR&gt;* Judd, S., &amp; Boltwood, L. M. (1863). History of Hadley: Including the early history of Hatfield, South Hadley, Amherst and Granby, Massachusetts. Northampton: Printed by Metcalf. [] [http://www.worldcat.org/title/history-of-hadley-including-the-early-history-of-hatfield-south-hadley-amherst-and-granby-massachusetts/oclc/10598481/editions?referer=di&amp;editionsView=true] &lt;BR&gt;* [&lt;span id='B10'&gt;B10&lt;/span&gt;] Sheldon, G. (1895). A history of Deerfield, Massachusetts: The times when and the people by whom it was settled, unsettled and resettled : with a special study of the Indian Wars in the Connecticut Valley : with genealogies. Deerfield, Mass: publisher not identified. [https://archive.org/details/historyofdeerfie02shel] [http://www.worldcat.org/title/history-of-deerfield-massachusetts-the-times-when-and-the-people-by-whom-it-was-settled-unsettled-and-resettled-with-a-special-study-of-the-indian-wars-in-the-connecticut-valley-with-genealogies/oclc/20112114/editions?referer=di&amp;editionsView=true]&lt;BR&gt;\n* Ancestry.com Sources\n::: American Genealogical-Biographical Index (AGBI)\n::: Ancestry Family Trees\n::: Family Data Collection - Deaths\n::: Family Data Collection - Individual Records\n::: Massachusetts, Town Vital Collections, 1620-1988\n::: The New England Historical &amp; Genealogical Register, 1847-2011\n::: U.S. and International Marriage Records, 1560-1900\n::: U.S., New England Marriages Prior to 1700::: U.S., Sons of the American Revolution Membership Applications, 1889-1970\n::: Web: Netherlands, GenealogieOnline Trees Index, 1000-Current\n\n=== Footnotes ===* [&lt;span id='FN01'&gt;FN01&lt;/span&gt;] [[Wikipedia:Braintree,_Massachusetts|Braintree,Massachusetts]] was included as one of the original towns when [[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]] was created in 1643. When the formation of [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]] happened in 1793, Braintree was in the area that moved from Suffolk county to the new Norfolk county. &lt;BR&gt;\n* [[Wikipedia: Hatfield,_Massachusetts]]\n* [[Wikipedia: Hampshire_County,_Massachusetts]] mELHSX fVFDVO
iIFFPR whttps://www.WikiTree.com/wiki/Unknown-293014 pAlice qUnknown gf b16550000 vHatfield, Hampshire, MA z1 d17040229 yDeerfield, Franklin, Massachusetts o[[Category: Raid on Deerfield]]\n\n== Biography ==Alice was born about 1655 and first married first married Samuel Allis who died in 1691, during the &quot;Great Sickness&quot;. They had at least 7 children: Mehitable, Samuel, William, Mary, Thomas, Sarah &amp; Rebecca.\nAfter Samuel's death, Alice married John Hawks Jr (1643 - ca1722) on 20 Nov 1696. She had one child by him: Elizabeth.\nAs a result of the French &amp; Indian attack on Deerfield on 29 Feb 1703/4: Alice was killed &quot;in the village&quot;; her son Samuel Allis was killed&quot;in the meadow&quot;; her daughter Elizabeth Hawks, 8, was captured and died enroute to Canada; her daughter Mary Allis, 22, was captured, takento Canada and later &quot;redeemed&quot;. In addition, her husband's son, John Hawks III, along with his wife and 3 children were killed in their dwelling.\nAlice, son Samuel Allis and the other members of the Hawks family areburied in a common grave with the other victims of the Deerfield massacre.\n\n== Burial ==\n:Old Deerfield Burying Ground\n:Deerfield\n:Franklin County\n:Massachusetts, USA\n\n:Inscription:\n:THE DEAD OF 1704\n:--- + ---\n:THE GRAVE OF\n:48 MEN, WOMEN AND\n:CHILDREN, VICTIMS\n:OF THE FRENCH AND\n:INDIAN RAID ON\n:DEERFIELD,\n:FEBRUARY 29, 1704.\n\n\n== Children ==\n:Spouse: Samuel Allis/Alyes 16461691\n:Mehitable Allis Moore 16771757\n:Samuel Allis 16791704\n:William Allis 16801763\n:Mary Allis Brooks 16821725\n:Thomas Allis 16841751\n:Sarah Allis Evarts, Scranton 16861749\n:Rebecca Allis Jones 16871729\n\n:Spouse: John Hawks: 16431722\n::Elizabeth Hawks 16961704\n\n== Sources ==\n*Ancestry Family Trees, Ancestry.com*Massachusetts Marriages, 1633-1850, Family History Library, Salt Lake City, UT, Film # 0760648 &amp; 1887384, Ancestry.com.*Massachusetts, Town Vital Collections, 1620-1988, Online publication- Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data -Town and City Clerks of Massachusetts. Massachusetts Vital and Town Records. Provo, UT: Holbrook Research Institute (Jay and Delene Holbrook).*Millennium File, Online publication - Provo, UT, USA: The Generations Network, Inc., 2003.Original data - Heritage Consulting. The Millennium File. Salt Lake City, UT, USA: Heritage Consulting.Original data: Heritage Consulting.*U.S., Find A Grave Index, 1700s-Current, http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=76569522&amp;ref=acom\n*U.S., New England Marriages Prior to 1700*U.S., Sons of the American Revolution Membership Applications, 1889-1970\n\n&lt;references /&gt; sPYCM5
iPYCM5 sIFFPR whttps://www.WikiTree.com/wiki/Hawks-554 pJohn qHawks gm b16430813 vWindsor, Hartford, Connecticut z1 o[[Category: Deerfield, Massachusetts]]\n== Biography ==\nJohn was born in 1643. He passed away after 1721.\n\n== Sources ==\n&lt;references /&gt;\n* 1. U.S. and International Marriage Records, 1560-1900\n 2. U.S., New England Marriages Prior to 1700* &lt;span id='Welles'&gt;&lt;/span&gt;Welles, Edwin. ''[[Space:Births, Marriages, and Deaths Returned from Hartford, Windsor, and Fairfield, and Entered in the Early Land Records of the Colony of Connecticut|Births, Marriages, and Deaths Returned from Hartford, Windsor, and Fairfield, and Entered in the Early Land Records of the Colony of Connecticut]]'' (Case, Lockwood &amp; Brainard Co., 1898) [https://books.google.com/books?id=0woWAAAAYAAJ&amp;pg=PA36 Page 36]* &lt;span id='Sheldon'&gt;&lt;/span&gt;Sheldon, George. ''[[Space:A History of Deerfield, Massachusetts|A History of Deerfield, Massachusetts]]'' (E.A. Hall &amp; Co., Greenfield, Mass., 1895) [https://archive.org/stream/historyofdeerfie01shel#page/45/mode/1up Page 45] mM8I93 fZQYUY
iK7RGU whttps://www.WikiTree.com/wiki/Allis-69 pSamuel qAllis gm b16790220 vHatfield, Hampshire County, Massachusetts Bay Colony z1 d17040229 yDeerfield, Hampshire County, Province of Massachusetts Bay o[[Category:Massachusetts_Bay_Colony]]\n[[Category:Hatfield%2C_Massachusetts]]\n[[Category:Raid_on_Deerfield]]\n== Biography ==Samuel was born in 1679 in Hattfield. [[Wikipedia:Hatfield,_Massachusetts|Hatfield, Massachusetts]] Samuel ...He was killed in 1704 during the [[Wikipedia:Raid_on_Deerfield|Raid on Deerfield]] by Native Americans.\nHis uncle, [[Allis-33|William Allis]] was killed in 1676 during the [[Wikipedia:Battle_of_Turner's_Falls|Battle of Turners Falls]].\n\n\n===Birth===1679&lt;ref name=&quot;cite-01&quot;&gt;[http://timetabletrust.com/documents/fourteen0001.htm#id4190 Greenwoods Genealogy Fourteen Families]&lt;/ref&gt;&lt;ref&gt;Source: [[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;, &lt;ref&gt;[http://jenningsweb.us/cgi-bin/igmget.cgi/n=Jennings?I2754 Jennings Genealogy Page]&lt;/ref&gt;, &lt;ref&gt;http://www.genealogyofnewengland.com/f_54.htm#53&lt;/ref&gt; &lt;BR&gt;\n\n===Christening===\n &lt;BR&gt;\n\n===Education===\n &lt;BR&gt;\n\n===Military===\n&lt;BR&gt;\n\n===Obituary===\n\n\n===Death===1704 - &lt;ref name=&quot;cite-02&quot;&gt; {{FindAGrave|76566777}}&lt;/ref&gt;&lt;ref&gt;Source:[[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;, &lt;ref&gt;http://www.babcock-acres.com/Misceallaneous/deerfield_captives_of_1704.htm&lt;/ref&gt;\n &lt;BR&gt;\n\n===Burial===\n~01 March 1704 - &lt;ref name=&quot;cite-02&quot;/&gt; &lt;BR&gt;\nOld Deerfield Burying Ground &lt;ref name=&quot;cite-02&quot;/&gt; &lt;BR&gt;\nDeerfield, Franklin County, Massachusetts, USA &lt;BR&gt;\nPlot: . &lt;BR&gt;\n\n==Sources==\n&lt;references/&gt;\n\n\n===Books===# [&lt;span id='B10'&gt;B10&lt;/span&gt;] Sheldon, G. (1895). A history of Deerfield, Massachusetts: The times when and the people by whom it was settled, unsettled and resettled : with a special study of the Indian Wars in the Connecticut Valley : with genealogies. Deerfield, Mass: publisher not identified. [https://archive.org/details/historyofdeerfie02shel] [http://www.worldcat.org/title/history-of-deerfield-massachusetts-the-times-when-and-the-people-by-whom-it-was-settled-unsettled-and-resettled-with-a-special-study-of-the-indian-wars-in-the-connecticut-valley-with-genealogies/oclc/20112114/editions?referer=di&amp;editionsView=true]&lt;BR&gt;\n\n===Footnotes===[&lt;span id='FN01'&gt;FN01&lt;/span&gt;] [[Wikipedia:Conway,_Massachusetts|Conway, Massachusetts]] was first settled in 1762 as the southwest portionof Deerfield. The town was eventually separated and was officially incorporated in 1767. &lt;BR&gt;\n\n[&lt;span id='FN03'&gt;FN03&lt;/span&gt;] [[Wikipedia:Franklin_County,_Massachusetts|Franklin County]] was not created until 1811. Previously, the area was part of the northern third of Hampshire County. &lt;BR&gt;\n\n\n\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;*http://www.vosoriginesyourroots.org/t20408-descendants-des-captifs-de-deerfield-suite-du-29-fevrier-1704\n==Acknowledgments==Thank you to [[Rantz-7 | Karen Munro]] for creating WikiTree profile Allis-69 through the import of 02 16 02013.ged on Jul 1, 2013. Click to the Changes page for the details of edits by Karen and others.\nThanks to '''Charles Baker''' [http://findagrave.com/cgi-bin/fg.cgi?page=mr&amp;MRid=47201082] for Find A Grave memorial. &lt;BR&gt;\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mIFFPR fW46JH
iJ11IC whttps://www.WikiTree.com/wiki/Allis-70 pWilliam qAllis gm b16801019 vHatfield, Hampshire County, Massachusetts Bay Colony z1 d17630220 yMontague, Franklin County, Province of Massachusetts Bay o[[Category:Massachusetts_Bay_Colony]]\n[[Category:Hatfield,_Massachusetts]]\n[[Category:Sunderland,_Massachusetts]]\n== Biography ==William was born in 1680 in [[Wikipedia:Hatfield,_Massachusetts|Hatfield, Massachusetts]], [[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]].\n\n\n=== Note ===: Note: William Allis was one of the first settlers of [[Wikipedia:Sunderland,_Massachusetts|Sunderland, MA]], where he was assigned Homestead 4, East Side. and was among the first to remove to Hunting Hills(now [[Wikipedia:Montague,_Massachusetts|Montague]], being one of thepioneers in the Chestnut Hill District in 1738.\n\n\n===Birth===19 Oct 1680&lt;ref name=&quot;cite-01&quot;&gt;[http://www.genealogyofnewengland.com/f_288.htm#1 Steve Condarcure's New England Genealogy Index For WilliamAllis]&lt;/ref&gt;&lt;ref&gt;Source: [[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;\n&lt;BR&gt;\n\n===Christening===\n\n===Education===\n\n\n===Military===\n\n\n===Marriage===Spouse: Elizabeth Davis.&lt;ref name=&quot;cite-01&quot;/&gt;&lt;ref&gt;Source: [[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt; &lt;BR&gt;\n\n: Husband: [[Allis-70|William Allis]]\n: Wife: @I1292@\n: Child: [[Allis-75|Mary Allis]]\n: Child: [[Allis-76|Lois Allis]]\n: Child: @I1298@\n: Child: [[Allis-77|Zebediah Allis]]\n: Child: [[Allis-78|Elizabeth Allis]]\n: Marriage:\n:: Date: 1703/1704\n:: Place: Hatfield, Hampshire Co, Massachusetts\nImported only 1703 from Marriage Date and marked as uncertain.\n\n\n===Obituary===\n\n\n===Death===1763 - &lt;ref name=&quot;cite-01&quot;/&gt; &lt;ref&gt;&quot;Massachusetts, Town Clerk, Vital and Town Records, 1626-2001,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:FHD2-BP2 : 3 November 2017), William Allis, 20 Feb 1763; citing Death, Montague, Franklin, Massachusetts,United States, , town clerk offices, Massachusetts; FHL microfilm 766,948.&lt;/ref&gt;\n\n===Burial===\n~Feb 1763 - &lt;ref name=&quot;cite-01&quot;/&gt; &lt;BR&gt;\n\n\n==Sources==\n&lt;references/&gt;\n\n\n===Books===# [&lt;span id='B10'&gt;B10&lt;/span&gt;] Sheldon, G. (1895). A history of Deerfield, Massachusetts: The times when and the people by whom it was settled, unsettled and resettled : with a special study of the Indian Wars in the Connecticut Valley : with genealogies. Deerfield, Mass: publisher not identified. [https://archive.org/details/historyofdeerfie02shel] [http://www.worldcat.org/title/history-of-deerfield-massachusetts-the-times-when-and-the-people-by-whom-it-was-settled-unsettled-and-resettled-with-a-special-study-of-the-indian-wars-in-the-connecticut-valley-with-genealogies/oclc/20112114/editions?referer=di&amp;editionsView=true]&lt;BR&gt;\n\n===Footnotes===\n\n\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - English colonists didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n==Acknowledgments==Thank you to [[Rantz-7 | Karen Munro]] for creating WikiTree profile Allis-70 through the import of 02 16 02013.ged on Jul 1, 2013. Click to the Changes page for the details of edits by Karen and others.\n\nThanks to '''x''' [] for Find A Grave memorial. &lt;BR&gt;\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mIFFPR fW46JH
iS2LLY whttps://www.WikiTree.com/wiki/Allis-71 pMary qAllis gf b16820706 vHatfield, Hampshire County, Massachusetts Vaay Colony z1 o[[Category:Massachusetts_Bay_Colony]]\n[[Category:Hatfield%2C_Massachusetts]]\n[[Category:Raid_on_Deerfield]]\n== Biography ==Mary Allis was born on July 6, 1682, in [[Wikipedia:Hatfield,_Massachusetts|Hatfield, Massachusetts]] , to Samuel Ellis 36, and his wife, Alice, 27.\nAt age 22 she was captured February 29, 1704 during the [[Wikipedia:Raid_on_Deerfield|Raid on Deerfield]] by Native Americans. &lt;ref&gt;Source:[[#FN01]] Captive. &lt;/ref&gt; Her mother and brother were killed in the raid. She and other captives, were marched to Canada following the raid. The harsh winter conditions on the march killed many captives, including Mary's half sister, Elizabeth Hawks. She was redeemed from Canada before 1710 and returned to Deerfield, Franklin, MA.\nOn February 3, 1710, she married Nathaniel Brooks, son of William Brooks and Mary Burt, who had also been captured in the Deerfield Massacre and redeemed from Canada. Nathaniel's first wife, Mary Williams, wascaptured during the Deerfield Massacre and died of a miscarriage on the march to Canada. Two of Nathan's children, Mary Brooks, age 7, and William Brooks, age 6, were also captured and never returned.\n\nMary Allis Brooks and Nathaniel Brooks had eight children.\nHer uncle, [[Allis-33|William Allis]] was killed in 1676 during the [[Wikipedia:Battle_of_Turner's_Falls|Battle of Turners Falls]].\n\n\n===Birth===1682 - &lt;ref name=&quot;cite01&quot;&gt;http://timetabletrust.com/documents/fourteen0001.htm#id4190&lt;/ref&gt;, &lt;ref&gt;Source: [[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;, &lt;ref&gt;http://jenningsweb.us/cgi-bin/igmget.cgi/n=Jennings?I2756&lt;/ref&gt;, &lt;ref&gt;http://www.genealogyofnewengland.com/f_29.htm#30&lt;/ref&gt; &lt;BR&gt;\n\n===Marriage===Spouse: [[Brooks-1059|Nathaniel Brooks]]. &lt;ref&gt;Source: [[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;&lt;BR&gt;\n~1710 - &lt;ref name=&quot;cite01&quot;/&gt; &lt;BR&gt;\n\n== Children ==\n*Nathaniel Brooks 17101758\n*Samuel Brooks 17121765\n*Eunice Brooks 1714\n*Aaron Brooks 1717\n*Gilbert Brooks 1718\n*Moses Brooks 17221800\n*Dina Brooks 1725\n*Dorcas Brooks 17281757\n\n\n==Sources==\n&lt;references/&gt;\n*Ancestry Family Trees\n\n*Family Data Collection - Individual Records, Ancestry.com\n*Massachusetts Marriages, 1633-1850, Family History Library, Salt Lake City, UT, Film # 0760648 &amp; 1887384.\n\n*Massachusetts, Town Vital Collections, 1620-1988\n*Millennium File, Heritage Consulting, Online publication - Provo, UT, USA: The Generations Network, Inc., 2003.Original data - Heritage Consulting. The Millennium File. Salt Lake City, UT, USA: Heritage Consulting.Original data: Heritage Consulting. The Millennium File. Salt Lake City, UT, USA\n\n*U.S. and International Marriage Records, 1560-1900\n\n\n\n\n===Books===\n\n===Footnotes===Mary Allis was captured by Indians on 29 Feb 1704 and taken to Canada, but was afterward released. http://www.babcock-acres.com/Misceallaneous/deerfield_captives_of_1704.htm On Feb 3, 1710,, she m Nathaniel Brooks, a fellow captive.\n::Nathaniel Brooks was first married to Mary Williams, but in the attack on Deerfield, he, his wife and two children were captured. Only he returned. &lt;BR&gt;\n His wife died in Canada, but the fate of the children is unknown.\n::Ref: &quot;Genealogies of Hadley Families,&quot; by Lucius M. Boltwood, p 10. &lt;BR&gt;\n\n\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n==Acknowledgments==Thank you to [[Rantz-7 | Karen Munro]] for creating WikiTree profile Allis-71 through the import of 02 16 02013.ged on Jul 1, 2013. Click to the Changes page for the details of edits by Karen and others. mIFFPR fW46JH
iK0PUT whttps://www.WikiTree.com/wiki/Allis-72 pThomas qAllis gm b16840312 vHatfield, Hampshire County, Massachusetts Bay Colony z1 d17510903 yGuilford, Connecticut Colony o[[Category:Massachusetts_Bay_Colony]]\n[[Category:Hatfield, Massachusetts]]\n[[Category:Guilford, Connecticut]]\n\n== Biography ==Thomas was born in 1684 in [[Wikipedia:Hatfield,_Massachusetts|Hatfield, Massachusetts]], [[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]]. Thomas ...\nHe passed away in 1751 in Guilford, [[Wikipedia:Connecticut_Colony|Connecticut Colony]]. &lt;BR&gt;\nThomas settled in [[Wikipedia:Guilford,_Connecticut|Guilford, Connecticut]]. &lt;ref name=B10&gt;Source: [[#B10]] Sheldon, Volume II, p. 26, in ''Genealogies'' section. &lt;/ref&gt;\n\n\n===Birth===1684 &lt;ref&gt;http://www.genealogyofnewengland.com/f_54.htm#53&lt;/ref&gt;&lt;ref name=B10/&gt;&lt;ref&gt;http://freepages.genealogy.rootsweb.ancestry.com/~pamrob/fam1965.html&lt;/ref&gt;&lt;ref&gt;http://freepages.genealogy.rootsweb.ancestry.com/~streeter/allis.htm&lt;/ref&gt;\n\n\n===Marriage===\nSpouse: Mehitable Evarts.\n\n\n==Sources==\n&lt;references/&gt;\n\n===Books===*[&lt;span id='B10'&gt;B10&lt;/span&gt;] Sheldon, G. (1895). A history of Deerfield, Massachusetts: The times when and the people by whom it was settled, unsettled and resettled : with a special study of the Indian Wars in the Connecticut Valley : with genealogies. Deerfield, Mass: publisher not identified.[https://archive.org/details/historyofdeerfie02shel][http://www.worldcat.org/title/history-of-deerfield-massachusetts-the-times-when-and-the-people-by-whom-it-was-settled-unsettled-and-resettled-with-a-special-study-of-the-indian-wars-in-the-connecticut-valley-with-genealogies/oclc/20112114/editions?referer=di&amp;editionsView=true]\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n==Acknowledgments==Thank you to [[Rantz-7 | Karen Munro]] for creating WikiTree profile Allis-72 through the import of 02 16 02013.ged on Jul 1, 2013. Click to the Changes page for the details of edits by Karen and others.\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mIFFPR fW46JH
iSPNVZ whttps://www.WikiTree.com/wiki/Allis-74 pRebecca qAllis gf b16871129 vHatfield, Hampshire, Massachusetts Bay o\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n===Birth===* Rebecah Allie, 20 Sep 1687; citing Birth, Hatfield, Hampshire, Massachusetts,&lt;ref&gt;&quot;Massachusetts, Town Clerk, Vital and Town Records, 1626-2001,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q29L-L3JD : 10 February 2018), &quot;Massachusetts, Town Clerk, Vitaland Town Records, 1626-2001,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q29L-L3JD : 10 February 2018), Rebecah Allie, 20 Sep 1687; citing Birth, Hatfield, Hampshire, Massachusetts, United States, , town clerk offices, Massachusetts; FHL microfilm 760,648.nited States, , town clerk offices, Massachusetts; FHL microfilm 760,648.&lt;/ref&gt;\n== Sources ==\n\n&lt;references /&gt;http://worldconnect.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=:686747&amp;id=I8703\n\n=== Acknowledgments ===\nThank you to [[Rantz-7 | Karen Munro]] for creating WikiTree profile Allis-74 through the import of 02 16 02013.ged on Jul 1, 2013. Click to the Changes page for the details of edits by Karen and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; fW46JH
iP741M whttps://www.WikiTree.com/wiki/Allis-179 pRebecca qAllis gf b16871129 vHatfield, Hampshire County, Ma z1 d17030301 yDeerfield, Franklin, Ma o== Biography ==\n'''FSFTID''' L68W-XW7.\n\n== Sources ==\n&lt;references /&gt;\n* Will be added\n mIFFPR fW46JH
iIFJ3L whttps://www.WikiTree.com/wiki/Hawks-242 pElizabeth qHawks gf vDeerfield, Franklin, MA z1 d17040229 yCanada o[[Category: Raid on Deerfield]]\n\n== Biography ==Daughter of John Hawks (1643 - c 1722) &amp; Alice Hawks. She was taken captive during the French &amp; Indian attack on Deerfield, the &quot;Deerfield Massacre&quot; on 29 Feb 1703/4. She was slain en route to Montreal, Canada. Her mother and older brothers Samuel Ellis and John Hawks, III, alsodied during the attack.\n\n\n== Sources ==\n&lt;references /&gt;\n*Ancestry Family Trees, Ancestry.com*International, Find A Grave Index for Select Locations, 1300s-Current, http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=125332407&amp;ref=acom*Massachusetts, Town Vital Collections, 1620-1988, Original data: Town and City Clerks of Massachusetts. Massachusetts Vital and Town Records. Provo, UT: Holbrook Research Institute (Jay and Delene Holbrook), Ancestry.com. mIFFPR fPYCM5
iVFDVO whttps://www.WikiTree.com/wiki/Allis-24 pWilliam qAllis gm b16130000 vDagenham, Essex, England z1 d16780906 yHartford, Hartford, Connecticut o[[Category:Puritan_Great_Migration]]\n{{Puritan Great Migration}}\n[[Category:Braintree%2C_Massachusetts]]\n== Biography ==\nWilliam Allis was born 1613 probably in Dagenham, Essex, England, butpossibly London. He emmigrated to Mass. about 1635. Some sources say he was with Winthrop's fleet in 1630 on the Mayflower in its third voyage. He took the Freeman's Oath at Braitree, Mass. in 1640. His first wife was Mary, born 1614 in Braintree, Essex, England, whom he marriedabout 1641 in Braintree, Norfolk, Mass., and they had eight children.His second wife was Mary Brownson, whom he married June 25, 1678 in Hatfield, Hampshire. Mass. He died on 06 September 1678, and his will was probated on 24 September 1678.\n\n=== Marriage ===\n\n: Husband: [[Allis-37|Lt. William Immig Allis]]\n: Wife: [[UNKNOWN-144943|Mary UNKNOWN]]\n: Child: [[Allis-36|Captain John Allis]]\n: Child: [[Allis-31|Samuel Allis]]\n: Child: [[Allis-32|Josiah Allis]]\n: Child: [[Allis-35|Mary Allis]]\n: Child: [[Allis-38|Hannah Allis]]\n: Child: [[Allis-33|William Allis]]\n: Child: [[Allis-34|William Ellis Allis]]\n: Marriage:\n:: Date: 1641\n:: Place: Braintree, Essex, Massachusetts, United States\n\n== Sources ==* ''Genealogy of WILLIAM ALLIS of Hatfield, Mass. and Descendents 1630-1919'', by Horatio D. ALLIS. (Hartford, Conn.: Art Press)* ''New England Marriages Prior to 1700'', by Clarence Almon Torrey (Boston: New England Historic Genealogical Society, 2011) Vol. III, p. 1729. WYATT, John (-1688) &amp; Mary [BRONSON], m/2 John GRAVES 1671?, m/3William ALLIS 1678, m/4 Samuel GAYLORD 1681; by 1647; Hartford/Farmington/Haddam, CT* ''History of the Connecticut Valley in Massachusetts'', pp. 330-331, on committee giving lands near Mill Brook to grammar school Jan 14, 1667; pp. 343-344, Cornet of horseman militia formed Mar 1663; p. 386,Signed petition to form Hatfield settlement west of Ct river between Oct 8, 1660 and Sept 29, 1661. He and son John had 8 acres each; p. 390 selectman of Hatfield 1670-1, 1677; p. 395, a member of committee toselect a minister on 21 Nov 1668.* ''History of Hatfield'', by Daniel White Wells and Reuben Field Wells* ''Vital Records of Springfield Massachusetts to 1850'', Clifford L Stott (CD from NEHGS)* Source: &lt;span id='S-2083067515'&gt;S-2083067515&lt;/span&gt; Repository: [[#R-2140972362]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derived Note: APID: 1,7836::0* Repository: &lt;span id='R-2140972362'&gt;R-2140972362&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-2083079829'&gt;S-2083079829&lt;/span&gt; Repository: [[#R-2140972362]] Title: Passenger and Immigration Lists Index, 1500s-1900s Author: Gale Research Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc, 2010.Original data - Filby, P. William, ed. Passenger and Immigration Lists Index, 1500s-1900s. Farmington Hills, MI, USA: Gale Research, 2010.Original data: Filby, P. William, ed. Passenge Note: APID: 1,7486::0* Source: &lt;span id='S-2093373687'&gt;S-2093373687&lt;/span&gt; Repository: [[#R-2140972362]] Title: Genealogy of William Allis of Hatfield, Mass. and descendants, 1630-1919 Author: Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2005.Original data - Allis, Horatio Dana,. Genealogy of William Allis of Hatfield, Mass. and descendants, 1630-1919. Hartford, Conn.: Art Press, 1920?.Original data: Allis, Horatio Dana,. Genea Note: Includes index. APID: 1,15330::0* Source: &lt;span id='S-2093373748'&gt;S-2093373748&lt;/span&gt; Repository: [[#R-2140972362]] Title: History of Hadley : including the early historyof Hatfield, South Hadley, Amherst and Granby, Massachusetts Author:Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2005.Original data - Judd, Sylvester,. History ofHadley : including the early history of Hatfield, South Hadley, Amherst and Granby, Massachusetts. Springfield, Mass.: H.R. Huntting &amp; Co.,190 Note: &quot;Introduction to the new edition&quot;--P. v.|||Includes indexes. APID: 1,18862::0* Source: &lt;span id='S-2093373759'&gt;S-2093373759&lt;/span&gt; Repository: [[#R-2140972362]] Title: Genealogical Guide to the Early Settlers of America Note: APID: 1,48091::0* LT William Allis An excellent biography based on The Allis Genealogy. https://www.findagrave.com/memorial/171133118/william-allis\n\n&lt;references /&gt;\n\n== Components ==* WikiTree profile Allis-24 created through the import of Putnam2-1_2010-01-02_2011-02-16_2011-10-11.ged on Oct 12, 2011 by [[Putnam-327 | John Putnam]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-24 Changes page] for the details of edits by John and others.* WikiTree profile Allis-57 created through the import of Thompson Family Tree (2)_2012-11-16.ged on Nov 16, 2012 by [[Thompson-9019 | Daniel Thompson]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-57 Changes page] for the details of edits by Daniel and others.* WikiTree profile Allis-37 created through the import of Rodgers Family Tree.ged on Feb 6, 2012 by [[Rodgers-486 | Diane Rodgers]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-37 Changes page] for the details of edits by Diane and others.\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n== Acknowledgments ==\n\n\nThanks to [[Hill-7181 | Ellen Blackwell]] for starting this profile. sF381J
iF381J sVFDVO whttps://www.WikiTree.com/wiki/Brownson-144 pMary qBrownson gf b16150000 vBraintree, Norfolk, Massachusetts z1 d16810000 yHatfield, Hampshire, Massachusetts o== Biography ==\nMary was born in 1614. Mary Unknown ... She passed away in 1678. &lt;ref&gt;Entered by Ellen Blackwell, Apr 5, 2013&lt;/ref&gt;\n''Do you have information about Mary Unknown? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n\n=== Birth ===\n1615 Braintree, Norfolk, Massachusetts, United States\n: 1620&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for William Allis&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1615\n\n=== Marriage === 1641 MA&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for William Allis&lt;/ref&gt;\n\n== Sources ==\n&lt;references/&gt;\n* S50 U.S. and International Marriage Records, 1560-1900 Title: Yates Publishing, U.S. and International Marriage Records, 1560-1900
iELHSX whttps://www.WikiTree.com/wiki/UNKNOWN-144943 pMary qUNKNOWN gf b16150000 vEngland z1 d16770919 yHatfield, Hampshire, Massachusetts o[[Category:Braintree%2C_Massachusetts]]\n== Biography ==''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: Mary&lt;ref&gt;Source: [[#S-2093373687]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=genealogy-glh16944896&amp;h=14&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Residence date: Residence place: USA APID: 1,15330::14&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number:6036.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: JDM. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18323&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1614 Birth place: MA APID: 1,7836::18323&lt;/ref&gt;\nCouldn't find any valid last name at birth.\n\n=== Birth ===\n: Birth:\n:: Date: 1615:: Place: Braintree, Norfolk, Massachusetts, United States&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 6036.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: JDM. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18323&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1614 Birth place: MA APID: 1,7836::18323&lt;/ref&gt;\n\n=== Residence ===\n: Residence::: Place: USA&lt;ref&gt;Source: [[#S-2093373687]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=genealogy-glh16944896&amp;h=14&amp;ti=0&amp;indiv=try&amp;gss=ptNote: Data: Text: Residence date: Residence place: USA APID:1,15330::14&lt;/ref&gt;\n\n=== Note ===\n: Note: Allis note:: http://trees.ancestry.com/rd?f=document&amp;guid=0d021fd0-8702-467c-9d4e-af2a43e6cd3e&amp;tid=11607705&amp;pid=895\n\n=== Marriage ===\n\n: Husband: [[Allis-37|Lt. William Immig Allis]]\n: Wife: [[UNKNOWN-144943|Mary UNKNOWN]]\n: Child: [[Allis-36|Captain John Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-31|Samuel Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-32|Josiah Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-35|Mary Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-38|Hannah Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-33|William Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-34|William Ellis Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1641:: Place: Braintree, Essex, Massachusetts, United States&lt;ref&gt;Source:[[#S-2083067515]] Page: Source number: 943.005; Source type: Pedigree chart; Number of Pages: 6; Submitter Code: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18338&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1613 Birth place: EN Marriage date: 1641 Marriage place: APID: 1,7836::18338&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile UNKNOWN-144943 created through the import of Rodgers Family Tree.ged on Feb 6, 2012 by [[Rodgers-486 | Diane Rodgers]].See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=UNKNOWN-144943 Changes page] for the details of edits by Diane andothers.\n* Source: &lt;span id='S-2083067515'&gt;S-2083067515&lt;/span&gt; Repository: [[#R-2140972362]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derived Note: APID: 1,7836::0* Repository: &lt;span id='R-2140972362'&gt;R-2140972362&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-2093373687'&gt;S-2093373687&lt;/span&gt; Repository: [[#R-2140972362]] Title: Genealogy of William Allis of Hatfield, Mass. and descendants, 1630-1919 Author: Ancestry.com Publication: Online publication - Provo, UT: The Generations Network, Inc., 2005.Original data - Allis, Horatio Dana,. Genealogy of William Allis of Hatfield, Mass. and descendants, 1630-1919. Hartford, Conn.: Art Press, 1920?.Original data: Allis, Horatio Dana,. Genea Note: Includes index. APID: 1,15330::0* Source: &lt;span id='S-2096867049'&gt;S-2096867049&lt;/span&gt; Repository: [[#R-2140972362]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members. Note: This informationcomes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=11607705&amp;pid=895\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n----\n\n== Biography ==\nMary was born about 1614. Mary Unknown ... She passed away in 1677. &lt;ref&gt;Entered by Ellen Blackwell, May 14, 2013&lt;/ref&gt;\n''Do you have information about Mary Unknown? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Mary's life were either witnessed by [[Hill-7181 | Ellen Blackwell]] or Ellen plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThanks to [[Hill-7181 | Ellen Blackwell]] for starting this profile. Click the Changes tab for the details of contributions by Ellen and others.\n&lt;!-- Please feel free to improve upon anything you see on this page. Thank you! --&gt;
iX6NLR whttps://www.WikiTree.com/wiki/Allis-36 pJohn qAllis gm b16420305 vBraintree, Norfolk, Massachusetts z1 d16910101 yHatfield, Hampshire, Massachusetts o[[Category:Braintree%2C_Massachusetts]]\n== Biography ==\nJohn Allis resided in Hatfield, near his Father William,\nowning a lot on the same side of Hatfield street, and was\none of the prominent citizens of that town. He was a\nmillwright and carpenter of note. He built many churches\nand was erecting the first corn mill at Mill River when he\ndied. He was the first town clerk of Hatfield, and was\none of a committee of six appointed to make a survey of\nand lay out highways between Hadley and Windsor, Conn.\nHe served in King Philips War and was in the fight at\nGreat Falls on May 19, 1676. Afterwards he was a\ncaptain in the militia.\n\nAt the time of the Hatfield massacre on September 19, 1677,the mother of John Allis was killed, his bam burned, and his six-year-\nold daughter Abigail carried away to Canada by the Indians, being one\nof the seventeen prisoners taken. On the same day the Indians went\nnorth to Deerfield, where they killed one and captured four men, and\nthen went across the country to Lake Champlain and Canada.\nDuring the march to Canada one of the men was burned at the stake\nand two other captives were killed, and all endured much suffering.\nThe trip through the wilderness was a most difficult one.\n\nThe prisoners were held in Canada by the French until ran-\nsomed eight months later through the efforts of two of the Hatfield\nsettlers, Benjamin Waite and Stephen Jennings, whose families wereamong the captives. The party reached Albany on May 22 and eventuallyarrived a\nHatfield safely.\nHusband of Mary Meekins Clark Allis. Her first husband was Nathaniel Clark, and she married, third, Samuel Belding.\nChildren: Joseph Allis, Abigail Allis Wells, Hannah Allis Butler, Ichabod Allis, Eleazer Allis, Elizabeth Allis Bridgeman, Lydia Allis, John Allis Jr, Rebecca Allis Graves, William Allis, Mary Allis, and Nathaniel Allis.\n\n=== Name ===: Name: Captain John /Allis/&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 493.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: TLB. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18312&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1641 Birth place: MA Marriage date: 1669 Marriage place: MA APID: 1,7836::18312&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1641; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41366&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 5 March 1641 Birth place: Braintree, MA Death date: 1689 Death place: Hatfield, MA Marriage date: 14 December 1669 Marriage place: MA APID: 1,4725::41366&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 5 Mar 1642:: Place: Braintree, Norfolk, Massachusetts, United States&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 493.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: TLB. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18312&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1641 Birth place: MA Marriage date: 1669 Marriage place: MA APID: 1,7836::18312&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1641; Birth city: Braintree;Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41366&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 5 March 1641 Birth place: Braintree, MA Death date: 1689 Death place:Hatfield, MA Marriage date: 14 December 1669 Marriage place: MA APID: 1,4725::41366&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1 Jan 1691:: Place: Hatfield, Hampshire, Massachusetts, United States&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1641; Birth city: Braintree;Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41366&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 5 March 1641 Birth place: Braintree, MA Death date: 1689 Death place:Hatfield, MA Marriage date: 14 December 1669 Marriage place: MA APID: 1,4725::41366&lt;/ref&gt;\n\n=== Marriage ===\n: Marriage:\n:: Date: 1669:: Place: MA&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 493.000; Source type: Electronic Database; Number of Pages: 1; SubmitterCode: TLB. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18312&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1641Birth place: MA Marriage date: 1669 Marriage place: MA APID: 1,7836::18312&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1641; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41366&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 5 March 1641 Birth place: Braintree, MA Death date: 1689 Death place: Hatfield, MA Marriage date: 14 December 1669Marriage place: MA APID: 1,4725::41366&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Allis-36 created through the import of Rodgers Family Tree.ged on Feb 6, 2012 by [[Rodgers-486 | Diane Rodgers]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-36 Changes page] for the details of edits by Diane and others.\n* Source: &lt;span id='S-2083067515'&gt;S-2083067515&lt;/span&gt; Repository: [[#R-2140972362]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication:\n\n* http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=15357737\n*https://archive.org/stream/genealogyofwilli00alli/genealogyofwilli00alli_djvu.txt\n\n\n*U.S., New England Marriages Prior to 1700 about Mary Meekins\nName:\tMary Meekins\n[Mary Clark]\nGender:\tFemale\nMarriage Date:\t14 Dec 1669\nMarriage Place:\tNew England, United States\nSpouse's Name:\tJohn Allis\n\n\n\n\n&lt;references /&gt; mELHSX fVFDVO
iXA6JW whttps://www.WikiTree.com/wiki/Allis-32 pJosiah qAllis gm b16490000 vBraintree, Suffolk County, Massachusetts Bay Colony z1 d16511015 yBraintree, Suffolk County, Massachusetts Bay Colony o[[Category:Braintree, Massachusetts]]\n== Biography ==Josiah was born in 1649 in Braintree, [[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]]. &lt;ref&gt;Source: [[#FN01]] Braintree. &lt;/ref&gt; Josiah ... He passed away in 1651 in Braintree. &lt;BR&gt;\n\n\n===Birth===1649 - &lt;ref name=&quot;cite-01&quot;&gt; .&lt;/ref&gt;, &lt;ref&gt;http://www.genealogyofnewengland.com/f_54.htm#52&lt;/ref&gt;, &lt;ref&gt;Source: [[#B01]] Wells p. 369. &lt;/ref&gt;&lt;BR&gt;\n\n===Christening===\n\n\n===Census Records===\n\n===Obituary===\nXXX &lt;BR&gt;\nDate: &lt;BR&gt;\n\n===Death===1651 - &lt;ref name=&quot;cite-02&quot;&gt; .&lt;/ref&gt;, &lt;ref&gt;Source: [[#B01]] Wells p. 369. &lt;/ref&gt;,&lt;ref&gt;Source: [[#B09]] NEHGR, 1883 Volume 37, p. 166. &lt;/ref&gt;, &lt;ref&gt;Source: [[#OR01]] Dates. &lt;/ref&gt; &lt;BR&gt;\n\n===Burial===~03 October 1651 - &lt;ref&gt;Source: [[#B10]] Sheldon, Volume II, p. 25, in ''Genealogies'' section. &lt;/ref&gt; &lt;BR&gt;\nxxx Cemetery &lt;BR&gt;\nBraintree, Norfolk County, Massachusetts, USA &lt;BR&gt;\nPlot: . &lt;BR&gt;Find A Grave Memorial# ### &lt;ref&gt;http://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=XXX&lt;/ref&gt; &lt;BR&gt;\nBillion Graves &lt;BR&gt;Note: A burial date of 3 Oct 1651, from the Sheldon book, puts into question the date of death. &lt;BR&gt;\n\n==Sources==\n\n''Add [[sources]] here.''\n* Source: &lt;span id='S-2083067515'&gt;S-2083067515&lt;/span&gt; Repository: [[#R-2140972362]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derived Note: APID: 1,7836::0* Repository: &lt;span id='R-2140972362'&gt;R-2140972362&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com.\n\n&lt;references/&gt; &lt;BR&gt;\n\n===Books===# [&lt;span id='B01'&gt;B01&lt;/span&gt;] Wells, D. W., &amp; Wells, R. F. (1910). A history of Hatfield, Massachusetts, in three parts: I. An account of the development of the social and industrial life of the town from its first settlement. II. The houses and homes of Hatfield, with personal reminiscences of the men and women who have lived there during the last one hundred years; brief historical accounts of the religious societies and of Smith Academy; statistical tables, etc. III. Genealogies ofthe families of the first settlers. Springfield, Mass: Pub. under thedirection of F.C.H. Gibbons. [https://archive.org/details/ahistoryhatfiel00wellgoog] [http://www.worldcat.org/title/history-of-hatfield-massachusetts-in-three-parts-i-an-account-of-the-development-of-the-social-and-industrial-life-of-the-town-from-its-first-settlement-ii-the-houses-and-homes-of-hatfield-with-personal-reminiscences-of-the-men-and-women-who-have-lived-there-during-the-last-one-hundred-years-brief-historical-accounts-of-the-religious-societies-and-of-smith-academy-statistical-tables-etc-iii-genealogies-of-the-families-of-the-first-settlers/oclc/3867047/editions?referer=di&amp;editionsView=true] &lt;BR&gt;# Judd, S., &amp; Boltwood, L. M. (1863). History of Hadley: Including the early history of Hatfield, South Hadley, Amherst and Granby, Massachusetts. Northampton: Printed by Metcalf. [] [http://www.worldcat.org/title/history-of-hadley-including-the-early-history-of-hatfield-south-hadley-amherst-and-granby-massachusetts/oclc/10598481/editions?referer=di&amp;editionsView=true] &lt;BR&gt;# [&lt;span id='B09'&gt;B09&lt;/span&gt;] New England Historical and GenealogicalRegister. (n.d.). Boston: New England Historical Genealogical Society. 1883 Volume 37. [https://archive.org/details/newenglandhistorv37wate] [http://www.worldcat.org/title/new-england-historical-and-genealogical-register/oclc/318012301&amp;referer=brief_results] &lt;BR&gt;# [&lt;span id='B10'&gt;B10&lt;/span&gt;] Sheldon, G. (1895). A history of Deerfield, Massachusetts: The times when and the people by whom it was settled, unsettled and resettled : with a special study of the Indian Wars in the Connecticut Valley : with genealogies. Deerfield, Mass: publisher not identified. [https://archive.org/details/historyofdeerfie02shel] [http://www.worldcat.org/title/history-of-deerfield-massachusetts-the-times-when-and-the-people-by-whom-it-was-settled-unsettled-and-resettled-with-a-special-study-of-the-indian-wars-in-the-connecticut-valley-with-genealogies/oclc/20112114/editions?referer=di&amp;editionsView=true]&lt;BR&gt;\n\n===Footnotes===[&lt;span id='FN01'&gt;FN01&lt;/span&gt;] [[Wikipedia:Braintree,_Massachusetts|Braintree,Massachusetts]] was included as one of the original towns when[[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]] was created in 1643. When the formation of [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]] happened in 1793, Braintree was in the area that moved from Suffolk county to the new Norfolk county. &lt;BR&gt;\n\n===GEDCOM===WikiTree profile Allis-32 created through the import of Rodgers Family Tree.ged on Feb 6, 2012.\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n==Acknowledgments==Thank you to [[Rodgers-486|Diane Rodgers]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-32 creating] Allis-32on 05 February 2012. Click the Changes tab for the details on contributions by Diane and others.\n\nThanks to '''x''' [] for Find A Grave memorial. &lt;BR&gt;\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mELHSX fVFDVO
iQ5UQW whttps://www.WikiTree.com/wiki/Allis-65 pJosiah qAllis gm b16511020 vBraintree, Norfolk Co, Massachusetts z1 o== Biography ==Josiah was born in 1651 in Braintree, [[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]]. &lt;ref&gt;Source: [[#FN01]] Braintree. &lt;/ref&gt;Josiah ... &lt;ref&gt;https://babel.hathitrust.org/cgi/pt?id=njp.32101072332586;view=1up;seq=639 Records of the Town of Braintree, 1640 - 1793]; page 629, Samuel A. Bates; DH Huxford, Printer, 1886&lt;/ref&gt;, refers to birth of William Allis.\nHe passed away before 1751 (estimate, life span less than 100 years).&lt;BR&gt;\n\n==Sources==\n&lt;references/&gt;\n\n===Books===# Author: Johnson, Carol Clark Title: Fullers, Sissons and Scotts, Our Yeoman Ancestors Page: 38 Quality: 2# Author: Bates, Samuel A. Title: Records of the Town of Braintree - 1640 to 1793 Published: Daniel H. Huxford, 1886 Page: 629 Quality: 3# [&lt;span id='B01'&gt;B01&lt;/span&gt;] Wells, D. W., &amp; Wells, R. F. (1910). A history of Hatfield, Massachusetts, in three parts: I. An account of the development of the social and industrial life of the town from its first settlement. II. The houses and homes of Hatfield, with personal reminiscences of the men and women who have lived there during the last one hundred years; brief historical accounts of the religious societies and of Smith Academy; statistical tables, etc. III. Genealogies ofthe families of the first settlers. Springfield, Mass: Pub. under thedirection of F.C.H. Gibbons.[https://archive.org/details/ahistoryhatfiel00wellgoog Archive.org version] [http://www.worldcat.org/title/history-of-hatfield-massachusetts-in-three-parts-i-an-account-of-the-development-of-the-social-and-industrial-life-of-the-town-from-its-first-settlement-ii-the-houses-and-homes-of-hatfield-with-personal-reminiscences-of-the-men-and-women-who-have-lived-there-during-the-last-one-hundred-years-brief-historical-accounts-of-the-religious-societies-and-of-smith-academy-statistical-tables-etc-iii-genealogies-of-the-families-of-the-first-settlers/oclc/3867047/editions?referer=di&amp;editionsView=trueWorldCat.org] &lt;BR&gt;# Judd, S., &amp; Boltwood, L. M. (1863). History of Hadley: Including the early history of Hatfield, South Hadley, Amherst and Granby, Massachusetts. Northampton: Printed by Metcalf. [] [http://www.worldcat.org/title/history-of-hadley-including-the-early-history-of-hatfield-south-hadley-amherst-and-granby-massachusetts/oclc/10598481/editions?referer=di&amp;editionsView=true] &lt;BR&gt;\n\n===Footnotes===[&lt;span id='FN01'&gt;FN01&lt;/span&gt;] Braintree was included as one of the original towns when Suffolk County was created in 1643. When the formation of Norfolk County happened in 1793, Braintree was in the area thatmoved from Suffolk county to the new Norfolk county. [[Wikipedia:Braintree,_Massachusetts|Braintree,Massachusetts]], [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]], [[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]]\n[&lt;span id='FN04'&gt;FN04&lt;/span&gt;] [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]] was created on March 26, 1793. &lt;BR&gt;\n&lt;ref&gt;Source: [[#FN04]] Norfolk County. &lt;/ref&gt;\n[&lt;span id='FN05'&gt;FN05&lt;/span&gt;] In 1793, most of the original [[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]] ... split off and became Norfolk County. &lt;BR&gt;\n&lt;ref&gt;Source: [[#FN04] Suffolk County. &lt;/ref&gt;\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n==Acknowledgments==Thank you to [[Rantz-7 | Karen Munro]] for creating WikiTree profile Allis-65 through the import of 02 16 02013.ged on Jul 1, 2013. Click to the Changes page for the details of edits by Karen and others.\n\nThanks to '''x''' [] for Find A Grave memorial. &lt;BR&gt;\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mELHSX fVFDVO
iX21GV whttps://www.WikiTree.com/wiki/Allis-66 pWilliam qAllis gm b16530110 vBraintree, Norfolk, Massachusetts z1 d16530000 o[[Category: Braintree, Massachusetts]]\n== Biography ==\n\n== Sources ==\n&lt;references /&gt;* &lt;span id='Bates'&gt;&lt;/span&gt;Bates, Samuel. ''[[Space:Records of the Town of Braintree, 1640-1793|Records of the Town of Braintree, 1640-1793]]'' (Daniel H. Huxford, Randolph, Mass., 1886) [https://archive.org/details/cu31924025963665/page/n638 Page 629] mELHSX fVFDVO
iCA1HV whttps://www.WikiTree.com/wiki/Allis-35 pMary qAllis gf b16531025 vBraintree, Suffolk County, Massachusetts Bay Colony z1 d16900225 yHatfield, Hampshire, Massachusetts Bay Colony o[[Category: Massachusetts_Bay_Colony]]\n[[Category: Braintree, Massachusetts]]\n[[Category: Hatfield, Massachusetts]]\n== Biography ==Mary was born in 1653(?) or 1657 in Braintree, [[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]]. &lt;ref&gt;[[#FN01]] Braintree. &lt;/ref&gt; Mary ... She passed away in 1690 in [[Wikipedia:Hatfield,_Massachusetts|Hatfield,]][[Wikipedia:Hampshire_County,_Massachusetts| Hampshire County, Massachusetts]]\n\n=== Birth ===1653 - &lt;ref&gt;http://freepages.genealogy.rootsweb.ancestry.com/~hubbard/Hatfield/allis_family.html&lt;/ref&gt;, &lt;ref&gt;http://www.genealogyofnewengland.com/f_54.htm#52&lt;/ref&gt; &lt;BR&gt;Note: Wells book lists a DOB of 1657. &lt;ref&gt;[[#B01]] Wells p. 369. &lt;/ref&gt;NEGHR lists a DOB of '''(25) (8) (53)''' which uses the puritan/quaker convention. &lt;ref&gt;[[#B08]] NEHGR, 1882 Volume 36, p. 48. &lt;/ref&gt; Translating to modern calendar, this date become 25 October 1653, as the Puritan calendar year started in March as month 1. &lt;ref&gt;[[#OR01]] Dates.&lt;/ref&gt;\n\n=== Marriage ===Never married according to Wells book. &lt;ref&gt;[[#B01]] Wells p. 369. &lt;/ref&gt;\n\n=== Death ===1690 - [[Wikipedia:Hatfield,_Massachusetts|Hatfield, Massachusetts]] &lt;BR&gt;Note: Wells book lists DOD as 25 January 1690. &lt;ref&gt;[[#B01]] Wells p.369. &lt;/ref&gt;\n\n=== Burial ===Massachusetts, USA &lt;ref&gt;http://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=XXX&lt;/ref&gt;\n\n== Sources ==* &lt;span id='Bates'&gt;&lt;/span&gt;Bates, Samuel. ''[[Space:Records of the Town of Braintree, 1640-1793|Records of the Town of Braintree, 1640-1793]]'' (Daniel H. Huxford, Randolph, Mass., 1886) [https://archive.org/details/cu31924025963665/page/n638 Page 629]* [&lt;span id='B01'&gt;B01&lt;/span&gt;] Wells, D. W., &amp; Wells, R. F. (1910). A history of Hatfield, Massachusetts, in three parts: I. An account of the development of the social and industrial life of the town from its first settlement. II. The houses and homes of Hatfield, with personal reminiscences of the men and women who have lived there during the last one hundred years; brief historical accounts of the religious societies and of Smith Academy; statistical tables, etc. III. Genealogies ofthe families of the first settlers. Springfield, Mass: Pub. under thedirection of F.C.H. Gibbons. [https://archive.org/details/ahistoryhatfiel00wellgoog] [http://www.worldcat.org/title/history-of-hatfield-massachusetts-in-three-parts-i-an-account-of-the-development-of-the-social-and-industrial-life-of-the-town-from-its-first-settlement-ii-the-houses-and-homes-of-hatfield-with-personal-reminiscences-of-the-men-and-women-who-have-lived-there-during-the-last-one-hundred-years-brief-historical-accounts-of-the-religious-societies-and-of-smith-academy-statistical-tables-etc-iii-genealogies-of-the-families-of-the-first-settlers/oclc/3867047/editions?referer=di&amp;editionsView=true] &lt;BR&gt;* Judd, S., &amp; Boltwood, L. M. (1863). History of Hadley: Including the early history of Hatfield, South Hadley, Amherst and Granby, Massachusetts. Northampton: Printed by Metcalf. [] [http://www.worldcat.org/title/history-of-hadley-including-the-early-history-of-hatfield-south-hadley-amherst-and-granby-massachusetts/oclc/10598481/editions?referer=di&amp;editionsView=true] &lt;BR&gt;* [&lt;span id='B08'&gt;B08&lt;/span&gt;] New England Historical and GenealogicalRegister. (n.d.). Boston: New England Historical Genealogical Society. 1882 Volume 36. [https://archive.org/details/newenglandhistorv36wate] [http://www.worldcat.org/title/new-england-historical-and-genealogical-register/oclc/318012301&amp;referer=brief_results] &lt;BR&gt;* &lt;span id='FN01'&gt;FN01&lt;/span&gt;] [[Wikipedia:Braintree,_Massachusetts|Braintree,Massachusetts]] was included as one of the original towns when [[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]] was created in 1643. When the formation of [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]] happened in 1793,Braintree was in the area that moved from Suffolk county to the new Norfolk county. &lt;BR&gt;* [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).'' [http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;* &lt;span id='Yates'&gt;&lt;/span&gt;Yates Publishing, ''[[Space:U.S. and International Marriage Records, 1560-1900|U.S. and International Marriage Records, 1560-1900]]'' (The Generations Network, Inc., Provo, UT, USA, 2004)* &lt;span id='AFT'&gt;&lt;/span&gt;Ancestry Family Trees (Ancestry.com, Provo, UT, USA) Family Tree files submitted by Ancestry members. {{Ancestry Tree|11607705|900}}\n\n=== Footnotes ===\n&lt;references/&gt; mELHSX fVFDVO
iEN6M6 whttps://www.WikiTree.com/wiki/Allis-38 pHannah qAllis gf b16540128 vHatfield, Hampshire, Massachusetts Bay z1 d17180000 yHatfield, Hampshire, Massachusetts Bay o[[Category:Braintree%2C_Massachusetts]]\n== Biography ==Hannah Allis &lt;ref&gt;Source: [[#S-2093213581]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=amr-1699&amp;h=200&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Marriage date: 28 January 1670 Marriage place: Hatfield, Mass. APID: 1,2081::200&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=2993009&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January 1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::2993009&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note:http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41353&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January 1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::41353&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083082757]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepoolb&amp;h=86625&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: Hatfield, Hampshire, MA, USA APID: 1,5769::86625&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083087492]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=millind&amp;h=10234922&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date:1654 Birth place: Hatfield, Hampshire, Massachusetts, USA Death date: 1718 Death place: APID: 1,7249::10234922&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 6034.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: JDM. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18305&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: MA Marriage date: 1670 Marriage place: APID: 1,7836::18305&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2093372969]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=sarmemberapps&amp;h=898806&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1649 Birth place: Residence date: Residence place: United States APID: 1,2204::898806&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 28 Jan 1654:: Place: Hatfield, Hampshire, Massachusetts, USA&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=2993009&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::2993009&lt;/ref&gt;&lt;ref&gt;Source:[[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41353&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January 1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::41353&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083082757]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepoolb&amp;h=86625&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: Hatfield, Hampshire, MA, USA APID: 1,5769::86625&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083087492]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=millind&amp;h=10234922&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: Hatfield, Hampshire, Massachusetts, USA Death date: 1718 Death place: APID: 1,7249::10234922&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 6034.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: JDM. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18305&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: MA Marriage date: 1670 Marriage place: APID: 1,7836::18305&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2093372969]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=sarmemberapps&amp;h=898806&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data:Text: Birth date: 1649 Birth place: Residence date: Residence place: United States APID: 1,2204::898806&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1718:: Place: Hatfield, Hampshire, Massachusetts, USA&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=2993009&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::2993009&lt;/ref&gt;&lt;ref&gt;Source:[[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41353&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January 1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::41353&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083087492]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=millind&amp;h=10234922&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: Hatfield, Hampshire, Massachusetts, USA Death date: 1718 Death place: APID: 1,7249::10234922&lt;/ref&gt;\n\n=== Residence ===\n: Residence::: Place: United States&lt;ref&gt;Source: [[#S-2093372969]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=sarmemberapps&amp;h=898806&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1649 Birth place: Residence date: Residence place: United States APID: 1,2204::898806&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Scott-4707|William Scott]]\n: Wife: [[Allis-38|Hannah Allis]]\n: Child: [[Scott-4750|Mary Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4743|Josiah Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4744|Richard Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4694|William Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4745|Hannah Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4746|Joseph Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4747|John Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4748|Mehitable Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Scott-4749|Abigail Scott]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural: Marriage 28 Jan 1670 Hatfield, Hampshire, Massachusetts, UnitedStates&lt;ref&gt;Source: [[#S-2093213581]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=amr-1699&amp;h=200&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Marriage date: 28 January 1670 Marriage place: Hatfield, Mass. APID: 1,2081::200&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2093213581]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=amr-1699&amp;h=7769&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Marriage date: 28 January 1670 Marriage place: Hatfield, Mass. APID: 1,2081::7769&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 6034.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: JDM. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=1073182&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1655 Birth place: MA Marriage date: 1670 Marriage place: APID: 1,7836::1073182&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=2993009&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January 1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::2993009&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083069892]] Page: Birth year: 1654; Birth city: Braintree; Birth state: MA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=41353&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 28 January 1654 Birth place: Braintree, Essex, MA Death date: 1718 Death place: Hatfield, Hampshire, MA Marriage date: 28 January 1670 Marriage place: Hatfield, Hampshire, MA APID: 1,4725::41353&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2083067515]] Page: Source number: 6034.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: JDM. Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18305&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1654 Birth place: MA Marriage date: 1670 Marriage place: APID: 1,7836::18305&lt;/ref&gt;\n\n\n: Husband: [[Allis-37|Lt. William Immig Allis]]\n: Wife: [[UNKNOWN-144943|Mary UNKNOWN]]\n: Child: [[Allis-36|Captain John Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-31|Samuel Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-32|Josiah Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-35|Mary Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-38|Hannah Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-33|William Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Allis-34|William Ellis Allis]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1641:: Place: Braintree, Essex, Massachusetts, United States&lt;ref&gt;Source:[[#S-2083067515]] Page: Source number: 943.005; Source type: Pedigree chart; Number of Pages: 6; Submitter Code: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=18338&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1613 Birth place: EN Marriage date: 1641 Marriage place: APID: 1,7836::18338&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;*https://books.google.ca/books?id=zsYY4RDnAGcC&amp;pg=PA42&amp;lpg=PA42&amp;dq=#v=onepage&amp;q&amp;f=false\n\n*http://www.geneajourney.com/scottinfo.html\n* Source: &lt;span id='S-2083067515'&gt;S-2083067515&lt;/span&gt; Repository: [[#R-2140972362]] Title: U.S. and International Marriage Records, 1560-1900 Author: Yates Publishing Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derived Note: APID: 1,7836::0* Repository: &lt;span id='R-2140972362'&gt;R-2140972362&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-2083069892'&gt;S-2083069892&lt;/span&gt; Repository: [[#R-2140972362]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Online publication - Provo, UT,USA: Ancestry.com Operations Inc, 2000. Note: APID: 1,4725::0* Source: &lt;span id='S-2083082757'&gt;S-2083082757&lt;/span&gt; Repository: [[#R-2140972362]] Title: Family Data Collection - Births Author: EdmundWest, comp. Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2001. Note: APID: 1,5769::0* Source: &lt;span id='S-2083087492'&gt;S-2083087492&lt;/span&gt; Repository: [[#R-2140972362]] Title: Millennium File Author: Heritage Consulting Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2003.Original data - Heritage Consulting. The Millennium File.Salt Lake City, UT, USA: Heritage Consulting.Original data: Heritage Consulting. The Millennium File. Salt Lake City, UT, USA: Note: APID: 1,7249::0* Source: &lt;span id='S-2093213581'&gt;S-2093213581&lt;/span&gt; Repository: [[#R-2140972362]] Title: American Marriages Before 1699 Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 1997.Original data - Clemens, William Montgomery. American Marriage Records Before 1699. Pompton Lakes, NJ, USA: Biblio Co.,1926.Original data: Clemens, William Montgomery. American Marriag Note: APID: 1,2081::0* Source: &lt;span id='S-2093372969'&gt;S-2093372969&lt;/span&gt; Repository: [[#R-2140972362]] Title: U.S., Sons of the American Revolution Membership Applications, 1889-1970 Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Sons of the American Revolution Membership Applications, 1889-1970. Louisville, Kentucky: National Society of the Sons of the American Revolution. Microfilm, 508 rolls Note: APID: 1,2204::0* S-2096867049 Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=11607705&amp;pid=903 mELHSX fVFDVO
iOI27U whttps://www.WikiTree.com/wiki/Allis-33 pWilliam qAllis gm b16560110 vBraintree, Suffolk, Massachusetts Bay Colony z1 d16760519 yTurners Falls, Hampshire County, Massachusetts Bay Colony o[[Category:Massachusetts_Bay_Colony]]\n[[Category:Killed in Action, King Philip's War]]\n== Biography ==\n{{Roll of Honor\n | image = Roll of Honor Template-15.jpg\n | category = Killed in Action, King Philip's War\n | description = KIA\n | war = King Philip's War\n }}\nWilliam was born 1655/56 in Braintree, [[Wikipedia:Massachusetts_Bay_Colony|Massachusetts Bay Colony]]. &lt;ref&gt;Source: [[#FN01]] Braintree. &lt;/ref&gt;\nWilliam was killed in the [[Wikipedia:Battle_of_Turner's_Falls|Battleof Turners Falls]] at [[Wikipedia:Turners_Falls,_Massachusetts|Turners Falls, Massachusetts]] in 1676. &lt;ref&gt;Source: [[#B03]] Bodge. p. 203. &lt;/ref&gt;\nAt the time of his death, he was living in [[Wikipedia:Hatfield,_Massachusetts|Hatfield, Massachusetts]]. &lt;BR&gt;\n\n===Birth===1656 &lt;ref name=&quot;cite-01&quot;&gt;Source: [[#B08]] NEHGR, 1882 Volume 36, p. 376. &lt;/ref&gt; &lt;ref&gt;http://www.genealogyofnewengland.com/f_54.htm#52&lt;/ref&gt; &lt;BR&gt;\nNote: Birth date listed as '''(10) (11) 1655. &lt;ref&gt;Source: Under ''John Mills Clark of Writs'', http://dunhamwilcox.net/ma/braintree_ma1.htm &lt;/ref&gt; &lt;BR&gt;The Transcriber's note for this source:--'' The dating format appearsto switch between day, month, year and month, day, year. I have transcribed the dates exactly as they are shown in the book. After the first page or two of writing out the husband's name followed by the wife'sgiven name, &quot;his wife&quot;, I placed both given names before the surname to shorten the file. Entries are often not in sequential order by date, but are entered in the order in which they appear in the book.'' &lt;BR&gt;\nIt is worth noting that entries before and after William's entry listunambiguously use a day month year format. Based on this, his DOB would be 10th day of November 1655. However, since this was an area of Quakers/Puritans; the date in their format/conventions (until 1752) would render this date as '''11 month''' .11th month would be January, since their calendar starts with March as the first month of the year. William's birth year would run from March 1655 to February 1656. So, his DOB would be 10 January 1656, assuming a Quaker date format in the record. This date was used in this profile, absent other sources. &lt;ref&gt;Source: [[#OR01]] Dates. &lt;/ref&gt;\n\n===Death===\n1676 &lt;ref name=&quot;cite-02&quot;&gt;{{FindAGrave|37515786}}&lt;/ref&gt; &lt;BR&gt;\n\n===Burial===\n~20 May 1676 &lt;ref name=&quot;cite-02&quot;/&gt; &lt;BR&gt;\nFalls Fight Gravesite &lt;ref name=&quot;cite-02&quot;/&gt;&lt;BR&gt;\nGreenfield, Franklin County, Massachusetts, USA &lt;BR&gt;\nPlot: . &lt;BR&gt;\nFind A Grave Memorial# 37515786 &lt;ref name=&quot;cite-02&quot;/&gt;\n\n==Sources==\n&lt;references /&gt;\n\nSee also:\n\n===Books===# [&lt;span id='B01'&gt;B01&lt;/span&gt;] Wells, D. W., &amp; Wells, R. F. (1910). A history of Hatfield, Massachusetts, in three parts: I. An account of the development of the social and industrial life of the town from its first settlement. II. The houses and homes of Hatfield, with personal reminiscences of the men and women who have lived there during the last one hundred years; brief historical accounts of the religious societies and of Smith Academy; statistical tables, etc. III. Genealogies ofthe families of the first settlers. Springfield, Mass: Pub. under thedirection of F.C.H. Gibbons. [https://archive.org/details/ahistoryhatfiel00wellgoog] [http://www.worldcat.org/title/history-of-hatfield-massachusetts-in-three-parts-i-an-account-of-the-development-of-the-social-and-industrial-life-of-the-town-from-its-first-settlement-ii-the-houses-and-homes-of-hatfield-with-personal-reminiscences-of-the-men-and-women-who-have-lived-there-during-the-last-one-hundred-years-brief-historical-accounts-of-the-religious-societies-and-of-smith-academy-statistical-tables-etc-iii-genealogies-of-the-families-of-the-first-settlers/oclc/3867047/editions?referer=di&amp;editionsView=true] &lt;BR&gt;# Judd, S., &amp; Boltwood, L. M. (1863). History of Hadley: Including the early history of Hatfield, South Hadley, Amherst and Granby, Massachusetts. Northampton: Printed by Metcalf. [] [http://www.worldcat.org/title/history-of-hadley-including-the-early-history-of-hatfield-south-hadley-amherst-and-granby-massachusetts/oclc/10598481/editions?referer=di&amp;editionsView=true] &lt;BR&gt;# [&lt;span id='B03'&gt;B03&lt;/span&gt;] George Madison Bodge, Soldiers in King Philip's War, Being a Critical Account of that War,' Third Edition', Genealogical Publishing Company, Baltimore, 1967. [https://archive.org/details/soldiersinkingp00bodggoog] [http://www.worldcat.org/title/soldiers-in-king-philips-war-being-a-critical-account-of-that-war-with-a-concise-history-of-the-indian-wars-of-new-england-from-1620-1677-official-lists-of-the-soldiers-of-massachusetts-colony-serving-in-philips-war-and-sketches-of-the-principal-officers-copies-of-ancient-documents-and-records-relating-to-the-war-also-lists-of-the-narraganset-grantees-of-the-united-colonies-massachusetts-plymouth-and-connecticut/oclc/925492/editions?referer=di&amp;editionsView=true] &lt;BR&gt;# [&lt;span id='B08'&gt;B08&lt;/span&gt;] New England Historical and GenealogicalRegister. (n.d.). Boston: New England Historical Genealogical Society. 1882 Volume 36. [https://archive.org/details/newenglandhistorv36wate] [http://www.worldcat.org/title/new-england-historical-and-genealogical-register/oclc/318012301&amp;referer=brief_results] &lt;BR&gt;\n\n===Footnotes===\n[&lt;span id='FN01'&gt;FN01&lt;/span&gt;]Braintree was included as one of the original towns when Suffolk County was created in 1643. When the formation of Norfolk County happened in 1793, Braintree was in the area that moved from Suffolk county to the new Norfolk county. [[Wikipedia:Braintree,_Massachusetts|Braintree,Massachusetts]], [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]], [[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]]\n[&lt;span id='FN03'&gt;FN03&lt;/span&gt;] [[Wikipedia:Franklin_County,_Massachusetts|Franklin County]] was not created until 1811. Previously, the area was part of the northern third of Hampshire County. &lt;BR&gt;[&lt;span id='FN04'&gt;FN04&lt;/span&gt;] [[Wikipedia:Norfolk_County,_Massachusetts|Norfolk County, Massachusetts]] was created on March 26, 1793. &lt;BR&gt;[&lt;span id='FN05'&gt;FN05&lt;/span&gt;] In 1793, most of the original [[Wikipedia:Suffolk_County,_Massachusetts|Suffolk County, Massachusetts]] ... split off and became Norfolk County. &lt;BR&gt;\n\n===GEDCOM=== WikiTree profile Allis-33 created through the import of Rodgers Family Tree.ged on Feb 6, 2012.\n WikiTree profile Allis-34 created through the import of Rodgers Family Tree.ged on Feb 6, 2012.\n\n==Other Resources==# [&lt;span id='OR01'&gt;OR01&lt;/span&gt;] ''' Dates''':''Two things to be awareof - Quakers didn't use the names of months, just the numbers (7 8m 1742 for example), and until 1752, &quot;8m&quot; would have been October, not August, since the year started in March (1m).''[http://www.genealogytoday.com/columns/recipes/tip14.html] &lt;BR&gt;\n\n==Acknowledgments==Thank you to [[Rodgers-486|Diane Rodgers]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Allis-33 creating] Allis-33on 06 February 2012. Click the Changes tab for the details on contributions by Diane and others.\nThanks to '''GWC''' [http://findagrave.com/cgi-bin/fg.cgi?page=mr&amp;MRid=46861802] for Find A Grave memorial. &lt;BR&gt;\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mELHSX fVFDVO
iH3UGD whttps://www.WikiTree.com/wiki/Brownson-404 pMary qBrownson gf b16270000 vEarl's Colne, Essexshire, England z1 yHartford, Hartford, Connecticut o[[Category:Puritan_Great_Migration]]\n{{Puritan Great Migration|needs=Research|needs1=Biography}}\n== Biography ==\n:Mary Brownson was baptized December 12, 1627 at Earls Colne, Essex, England.&lt;ref&gt; Baptism register 1620 to 1639 (D/P209/1/2) 12.10.1627 (Friday 12 October 1627) document 6702624 &quot;Mary daughter of Jn Brownson and Fran Brownson christened 12.10.1627&quot; &lt;/ref&gt;the daughter of John Bronson&lt;ref name=Sibley&gt;[https://archive.org/stream/bronsonlineage1600sibl#page/11/mode/1up| Sibley, Harriet Bronson. ''&quot;Bronson Lineage&quot;'' 1636-1917] Dallas, Oregon. 1917, p. 11&lt;/ref&gt; In 1635 she accompanied her parents to Massachussets, probablyon the &quot;Defense&quot; with other people from Earls Colne. She grew up in Hartford and married John Wyatt by 1647, John Graves perhaps in 1671, William Allis in 1679 and Samuel Gaylord in 1681. She died after 1694.\n\nDeath:: She was living in 1694.&lt;ref&gt; Jacobus, Donald Lines . The ancestry of Lorenzo Ackley &amp; his wife Emma Arabella Bosworth / compiled and published by N. Grier Parke, II; (Woodstock, Vt. : Elm Tree Press, 1960.)&lt;/ref&gt; Jacobus does not state why he knows this, but somewhere there isa document signed or acknowledged by her in 1694.\n: After 22 SEP 1689 (the date of husband Samuel's will)\n:Find a grave says she died 1688, but she was alive still then.:Apparent incorrect report of being killed by Indians in the HatfieldMassacre on September 19, 1677. Her husband John Graves was killed in the massacre.\nAccording to Find a Grave she was buried Center Cemetery Whately, Franklin County, Massachusetts, USA&lt;ref&gt;{{FindAGrave|31733622|sameas=no}}&lt;/ref&gt; This is however a very modern monument that says only Mary Wyatt (no dates) and may not even be her, and is probably not where she was buried.\n\n== Sources ==\n&lt;references /&gt;\n* &lt;span id='ECE'&gt;&lt;/span&gt;''Earls Colne, Essex'': [http://linux02.lib.cam.ac.uk/earlscolne/ Records of an English Village 1375-1854] (Cambridge University)* &lt;span id='Torrey'&gt;&lt;/span&gt;Torrey, Clarence Almon. ''[[Space:Torreys New England Marriages Prior to 1700|Torreys New England Marriages Prior to 1700]]'' (Genealogical Publishing Co., Inc. Baltimore, 1985)* Vol. III, p. 1729. WYATT, John (-1688) &amp; Mary [BRONSON], m/2 John GRAVES 1671?, m/3 William ALLIS 1678, m/4 Samuel GAYLORD 1681; by 1647;Hartford/Farmington/Haddam, CT* &lt;span id='Orcutt'&gt;&lt;/span&gt;Orcutt, Samuel. ''[[Space:History of the Towns of New Milford and Bridgewater, Connecticut, 1703-1882|History ofthe Towns of New Milford and Bridgewater, Connecticut, 1703-1882]]'' (Case, Lockwood and Brainard Co., 1882)* &lt;span id='Graves'&gt;&lt;/span&gt;Graves, Gemont. ''[[Space:Graves GenealogyTraced from Thomas Graves|Graves Genealogy Traced from Thomas Graves]]'' (Free Press Printing Co., Burlington, VT, 1911) [https://books.google.com/books?id=fjNPAAAAMAAJ&amp;pg=PA9 Page 9]\n*Massachusetts: Vital Records, 1620-1850\n::Wm., William, Lt. ALLYS\t1678\n::Springfield, Hampden, Massachusetts, United States\n::June. 25. 1678\n::Leiut Wm Allys and widow Mary Graves Joined in Mariage\tMarriage\n*New England Marriages to 1700\n:: John GRAVES\t1671\n::Hadley, Hampshire, Massachusetts, United States\n::GRAVES, John (-1677) (below) &amp; 2/wf Mary (BRONSON) WYATT, w John,\n::m/3 William ALLES 1678,::m/4 Samuel GAYLORD 1681/[2?]; 20 Jul, ?25 Jul 1671, ca 1668, 20 Jul1671?;:: Hadley {Hale (1952) 577; Bassett (1926) 139; Dommerich Chart 21; Stevens-Miller 367; Warne\tMarriage\n\n===See Also===*Holman, Mary Lovering. ''&quot;Ancestry of Colonel John Harrington Stevens&quot;'' Number 63 p. 367 &quot;The Graves Line&quot;[https://babel.hathitrust.org/cgi/pt?id=wu.89067408831;view=1up;seq=391 link]*Jacobus, Donald Lines. ''&quot;Hale, House and Related Families&quot;'' Genealogical Pub. Co. Baltimore. 1978. p. 577.[https://babel.hathitrust.org/cgi/pt?id=wu.89066151523;view=1up;seq=599 see at hathitrust]*Allis, Horatio D. ''&quot;Genealogy of William Allis and Descendants&quot;''Hartford, Conn. p. 5.[https://archive.org/stream/genealogyofwilli00alli#page/n24/mode/1up see at archive.org]*Massachusetts Marriages, 1695-1910 https://www.familysearch.org/ark:/61903/1:1:FC91-KQ9?from=lynx1&amp;treeref=MCZY-DP3 mR7UDU fEEJFN
iRP5PW whttps://www.WikiTree.com/wiki/Comstock-467 pUnknown qComstock gm o{{Unsourced}}\n== Biography ==\n\n== Sources ==\n&lt;references /&gt;\n\n== Acknowledgement == sMUAN7
iMUAN7 sRP5PW whttps://www.WikiTree.com/wiki/Unknown-196581 pUnknown qUnknown gf o[[Category:Ayer_Name_Study]]\n[[Category:ANS_CN_Unsourced_Profile]]\n[[Category:ANS_Parents_Unknown]]\n[[Category:ANS_Data_Issue]]\n[[Category:ANS_Bio_Needed]]\n[[Category:ANS_Cleanup_Required]]\n== Biography ==\nUnnamed Unknown ... &lt;ref&gt;Entered by Jackie Merrick, Apr 13, 2013&lt;/ref&gt;\n''Do you have information about Unnamed Unknown? Please contribute toher biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Unnamed's life were either witnessed by [[Merrick-236 | Jackie Merrick]] or Jackie plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please feel free to improve-upon information you see here. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iX7GZ4 whttps://www.WikiTree.com/wiki/Comstock-466 pLevi qComstock gm z1 d18040000 o== Biography ==\nLevi Comstock a proven Loyalist lived at Leeds; stepson to Ephraim Eyers, also a Loyalist\n\n Levi's wife, Abigail, was stepdaughter of Charles Griffin, a UEL.\nLevi's sisters: Sylvia Comstock, who married William Merrick, founder of Merrickville &amp; Lavinia Comstock, who married Capt. Thomas Smythe, founder of Smith's Falls and also had son, Terrence, whose wife wasrelated to Benedict Arnold. Levi's brother: Aaron Comstock, marr Phoebe Elliot of Leeds\n\nLevi died in 1804;\n\n== Sources ==\n\n*http://www.leedsandgrenvillegenealogy.com/pubquerjanjuly2008.html\n\nhttp://www.uelac.org/Loyalist-Info/detail.php?letter=c&amp;line=599\n\n&lt;references /&gt;\n\n{{United Empire Loyalist|status=Proven}} fRP5PW
iT9YLG whttps://www.WikiTree.com/wiki/Comstock-468 pAaron qComstock gm o== Biography ==\nHe is the son of [[Comstock-467|Unnamed Father Comstock]]. &lt;ref&gt;Entered by Jackie Merrick, Jan 21, 2013&lt;/ref&gt;\n''Do you have information about Comstock? Please contribute to his biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Aaron's life were either witnessed by [[Merrick-236 | Jackie Merrick]] or Jackie plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please feel free to improve-upon information you see here. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fRP5PW
iUT90K whttps://www.WikiTree.com/wiki/Comstock-469 pLavinia qComstock gf z1 d18390000 o== Biography ==\nShe was the daughter of [[Comstock-467|Unnamed Father Comstock]]. She passed away in 1839. &lt;ref&gt;Entered by Jackie Merrick, Jan 21, 2013&lt;/ref&gt;\n''Do you have information about Comstock? Please contribute to her biography. Everything on WikiTree is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Lavinia's life were either witnessed by [[Merrick-236 | Jackie Merrick]] or Jackie plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please feel free to improve-upon information you see here. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fRP5PW
iGL9LX whttps://www.WikiTree.com/wiki/Eyres-46 pEphraim qEyres gm b17330613 z1 d18020000 yElizabethtown, Leeds, Canada West, British Colonial America o[[Category:Ayer_Name_Study]]\n[[Category:ANS_Parents_Unknown]]\n\n== Biography ==\nDuring the Revolutionary Wars, Ephraim Eyres was a Loyalist spy and for his efforts in support of the British he was captured and jailed inAlbany NY. (1) It appears during his imprisonment, his wife was allowed “go forward” with some of her property and family perhaps as far as Lunenburg, Ontario (Stormont Township, near Cornwall). Following the peace settlement in 1783, Ephraim escaped prison or was released and he headed north to Canada arriving to join his wife in 1784 at Stormont which at the time was a “staging area” for new United Empire Loyalists awaiting receipt of land claims and entitlements. &lt;ref&gt;[http://www.merrickvillehistory.org/newsletters/newsletter-6-2.html Sylvia Comstock Merrick]&lt;/ref&gt;\nEphraim Eyres, inasmuch as all the children claimed on him as the stepfather. He was an integral part of the spy network established by George Smyth, father of Thomas Smyth, who married Lavinia Comstock. And by the way, I found the marriage record in the Canadian Archives in theMerrick fonds for this couple, as [[Comstock-352|Sylvia Merrick]] wasa witness to the wedding, which occurred in Canada\n\n\n== Sources ==\n&lt;references/&gt;\n\n*http://www.uelac.org/Loyalist-Info/detail.php?letter=e&amp;line=155*http://www.uelac.org/Loyalist-Info/extras/Eyres-Ephraim/Eyres-Ephraim-biography.php\n\n== Acknowledgments ==\n\nThanks to [[Merrick-236|Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n\n{{United Empire Loyalist|status=Proven}}
iW9C0O whttps://www.WikiTree.com/wiki/Roche-215 pJohn qRoche gm b17660200 vWexford, County Wexford, Ireland z1 d18470000 yCanada West o== Biography ==\nJohn Roche was born in Ireland to William Roche and Mary Corish. He was baptized on 15 Feb 1766 in Wexford, County Wexford, Ireland.\nHe married Elizabeth Dunn at an unknown date and they had at least 10children together.\n# [[Roche-1084|William]] (b. abt. 1795)\n# [[Roche-915|John]] (b. abt. 1798)\n# Mary (b. abt. 1801)\n# Anna (b. abt. 1802)\n# [[Roche-181|Judith]] (b. abt. 1804)\n# Simon (b. abt. 1807)\n# Martin (b. abt. 1809)\n# Betsy (b. abt. 1810)\n# Mehitabel (b. abt. 1812)\n# Nancy (b. abt. 1815)\n\n== Sources ==* Baptism Record&lt;ref&gt;Catholic Parish Registers at the NLI. Diocese ofFerns, County of Wexford. Microfilm 04252/01. Page 236. https://registers.nli.ie/registers/vtls000634134#page/236/mode/1up&lt;/ref&gt;* 1802 Wolford, Ontario Census&lt;ref&gt;1802 Wolford, Marlborough &amp; Montague Twps, Grenville. 2006. Dave Browne, OntarioGenWeb's Census Project (http://ontariocensus.rootsweb.ancestry.com) Lines 87-91. http://ontariocensus.rootsweb.ancestry.com/transcripts/pre1851/8222-1.html&lt;/ref&gt;* 1817 Wolford, Ontario Census&lt;ref&gt;1817 Wolford, Oxford, Marlborough &amp; Montague Twps, Grenville. 2006. Dave Browne, OntarioGenWeb's Census Project (http://ontariocensus.rootsweb.ancestry.com) Lines 2349-2360. http://ontariocensus.rootsweb.ancestry.com/transcripts/pre1851/8228-2.html&lt;/ref&gt;\n\n&lt;references /&gt;\n\nSee also:* http://dennispei.tribalpages.com/family-tree/dennispei/1169/22/John-Roche-Family\n: '''1802 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 33\n: Elizabeth Roach age 23\n: William Roach age 6\n: John Roach age 4\n: Mary Roach age 1\n: Margaret Dunn age 10\n: ...: '''1803 Return of Inhabitants''' of the River Rideau, County of Grenville (Upper Canada)\n: John Roach age 34\n: William Roach age 7\n: John Roach age 5\n: Ansy Roach age 1\n: Elizabeth Roach age 23\n: Mary Roach age 3\n: ...: '''1804 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 35\n: William Roach age 8\n: John Roach Junior age 6\n: Anasty Roach age 2\n: Elizabeth Roach age 24\n: Mary Roach age 4\n: ...: '''1805 Return of Inhabitants''' for Oxford, County of Grenville (Upper Canada)\n: John Roach age 36\n: William Roach age 9\n: John Roach Junior age 7\n: Elizabeth Roach age 25\n: Mary Roach age 5\n: Aneta Roach age 3\n: Judah Roach age 1\n: ...: '''1806 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 37\n: William Roach age 10\n: John Roach Jr age 8\n: Elizabeth Roach age 26\n: Mary Roach age 6\n: Angia Roach age 4\n: Judah Roach (F) age 2\n: ...: '''1807 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach\n: William Roach\n: John Roach Jr\n: Elizabeth Roach\n: Mary Roach\n: Annah Roach\n: Judah Roach (F)\n: ...: Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: ......….\n: '''1813 Return of the Population''' for Marlborough, County of Grenville (Upper Canada): John Roache - 1 male married 16-50; 1 Woman; 2 Male Children under 16; 5 Female Children.\n: William Roache - 1 male unmarried 16-50.: Names of the Heads of Families and of all the Male inhabitants fromthe age of 16-60 - in the Townships of Wolford, Oxford, Marlborough &amp;Montague, in the District of Johnstown (Upper Canada) for the year 1813: Accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: ......….\n== Acknowledgments ==\n''Listed in the 1802 Wolford Ont Census Leeds Grenville Co. sources: Barbara Roche on Ancestry.com /Leeds Grenville Reference Listing -ISBN0.920300.84-7/Father John McDonald's Diary -1831-36 Leeds Gren. Geol. Soc./ Ontario County Atlas Project/Jane Murphy of Westport Ont. sources.\n\nThanks to [[Merrick-236 | Jackie Merrick]] for starting this profile.\nClick the Changes tab for the details of contributions by Jackie and others.\n&lt;!-- Please feel free to improve-upon information you see here. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sSG9ZU
iSG9ZU sW9C0O whttps://www.WikiTree.com/wiki/Dunn-2306 pElizabeth qDunn gf b17790801 vWexford County, Ireland z1 d18681113 yNorth Crosby, Leeds, Upper Canada o== Biography ==\n\nElizabeth Dunn ...\n\n\n\n== Sources ==\n&lt;references /&gt;''http://dennispei.tribalpages.com/family-tree/dennispei/1169/23/Elizabeth-Dunn-Family\n: '''1802 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 33\n: ''Elizabeth Roach age 23''\n: William Roach age 6\n: John Roach age 4\n: Mary Roach age 1\n: Margaret Dunn age 10: Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: See husband's profile for other years\n: ......….\n\n\n\n== Acknowledgments ==\n* Thanks to [[Merrick-236 | Jackie Merrick]] for starting this profile, Jan 19, 2013
iXWRDL whttps://www.WikiTree.com/wiki/Roche-1084 pWilliam qRoche gm b17960717 vUpper Canada z1 d18411207 yEastons Corners, Merrickville-Wolford, Leeds and Grenville, Canada West o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;* 1802 Wolford, Ontario Census&lt;ref&gt;1802 Wolford, Marlborough &amp; Montague Twps, Grenville. 2006. Dave Browne, OntarioGenWeb's Census Project (http://ontariocensus.rootsweb.ancestry.com) Lines 87-91. http://ontariocensus.rootsweb.ancestry.com/transcripts/pre1851/8222-1.html&lt;/ref&gt;: [https://www.findagrave.com/memorial/101136350/william-roche '''Find A Grave'''] 101136350\n: ……...\n: '''1802 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 33\n: Elizabeth Roach age 23\n: ''William Roach age 6''\n: John Roach age 4\n: Mary Roach age 1\n: Margaret Dunn age 10: Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: See father's profile for other years.\n: ......….\n\n: St. Anne's Cemetery, Easton's Corners\n: Lot 24, Concession 3, Wolford: &quot;The Anglican Church was built in this churchyard in 1876. Anglicans under the leadership of Mr William Roche (or Roach) had made a beginning towards erecting a church on the opposite side of the road from the present site of St Anne's in Easton's Corners, but the untimely death of Mr Roche in 1841 caused the Anglicans to postpone building.&quot;: &quot;William Roche, born July 17, 1796, died at Montreal, December 7, 1841 and is buried on the north side of the Church. This would be on his farm. His will found among the Johnstown Wills at the Archives of Ontario dated at Wolford, November 30, 1841, states that he leaves &quot;to his wife Anna, Lot 24, Concession 3, Wolford with house in which I now reside, plus part of Lot 25, Concession 3, Wolford. Lot 26, Concession3, Wolford, was to be divided equally among '''sons Leander Collins Roach and Philander Roach''' and '''daughters Olive, Amelia, Caroline''' and '''Sophia'''. Daughter '''Laura''' was to receive the East quarter of Lot 26 Concession one when she married or when she became 21 years of age. Executors were Samuel Starr Easton, Basil R Church, Anna Roach.&quot;: &quot;So when the present St Anne's Church was built in 1876 it would beon widow Anna Roach's property. It would seem the Cemetery was established at that time since inscriptions on tombstones all post - date that time with two exceptions: that of William Roche and that of three Hornick graves of 1860's which were moved from Hanton's Cemetery in Kitley to St Anne's by Stanley Hornick. &quot;: Grenville County Cemeteries, Volume 1, A Genealogical Reference Listing ISBN0-920300-77-4, by the Leeds &amp; Grenville Branch, OGS mSG9ZU fW9C0O
iI4KAF whttps://www.WikiTree.com/wiki/Roche-915 pJohn qRoche gm b17980000 vUpper Canada o== Biography ==\n\n=== Children ===\n\nJohn Roche married Ann Ryan in 1826. They had a large family.\n# Nicholas (b. abt. 1828)\n# [[Roche-905|Elizabeth]] (b. 8 Dec 1831)\n# [[Roche-990|John Jr]] (b. abt. 1834)\n# Mary (b. abt. 1838)\n# Margaret (b. abt. 1840)\n# Cecilia (b. abt. 1841)\n# William (b. abt. 1842)\n# Ann (b. abt. 1844)\n# Teresa (b. abt. 1848)\n\n== Sources ==\n* 1802 Wolford, Ontario Census&lt;ref&gt;1802 Wolford, Marlborough &amp; Montague Twps, Grenville. 2006. Dave Browne, OntarioGenWeb's Census Project (http://ontariocensus.rootsweb.ancestry.com) Lines 87-91. http://geneofun.on.ca/ontariocensus/transcripts/pre1851/8222-1.html&lt;/ref&gt;* 1817 Wolford, Ontario Census&lt;ref&gt;1817 Wolford, Oxford, Marlborough &amp; Montague Twps, Grenville. 2006. Dave Browne, OntarioGenWeb's Census Project (http://ontariocensus.rootsweb.ancestry.com) Lines 2349-2360. http://geneofun.on.ca/ontariocensus/transcripts/pre1851/8228-2.htmll&lt;/ref&gt;* 1851 Canada Census&lt;ref&gt;Digitized Page of 1851 Census of Canada. Library and Archives Canada. Ellice, Perth, Canada West. Page 29, line 22. http://data2.collectionscanada.gc.ca/1851_pdf/e095/e002366787.pdf&lt;/ref&gt;* 1861 Canada Census&lt;ref&gt;Digitized Page of 1861 Census of Canada. Library and Archives Canada. Ellice, Perth, Canada West. Page 26, line 47. http://data2.collectionscanada.gc.ca/1861/jpg/4391951_00520.jpg&lt;/ref&gt;\n\n&lt;references /&gt;: '''1802 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 33\n: Elizabeth Roach age 23\n: William Roach age 6\n: ''John Roach age 4''\n: Mary Roach age 1\n: Margaret Dunn age 10: Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: See father's profile for other years.\n: ......…. mSG9ZU fW9C0O
iM2YQS whttps://www.WikiTree.com/wiki/Roach-3786 pMary qRoach gf b18000000 z1 yCanada o== Biography ==\nMary was born about 1800.\n== Sources ==\n&lt;references /&gt;: '''1802 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach age 33\n: Elizabeth Roach age 23\n: William Roach age 6\n: John Roach age 4\n: ''Mary Roach age 1''\n: Margaret Dunn age 10: Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: See father's profile for other years.\n: ......…. mSG9ZU fW9C0O
iZZ39A whttps://www.WikiTree.com/wiki/Roach-3787 pAnna qRoach gf b18020000 vWolford, Grenville, Upper Canada o== Biography ==\nElizabeth was born about 1779.\n== Sources ==\n&lt;references /&gt;: '''1807 Return of Inhabitants''' for Wolford, County of Grenville (Upper Canada)\n: John Roach\n: William Roach\n: John Roach Jr\n: Elizabeth Roach\n: Mary Roach\n: Annah Roach\n: Judah Roach (F): Lists of Inhabitants in the Townships of Wolford, Oxford, Marlborough &amp; Montague, in the County of Grenville (Upper Canada), was done in 1802, 1803, 1804, 1805, 1806 &amp; 1807.: Book accessed at the Saskatchewan Genealogical Society Library, Regina, Saskatchewan, Canada\n: See father's profile for other years\n: ......…. mSG9ZU fW9C0O
iM3ATT whttps://www.WikiTree.com/wiki/Watson-12149 pJohn qWatson gm b18010000 vRenwick, Cumberland, UK z1 d18750203 yHigh Bankhill, Cumberland, England, United Kingdom o[[Category:Renwick, Cumberland]]\n== Biography ==\n{{England Sticker}}\n===Birth===:Date: [[Watson-12149|John Watson]] was born in Renwick Cumberland in 1801. He was the son of [[Watson-14479|Anthony Watson ]] and [[Moses-1260|Hannah Moses]] &lt;ref&gt;&quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:J7FZ-L7C : 30 December 2014), John Watson, 22 May 1801; citing Renwick, Cumberland, England, reference item 9; FHL microfilm 1,472,356.&lt;/ref&gt;\n===Marriage===:Date: 18th of November 1826 [[Watson-12149|John Watson]] married [[Pearson-5210|Mary Pearson]] in Renwick Cumberland &lt;ref&gt;&quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2K5-NJ2 : 10 December 2014), John Watson and Mary Pearson, 18 Nov 1826; citing Renwick,Cumberland,England, reference ; FHL microfilm 90,657.&lt;/ref&gt;\n===Residence / Census===:Date: 1851 [[Watson-12149|John ]] and [[Pearson-5210|Mary]] are in HighBank Hill Staffield Cumberland with children Anthony. Hannah, Mary, Richard, Ann and John&lt;ref&gt;&quot;England and Wales Census, 1851,&quot; databasewith images, FamilySearch (https://familysearch.org/ark:/61903/1:1:SGKY-9KR : 24 July 2016), John Watson, Staffield, Cumberland, England; citing Staffield, Cumberland, England, p. 8, from &quot;1851 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives of the UK, Kew, Surrey.&lt;/ref&gt;:Date: In 1861 [[Watson-12149|John Watson]] is a Stonemason in Renwick with wife [[Pearson-5210|Mary ]] and children Hannah, Richard and John&lt;ref&gt;&quot;England and Wales Census, 1861,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M72F-RRP : 6 April 2016), John Watson, Staffield, Cumberland, England; from &quot;1861 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO RG 9, The National Archives, Kew, Surrey.&lt;/ref&gt;:Date: In 1871 John and wife Mary are living in in High Bank Hill with daughter Hannah a dress maker and two grandchildren Anthony W Todd and Joseph W Todd &lt;ref&gt;&quot;England and Wales Census, 1871&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:V51H-NVC: 24 July 2015), John Watson, 1871.&lt;/ref&gt;\n===Death===:Date: [[Watson-12149|John Watson]] died at HighBank Hill in February 1875 &lt;ref&gt;http://search.findmypast.co.uk/bna/viewarticle?id=bl%2f0000430%2f18750213%2f101&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt;\n\n* Family history compiled in the 1870's mLKTHY fX066K sKJ0N8
iKJ0N8 sM3ATT whttps://www.WikiTree.com/wiki/Pearson-5210 pMary qPearson gf b17980916 vKirkoswald, Cumberland, England z1 d18760719 yRenwick Cumberland England o{{England Sticker}} [[Category:Renwick, Cumberland]]\n\n\n\n== Biography ==\nMary Pearson married John Watson in Renwick Cumberland &lt;ref&gt;&quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2K5-NJK : 10 December 2014), John Watson and MaryPearson, 18 Nov 1826; citing Renwick,Cumberland,England, reference ; FHL microfilm 90,657.&lt;/ref&gt; On 18th November 1826\n1841 census &lt;ref&gt;&quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73J-91V : 30 October 2015), Mary Watson in household of John Watson, Kirkoswald, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives, Kew, Surrey.&lt;/ref&gt;\nIn 1851 Mary and John Watson are living at HighBank Hill Staffield Cumberland with children Anthony, Hannah, Mary, Richard, Ann and John &lt;ref&gt;&quot;England and Wales Census, 1851,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:SGKY-9KT : 24 July 2016), Mary Watson in household of John Watson, Staffield, Cumberland, England; citing Staffield, Cumberland, England, p. 8, from &quot;1851 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives of theUK, Kew, Surrey.&lt;/ref&gt;\nIn 1861 they are still at HighBank Hill with Hannah, Richard and John. &lt;ref&gt;&quot;England and Wales Census, 1861,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M72F-RR5 : 6 April 2016), Mary Watson in household of John Watson, Staffield, Cumberland, England; from &quot;1861 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO RG 9, The National Archives, Kew, Surrey.&lt;/ref&gt;\nIn 1871 Mary and John are still at HighBank Hill with daughters Hannah and Ann and grandsons Anthony W Todd and Joseph W Todd &lt;ref&gt;&quot;Englandand Wales Census, 1871&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:V51H-NVZ : 24 July 2015), Mary Watson in entry for John Watson, 1871.&lt;/ref&gt; John is described as Mason and land owner. Hannah is a dressmaker and Ann a general servant. The two grandsons are at school.\nNeither Mary nor John appear in the 1881 census. Mary possibly died in 1876 &lt;ref&gt;&quot;England and Wales Death Registration Index 1837-2007,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:2J52-J3S: 31 December 2014), Mary Watson, 1876; from &quot;England &amp; Wales Deaths,1837-2006,&quot; database, findmypast (http://www.findmypast.com : 2012); citing Death, Penrith, Cumberland, England, General Register Office, Southport, England.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* Family history
iIKV2O whttps://www.WikiTree.com/wiki/Watson-12148 pAnthony qWatson gm b18280106 vRenwick, Cumberland, England, United Kingdom z1 d18811014 yKyneton, Victoria, Australia o[[Category:Renwick, Cumberland]]\n== Biography ==\n{{Migrating Ancestor\n| origin = Cumberland\n| destination = Australia\n| origin-flag = Flags-3.jpg\n| destination-flag = flags_of_Australian-1.png}}\n{{England Sticker|Cumberland}}\n===1828 Birth ===Anthony Watson was born to John Watson and Mary Pearson in Renwick, Cumberland &lt;ref&gt;&quot;England Births and Christenings, 1538-1975,&quot; database,FamilySearch (https://familysearch.org/ark:/61903/1:1:NXQY-BYG : 30 December 2014), Anthony Watson, 06 Jan 1828; citing Renwick, Cumberland, England, reference item 10 p 23; FHL microfilm 1,472,356.&lt;/ref&gt;\n===1841 Census===In 1841 the family is living at High Bank Hill, parish of Kirkoswald , Cumberland &lt;ref&gt;&quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73J-91K : 30 October 2015), Anthony Watson in household of John Watson, Kirkoswald, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives, Kew, Surrey.&lt;/ref&gt; 11 year old Thom Pearson is living with them presumably Mary's brother or nephew.\n===1851 Census===In 1851 Anthony is living with his parents John and Mary and siblingsHannah, Mary, Richard, Ann and John at HighBank Hill, Staffield, Cumberland. He is 23 and working as a Stonemason &lt;ref&gt;&quot;England and Wales Census, 1851,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:SGKY-9KY : 24 July 2016), Anthony Watson in household of John Watson, Staffield, Cumberland, England; citing Staffield, Cumberland, England, p. 8, from &quot;1851 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives of the UK, Kew, Surrey.&lt;/ref&gt; As is his father.\n\n\n\n\n== Sources ==\n&lt;references /&gt;\n* Family history confirmed on BDM Victoria mKJ0N8 fM3ATT
iXFIIF whttps://www.WikiTree.com/wiki/Watson-16255 pHannah qWatson gf b18310000 vRenwick, Cumberland, England, United Kingdom o== Biography ==\n\nIn 1841 censusHannah Watson was the daughter of John and Mary Watson of Scales Houses Street Renwick Cumberland. She was 10 years old. Her father was a Stonemason. Her grandfather Anthony Watson was living with them he was81 born in 1760 and also a Stonemason.\nIn 1891 Hannah Watson 59 is living at HighBank Hill farm with her niece Mary Jane Watson who is 13 years old. They must be living at a small house on the farm as the farmer is now John Wilson and his wife Sarah and his brother Isaac Is also listed as farmer.&lt;ref&gt;&quot;England and Wales Census, 1891,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:4NLF-RPZ : 14 October 2015), Hannah Watson, Staffield, Cumberland, England; from &quot;1891 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO RG 12, Cumberland county, subdistrict, The National Archives of the UK, Kew, Surrey.&lt;/ref&gt;\n\nGender\tFemale\nAge\t10\nBirth year\t1831\nBirth county\tCumberland\n\n== Sources ==\n&lt;references /&gt;\n* Registration district\tPenrith\nArchive reference\tHO107\nPiece number\t174\nBook number\t15\nFolio number\t8\nPage number\t11\nRecord set\t1841 England, Wales &amp; Scotland mKJ0N8 fM3ATT
iKZ7DF whttps://www.WikiTree.com/wiki/Watson-16254 pRichard qWatson gm b18360000 vCumberland, England, United Kingdom o== Biography ==\nRichard Watson was the son of John Watson and Mary Pearson born in Cumberland about 1836\nRichard married Jane Thompson &lt;ref&gt;&quot;England Marriages, 15381973 ,&quot;database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NXK2-9HP : 10 December 2014), Richard Watson and Jane Thompson, 1867; citing Kirkoswald, Cumberland, England, reference 2:3P7GF0F; FHL microfilm 1,472,356.&lt;/ref&gt; In 1867 in Kirkoswold Cumberland\nIn 1881 they were living in Kirkoswold and Richard is a bacon factor &lt;ref&gt;&quot;England and Wales Census, 1881,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q2WM-6H86 : 19 August 2016), Richard Watson, Kirkoswald, Cumberland, England; from &quot;1881 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing p. 17, Piece/Folio 5147/19, The National Archives, Kew, Surrey; FHL microfilm 101,775,423.&lt;/ref&gt; They have children John T, Annie Beattie, Elizabeth, Mary J, and Emma.\nIn 1891 Richard was a farmer and bacon factor in Kirkoswold with wifeJane and three more children; Richard Anthony, Joseph, and Nellie.\nA nephew Joseph W Todd is also with them.&lt;ref&gt;&quot;England and Wales Census, 1891,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:4N2L-YZM : 15 October 2015), Richard Watson, Kirkoswald, Cumberland, England; from &quot;1891 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO RG 12, Cumberland county, subdistrict, The National Archives of the UK, Kew, Surrey.&lt;/ref&gt;\nIn 1901 Richard was in Kirkoswold with wife Jane sons John T, and Jospeh and daughters Elizabeth and Nellie.&lt;ref&gt;&quot;England and Wales Census,1901,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:XSVR-9N5 : 29 August 2015), Richard Watson, Kirkoswald, Cumberland, England; from &quot;1901 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing Kirkoswald subdistrict, PRO RG 13, The National Archives, Kew, Surrey.&lt;/ref&gt;\nIn 1911 Richard Watson was a widower. A farmer and bacon factor at HighBank Hill where he was born. With him were his daughter Annie Beattie Watson (single) who was housekeeper, Richard Anthony Watson his son who was 29 and a grocer. He had a farm servant William Irving who was 40 and a 16 year old maid, Louise Elliott&lt;ref&gt;&quot;England and Wales Census, 1911,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:X7KB-FKD : 20 January 2015), Richard Watson, Kirkoswald, , Cumberland, England; from &quot;1911 England and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO RG 14, The National Archives of the UK, Kew, Surrey.&lt;/ref&gt; The HighBank Hill house had six rooms.\nRichard died in 1917&lt;ref&gt;&quot;England and Wales Death Registration Index 1837-2007,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:2JHQ-XMB : 31 December 2014), Richard Watson, 1917; from &quot;England &amp; Wales Deaths, 1837-2006,&quot; database, findmypast (http://www.findmypast.com : 2012); citing Death, Penrith, Cumberland, England, General Register Office, Southport, England.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* &quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73J-91L : 30 October 2015), Richard Watson in household of John Watson, Kirkoswald, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives, Kew, Surrey. mKJ0N8 fM3ATT
iLD5JC whttps://www.WikiTree.com/wiki/Watson-16256 pJohn qWatson gm b18390000 vKirkoswold, Cumberland, England, United Kingdom o== Biography ==John Watson was born to John Watson and Mary Pearson in 1839 and registered in Wigton Cumberland.\n\n\n== Sources ==\n&lt;references /&gt;* &quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73J-91P : 30 October 2015), John Watson in household of John Watson, Kirkoswald, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107,The National Archives, Kew, Surrey.\n\nWATSON, JOHN \tPEARSON \tOrderGRO Reference: 1839 J Quarter in WIGTON CUMBERLAND Volume 25 Page 181 mKJ0N8 fM3ATT
iX066K whttps://www.WikiTree.com/wiki/Watson-14479 pAnthony qWatson gm b17600000 o== Biography ==\n\n=== 1759 Baptism @ Renwick===Most likely Anthony Watson was the son of John Watson baptized in Renwick in July 1759&lt;ref&gt;&quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:JWF2-96Y : 30 December 2014, Anthony Watson, 19 Jul 1759); citing RENWICK,CUMBERLAND,ENGLAND, indexbased upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 90,657.&lt;/ref&gt; ( first son Joseph named for Mothers father second son John for fathers father.)\n===1797 Marriage @ Renwick===\n[[Watson-14479|Anthony Watson]] married Hannah Moses inNovember 1797.\n===1841 Census @ Scale Houses Renwick ===In the 1841 census [[Watson-14479|Anthony Watson]] is 81 born in 1760he was living with his daughter [[Watson-14480| Mary Watson]] and son-in-Law John James in Scale Houses Renwick Cumberland &lt;ref&gt;&quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73J-CNJ : 30 October 2015), Anthony Watson in household of John James, Renwick, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast(http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives, Kew, Surrey.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* &quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2K5-FQG : 10 December 2014), Anthony Watson and Hannah Moses, 08 Nov 1797; citing Renwick,Cumberland,England, reference ; FHL microfilm 90,657. sLKTHY
iLKTHY sX066K whttps://www.WikiTree.com/wiki/Moses-1260 pHannah qMoses gf b17760324 vBrampton, Cumberland, UK z1 d18240116 yScalehouse, Cumberland, UK o== Biography ==\nHannah was born to Joseph And Elizabeth Moses in 1776 in Hayton by Brampton Cumberland. &lt;ref&gt;GB Historical GIS / University of Portsmouth, History of Hayton, in Carlisle and Cumberland | Map and description, A Vision of Britain through Time.\n\nURL: http://www.visionofbritain.org.uk/place/6188\n&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* Family history* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N5C4-J58 : 6 December 2014), Hannah Moses, 24 Mar 1776; citing HAYTON BY BRAMPTON,CUMBERLAND,ENGLAND, reference ; FHL microfilm 90,626.* &quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2K5-FQL : 10 December 2014), Anthony Watson and Hannah Moses, 08 Nov 1797; citing Renwick,Cumberland,England, reference ; FHL microfilm 90,657. fHVD42
iNS9EL whttps://www.WikiTree.com/wiki/Watson-14481 pJoseph qWatson gm b17990000 vRenwick, Cumberland, England, United Kingdom o== Biography ==[[Watson-14481|Joseph Watson]] was the son of [[Watson-14479|Anthony Watson]] and his wife [[Moses-1260|Hannah Moses]]. He was baptized onthe 10th of February 1799 in Renwick Cumberland.k&lt;ref&gt;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:J3XN-Y6G : 30 December 2014), Anthony Watson in entry for Joseph Watson, 10 Feb 1799; citing RENWICK,CUMBERLAND,ENGLAND, reference ; FHL microfilm 90,657.\n&lt;/ref&gt;\n\n\n\n== Sources ==\n&lt;references /&gt; mLKTHY fX066K
iJBQVJ whttps://www.WikiTree.com/wiki/Watson-14480 pMary qWatson gf vRenwick, Cumberland, England, United Kingdom o== Biography ==\n===1803 Baptism @Renwick===[[Watson-14480|Mary Watson ]] was baptized in Renwick Cumberland in 1803. She was the daughter of [[Watson-14479|Anthony Watson]] and his wife [[ Moses-1260|Hannah Moses]]&lt;ref&gt;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NXQ1-JGQ : 30 December 2014), Anthony Watson in entry for Mary Watson, 14 Aug 1803; citing Renwick, Cumberland, England, reference item 9; FHL microfilm 1,472,356.&lt;/ref&gt;\n===1832 Marriage @Renwick ===[[Watson-14480|Mary Watson ]] married John James on the 6th of June 1832 in Renwick Cumberland.&lt;ref&gt;&quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2K5-NWR : 10 December 2014), John Jamesand Mary Watson, 06 Jun 1832; citing Renwick,Cumberland,England, reference , index based upon data collected by the Genealogical Society ofUtah, Salt Lake City; FHL microfilm 90,657.&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt; mLKTHY fX066K
iPA8TD whttps://www.WikiTree.com/wiki/Watson-14354 pMoses qWatson gm b18051201 vRenwick, Cumberland, United Kingdom z1 d18640000 yKyneton, Victoria, Australia o[[Category: Migrants from England to Australia]]\n[[Category: Fanny 1852]]\n[[Category: Unassisted Immigrants from Cumberland]]\n\n== Biography ==\n\n{{England Sticker}} {{Migrating Ancestor\n| origin = Cumberland\n| destination = Australia\n| origin-flag = Flags-3.jpg\n| destination-flag = flags_of_Australian-1.png}}\n\n===1805 Birth ===[[Watson-14354|Moses Watson]] was the son of Anthony Watson and his wife Hannah Moses. He was born in Renwick Cumberland in 1805.&lt;ref&gt;&quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NXQ1-J9M : 30 December 2014), Hannah Moses in entry for Moses Watson, 25 Dec 1805; citing , reference item 9; FHL microfilm 1,472,356.&lt;/ref&gt;\n===1833 Marriage @Renwick===[[Watson-14354|Moses Watson]] married Sarah Dixon in Renwick on the 19th of January 1833&lt;ref&gt;&quot;England Marriages, 15381973 ,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:N2K5-XPB : 10 December 2014), Moses Watson and Sarah Dixon, 19 Jan 1833; citing Renwick,Cumberland,England, reference , index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 90,657.&lt;/ref&gt;\n===1841 Census @ Fell Gate Kirkoswald ===[[Watson-14354|Moses Watson]]and wife Sarah were living in Kirkoswaldwith children their Hannah 8, Anthony 6 and Joseph aged one.&lt;ref&gt;&quot;England and Wales Census, 1841,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M73N-15R : 13 December 2017),Moses Watson, Kirkoswald, Cumberland, England; from &quot;1841 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives, Kew,Surrey.&lt;/ref&gt;\n===1851 Census@ Farlam Cumberland===&lt;ref&gt;&quot;England and Wales Census, 1851,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:SG2C-MZ8 : 9 November 2017), Sarah Watson in household of Moses Watson, Farlam, Cumberland, England; citing Farlam, Cumberland, England, p. 12, from &quot;1851 England, Scotland and Wales census,&quot; database and images, findmypast (http://www.findmypast.com : n.d.); citing PRO HO 107, The National Archives of the UK, Kew, Surrey.&lt;/ref&gt;\n{|\n|Household\t||Role\t||Sex\t||Age\t||Birthplace\n|-\n|[[Watson-14354|Moses Watson]]||Head\t||Male\t||44\t||Croglin, Cumberland\n|-|Sarah Watson\t||Wife\t||Female\t||36\t||Croglin, Cumberland&lt;ref&gt;https://en.m.wikipedia.org/wiki/Croglin&lt;/ref&gt;\n|-\n|Hannah Watson\t||Daughter\t||Female\t||17\t||Croglin, Cumberland\n|-\n|Anthony Watson\t||Son\t||Male\t||16\t||Croglin, Cumberland\n|-\n|Joseph Watson\t||Son\t||Male\t||10\t||Kirkoswald, Cumberland\n|-\n|John Watson\t||Son\t||Male\t||8\t||Kirkoswald, Cumberland\n|}\n===1852 Emigration to Australia===[[Watson-14354|Moses Watson]] emigrated to Victoria Australia and settled to farming in Kyneton.&lt;ref&gt;Family knowledge&lt;/ref&gt;&lt;ref&gt;Ship: FANNY; Arrival Year: 1852; Arrival Month: AUG; Age: 45; Gender: M; Origin: ENG; Master: FORREST GEO; Origin port code: B; Fiche number: 5; Page of list: 4\n DATE:1852\nSERIES:Unassisted Inward Passengers index&lt;/ref&gt;\n\nFrom the Argus 30th April 1864\nFOR SALE, by CONTRACT, one of the best\nFARMS in the district of Kyneton, situated on\nthe banks of the Coliban, and within three and a half\nmiles of the Kyneton Station, containing 170 acres,\nnow lot at £157 per annum, the lease having two years\nto run, adjoining the estate of the late Mr. Moses\nWatson. A bluestone building, with six rooms, is\nerected thereon. Apply to the owner, James Ball,\nColiban; or to Mr. Charles Young, auctioneer,Kyneton.&lt;ref&gt;https://trove.nla.gov.au/newspaper/article/5748278?searchTerm=Coliban%20AND%20%22Mrs%20Moses%20Watson%22&amp;searchLimits=exactPhrase=Mrs+Moses+Watson|||anyWords|||notWords|||requestHandler|||dateFrom|||dateTo|||sortby&lt;/ref&gt;\n\n===1864 Death @Kyneton ===[[Watson-14354|Moses Watson]] died in Kyneton Victoria Australia in 1864&lt;ref&gt;BDM Victoria Deaths 1864/1206&lt;/ref&gt; aged 57.&lt;ref&gt;https://trove.nla.gov.au/newspaper/article/240791579 &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mLKTHY fX066K
iD9G9I whttps://www.WikiTree.com/wiki/Watson-14482 pAnthony qWatson gm b18090000 vRenwick, Cumberland, England, United Kingdom o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:J3BZ-32J : 30 December 2014), Anthony Watson in entry for Anthony Watson, 03 Dec 1809; citing Renwick, Cumberland, England, reference item 9; FHL microfilm 1,472,356.\n\n mLKTHY fX066K
iG69F2 whttps://www.WikiTree.com/wiki/Watson-14355 pWilliam qWatson gm vRenwick, Cumberland, United Kingdom o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:NXQ1-KB4 : 30 December 2014), Hannah Moses in entry for William Watson, 07 Jun 1812; citing Renwick, Cumberland, England, reference item 9; FHL microfilm 1,472,356.\n\n mLKTHY fX066K
iHVD42 whttps://www.WikiTree.com/wiki/Moses-1261 pJoseph qMoses gm b17430000 vCumberland, UK z1 d18330430 yCumberland UK o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* Family history to be confirmed\n\n
iUML1Q whttps://www.WikiTree.com/wiki/Moses-1984 pMary qMoses gf b17710000 vHayton by Brampton, Cumberland , England, United Kingdom o== Biography ==Mary Moses was baptized in 1771 in Hayton on Brampton. She was the daughter of Joseph Moses.\n\n== Sources ==\n&lt;references /&gt;* &quot;England Births and Christenings, 1538-1975,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:JWFV-QXX : 6 December 2014,Mary Moses, 21 Apr 1771); citing HAYTON BY BRAMPTON,CUMBERLAND,ENGLAND, index based upon data collected by the Genealogical Society of Utah, Salt Lake City; FHL microfilm 90,626.\n fHVD42
iQERC0 whttps://www.WikiTree.com/wiki/Jodon-22 pFoster Vanvalzah qJodon gm b18780705 vnear Bellefonte,Spring Twp,Centre County,Pennsylvania z1 d19460810 yPennsylvania Ave,Centre Hall,Centre County,Pennsylvania o== Biography ==\n'''Name:''' Foster Vanvalzah Jodon.\nGiven Name: Foster Vanvalzah.\nSurname: Jodon.\nSuffix: Jr.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\nLutheran Cem,Pleasant Gap,Centre County,Pennsylvania.\n'''Note:''' [[#N31927414]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N31927414'&gt;N31927414&lt;/span&gt;\nFarmer; Inspector for Warner Co. in Bellefonte when he died at home\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family history). mLJZPP fV3GA3 sTY0ZH
iTY0ZH sQERC0 whttps://www.WikiTree.com/wiki/Brooks-16561 pCora Edith qBrooks gf b18770716 vPleasant Gap,Spring Twp,Centre County,PA z1 d19591105 yBellefonte,,Centre County,PA o== Biography ==\n'''Name:''' Cora Edith Brooks.\nGiven Name: Cora Edith.\nSurname: Brooks.''A Given name was found in addition to a first name in the NAME tag.''\n'''Died'''\n05 NOV 1959.\nBellefonte,,Centre County,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 21\n&lt;/ref&gt;\n'''Buried'''\n08 NOV 1959.\nLutheran Cem,Pleasant Gap,Centre County,PA.\n'''Note:''' [[#N95085912]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N95085912'&gt;N95085912&lt;/span&gt;\nHousewife and Piano Teacher; Living at Linden Hall at time of marriage\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10 mBNO5L
iV3GA3 whttps://www.WikiTree.com/wiki/Jodon-23 pLewis Edgar qJodon gm b18530705 vSpring Twp,,Centre County,PA z1 d19170629 ySpring Twp,,Centre County,PA o== Biography ==\n'''Name:''' Lewis Edgar Jodon.\nGiven Name: Lewis Edgar.\nSurname: Jodon.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n03 JUL 1917.\nUnion Cemetery,Bellefonte,Centre County,PA.\n'''Note:''' [[#N85073376]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N85073376'&gt;N85073376&lt;/span&gt;\nLewis was a farmer.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal family history. mJ1L43 fVO6EG sLJZPP
iLJZPP sV3GA3 whttps://www.WikiTree.com/wiki/Tibbens-48 pJemima Jane qTibbens gf b18520324 vMarion Twp,,Centre County,PA z1 d19220930 yPhilipsburg,,Centre County,PA o== Biography ==\n'''Name:''' Jemima Jane Tibbens.\nGiven Name: Jemima Jane.\nSurname: Tibbens.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n04 OCT 1922.\nUnion Cemetery,Bellefonte,Centre County,PA.\n'''Note:''' [[#N52953360]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N52953360'&gt;N52953360&lt;/span&gt;death certificate - died of cancer of pancreas; retired housewife; probably living with daughter Mrs. Naomi Lucas in Philipsburg when she died; m - Fred Houts; Mary (Jodon) Budden has death in Bellefonte, PA, Dorothy Jodon has Philipsburg, PA\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;* Personal recollection of events witnessed by [[Reitz-635|Kenneth Reitz]] as remembered 27 Sep 2019. fXOYWP
iNZBWT whttps://www.WikiTree.com/wiki/Jodon-26 pFoster Vanvalzah qJodon gm b18780705 vnear Bellefonte,Spring Twp,Centre County,Pennsylvania z1 d19460810 yPennsylvania Ave,Centre Hall,Centre County,Pennsylvania o== Biography ==\n'''Name:''' Foster Vanvalzah Jodon.\nGiven Name: Foster Vanvalzah.\nSurname: Jodon.\nSuffix: Jr.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\nLutheran Cem,Pleasant Gap,Centre County,Pennsylvania.\n'''Note:''' [[#N31927414]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N31927414'&gt;N31927414&lt;/span&gt;\nFarmer; Inspector for Warner Co. in Bellefonte when he died at home\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal family history. mBVR3L fV3GA3 sOT35F
iOT35F sNZBWT whttps://www.WikiTree.com/wiki/Brooks-16577 pCora Edith qBrooks gf b18770716 z1 d19591105
iVO6EG whttps://www.WikiTree.com/wiki/Jodon-25 pFrancis qJodon gm b18160528 vUnion County,,,PA z1 d18700218 ySpring Twp,,Centre County,PA o== Biography ==\n'''Born'''\n28 MAY 1816.\nUnion County,,,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309336]]\n&lt;/ref&gt;\n'''Died'''\n18 FEB 1870.\nSpring Twp,,Centre County,PA.\n&lt;ref name=&quot;ref_0&quot;/&gt;\n'''Note:''' [[#N33629099]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage Family bible.\n13 FEB 1840.\n&lt;ref&gt;\nSource: [[#S-301309336]]\n&lt;/ref&gt;\nHusband Francis Jodon.\nWife .\nChild: .\nChild: .\n=== Notes ===\nNote &lt;span id='N33629099'&gt;N33629099&lt;/span&gt;\nFrancis 34 on 1850 census\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309336'&gt;S-301309336&lt;/span&gt; (See source comments) Note: [[#N12839384]] CRE 25 SEP 2019 Time: 10:57:10\nNote &lt;span id='N12839384'&gt;N12839384&lt;/span&gt;.\n'''Family''' records.\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:10. mZK8YZ fSXF5Y sJ1L43
iJ1L43 sVO6EG whttps://www.WikiTree.com/wiki/Iddings-161 pRebecca qIddings gf b18140222 z1 d18990418 o== Biography ==\n'''Note:''' [[#N37226022]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N37226022'&gt;N37226022&lt;/span&gt;\nRelease dated 1-15-1900 death 4-8-1899. Rebecca 36 on 1850 census.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* 1850 census fYII4N
iBVR3L whttps://www.WikiTree.com/wiki/Tibbens-50 pJemima Jane qTibbens gf b18520324 vMarion Twp,,Centre County,PA z1 d19220930 yPhilipsburg,,Centre County,PA o== Biography ==\n'''Name:''' Jemima Jane Tibbens.\nGiven Name: Jemima Jane.\nSurname: Tibbens.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n04 OCT 1922.\nUnion Cemetery,Bellefonte,Centre County,PA.\n'''Note:''' [[#N52953360]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N52953360'&gt;N52953360&lt;/span&gt;death certificate - died of cancer of pancreas; retired housewife; probably living with daughter Mrs. Naomi Lucas in Philipsburg when she died; m - Fred Houts; Mary (Jodon) Budden has death in Bellefonte, PA, Dorothy Jodon has Philipsburg, PA\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records). fWI2JI
iSXF5Y whttps://www.WikiTree.com/wiki/Leonard-1777 pJohn qLeonard gm b17930000 vSouth Carolina o== Biography ==\nJohn was born about 1793. John Leonard ... &lt;ref&gt;Entered by D Tripp, Jan 14, 2012&lt;/ref&gt;\n''No more info is currently available for John Leonard. Can you add to his biography?''\n\n== Sources ==\n* [[Leonard-1046 | D Tripp]], firsthand knowledge. Click the Changes tab for the details of edits by D and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sZK8YZ
iZK8YZ sSXF5Y whttps://www.WikiTree.com/wiki/Cherry-285 pElizabeth qCherry gf b17930115 vNorth Carolina z1 d18550205 yUnion Co., Pennsylvania, United States o== Biography ==Elizabeth was born about 1794. Elizabeth Cherry ... &lt;ref&gt;Entered by D Tripp, Jan 14, 2012&lt;/ref&gt;\n''No more info is currently available for Elizabeth Cherry. Can you add to her biography?''\n''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Reitz-635 |Kenneth Reitz]] through the import of minimal.ged on Sep 26, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n'''Born'''\n15 JAN 1793.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309337]] Note: [[#N77161702]]\n&lt;/ref&gt;\n\n'''Died'''\n05 FEB 1855.\nUnion Co.,,,PA.\n&lt;ref name=&quot;ref_1&quot;&gt;\nSource: [[#S-301309336]]\n&lt;/ref&gt;\n\n'''Buried'''\nPresbyterian Cem,Buffalo X Roads,Union County,PA.\n\n'''Note:''' [[#N69285821]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n'''Marriage'''\nMarriage\n12 AUG 1813.\nUnion County,,,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309335]]\n&lt;/ref&gt;\nHusband @IP78@.\nWife @IP79@.\nChild: @IP164@.\nChild: @IP167@.\nChild: @IP168@.\nChild: @IP170@.\nChild: @IP166@.\nChild: @IP165@.\nChild: @IP145@.\nChild: @IP69@.\nChild: @IP163@.\nChild: @IP151@.\nChild: @IP169@.\n\n=== Notes ===\nNote &lt;span id='N69285821'&gt;N69285821&lt;/span&gt;Had 11 children; Union County Tombstone Inscriptions by Lontz. Elizabeth Cherry's identity, birth date, marriage date and death date were obtained from the notes[Geneology Chart &quot;The Jaudon Family&quot;, p. 6] of Mary (Jodon) Budden, which was partially furnished by Nelson Jodon of Crowley,Louisiana, Russell M. Lucas of Phillipsburg, Pennsylvania, and from &quot;The Annals of Buffalo Valley, Pa. 1755-1855 by John Blair Linn; Lane S. Hart, Printer and Binder, Harrisburg, Pa.\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\nNote &lt;span id='N77161702'&gt;N77161702&lt;/span&gt;\nFamily records\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* [[Leonard-1046 | D Tripp]], firsthand knowledge. Click the Changes tab for the details of edits by D and others.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;* Source: &lt;span id='S-301309336'&gt;S-301309336&lt;/span&gt; (See source comments) Note: [[#N12839384]] CRE 25 SEP 2019 Time: 10:57:10\n\nNote &lt;span id='N12839384'&gt;N12839384&lt;/span&gt;.\n'''Family''' records.\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:10.* Source: &lt;span id='S-301309337'&gt;S-301309337&lt;/span&gt; Alice Schreck CRE 25 SEP 2019 Time: 10:57:10\n* Source: &lt;span id='S-301309338'&gt;S-301309338&lt;/span&gt; (See source comments) Note: [[#N86645584]] CRE 25 SEP 2019 Time: 10:57:10\n\nNote &lt;span id='N86645584'&gt;N86645584&lt;/span&gt;.\n'''Family''' records Buffalo Crossroads, PA.\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:10.
iJHPO3 whttps://www.WikiTree.com/wiki/Leonard-1176 pObediah qLeonard gm b18270000 vTennessee z1 d18630102 yMurfreesboro, Rutherford, Tennessee o== Biography ==\n\n''This biography is work in progress.\nAt first, there appeared to be TWO Obediah Leonards born about 1827 in Tennessee, both living in Jackson County - one in District 4, the other in District 5 - in 1850. However, I now believe it was the same family, enumerated twice. Perhaps they were holding land for a kinsman, or were in the middle of relocating?\n\n=== Birth ===\n: Birth:\n:: Date: 1827&lt;ref&gt;Source: [[#S32]]&lt;/ref&gt;\n:: Place: Tennessee\n\n=== Death ===\n: Death:\n:: Date: 2 JAN 1863\n:: Place: Murfreesboro, Rutherford, Tennessee\n\n=== User ID ===\n: User ID: 2E57621B144945D6A4E3A598BC87708B7C1A\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 2 JAN 2012\nPrior to import, this record was last changed 2 JAN 2012.\n\n=== Marriage ===\n\n: Husband: Obediah Leonard\n: Wife: [[Borden-211|Elizabeth Borden]]\n: Marriage:\n:: Date: ABT 1848\n: Census:\n:: Date: 1 JUN 1850\n:: Place: Jackson County, Tennessee\n:: Address: District 4&lt;ref&gt;Source: [[#S32]] Page: District 4&lt;/ref&gt;\n: Census:\n:: Date: 1 JUN 1850\n:: Place: Jackson County, Tennessee\n:: Address: District 5&lt;ref&gt;Source: [[#S32]] Page: District 5&lt;/ref&gt;\n\n== Sources ==\n* WikiTree profile Leonard-1176 created through the import of ObediahDescendants4gen.ged on Jan 5, 2012 by [[Leonard-1046 | D Tripp]]. Seethe [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Leonard-1176 Changes page] for the details of edits by D and others.\n* Source: &lt;span id='S32'&gt;S32&lt;/span&gt; 1850 U.S. Census, Jackson County,Tennessee; digital images, Ancestry.com.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mZK8YZ fSXF5Y
iYII4N whttps://www.WikiTree.com/wiki/Iddings-90 pThomas qIddings gm b17740811 vWest Nantmeal,Chester Co,PA z1 d18480919 yUnion Co,PA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-90 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Thomas /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 11 AUG 1774:: Place: West Nantmeal,Chester Co,PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 19 SEP 1848:: Place: Union Co,PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Title ===: Title: Sr.&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Event ===\n: Event:\n:: Type: Alt. Death\n:: Date: 24 AUG 1848:: Place: Buffalo Valley,Northumberland (Union),PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-91 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Thomas /IDDINGS/&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 11 AUG 1774:: Place: West Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 24 AUG 1848:: Place: Union City, Union, Pennsylvania, United States&lt;ref&gt;Source:[[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mZFKEB fY3YQW sYDL62
iYDL62 sYII4N whttps://www.WikiTree.com/wiki/Ritchie-3933 pIsabella qRitchie gf b17800128 vprobably Chester,Pennsylvania z1 d18380308 yIddings farm, Buffalo X Roads,Mazeppa,Union,Pennsylvania o== Biography ==\n'''Note:''' [[#N43342974]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N43342974'&gt;N43342974&lt;/span&gt;\nWingstrom\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records).\n
iLHE1C whttps://www.WikiTree.com/wiki/Iddings-162 pRebecca qIddings gf b18140222 z1 d18990418 o== Biography ==\n'''Note:''' [[#N37226022]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N37226022'&gt;N37226022&lt;/span&gt;\nRelease dated 1-15-1900 death 4-8-1899. Rebecca 36 on 1850 census.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records). mYDL62 fYII4N
iY3YQW whttps://www.WikiTree.com/wiki/Iddings-64 pHenry qIddings gm b17270000 vNantmeal, Chester, Pennsylvania z1 d18191121 yBuffalo Twp,Union,Pennsylvania o== Biography ==*Son of William Iddings &amp; Mary ??&lt;ref name=&quot;qmin&quot;&gt;[[#qmin|Quaker Meeting Records]]: Swarthmore College; Swarthmore, Pennsylvania; Genealogyof Berks; Collection: Quaker Meeting Records; Call Number: MR-PH 170&lt;/ref&gt;\n*Married Mary Wynn in 1752.&lt;ref name=&quot;qmin&quot;/&gt;\n\n=== Birth ===\n:: 1727\n:: Nantmeal, Chester, Pennsylvania, USA\n\n=== Death ===\n:: 21 NOV 1819\n:: Buffalo, Union, Pennsylvania, USA\n\n'''Buried'''\nprb Iddings Farm,Mazeppa,Union,Pennsylvania.\n\n'''Note:''' [[#N84162855]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n'''Marriage'''\nMarriage\nOr:175103/23-1752/0000\nOld Christ Churc,Philadelphia,,Pennsylvania.\nHusband @IP1556@.\nWife @IP1557@.\nChild: @IP1554@.''Could not interpret date in Marriage Date (Or:1751/03/23-1752/00/00).&lt;br&gt;''\n\n=== Notes ===\nNote &lt;span id='N84162855'&gt;N84162855&lt;/span&gt;\nWingstrom\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Record ID Number: MH:S33 User ID: 866F7EA6-BB08-41B5-A3A0-2204A4CCB145 Author: wayne brown Title: Brown family Web Site Text: MyHeritage.com family tree CONT Family site: Brown family Web Site CONT Family tree: 2162101 Media: 59439691-1 Type: Smart Matching Page: Henry Iddings Event: Smart Matching Role: 1000110 Data: Date: 15 FEB 2012 Text: Added by confirming a Smart Match Quality or Certainty of Data: 3* Source: &lt;span id='S60'&gt;S60&lt;/span&gt; Record ID Number: MH:S60 User ID: 61FD0CAA-E241-4A50-9AA3-92CFD95C0231 Author: Shelby Eagleburger Title: SOUTHERN OHIO RIVER VALLEY CLAN HISTORY Text: MyHeritage.com family tree CONT Family site: SOUTHERN OHIO RIVER VALLEY CLAN HISTORY CONT Family tree: SOUTHERN OHIO RIVER VALLEY CLA_2010-02-25 Media: 68451981-1 Type: Smart Matching Page: Henry Iddings Event: Smart Matching Role: 1009799 Data: Date: 16 APR 2012 Text: Added by confirming a Smart Match Quality or Certainty of Data: 3*&lt;span id='qmin'&gt;Quaker Meeting Records&lt;/span&gt;: Ancestry.com. U.S., Quaker Meeting Records, 1681-1935 [database on-line]. Provo, UT, USA: Ancestry.com Operations, Inc., 2014.\n== Acknowledgments ==\nThank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Iddings-64 through the import of Tripp9Feb2013.ged on Feb 9, 2013.\nClick to the Changes page for the details of edits by Philip and others. mLEQVM fKZV5C sZFKEB
iZFKEB sY3YQW whttps://www.WikiTree.com/wiki/Wynne-429 pMary Mollie qWynne gf b17331119 vE Nantmeal, Chester, Pennsylvania z1 d17780000 yMazeppa, Union, Pennsylvania o== Biography ==''This profile is a collaborative work-in-progress. Can you contribute information or sources?'' &lt;!-- This comment, and everything else, can be edited or removed. --&gt;\n\n:Born: 19 NOV 1733 in E Nantmeal, Chester, Pennsylvania:died 1776 Mazeppa, Union, Pennsylvania, USA &lt;ref&gt;[[Tripp-646 | Philip Tripp]]; Wynne-429, import of Tripp9Feb2013.ged on Feb 9, 2013. cites 2 user submitted family trees: Wayne Brown; Brown family Web Siteat MyHeritage.com (smart match); Shelby Eagleburger; SOUTHERN OHIO RIVER VALLEY CLAN HISTORY at MyHeritage.com (smart match)&lt;/ref&gt;\n\n\n:Mary &quot;Molly&quot; Wynne\n:Born 19 NOV 1733; E. Nantmeal Twp, Chester Cty.,:Burial: 1776 Mazeppa Cemetery, Buffalo Twp., Union Cty., PA&lt;ref&gt;Wynn_2014-08-24_01.ged on Aug 24, 2014; citing user submitted family tree at ancestry.com (no link given)&lt;/ref&gt;\n\n\n:Born: 19 NOV 1733, Wynnestaye,Blockley Twp.,Philadelphia Cty.,PA\n:Born: 19 NOV 1733 , E Nantemeal, Chester, Pennsylvania\n:Died: 1776, Mazeppa, Union, Pennsylvania, United States\n:Died: 1776, Buffalo,Northumberland/Union Co.,PA\n:Alternate Birth: 11 NOV 1932\n:Burial: 1776, Mazeppa Cemetery,Buffalo Twp,Union Co,PA\n: Child: [[Iddings-90|Thomas Iddings]]\n: Child: [[Iddings-82|Jonathan Iddings]]\n: Child: [[Iddings-92|William L. Iddings]]\n: Child: [[Iddings-88|Samuel Iddings]]\n: Child: [[Iddings-86|Mary Iddings]]\n: Child: [[Iddings-84|Lydia Iddings]]\n: Child: [[Iddings-81|Isaac Iddings]]\n: Child: [[Iddings-77|Elizabeth Iddings]]\n: Child: [[Iddings-75|Abigail Iddings]]: Marriage: 23 MAY 1752, Christ Church,Philadelphia,PA&lt;ref&gt;Wynn_2014-08-24_01.ged on Aug 24, 2014. (user submitted tree at ancestry.com, no link given)&lt;/ref&gt;\n\n'''Name:''' Mary &quot;Mollie&quot; Wynne.\nGiven Name: Mary &quot;Mollie&quot;.\nSurname: Wynne.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Buried'''\nprb Iddings Farm,Mazeppa,Union,Pennsylvania.\n\n'''Note:''' [[#N82673326]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n'''Marriage'''\nMarriage\nOr:175103/23-1752/0000\nOld Christ Churc,Philadelphia,,Pennsylvania.\nHusband @IP1556@.\nWife @IP1557@.\nChild: @IP1554@.''Could not interpret date in Marriage Date (Or:1751/03/23-1752/00/00).&lt;br&gt;''\n\n=== Notes ===\nNote &lt;span id='N82673326'&gt;N82673326&lt;/span&gt;\nWingstrom\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:\n\n* [http://www.philageohistory.org/rdic-images/ChristChurch/search-register.cfm?ln=iddings&amp;fn=&amp;t=Marriage&amp;s=ln Christ Church Registers] mUC9XA fNIKGM
iBK9RY whttps://www.WikiTree.com/wiki/Iddings-63 pNancy Anne qIddings gf b17530000 vNantmeal Village, Chester, Pennsylvania z1 d18350000 yJackson County, Ohio, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n:\n:: ID: CC161D0B-271A-4168-B0CC-0A84EDD7A265\n:: ID Number: MH:IF961\n:: 1753\n:: Nantmeal Village, Chester, Pennsylvania, USA\n\n=== Death ===\n:\n:: ID: 62D9C52D-0E69-4459-9871-F350FBF7D2D6\n:: ID Number: MH:IF962\n:: 1835\n:: Jackson County, Ohio, USA\n\n=== Record ID Number ===\n: ID Number: MH:I70\n\n=== User ID ===\n: ID: DF133BE4-E639-41F7-B6D4-AB2B45D4DB55\n\n== Sources ==\n* Source: &lt;span id='S32'&gt;S32&lt;/span&gt; Record ID Number: MH:S32 User ID: 148BBBF5-ECF7-4BBA-810E-E03F7B782C73 Author: TANYA BLUM Title: BLUM Web Site Text: MyHeritage.com family tree CONT Family site: BLUM Web Site CONT Family tree: 7150010-1 Media: 561353-1 Type: Smart Matching Page: Nancy Anne Dempsey [Iddings] Event: Smart Matching Role: 1000225 Data: Date: 15 FEB 2012 Text: Added by confirming a Smart Match Quality or Certainty of Data: 3* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Record ID Number: MH:S33 User ID: 866F7EA6-BB08-41B5-A3A0-2204A4CCB145 Author: wayne brown Title: Brown family Web Site Text: MyHeritage.com family tree CONT Family site: Brown family Web Site CONT Family tree: 2162101 Media: 59439691-1 Type: Smart Matching Page: Nancy Dempsey [Iddings] Event: Smart Matching Role: 1000095 Data: Date: 15 FEB 2012 Text: Added by confirming a Smart Match Quality or Certainty of Data: 3* Source: &lt;span id='S37'&gt;S37&lt;/span&gt; Record ID Number: MH:S37 User ID: F91DE688-57C1-4FA1-ADE3-780BA003D57D Author: Jackie Wilson GoddardTitle: Allin1 Text: MyHeritage.com family tree CONT Family site: Allin1 CONT Family tree: 9740922-7 Media: 25899521-1 Type: Smart Matching Page: Nancy DEMPSEY [IDDINGS] Event: Smart Matching Role: 1023128 Data: Date: 21 MAY 2012 Text: Added by confirming a Smart Match Quality or Certainty of Data: 3* Source: &lt;span id='S48'&gt;S48&lt;/span&gt; Record ID Number: MH:S48 User ID: 61DEB6E0-38DA-421D-9C6F-52AF9938AA6F Author: Gerald Melinko Title: Melinko/Weaver Family Web Site Text: MyHeritage.com family tree CONT Family site: Melinko/Weaver Family Web Site CONT Family tree: Melinko Weaver Family Tree - 28072010 - 2010-10-30 20-58-41 Media: 125919881-22 Type: Smart Matching Page: Nancy Iddings Event: Smart Matching Role: 22009376 Data: Date: 16 APR 2012 Text: Added by confirming a Smart Match Quality or Certainty of Data: 3\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Iddings-63 through the import of Tripp9Feb2013.ged on Feb 9, 2013.\nClick to the Changes page for the details of edits by Philip and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mZFKEB fY3YQW
iVP7CK whttps://www.WikiTree.com/wiki/Iddings-82 pJonathan qIddings gm b17530428 vWest Nantmeal, Chester, Pennsylvania z1 d18420928 yUnion City, Union, Pennsylvania, United States o[[Category: Pennsylvania, Unsourced Profiles]]\n== Biography ==\n\nTo be completed.\n\n== Sources==\n&lt;references/&gt;\n* Ancestry Member Family Trees.\n\n== Acknowledgements ==\nThis biography was auto-generated by a GEDCOM import. Iddings-82 wascreated by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. mZFKEB
iHSRPJ whttps://www.WikiTree.com/wiki/Iddings-92 pWilliam L. qIddings gm b17560000 vWest Nantmeal,Chester Co,PA z1 d18331230 yFloyd, Floyd, Virginia, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-92 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: William L. /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;: Name: William /IDDINGS/&lt;ref&gt;Source: [[#S95]] Page: Database online. Data: Text: Record for William Iddings&lt;/ref&gt;: Name: William /IDDINGS/&lt;ref&gt;Source: [[#S78]] Page: Database online. Year: 1790; Census Place: , Northumberland, Pennsylvania; Roll: ; Image: Data: Text: Record for William Iddings Object: @M169@&lt;/ref&gt;: Name: William /IDDINGS/&lt;ref&gt;Source: [[#S97]] Page: Database online. Year: 1820; Census Place: Newburn, Montgomery, Virginia; Roll: M33_130; Page: 177; Image: 340. Data: Text: Record for William IddingsObject: @M170@&lt;/ref&gt;: Name: William L /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\nFound multiple versions of NAME. Using William L. /IDDINGS/.\n\n=== Birth ===\n: Birth:\n:: Date: 1756:: Place: West Nantmeal,Chester Co,PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n: Birth:\n:: Date: 1756:: Place: West Nantmeal, Chester Co., Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n: Birth:\n:: Date: 1756:: Place: West Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1756\n\n=== Death ===\n: Death:\n:: Date: 30 DEC 1833:: Place: Floyd, Floyd, Virginia, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\n: Death:\n:: Date: 1835:: Place: Floyd Cty,VA&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Henry B Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]]Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n: Death:\n:: Date: 1835:: Place: Floyd Co., Virginia&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 30 DEC 1833Array\n\n=== Burial ===\n: Burial::: Place: Pine Grove Cemetery,Columbia/Northumberland Co,PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n: Burial::: Date: 1835&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n\n=== Event ===\n: Event: during the American Revolution and Indian wars:: Type: Military Service&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n: Event:\n:: Type: Alt. Death:: Place: Beaver Co,PA&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n: Event: during the American Revolution and Indian wars:: Type: Military Service&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n: Event:\n:: Type: Alt. Death:: Place: Beaver Co,PA&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for William L. Iddings&lt;/ref&gt;\n\n=== Census ===\n: Census:\n:: Date: 1796:: Place: Union Co.,PA&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Henry B Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]]Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: Date: 1790:: Place: Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S78]] Page: Database online. Year: 1790; Census Place: , Northumberland, Pennsylvania; Roll: ; Image: Data: Text: Record for William Iddings Object: @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\n: Residence:\n:: Date: 1820:: Place: Newburn, Montgomery, Virginia, United States&lt;ref&gt;Source: [[#S97]] Page: Database online. Year: 1820; Census Place: Newburn, Montgomery, Virginia; Roll: M33_130; Page: 177; Image: 340. Data: Text: Record for William Iddings Object: @M170@&lt;/ref&gt;\n: Residence:\n:: Date: 1820:: Place: Montgomery, Virginia, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\n: Residence:\n:: Date: 1833:: Place: Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\n: Residence::: Place: PA, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\n: Residence:\n:: Date: 1835:: Place: Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Anthony Wayne Iddings&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Iddings-92|William L. Iddings]]\n: Wife: [[Meyers-959|Agnes Eva Meyers]]\n: Marriage::: Date: ABT 1779&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for William L. Iddings&lt;/ref&gt;\n\n: Husband: @I4249@\n: Wife: [[Wynne-816|Mary Wynne]]\n: Child: @I4250@\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: @I4253@\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-90|Thomas Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-82|Jonathan Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-92|William L. Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-88|Samuel Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-86|Mary Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-84|Lydia Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-81|Isaac Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-77|Elizabeth Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Iddings-75|Abigail Iddings]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 23 MAY 1752:: Place: Christ Church,Philadelphia,PA&lt;ref&gt;Source: [[#S49]] Page:Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S78'&gt;S78&lt;/span&gt; Author: Ancestry.com Title: 1790 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S95'&gt;S95&lt;/span&gt; Author: Hatcher, Patricia Law Title: Abstract of Graves of Revolutionary Patriots Publication: Name:Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 1999; Repository: [[#R2]] NOTEHatcher, Patricia Law, Abstract of Graves of Revolutionary Patriots, Dallas, TX, USA: Pioneer Heritage Press, 1987* Source: &lt;span id='S97'&gt;S97&lt;/span&gt; Author: Ancestry.com Title: 1820 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]] mZFKEB fY3YQW
iONCH4 whttps://www.WikiTree.com/wiki/Iddings-88 pSamuel qIddings gm b17590000 vPA z1 d18200000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-88 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Samuel /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1759:: Place: PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Death ===\n: Death::: Date: 1820&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Census ===\n: Census:\n:: Date: 1796:: Place: Buffalo Valley,Northumberland (Union),PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mZFKEB
iSH99M whttps://www.WikiTree.com/wiki/Iddings-79 pHenry B. qIddings gm b17621225 vWest Nantmeal, Chester, Pennsylvania z1 d18540624 yHead of River, Floyd, Virginia, United States o== Biography ==\n\n\n=== Name ===: Name: Henry B /IDDINGS/&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1756:: Place: West Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 24 JUN 1854:: Place: Head of River, Floyd, Virginia, United States&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\nHenry was born in 1762. He passed away in 1854.\n\nhttps://www.findagrave.com/memorial/54841361/henry-iddings\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:*&quot;Virginia Marriages, 1785-1940.&quot; Database. FamilySearch. http://FamilySearch.org : 14 June 2016. Index based upon data collected by the Genealogical Society of Utah, Salt Lake City. Henry Edings Abagail Richardson\n*&quot;Virginia Deaths and Burials, 1853-1912.&quot; Database. FamilySearch. http://FamilySearch.org : 14 June 2016. Index based upon data collected by the Genealogical Society of Utah, Salt Lake City. Henry Iddings mentioned in the record of Lidia Smith.\n*&quot;United States Census, 1830.&quot; Database with images. FamilySearch. http://FamilySearch.org : 14 June 2016. Citing NARA microfilm publication M19. Washington, D.C.: National Archives and Records Administration,n.d. mZFKEB fY3YQW
iA8QM4 whttps://www.WikiTree.com/wiki/Iddings-86 pMary qIddings gf b17630000 vWest Nantmeal, Chester, Pennsylvania z1 d18590000 yAnthony, Lycoming, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-86 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Mary /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Henry B Iddings&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1763:: Place: PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n: Birth:\n:: Date: 1763:: Place: West Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1859:: Place: Anthony, Lycoming, Pennsylvania, United States&lt;ref&gt;Source:[[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mZFKEB
iGOFI5 whttps://www.WikiTree.com/wiki/Iddings-84 pLydia qIddings gf b17640000 vPA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-84 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Lydia /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1764:: Place: PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-85 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Lydia /IDDINGS/&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth::: Date: 1764&lt;ref&gt;Source: [[#S241]] Page: Database online. Data:Text: Record for Mary Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mZFKEB
iVCL1E whttps://www.WikiTree.com/wiki/Iddings-80 pIsaac qIddings gm b17690000 vChongqing, Chongqing Shiqu, Chongqing, China z1 d18610000 o[[Category:Unsourced Profiles]]\n== Biography ==\n\nTo be completed.\n\n== Sources ==\n&lt;references/&gt;\n* Ancestry Member Family Trees\n\n== Acknowledgements ==\n'This biography was auto-generated by a GEDCOM import. Iddings-80 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. mZFKEB
iPCWDR whttps://www.WikiTree.com/wiki/Iddings-77 pElizabeth qIddings gf b17690820 vPA z1 d18610000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-77 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Elizabeth /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 20 AUG 1769:: Place: PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Death ===\n: Death::: Date: 1861&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-78 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Elizabeth /IDDINGS/&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 20 AUG 1769:: Place: Chongqing, Chongqing Shiqu, Chongqing, China&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death::: Date: 1861&lt;ref&gt;Source: [[#S241]] Page: Database online. Data:Text: Record for Mary Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mZFKEB
iXW584 whttps://www.WikiTree.com/wiki/Iddings-75 pAbigail qIddings gf b17760000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-75 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Abigail /IDDINGS/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n=== Birth ===\n: Birth::: Date: ABT 1776&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Henry B Iddings&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-76 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Abigail /IDDINGS/&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth::: Date: 1766&lt;ref&gt;Source: [[#S241]] Page: Database online. Data:Text: Record for Mary Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mZFKEB
iSXCZX whttps://www.WikiTree.com/wiki/Iddings-89 pSamuel qIddings gm b17770000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Iddings-89 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Samuel /IDDINGS/&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth::: Date: 1777&lt;ref&gt;Source: [[#S241]] Page: Database online. Data:Text: Record for Mary Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mZFKEB
iKZV5C whttps://www.WikiTree.com/wiki/Iddings-160 pWilliam qIddings gm b17020000 vprobably Chester,Pennsylvania z1 d17400000 yNantmeal Twp,Chester,Pennsylvania o== Biography ==\n'''Note:''' [[#N77243360]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N77243360'&gt;N77243360&lt;/span&gt;\nWingstrom\nCRE\n25 SEP 2019.\nTime: 10:57:15.\n\n== Sources ==\n&lt;references /&gt;\n* Genealogy records. (Reitz family). sLEQVM
iLEQVM sKZV5C whttps://www.WikiTree.com/wiki/Moore-1451 pMary qMoore gf b17020000 z1 ySurry Co., North Carolina oThis person was created through the import of DEG_16_GEDMATCH.GED on 13 December 2010. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Name ===\n: Name: Mary /Moore/\n: Name: Mary /Shores/\nFound multiple versions of NAME. Using Mary /Moore/.\n\n=== Marriage ===\n\n: Husband: [[Shores-18|Samuel Shores]]\n: Wife: [[Moore-1451|Mary Moore]]\n: Child: [[Shores-17|Reuben Shores]]\n: Marriage:\n:: Date: ABT 1718/19\nCould not parse date out of ABT 1718/19.
iIQOXH whttps://www.WikiTree.com/wiki/Shores-18 pSamuel qShores gm b17000000 vSheffield, Yorkshire, England z1 ySurry County, North Carolina o== Biography ==\nSamuel Shores was born in 1700 in Sheffield, Yorkshire, England. He married Mary Moore before 1720. He died in 1735 in Surry, North Carolina.\n\n== Sources ==\n&lt;references/&gt;\n*Family Trees only mUKACQ fGITE6
iNIKGM whttps://www.WikiTree.com/wiki/Wynne-430 pJonathan qWynne gm b17040000 vBlockley, Pennsylvania z1 d17880417 yEast Nantmeal, Chester, Pennsylvania, United States o[[Category:Blockley, Pennyslyvania]] [[Category: East Nantmeal Township, Chester County, Pennsylvania]]\n== Biography ==\nIt is believed that Wynne's father emigrated to the United States from England in 1681. His father married in 1694 at the Arch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania. The implication is that Wynne was a Quaker.\nWynne's occupation in 1738 was Cooper. He was a private in Capt. Andrew Snider's Company, Chester Cty., Militia, PA. Wynne's will was dated 9 April 1788 and was proved in Chester County, Pennsylvania.\n\n''Will of Jonathan Wynne''\n:: In the name of God, AMEN. I Jonathan Wynn of East Nantmill Township, the county of Chester, the State of Pennsylvania, yoeman, being agedbut in perfect mind and memory do make this my last will and testament in manner and form following that is to say after my Decease my Bodyto be decently buried and that my Beloved son Jonathan Wynn is to fall heir to all my real Estate and all the Grain on the Premisses in theGround and out of the Ground and all other property such as he shall claim or such as shall go under his name at that time. And then my beloved wife Ann Wynn is to have her Bed and Bedding and all other Household furniture and such as she shall claim in prove to be hers a Horse saddle and bridle and a Room in the House further I order my son Jonathan to maintain and take sufficient care of her during her lifetime and the burr her decently likewise. And then the aforesaid Jonathan Wynnis heir all her property and the rest of my personal Estate is to be sold at public sale and after my Debts are paid and all the coney Collected and Commissions paid to my Executors, the two thirds of the money is to be equally divided between three of my children namely WarnderWynn, Thomas and Elizabeth and the other third to be equally divided between the other six of my children namely Samuel Wynn, Mary, James, Hester, Isaac, and Hannah. Further I order my son Jonathan Wynn and mybeloved wife to be my whole and sole Executors, to do this my last will and testament hereby revoking all former wills by me made,\n\n== Sources ==\n&lt;references/&gt;* Author: Shelby Eagleburger Title: SOUTHERN OHIO RIVER VALLEY CLANHISTORY Text: MyHeritage.com family tree Family site: SOUTHERN OHIO RIVER VALLEY CLAN HISTORY Family tree: SOUTHERN OHIO RIVER VALLEY CLA_2010-02-25 Media: 68451981-1* Author: Jeremy Feick Title: Feick Web Site Text: MyHeritage.com family tree Family site: Feick Web Site Family tree: Feick Family TreeMedia: 58436552-1* ''U.S. and International Marriage Records, 1560-1900'' Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date:2004.\n* Title: ''Revolutionary War Soldier - Jonathan Wynne''.\n* http://www.familysearch.org\n\n== Acknowledgments ==\n* Thank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Wynne-430 through the import of Tripp9Feb2013.ged on Feb 9, 2013.\n* This profile was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-808 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. &lt;/ref&gt;\n* This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynn-715 was created by [[Hanson-2392 | Kate Hanson]] through the import of james2.ged on Sep 16, 2014.&lt;/ref&gt; mNA8L4 fQK0FI sUC9XA
iUC9XA sNIKGM whttps://www.WikiTree.com/wiki/Warner-1811 pAnne qWarner gf b17100000 vBlockley, Philadelphia, Pennsylvania z1 d17860309 yE Nantmeal, Chester, Pennsylvania, USA o{{Unsourced | Pennsylvania}}\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Warner-3207 was created by [[Hanson-2392 | Kate Hanson]] through the import of james2.ged on Sep 16, 2014. ''This comment and citation can be deletedafter the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\nBorn 1710, Blockley, Philadelphia, Pennsylvania, USA; &lt;ref&gt;Thank youto [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Warner-1811 through the import of Tripp9Feb2013.ged on Feb 9, 2013.&lt;/ref&gt;\nDied 9 MAR 1785/6, E Nantmeal, Chester, Pennsylvania, USA &lt;ref&gt;http://www.familysearch.org&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mZOIT8 fB30TA
iVNY6C whttps://www.WikiTree.com/wiki/Wynne-825 pSamuel qWynne gm b17310822 vEast Nantmeal, Chester, Pennsylvania z1 d17880409 yMazeppa, Union, Pennsylvania, United States o[[Category: East Nantmeal Township, Chester County, Pennsylvania]]\n== Biography ==\nQuery death place as Mazeppa in Union County was founded in 1886 - is[https://en.wikipedia.org/wiki/Mazeppa,_Pennsylvania Boyertaun] the correct name? Death year is also conjecture (could be after 1790) but notes from duplicate merged profiles would suggest 1788 is the correctyear of death.\nSamuel the eldest son of Jonathan Wynne, was born August 22, 1731, had three sons - James John and David, and five daughters - Katie, Rebecca, Harriet, Annie and Mary. Of these children: David - Born in 1772 and died in 1848 - had two sons James and Thomas. They lived in East Nantmel township, Chester County, Pa. Thomas had two sons - Jonathan andThomas: Jonathan's daughter was Charles Millard's mother. James, another son of David Wynne, was born March 28, 1836; he had seven sons andone daughter - Jonathan, Isaac, David, James, Thomas, Samuel and Emily. James, one of these sons, married Elizabeth Buchwalter and had issue - Leighton; Mary Ann, who married John Rich Hoffman; Harry B., who married Maria Ralston; Elizabeth, who married Edward E. Wood, of USA, agraduate of West Point, and now professor of modern languages in thatinstitution with the rank of colonel; James, who married Debbie Rooke, and has three children living - Emma, Grace and Frank; Clara B., whomarried Dr. William Morris Rooke, has one child living - Edgar Leighton. Mrs. Colonel Wood is the only child of James Wynne now living.&lt;ref&gt;Title: Chester County Will Abstracts and Administrations 1713-1825; INDEX Wills Proved 1788-9.&lt;/ref&gt;\n\n== Sources ==\n&lt;references/&gt;\n'''See also:'''* U.S. Census Reconstructed Records, 1660-1820 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011.\n* Ancestry Member Family Trees\n* Family Search.org\n\n== Acknowledgements==* This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-825was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. &lt;/ref&gt;\n* This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynn-716 was created by [[Hanson-2392 | Kate Hanson]] through the import of james2.ged on Sep 16, 2014. &lt;/ref&gt; mUC9XA fNIKGM
iIL27H whttps://www.WikiTree.com/wiki/Wynne-797 pJames qWynne gm b17350101 vE. Nantmeal Twp, Chester Co, Pennsylvania z1 d18171230 yWarwick, Warwick Twp, Chester Co, Pennsylvania, USA o\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-797was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014.\n''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draftand needs to be edited.''\n\n=== Birth ===\n\n: Birth:\n:: Date: 01 JAN 1735/36\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\n\n=== Death ===\n\n: Death:\n:: Date: 30 DEC 1817\n:: Place: Warwick, Warwick Twp, Chester Co, Pa\n\n=== Marriage ===\n\n: Husband: [[Wynne-797|James Wynne]]\n: Wife: [[Steele-3103|Rebecca Steele]]\n\n: Child: [[Wynn-626|Margaret Wynn]]\n\n: Child: [[Wynn-606|Jonathan Wynn]]\n\n: Child: [[Wynn-587|James Wynn]]\n\n: Child: [[Wynn-557|Elizabeth Wynn]]\n\n: Child: [[Wynn-688|Thomas Wynn]]\n\n: Child: [[Wynn-658|Rebecca Wynn]]\n\n: Child: [[Wynn-539|David Wynn]]\n\n: Marriage:\n:: Date: 1768:: Place: St. Mary's Epics. Church,Warwick Twp.,Chester Cty.,PA&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for James Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012 mUC9XA fNIKGM
iVOLK9 whttps://www.WikiTree.com/wiki/Wynne-787 pEsther Hester qWynne gf b17370128 vE. Nantmeal Twp, Chester Co, Pennsylvania z1 d18200219 yMilesburg, Centre, Pennsylvania, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-787was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Esther Hester /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Jr. Wynne&lt;/ref&gt;\n: Name: Ester (Hester) /WYNNE/: Name: Esther Hester /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;: Name: Esther Hester /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;\nFound multiple versions of NAME. Using Esther Hester /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 28 JAN 1737/38\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\n: Birth:\n:: Date: 28 JAN 1737/38:: Place: E. Nantmeal Twp, Chester Cty., PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 28 JAN 1737:: Place: East Nantmeal, Chester, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 28 JAN 1737:: Place: East Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Jr. Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 28 JAN 1737/38\nImported only 28 JAN 1737 from Birth Date and marked as uncertain.\n\n=== Death ===\n: Death:\n:: Date: 19 FEB 1820:: Place: Milesburg, Centre, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]]Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;\n: Death:\n:: Date: 19 FEB 1820:: Place: Milesburg, Centre, Pennsylvania, United States&lt;ref&gt;Source:[[#S49]] Page: Database online. Data: Text: Record for Jonathan Jr. Wynne&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 19 FEB 1820Array\n\n=== Burial ===\n: Burial:\n:: Date: UNKNOWN:: Place: Milesburg, PA.&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Esther Hester Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012 mUC9XA fNIKGM
iRWQCK whttps://www.WikiTree.com/wiki/Wynne-793 pIsaac qWynne gm b17410824 vE. Nantmeal Twp, Chester Co, Pennsylvania z1 d18071009 yGeorges Twp, Fayette Co, Pa o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-793was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Isaac /WYNNE/&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 44.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Isaac Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S95]] Page: Database online. Data: Text: Record for Isaac Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for ISAAC WYNNE&lt;/ref&gt;: Name: Isaac /WYNN/&lt;ref&gt;Source: [[#S96]] Page: Database online. Year: 1800; Census Place: Georges, Fayette, Pennsylvania; Roll: ; Page:; Image: . Data: Text: Record for Isaac Wynn Object: @M156@&lt;/ref&gt;\nFound multiple versions of NAME. Using Isaac /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 24 AUG 1741\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\n: Birth:\n:: Date: 1741:: Place: PA&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 44.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Isaac Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 24 AUG 1741:: Place: East Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for ISAAC WYNNE&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 24 AUG 1741\n\n=== Death ===\n: Death:\n:: Date: 09 OCT 1807\n:: Place: Georges Twp, Fayette Co, Pa\n: Death:\n:: Date: 09 OCT 1807:: Place: Georges, Fayette, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for ISAAC WYNNE&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 09 OCT 1807Array\n\n=== Residence ===\n: Residence:\n:: Date: 1800:: Place: Georges, Fayette, Pennsylvania&lt;ref&gt;Source: [[#S96]] Page: Database online. Year: 1800; Census Place: Georges, Fayette, Pennsylvania; Roll: ; Page: ; Image: . Data: Text: Record for Isaac Wynn Object: @M156@&lt;/ref&gt;\n\n=== Ancestral File Number ===\n: Ancestral File Number: NQHJ-S3\n\n=== PHOTO ===\n: PHOTO @M1987@\n\n=== Object ===\n: Object: @M155@\n: Object: @M1966@\n: Object: @M1987@\n\n=== Marriage ===\n\n: Husband: [[Wynne-793|Isaac Wynne]]\n: Wife: [[Rogers-10091|Mary Rogers]]\n: Child: [[Wynn-692|Warner Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-697|William Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-605|Jonathan Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-687|Thomas Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-777|Anne Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1766:: Place: PA&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 44.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Isaac Wynne&lt;/ref&gt;\n\n* Fact: Residence (1786) Georges Twp.,Fayette Cty.,PA* Fact: Residence (1800) Georges, Fayette, Pennsylvania, United States\n* Fact: Burial (1807)\n* Fact: probate (1808) Fayette Cty.,PA\n* Fact: National Id 1543* Fact: Personal Note Isaac Came to Fayette Cty,PA with his brothers,where he died,then Warner and Thomas came\n\n\n== Sources ==\n&lt;references /&gt;\n\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 02 August 2019, 17:07), entry for Isaac Wynne(PID https://familysearch.org/ark:/61903/4:1:KN1C-VX7); contributed by various users.*&quot;United States Census, 1800,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XHRD-TJN : accessed 15 August 2019), Isaac Wynn, Georges, Fayette, Pennsylvania, United States; citingp. 554, NARA microfilm publication M32, (Washington D.C.: National Archives and Records Administration, n.d.), roll 38; FHL microfilm 363,341.*&quot;Find A Grave Index,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:QVL6-TDS8 : 13 December 2015), Isaac Wynne, 1807; Burial, , , ,, ; citing record ID 99440086, Find a Grave, http://www.findagrave.com.* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S70'&gt;S70&lt;/span&gt; Author: Yates Publishing Title:U.S. and International Marriage Records, 1560-1900 Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2004;Repository: [[#R2]]* Source: &lt;span id='S95'&gt;S95&lt;/span&gt; Author: Hatcher, Patricia Law Title: Abstract of Graves of Revolutionary Patriots Publication: Name:Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 1999; Repository: [[#R2]] NOTEHatcher, Patricia Law, Abstract of Graves of Revolutionary Patriots, Dallas, TX, USA: Pioneer Heritage Press, 1987* Source: &lt;span id='S96'&gt;S96&lt;/span&gt; Author: Ancestry.com Title: 1800 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]] mUC9XA fNIKGM
iRVS71 whttps://www.WikiTree.com/wiki/Wynne-790 pHannah Hugh qWynne gf b17430225 vE Nantmeal, Chester, Pennsylvania z1 d18260301 yBerks, Pennsylvania, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-790was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Hannah Hugh /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Millard&lt;/ref&gt;: Name: Hannah /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Hannah Wynne&lt;/ref&gt;: Name: Hannah Hughes /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\nFound multiple versions of NAME. Using Hannah Hugh /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 25 FEB 1743:: Place: E Nantmeal, Chester, Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Millard&lt;/ref&gt;\n: Birth:\n:: Date: 25 FEB 1743/44\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\n: Birth:\n:: Date: 25 FEB 1743/44:: Place: E. Nantmeal Twp, Chester Cty., PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 25 FEB 1744:: Place: , Chester, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 25 FEB 1743\n\n=== Death ===\n: Death:\n:: Date: 01 MAR 1826\n:: Place: Berks, Pennsylvania, USA\n: Death:\n:: Date: 01 MAR 1826:: Place: Berks, Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Millard&lt;/ref&gt;\n: Death:\n:: Date: 01 MAR 1826:: Place: , Berks, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\n: Death:\n:: Date: 01 MAR 1826:: Place: Berks Cty., PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Wynne&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 01 MAR 1826Array\n\n=== Residence ===\n: Residence:\n:: Date: 1771:: Place: Robinson Twp., Berks Cty., PA&lt;ref&gt;Source: [[#S49]] Page:Database online. Data: Text: Record for Hannah Wynne&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Hughes-5844|Owen Hughes]]\n: Wife: [[Wynne-790|Hannah Hugh Wynne]]\n: Marriage:\n:: Date: 31 DEC 1765:: Place: St. Gabriel's Protestant Episcopal Church, Douglassville, Amity Twp, Berks Cty., PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Wynne&lt;/ref&gt;\n\n: Husband: [[Millard-793|Joseph Millard]]\n: Wife: [[Wynne-790|Hannah Hugh Wynne]]\n: Child: [[Millard-791|Jonathan Millard]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 15 AUG 1778:: Place: Berks Cty., PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n\n* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012 mUC9XA fNIKGM
iWZ34N whttps://www.WikiTree.com/wiki/Wynne-834 pWardnar qWynne gm b17470128 vEast Nantmeal Township, Chester, Pennsylvania z1 d18270226 yMorgan Twp, Butler Co, Ohio,USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-834was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===\n: Name: Wardnar /WYNNE/: Name: Warner Wind /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;: Name: Esther Hester /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\nFound multiple versions of NAME. Using Wardnar /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 28 JAN 1747\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\n: Birth:\n:: Date: 28 JAN 1747:: Place: East Nantmeal, Chester, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\n: Birth:\n:: Date: 28 JAN 1738:: Place: , Chester, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 28 JAN 1747\n\n=== Death ===\n: Death:\n:: Date: 26 FEB 1827\n:: Place: Morgan Twp, Butler Co, Ohio,USA\n: Death:\n:: Date: 1827:: Place: Morgan, Butler, Ohio, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\n: Death:\n:: Date: 09 APR 1788:: Place: Milesburg, Centre, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]]Page: Database online. Data: Text: Record for Anne Warner&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 26 FEB 1827Array\n\n=== Note ===\n: Note: [[#N140]]\n\n=== Object ===\n: Object: @M98@\n\n=== Marriage ===\n\n: Husband: [[Wynne-834|Wardnar Wynne]]\n: Wife: [[Abraham-486|Mary Abraham]]\n: Child: [[Wynne-783|Elizabeth Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Mccotter-454|Polly Mccotter]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-654|Polly Mary Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-691|Warner Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-582|Isaac Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-567|Hannah Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynn-555|Elizabeth Wynn]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 03 JAN 1775:: Place: St. Gabriel's, Church, Douglassville, , Berks Co. Pennsylvania, USA&lt;ref&gt;Source: [[#S360]] Page: Birth year: 1747; Birth city: Berks Co; Birth state: PA&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n\n* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012\n\n=== Notes ===: Note &lt;span id='N140'&gt;N140&lt;/span&gt;St. Gabriel's Church, Douglassville(first known as Morlatton), Pennsylvania, is the oldest church in Berks County and was incorporated in the year 1720. Services were first held here in 1708 by the Reverend Andrew Sandel. It was one of eight parishes which formed the Episcopal Diocese of Pennsylvania after the Revolution. It had deputies at the convention which elected The Rt. Rev. William White to be the first Bishop of Pennsylvania. It helped to form the Protestant Episcopal Church in the United States of America. mUC9XA fNIKGM
iWY0TU whttps://www.WikiTree.com/wiki/Wynne-772 pJonathan qWynne gm b17491028 vE. Nantmeal Two, Chester Co, Pa z1 d18170608 yChester, Pennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-772was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Jonathan /WYNNE III/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jennie Wynne&lt;/ref&gt;\n: Name: Jonathan /WYNNE/: Name: Jonathan /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;: Name: Jonathan /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;: Name: Jonathan /WYNNE/&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 47.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\nFound multiple versions of NAME. Using Jonathan /WYNNE III/.\n\n=== Birth ===\n: Birth:\n:: Date: 28 OCT 1749\n:: Place: E. Nantmeal Two, Chester Co, Pa\n: Birth:\n:: Date: 28 OCT 1749:: Place: Nantmeal, Chester, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]]Page: Database online. Data: Text: Record for Jennie Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 28 OCT 1749:: Place: E Nantmeal,Chester,Pennsylvania,USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 28 OCT 1749:: Place: E Nantmeal, Chester, PA, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1749:: Place: PA&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 47.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 28 OCT 1749\n\n=== Death ===\n: Death:\n:: Date: 08 JUN 1817:: Place: Chester, Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Death:\n:: Date: 08 JUN 1817:: Place: Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]]Page: Database online. Data: Text: Record for Jennie Wynne&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 08 JUN 1817Array\n\n=== Note ===\n: Note: [[#N150]]\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S70'&gt;S70&lt;/span&gt; Author: Yates Publishing Title:U.S. and International Marriage Records, 1560-1900 Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2004;Repository: [[#R2]]* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012\n\n=== Notes ===: Note &lt;span id='N150'&gt;N150&lt;/span&gt;JONATHAN WYNN, grandson of JonathanWynne of Blockley, bought in 1774 the farm known as Marsh Farm, located along the Conestoga pike, in East Nantmel township, Chester county,PA., consisting of 188 acres and 144 rods. He made the purchase of Thomas Penn, the son, and John Penn, the grandson, of William Penn, the founder of the Colony. The farmhouse was partly of stone and partly ofwood; it sets on an elevation above the road, and in the side of a hill; a considerable portion of the farm was lowland and swampy, but Mr.Wynne cut a large ditch through this part, draining into Brandywine Creek, the waters of which flow past the battlefield of the famous Revolutionary battle of Brandywine. He also built a stone wall about the house, which still remains. He married Miss Letitia Hewitt. He had quite a large family, comprising the following children: Mary, Rachel, Ann, Jennie, Susan, Lettie, John and Jonathan. Of these, Lettie and Jonathan Died during their minority. Rachel Wynn married Hugh Huston, and they shortly after wards moved to the neighborhood of Circleville, Ohio. Their children were Eliza Ann, Susan, Mary Jane, Franklin and MartinLuther. We have no trace of these children, except for Eliza Ann, whomarried a Mr. Austen and moved to Belton, Texas, where her mother joined her after the death of her husband, Mr. Huston. Rachel died in 1866, and lies buried in the cemetery at Belton. All her children are dead at this date. Mrs. Austen had seven children: Henry, Franklin, Martin Luther, George N., Charles H., Hugh and William T., all of whom are living in Texas.: Mrs. Estella Williams of Fort Worth, Texas, is a daughter of Mary Jane Huston Hull, who was the daughter of Rachel Wynne and Hugh Huston.Mary, another daughter of Mary Jane, was married and lived in Urbana,Ill. She is now dead, but left issue.: Title: &quot;The Wynnes&quot;, T. B. Deems, Knightstown, IN, Aetna Printing Co., IN 1907\n: Repository:\n: Call Number:\n: Media: Book\n: Page: Part two\n:: 10. Jonathan WYNN (Jonathan9 Wynne, Jonathan8, Thomas &quot;Dr.&quot;7, Thomas ap John6, John Rhys ap5, Rhys ap John4, John ap Harri3, Harri ap Cynwrig2, Cynwrig (Cynric Sais) ap Ithel1 Vychan) was born Oct 28, 1749 in East Nantmeal Township, Chester County, Pennsylvania, and died Jun 08, 1817 in March Farm, Chester County, Pennsylvania. He married Letitia (Hewitt) DeWITT 1771 in East Nantmeal Township, Chester County, Pennsylvania. She was born Unknown, and died Bet. 1796 - 1866 in March Farm, Chester County, Pennsylvania.\n:\n: Notes for Jonathan Wynn:: Title: 1791 The History &amp; Genealogy of Fayette Cty., PA - Jonathan Wynn: Page: Vol. II, Jan 1983: Issue located Olathe, KS Libary, Betty McGehee: Text: &quot;Jonathan Wynn&quot;, Vol. II, Jan 1983: Issue located Olathe, KS Library per Betty McGehee: Janet Slovinac states: &quot;I found in a book published in 1885 that a Jonathan Wynn was a pew holder from 1792-96 (as near as can be ascertained form imperfect Church Records and other sources. He was also found in &quot;A List of subscribers to the fund for enclosing the graveyards in a stone wall in 1794-95.&quot; Evidently he moved out of the area To Jonathan Wynne [1a.6.6.8] and Letitia Dewitt was born two daughters: Mary Elizabeth Wynne [1a.6.6.8.1] and Rachel Wynn [1a.6.6.8.2].: Mary Elizabeth Wynne [1a.6.6.8.1] was born 1786, and died before 1850. She was the first born child of Jonathan Wynne [1a.6.6.8] and Letitia DeWitt. She married Jonathan Wynn. He signed a will on 26 Apr. 1890 in Pendleton Co., KY, he was his wife's cousin, Residence Orwigsburg, PA. mUC9XA fNIKGM
iV56V2 whttps://www.WikiTree.com/wiki/Wynne-781 pThomas qWynne gm b17501027 vRadnor, E. Nantmeal Twp., Chester Co., PA z1 d18190609 yMorgan, Butler County, Ohio, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-781was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Thomas /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Thomas WYNNE&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S95]] Page: Abstract of Graves of Revolutionary Patriots; Volume: 4; Serial: 11999; Volume: 8 Data: Text: Record for ThomasWynne&lt;/ref&gt;: Name: Thomas /WYNN/&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 6.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Thomas Wynn&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]] Page: Ancestry Family Tree&lt;/ref&gt;: Name: Thomas /WYNN/&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 61.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Thomas Wynn&lt;/ref&gt;: Name: Thomas /WYNN/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;: Name: Dr Thomas /WYNN/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Dr Thomas Wynn&lt;/ref&gt;: Name: Thomas /WYNN/&lt;ref&gt;Source: [[#S241]] Page: Database online.Data: Text: Record for Thomas Wynn&lt;/ref&gt;\nFound multiple versions of NAME. Using Thomas /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 27 OCT 1750:: Place: Radnor, E. Nantmeal Twp., Chester Co., PA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas WYNNE&lt;/ref&gt;\n: Birth:\n:: Date: 27 OCT 1750\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\n: Birth:\n:: Date: 27 OCT 1750:: Place: Chester County, Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1750:: Place: PA&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 6.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Birth:\n:: Date: 1750:: Place: PA&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 61.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Birth:\n:: Date: 27 OCT 1750:: Place: E. Nantmeal Twp, Chester Cty., PA.&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Birth:\n:: Date: 27 OCT 1750:: Place: E Nantmeal, Chester, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Dr Thomas Wynn&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Birth:\n:: Date: 27 OCT 1750\n:: Place: Nantmeal Twp, Chester, Pennsylvania, USA\n: Birth:\n:: Date: 27 1750:: Place: East Nantmeal Township, Chester County, Pennsylvania&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Birth:\n:: Date: 19 OCT 1767:: Place: East Nantmeal Township, Chester County, Pennsylvania&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 27 OCT 1750\n\n=== Death ===\n: Death:\n:: Date: 09 JUN 1819:: Place: Morgan, Butler County, Ohio, USA&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Death:\n:: Date: 09 JUN 1819\n:: Place: Morgan Twp, Butler Co, Ohio\n: Death:\n:: Date: 09 JUN 1819:: Place: Morgan Twp., Butler Co., Ohio&lt;ref&gt;Source: [[#S49]] Page:Database online. Data: Text: Record for Thomas WYNNE&lt;/ref&gt;\n: Death:\n:: Date: 09 JUN 1819:: Place: Butler County, Ohio&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\n: Death:\n:: Date: 09 JUN 1819:: Place: Butler Cty., OH&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Death:\n:: Date: 09 JUN 1819:: Place: Morgan, Butler, Ohio, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Dr Thomas Wynn&lt;/ref&gt;\n: Death:\n:: Date: 09 JUN 1819:: Place: , Butler, Ohio, USA&lt;ref&gt;Source: [[#S241]] Page: Databaseonline. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Death:\n:: Date: 09 JUN 1819:: Place: Morgan, Butler County, Ohio, USA,&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 09 JUN 1819Array\n\n=== Census ===\n: Census:\n:: Date: 1850:: Place: Wife Letitia in Pendleton Cty., KY census 1850 next door to Thomas Wynne and Elizabeth Winters&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n\n=== Event ===\n: Event:\n:: Type: Personal Note:: Place: Ann Abraham, his wife is also his Cousin (Father's brotherBenjamin's child)&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n\n=== Title ===\n: Title: Dr.\n\n=== Military Service ===: Military Service: Thomas Wynne served in the Pennsylvania &quot;Flying Camp&quot; under Colonel Montgomery in 1776. He was taken prisoner by the British following the fall of Fort Washington, 16 Nov 1776.\n:: Date: 1776:: Place: Pennsylvania and New York, American Colonies&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: Date: 1810:: Place: Redstone, Fayette, Pennsylvania, United States&lt;ref&gt;Source:[[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Residence:\n:: Date: AFT 02 JAN 1781:: Place: Went to live on the farm of ailing father-in-law, BenjaminAbraham farm patented to Noah Abraham husband of his aunt Mary Wynne&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Residence:\n:: Date: 1800:: Place: Georges, Fayette, Pennsylvania&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Residence:\n:: Date: 1790:: Place: Georges, Fayette, Pennsylvania, United States&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n: Residence:\n:: Date: 1800:: Place: Georges, Fayette, Pennsylvania&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Thomas Wynn&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N442]]\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S70'&gt;S70&lt;/span&gt; Author: Yates Publishing Title:U.S. and International Marriage Records, 1560-1900 Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2004;Repository: [[#R2]]* Source: &lt;span id='S95'&gt;S95&lt;/span&gt; Author: Hatcher, Patricia Law Title: Abstract of Graves of Revolutionary Patriots Publication: Name:Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 1999; Repository: [[#R2]] NOTEHatcher, Patricia Law, Abstract of Graves of Revolutionary Patriots, Dallas, TX, USA: Pioneer Heritage Press, 1987* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012\n\n=== Notes ===: Note &lt;span id='N442'&gt;N442&lt;/span&gt;Title: Saffell's &quot;Records of the Revolutionary War&quot;; (Published 1894)\n: Text: Notices of Chester county Men:: Lieut. THOMAS WYNN, of Col. Montgomery Regt. of Flying Camp, was also: captured at Fort Washington, Nov. 16, 1776, and confined in New York. He received some supplied from the agent for the prisoners, there; was exchanged at: Elizabethtown, January 1, 1781, and returned to his home, in Chester county,\n: Penna. mUC9XA fNIKGM
iCPHO0 whttps://www.WikiTree.com/wiki/Wynne-802 pJane qWynne gf b17540116 vEast Nantmeal, Chester, Pennsylvania z1 d18311227 yFayette, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-802was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Jane /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jane Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 16 JAN 1754:: Place: East Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for JaneWynne&lt;/ref&gt;\n: Birth:\n:: Date: 16 JAN 1754\n:: Place: E. Nantmeal Twp, Chester Co, Pennsylvania, USA\nFound multiple copies of BIRT DATE. Using 16 JAN 1754\n\n=== Death ===\n: Death:\n:: Date: 27 DEC 1831:: Place: , Fayette, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jane Wynne&lt;/ref&gt;\n: Death:\n:: Date: 27 DEC 1831\n:: Place: Fayette Co, Pa\nFound multiple copies of DEAT DATE. Using 27 DEC 1831Array\n\n=== Marriage ===\n\n: Husband: [[Nixon-1546|William Nixon]]\n: Wife: [[Wynne-802|Jane Wynne]]\n: Child: [[Nixon-1544|Moses Nixon]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Nixon-1543|Dorcas Nixon]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Nixon-1545|Samuel Nixon]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: ABT 1775:: Place: , Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jane Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: fNIKGM
iFCMXE whttps://www.WikiTree.com/wiki/Wynne-786 pElizabeth Jane qWynne gf b17551023 vE Nantmeal, Chester, Pennsylvania z1 d17880409 yFairview, Luzerne, Pennsylvania, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-786was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\nElizabeth Jane Wynne was born October 23, 1755 in Nantmeal, Chester County, Pennsylvania.\n\n{{Red|note:}} Conflicting death information from GEDCOM import:: Death: Burial: Merion Meeting House Burial Ground, Lower Merion Twp., Philadelphia Cty., [Now Montgomery Cty.], PA.\n:: Date: 09 APR 1788:: Place: Fairview, Luzerne, Pennsylvania, USA&lt;ref&gt;Source: [[#S50]]Page: Database online. Data: Text: Record for Elizabeth Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Recordfor Elizabeth Wynne&lt;/ref&gt;\n: Death:\n:: Date: 15 JUL 1806\n:: Place: Fairview Twp,Luzerne,PA\n\n== Sources ==\n\n&lt;references /&gt;\n* Historic Pennsylvania Church and Town Records, Philadelphia, Pennsylvania: Historical Society of Pennsylvania; Ancestry.com\n* One World Tree; Ancestry.com\n* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Type: Web Site Title: Family Search Author: LDS URL: http://www.familysearch.org Data Changed: Date: 20 DEC 2009* Source: &lt;span id='S99'&gt;S99&lt;/span&gt; Type: Web Site Title: Ancestry.com URL: www.ancestry.com Data Changed: Date: 4 AUG 2012 mUC9XA fNIKGM
iQK0FI whttps://www.WikiTree.com/wiki/Wynne-431 pJonathan qWynne gm b16690000 vFlintshire, Wales z1 d17210228 yBlockley Township, Philadelphia, Pennsylvania o[[Category: Merion Monthly Meeting, Merion Station, Pennsylvania]][[Category: Merion Friends Burial Ground, Merion Station, Pennsylvania]]\n---------------\n{{Pennsylvania Settlers}}\n---------------\n\n== Biography ==Jonathan Wynne, son of Dr. Thomas Wynne and Mary Elizabeth (Buttall) Wynne, was born in Bronvedog, Flintshire, Wales, in 1669. His siblingswere Mary Wynne, Tabitha Wynne, Rebecca Wynne, [[Wynne-827|Sidney Wynne]] and Hannah Martha Wynne. In 1694, he married [[Greaves-330|Sarah Greaves]] in Arch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania. Their children included Thomas Wynne, Hannah Wynne, [[Wynne-805|John Wynne]], James Wynne, [[Wynne-808|Johnathan Wynne]], [[Wynne-828|Sidney Wynne]], Martha Wynne and Elizabeth Wynne. He died February 28, 1721 in Blockley Township, Philadelphia, Pennsylvania.&lt;ref&gt;biography based on datafields for Wynne-811 as of March 12, 2015&lt;/ref&gt;\n\n=== Birth ===\n: 1669, Bronvedog, Flint, Wales&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;:: Bronvedog, Flintshire Cty. (also just Flintshire), North Wales&lt;refname=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n\n=== Immigration ===: 1681: Came over from England with Sister Mary and Mary's Husband Dr. Edward Jones.&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n\n=== Religion ===: One of the first converts to Quaker was Dr. Edward Jones&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n\n=== Residence ===: Settled land &quot;Blockley Liberty Lands,&quot; built &quot;Wynnestay&quot;&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n::Philadelphia&lt;ref name=&quot;S85&quot;&gt;Source: [[#S85]]&lt;/ref&gt;\n\n=== Marriage ===: [[Wynne-811|Jonathan Wynne]] and [[Greaves-330|Sarah Greaves]] married 1694, Arch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n:* Child: [[Wynne-831|Thomas Wynne]]\n:* Child: [[Wynne-805|John Wynne]]\n:* Child: [[Wynne-788|Hannah Wynne]]\n:* Child: [[Wynne-800|James Wynne]]\n:* Child: [[Wynne-808|Johnathan Wynne]]\n:* Child: [[Wynne-828|Sidney Wynne]]\n:* Child: [[Wynne-815|Martha Wynne]]\n:* Child: [[Wynne-785|Elizabeth Wynne]]\n\n=== Death ===: February 28, 1720/1, Blockley Township, Philadelphia, Pennsylvania&lt;ref&gt;[http://www.lowermerionhistory.org/burial/merion/w.html Merion burial records] show &quot;December 28, 1720-1&quot; but in 1720, 12m would be February, not December (which explains the 1720/1 year). See Sue Roe's [http://www.genealogytoday.com/columns/recipes/tip14.html The Problem with Dates] and WikiTree's guideline on [https://www.wikitree.com/wiki/Date_Fields#Julian_vs._Gregorian_Calendar Old Style/New Style dates] (inthis case, that means 1721 is used in datafield).&lt;/ref&gt;&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n\n=== Burial ===* Mar 02, 1721, Merion Meeting House Burial Ground, Lower Merion Township, Philadelphia (now known as Merion Station, Montgomery) County, Pennsylvania* 28 FEB 1720/21, Merion Meeting House Burial Ground, Chester Cty., now Delaware Cty., Pennsylvania (From &quot;Graves Around the World&quot; by Kenneth Vance Graves)&lt;ref name=&quot;S49&quot;&gt;Source: [[#S49]]&lt;/ref&gt;\n\n=== Will ===:Will, dated 29 Jan 1719, Blockley Twp, Philadelphia Co. Pennsylvania&lt;ref name=&quot;AC01&quot;&gt;Source: [[#AC01]]&lt;/ref&gt;&lt;ref&gt;Date of will is given by Ancestry as his date of death. Since his will was &quot;produced and proved&quot; on 27 May 1721, one would think that he died shortly before that.&lt;/ref&gt;\n\n::'''Will of Jonathan Wynne Will''':&quot;I johnathan Wynne of the township of Blockley in the County of Philadelphia in the province of Pennslyvania yeoman being sick &amp; weak of body but of a sound mind &amp; memory do make and ordain this my last will &amp; testm[sic] in manner form following that is to say that all my just debts and funeral expenses be paid and discharged within a convenient time.after my decease by my executrix herein after named. I give and bequeath to my beloved wife Sarah all my Singular, my personal estate what soever and where so ever may be found with three parts of the interest or profits during her widowhood for the maintaenace of my children. Item I give unto my beloved son Thomas Wynne his heirs and assignes[sic] forever all that my plantation tract of land and buildings aforesaid to be immediately then after the decease or second marriage with the fourth part going to his mother during her widowhood. Item I give unto my son John Wynne two hundred and fifty acres of land in the Great Valley in the County of Chester to he and his heirs forever.Item I give unto my son Johnathan Wynne two hundred and fifty acres in the great Meadow in the County of Chester and it shall remain in my son Johnathan's hands and heirs forever.Item I bequeath unto my two eldest daughters Hannah &amp; Mary a lott of land on High Street in Philadelphia containing 60 foot front and 300 foot in depth this shall remain in their hands forever. I bequeath unto my three youngest daughters Sidney, Martha and Elizabeth 400 acres near the Great Valley for them to devide and hold forever. It is to be given to them at the age of eighteen or at their marriage which shall first happen. Item I appoint my wife Sarah aforesaid as my sole execritex of my last will and testament and herrecording to the directions of trustees herein named, that is to say my two brothers in law Edward Jones and Daniel Humphrey and in case oftheir decease John Caldwader, Johnathan Jones or the survivor of themand I hereby revoke and disannul and make void all other wills allowing this named to be my last will and testament witnessed my seal and signed twenty ninth day of January one thousand seven hundred and ninteen. Will produced and and proved in Philadelphia May 17, 1721.Sarah the widow was to have inventory brought to the registrars office by the 17th day of June.&quot;&lt;ref name=&quot;AC01&quot;&gt;Source: [[#AC01]]&lt;/ref&gt;\n\n=== Notes ===\n: Note &lt;span id='N319'&gt;N319&lt;/span&gt;\nJonathan Wynne came to America at age 13. He built a large stone house named Wynnstay in Blockley Township, Philadelphia County, Pennsylvania.::''please note that the Sarah Graves who married Edward Stebbins is a different woman than the Sarah Greaves who married Jonathan Wynn'': &quot;Was researching Graves family that settled on property my family now owns in Lower Merion Township, Pennsylvania. Came across book now on Google, page 1363. Re: 8th generation of Wynne family at site: SarahGraves, born 1659, who married the first Jonathan Wynne, was the daughter not of Thomas but of John Graves, Thomas's son, and his wife MarySmith, daughter of Lt. Samuel Smith of Wethersfield, Connecticut. Sarah may first have married Edward Stebbins in 1679, but in 1694 marriedJonathan Wynne. How she got to PA is a mystery. She seems also to have brought a Greaves brother or cousin, as a male Greaves owned our property in 1851 and gave his name to a nearby Greaves Lane in Gladwyne. Sarah and Jonathan are buried a half mile from our house at Merion Meeting, founded 1695.&quot;\n:: E-mail from Richard Bloom on 29 November 2008.\n\n=== Leads ===* [https://www.wikitree.com/g2g/133318/wynn-or-wynne-for-jonathan-born-in-wales-in-1669 G2G discussion], includes information from duplicate profiles and other sources.\n\n== Sources ==\n&lt;references /&gt;\n\n*&lt;span id='S33'&gt;S33&lt;/span&gt;: LDS, Family Search, 20 DEC 2009\n* &lt;span id='S99'&gt;S99&lt;/span&gt;: Ancestry, 4 AUG 2012* &lt;span id='S49'&gt;S49&lt;/span&gt;: Ancestry Public Member Trees, 2006. Online database, records for Sarah Graves, Jonathan Wynne, Jonathan Wynne (son), and/or Martha Elizabeth Buttall.* &lt;span id='S85'&gt;S85&lt;/span&gt;: Lineages, Inc., comp. ''Philadelphia County, Pennsylvania Wills, 1682-1819'' (Ancestry online publication). Original source: Philadelphia County Wills, 1682-1819, Historical Society of Pennsylvania, 1900 (record for Jonathan Wynne).* &lt;span id='AC01'&gt;AC01&lt;/span&gt;: [http://freepages.genealogy.rootsweb.ancestry.com/~ttg13/archives/jonathanwill.html Rootsweb], Will of Jonathan Wynne mQDMTY fDJGZI sNA8L4
iNA8L4 sQK0FI whttps://www.WikiTree.com/wiki/Greaves-330 pSarah qGreaves gf b16591000 vWeathersfield, Hartford County, Connecticut z1 d17440217 yWynnestaye, Blockley Twnsp, Philadelphia County, Pennsylvania o== Note ==A different [[Graves-198|Sarah Graves]] was born about 1659 at Hatfield Massachusetts, the daughter of [[Graves-196|John Graves]] and [[Smith-1278|Mary Smith]]. She married [[Stebbins-17|Edward Stebbins]] at Springfield, Massachusetts on April 12, 1679. [[Graves-198|Sarah Graves Stebbins]] died at Springfield June 12, 1700; Edward died there on October 31, 1712.\n\n== Biography ==* Fact: Burial (February 1744) Merion Meeting House Burial Ground, Lower Merion Township, Philadelphia, Pennsylvania, United States* Fact: Similar Person A different Sarah Graves was born abt 1659 inHatfield, Massachusetts, the daughter of different parents also namedJohn Graves and Mary Smith. She married Edward Stebbins at Springfield, MA on 12 April 1679. She died 12 June 1700 in Springfield, MA.* Fact: http://familysearch.org/v1/LifeSketch **This Sarah Greaves was NOT married to Edward Stebbins... different Sarah.\n\n=== Name ===\n: Name: Sarah /GREAVES/: Name: Sarah /GRAVES/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Sarah Graves&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\nFound multiple versions of NAME. Using Sarah /GREAVES/.\n\n=== Birth ===\n: Birth:\n:: Date: OCT 1659\n:: Place: Weathersfield, Hartford County, Connecticut\n: Birth:\n:: Date: OCT 1659:: Place: Weathersfield, Hartford, Connecticut, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n: Birth:\n:: Date: OCT 1659:: Place: Weathersfield, Hartford, Connecticut, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n: Birth:\n:: Date: OCT 1659:: Place: Hartford, Weathersfield, Connecticut, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using OCT 1659\n\n=== Death ===: Death: Burial: Feb 19, 1744, Merion Meeting House Burial Ground, Lower Merion Township, Philadelphia (nka Montgomery) County, Pennsylvania USA\n:: Date: 17 FEB 1744:: Place: Wynnestaye, Blockley Twnsp, Philadelphia County, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n: Death:\n:: Date: 27 FEB 1744:: Place: Philadelphia, Philadelphia, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 17 FEB 1744Array\n\n=== Marriage ===\n\n: Husband: [[Wynne-811|Jonathan Wynne]]\n: Wife: [[Greaves-330|Sarah Greaves]]\n: Child: [[Wynne-831|Thomas Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-805|John Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-788|Hannah Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-800|James Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-808|Johnathan Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-828|Sidney Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-815|Martha Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-785|Elizabeth Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1694:: Place: Arch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org : modified 23 May 2019, 01:28), entry for Sarah Greaves(PID https://familysearch.org/ark:/61903/4:1:LKN6-TYY); contributed by various users.* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mES8PY
iIGSCZ whttps://www.WikiTree.com/wiki/Wynne-831 pThomas qWynne gm b16950000 vBlockley Township, Philadelphia County, Pennsylvania, British America z1 d17571127 yBoston, Suffolk, Massachusetts, British America o{{Quakers Sticker}}\n[[Category: Arch Street Monthly Meeting, Philadelphia, Pennsylvania]]\n== Biography ==\n\n=== Marriage ===Married 1694, Arch Street Meeting, Philadelphia, Philadelphia County,Pennsylvania USA\n: Husband: [[Wynne-811|Jonathan Wynne]]\n: Wife: [[Greaves-330|Sarah Greaves]]\n: Child: [[Wynne-831|Thomas Wynne]]\n: Child: [[Wynne-805|John Wynne]]\n: Child: [[Wynne-788|Hannah Wynne]]\n: Child: [[Wynne-800|James Wynne]]\n: Child: [[Wynne-808|Johnathan Wynne]]\n: Child: [[Wynne-828|Sidney Wynne]]\n: Child: [[Wynne-815|Martha Wynne]]\n: Child: [[Wynne-785|Elizabeth Wynne]]\n\n=== Death ===\n:: 27 NOV 1757 Philadelphia, Philadelphia Co., Pa\n\n== Sources ==* &lt;span id='Lloyd'&gt;&lt;/span&gt;Lloyd, Howard. ''[[Space:Lloyd Manuscripts|Lloyd Manuscripts]]'' (The New Era Printing Co., Lancaster, PA, 1912) [https://books.google.com/books?id=lU5mAAAAMAAJ&amp;pg=PA351#v=onepage&amp;q&amp;f=true Page 351]\n* http://www.familysearch.org\n\n&lt;references /&gt; mNA8L4 fQK0FI
iC5U9R whttps://www.WikiTree.com/wiki/Wynne-788 pHannah qWynne gf b16970000 vBlockley, Philadelphia, Pennsylvania, British America z1 d17351104 yBlockley, Philadelphia, Pennsylvania, British America o\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-788was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt;&lt;ref&gt;Wynn-730 was created by [[Hanson-2392 | Kate Hanson]] through the import of james2.ged on Sep 16, 2014. ''This comment and citation can be deleted after the biography has been edited and primarysources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\nBorn 1697, Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;http://www.familysearch.org Text: Record for Jonathan Wynne&lt;/ref&gt;\nDied 04 NOV 1735, Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;http://www.familysearch.org Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* One or more user submitted family trees at Ancestry.com (no link given)*The Church of Jesus Christ of Latter-day Saints, &quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:3WHH-RKZ : accessed 2017-10-02), entry for Hannah /WYNNE/. mNA8L4 fQK0FI
iJD6US whttps://www.WikiTree.com/wiki/Wynne-805 pJohn qWynne gm b16970000 vBlockley, Philadelphia, Pennsylvania, British Colonial America z1 d17870419 yGermantown, Philadelphia, Pennsylvania, British Colonial America o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-805was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: John /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1697:: Place: Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 19 APR 1787:: Place: Germantown, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mNA8L4 fQK0FI
iQ1U9O whttps://www.WikiTree.com/wiki/Wynne-800 pJames qWynne gm b17010000 vBlockley, Philadelphia, Pennsylvania z1 d17141024 yMerion Lower Merion, Philadelphia, Pennsylvania o{{Unsourced}}\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-800was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: James /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1701:: Place: Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 24 OCT 1714:: Place: Merion Lower Merion, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mNA8L4 fQK0FI
iSWZP1 whttps://www.WikiTree.com/wiki/Wynne-828 pSidney qWynne gf b17050000 vBlockley, Philadelphia, Pennsylvania z1 d17450824 yNew Castle, New Castle, Delaware o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-828was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Sidney /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sidney Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1705:: Place: Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data:Text: Record for Sidney Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 24 AUG 1745:: Place: New Castle, New Castle, Delaware, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for JonathanWynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sidney Wynne&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: @I8016@\n: Wife: [[Wynne-828|Sidney Wynne]]\n: Child: [[Greaves-328|Hannah Greaves]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 01 JUN 1732:: Place: Philadelphia, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sidney Wynne&lt;/ref&gt;\n\n: Husband: [[Wynne-811|Jonathan Wynne]]\n: Wife: [[Greaves-330|Sarah Greaves]]\n: Child: [[Wynne-831|Thomas Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-805|John Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-788|Hannah Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-800|James Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-808|Johnathan Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-828|Sidney Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-815|Martha Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-785|Elizabeth Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1694:: Place: Arch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;*&quot;Pennsylvania, Church Marriages, 1682-1976,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q2WF-RHFL : accessed 31 August 2019), Samuel Grave and Sidney Wynne, 01 Apr 1732; citing Philadelphia, Philadelphia, Pennsylvania, United States, various churches and archives, Pennsylvania; FHL microfilm 823,996.* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mNA8L4 fQK0FI
iY726J whttps://www.WikiTree.com/wiki/Wynne-815 pMartha qWynne gf b17080000 vBlockley, Philadelphia, Province of Pennsylvania z1 d17741229 yEast Nantmeal, Chester, Province of Pennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-815was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Martha /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]]Page: Ancestry Family Tree&lt;/ref&gt;: Name: Mary /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Benjamin Abraham&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;: Name: Mary Polly /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n: Name: Mary Mollie /WYNNE/\nFound multiple versions of NAME. Using Martha /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 1708:: Place: Blockley, Philadelphia, Pennsylvania, United States of America&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Benjamin Abraham&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1699:: Place: Herefordshire Co., Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n: Birth:\n:: Date: 1708:: Place: Blockley,Philadelphia,Pennsylvania,USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1708:: Place: Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Recordfor Mary Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1708\n\n=== Death ===\n: Death:\n:: Date: 29 DEC 1774:: Place: East Nantmeal, Chester, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Death:\n:: Date: 1759:: Place: E Nantmeal, Chester, Pennsylvania, United States of America&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Benjamin Abraham&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Mary Wynne&lt;/ref&gt;\n: Death:\n:: Date: 26 AUG 1752:: Place: Blockley Township, Philadelphia, Penn.&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n: Death:\n:: Date: 1759:: Place: E Nantmeal,Chester,Pennsylvania,USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;\n: Death:\n:: Date: 1759\n:: Place: East Nantmeal, Chester, Pennsylvania, United States\n: Death:\n:: Date: 1758\n:: Place: Merion, Chester, Pennsylvania, United States\n: Death:\n:: Date: 1759\n:: Place: East Nantmeal, Chester, Pennsylvania, United States\nFound multiple copies of DEAT DATE. Using 29 DEC 1774Array\n\n=== Marriage ===\n\n: Husband: [[Wynne-811|Jonathan Wynne]]\n: Wife: [[Greaves-330|Sarah Greaves]]\n: Child: [[Wynne-831|Thomas Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-805|John Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-788|Hannah Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-800|James Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-808|Johnathan Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-828|Sidney Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-815|Martha Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-785|Elizabeth Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1694:: Place: Arch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mNA8L4 fQK0FI
iQIPFK whttps://www.WikiTree.com/wiki/Wynne-785 pElizabeth qWynne gf b17090000 vBlockley, Philadelphia, Pennsylvania z1 d17100000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-785was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Elizabeth /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Elizabeth Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1709:: Place: Blockley, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Jonathan Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data:Text: Record for Elizabeth Wynne&lt;/ref&gt;\n\n=== Death ===\n: Death::: Date: 1710&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Elizabeth Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mNA8L4 fQK0FI
iDJGZI whttps://www.WikiTree.com/wiki/Wynne-88 pThomas qWynne gm b16270720 vCaerwys, Flintshire, Wales z1 d16920117 yPhiladelphia, Philadelphia, Pennsylvania o[[Category:William Penn and Early Pennsylvania Settlers Project NeedsBiography Development]]\n[[Category:Fleet of William Penn]]\n[[Category: Welcome, sailed August 1682]]\n[[Category: Merion Monthly Meeting, Merion Station, Pennsylvania]]\n{{Pennsylvania Settlers}}\n\n== Biography ==\n=== Notes ===Note: We do know that Dr. Thomas Wynne was apprenticed as a [http://en.m.wikipedia.org/wiki/Cooper_%28profession%29 cooper] in 1644 when hewas 15 years old, probably causing him to leave the community. We know he had almost finished his medical training and was in Wrexham, Denbighshire, Wales when he became a Quaker between 1654 and 1655. He married his first wife Martha Elizabeth Buttall in 1655 in Wrexham, Denbighshire, Wales. Dr. Thomas Wynne also satisfied Dr. Walter Needham and Dr. Hollins of his competence and was duly licensed as a qualified barber-surgeon during the year 1659. We know that he had his first four children; Mary 1659, Tabitha 1661, Rebecca 1662 and Sidney 1664 all born in Wrexham, Denbighshire, Wales. Which demonstrates that Dr. Thomas Wynne was not living in the Bron Fadog probably from 1644 until 1665. But returned in time for his fifth child Hannah to be born in 1666 andJonathan Wynne to be born in 1669 at the Bron Fadog.\n\nFrom'' Genealogical and Personal History of Western Pennsylvania'':\n&lt;blockquote&gt;\nDr. (Edward) Jones\nmarried Mary Wynne, daughter of Thomas Wynne, a physician who came\nwith William Penn on the &quot;Welcome.&quot;\n&lt;/blockquote&gt;\n\n=== Migration ===\n{{Penn Fleet Passenger}}Thomas sailed to the new world on board the William Penn fleet ship &quot;Welcome&quot; with his wife Elizabeth (widow of Josuah Maude) in August, 1682.&lt;ref name=welcome&gt;&quot;https://www.welcomesociety.org/ancestors-approved-memberships.html.&quot; William Penn Fleet ancestors approved for membership: The Welcome Society of Pennsylvania. Accessed 16 September 2018 [[Baty-260|Sj Baty]].&lt;/ref&gt;\n\n=== Sources ===\n&lt;references /&gt;\n* [http://en.wikipedia.org/wiki/Thomas_Wynne Wikipedia, accessed 5 Jun 2105].\n* [https://books.google.com.au/books?id=aepTGZpT1FMC&amp;pg=PA97&amp;lpg=PA97&amp;dq=thomas+Wynne+1589+wales&amp;source=bl&amp;ots=BG_qVtGJaM&amp;sig=L4V60tMbLrvVDEjVZS0BEmUV-UE&amp;hl=en&amp;sa=X&amp;ei=7sRwVaXcJoqd8QXg34OICw&amp;ved=0CDEQ6AEwBA#v=onepage&amp;q=thomas%20Wynne%201589%20wales&amp;f=false Welsh Founders of Pennsylvania, p97. Accessed 5 Jun 2015].\n* &lt;span id='Jordan'&gt;&lt;/span&gt;Jordan, John W. ''[[Space:Genealogical andPersonal History of Western Pennsylvania|Genealogical and Personal History of Western Pennsylvania]]'' (Lewis Historical Pub. Co., New York, 1915, Vol. 1, p. 485-488)\n\nSee also:\n* http://search.ancestry.com/cgi-bin/sse.dll?db=flhg-passengersshipspriorto1684&amp;h=81547&amp;ti=0&amp;indiv=try&amp;gss=pt (Note: arrival to Pennsylvania)\n* http://trees.ancestry.com/rd?f=document&amp;guid=7d43305b-3e4d-4956-a77d-47021332000e&amp;tid=26804244&amp;pid=1945349668 (Note: Wynnestay)\n* http://trees.ancestry.com/rd?f=image&amp;guid=f43301e2-09a5-4432-8b81-5618f34d9e37&amp;tid=26804244&amp;pid=1945349668 (Note: ColonialQuakers)\n* https://www.ancestry.com/family-tree/person/tree/26804244/person/1945349668/facts\n* https://www.ancestry.com/family-tree/person/tree/22037455/person/1343530914/facts mU3SII fQ1E9L sRDLQX
iRDLQX sDJGZI whttps://www.WikiTree.com/wiki/Chorley-34 pElizabeth qChorley gf b16370000 vRainhill, Lancashire, England z1 d17050107 yPhiladelphia, Pennsylvania o{{Pennsylvania Settlers}}\n[[Category:Fleet of William Penn]]\n[[Category: Welcome, sailed August 1682]]\n[[Category: Pennsylvania Quakers]][[Category: Rainhill, Lancashire]][[Category:Hardshaw East Monthly Meeting, Manchester]]\n\n== Biography ==\n=== Emigration ===Elizabeth probably traveled with her third husband, [[Wynne-88 | Thomas Wynne]] to Pennsylvania aboard the ''[[Space:Welcome%2C_sailing_of_1682 |Welcome]]'', arriving in October of 1682.\n\n=== Family ===\n(m1)Elizabeth married as her first husband ____ Rowden (or Rawden)&lt;ref&gt; possibly John Rawden of Wistow&lt;/ref&gt; in 1663. Their daughter ElizabethRowden was born in 1664.\n\n(m2)In 1667 Elizabeth married as her second husband Joshua Maude of Alverthorpe Hall, Wakefiled, Yorkshire (as his second wife) . Together they had daughters [[Maude-185|Jane]] (1667) and [[Maude-33|Margery]] (1671) who were both born at Alverthorpe Hall.\nJoshua Maude previously had four children by his first wife (Elizabeth Parr) between 1659-1664: Penelope, Joshua Jr. Sarah and Joyce.\n\n(m3)Elizabeth married as her third husband [[Wynne-88 | Thomas Wynne]] (as his second wife), 20th of 5th month (July 20), 1676. They were married in her father's home in Rainhill. She survived Thomas who died in1691.\n\n:{{Quakers Sticker}}Elizabeth and Thomas married under the care of the Hardshaw East Meeting at the house of her father in Rainhill, Lancashire (about 7 miles east of Liverpool).&lt;ref&gt;{{Space:Penn's Colony, vol 2 |t=S}}&lt;/ref&gt;:&lt;table cellpadding=&quot;2&quot; style=&quot;border: 1px dashed #2F6FAB; background: #f9f9f9&quot; width=&quot;500&quot;&gt;&lt;tr&gt;&lt;td colspan=2&gt;Thomas Wynne, of Carwis [Caerwys], in the County of Flint, in Wales, Chirurgeon and Elizabeth Maud, of Rainhill, in Lancashire, were joyned together in marriage ye 20th day of ye 5th month 1676 at John Chorley's house in the presence of:&lt;ref&gt;Glenn, ''Merion inthe Welsh Tract ...'' : citing as source &quot;extracts at Devonshire House and from the original book at Somerset House, Lancashire Meeting Records, Monthly Meeting of Hardshaw East&quot;&lt;/ref&gt;\n&lt;/td&gt;&lt;/tr&gt;\n&lt;tr&gt;&lt;td&gt;\n* Alexander Chorley\n* John Chorley\n* John Barnes\n* Bruen Sixmith\n* Sam Dunbabin\n* John Southworth\n* William Crowdson\n* James Wright\n* William Sixmith&lt;/td&gt;\n&lt;td&gt;\n* ffaith Chorley\n* Alice Southworth\n* Ester Sixmith\n* Sarah Gandy\n* Bridget Wilson\n* Alice Dunbabin\n* Margaret Dunbabin\n* Mary Southworth\n* Alice Barnes&lt;/td&gt;&lt;/tr&gt;\n&lt;/table&gt;\nThomas had previously had six children with his first wife (Martha Buttall): [[Wynne-819|Mary]], Tabitha, [[Wynne-824|Rebecca]], [[Wynne-85|Sidney]], [[Wynne-791|Hannah]] and [[Wynne-431|Jonathan]].\nTogether Thomas Wynne and Elizabeth (Chorley) [Rowden Maude] had a family of thirteen children: six WYNNE's, one ROWDEN, and six MAUDE's\n\n== Research Notes ==Thomas A. Glenn in his book ''Welsh Founders of Pennsylvania''&lt;ref&gt;Glenn, Thomas Allen. ''Welsh Founders of Pennsylvania'', Genealogical Publishing Company (1970). [https://books.google.com.au/books?id=aepTGZpT1FMC google books]&lt;/ref&gt; has Dr. Wynne married (2) Elizabeth Rowden and (3) Elizabeth Maude. These are both the same woman and the second wife of Dr. Wynne.\n\n:conflicting information from previous gedcom imports:\n:alternate spelling of last name: Croyley\n:alternate date of death: 1692-03-17\n\n== Sources ==\n*{{Space:Penn's Colony, vol 2}}, pages 549-554\n* {{Space:OCLC-4942807}}*Glenn, Thomas Allen. ''Welsh Founders of Pennsylvania'', Genealogical Publishing Company (1970). [https://books.google.com.au/books?id=aepTGZpT1FMC google books]\n\n&lt;references /&gt;
iQDMTY whttps://www.WikiTree.com/wiki/Buttall-2 pMartha qButtall gf b16270000 vWrexham, Denbighshire, Wales z1 d16700000 yPhiladelphia, Delaware, Pennsylvania o{{Unsourced}}\n\n== Biography ==\n\nMartha Buttall ...\n\n== Sources ==\n&lt;references /&gt;\n: Source: [[#S2354649324]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=26804244&amp;pid=1945349682\n: Source: [[#S2354649324]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=26804244&amp;pid=1945349682\n: Source: [[#S2354649324]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=26804244&amp;pid=1945349682\n\n: Source &lt;span id='S2354649324'&gt;S2354649324&lt;/span&gt;\n: Repository: [[#R2354647294]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n: Repository &lt;span id='R2354647294'&gt;R2354647294&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note:\n\n* [[Taber-633 | Kathy Fetters]], firsthand knowledge. Click the Changes tab for the details of edits by Kathy and others.* WikiTree profile Buttall-5 created through the import of Lea and Randol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Buttall-5 Changes page] for the details of edits by Maude and others.* This person was created through the import of richard williams (2).ged on 13 May 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n:\n:: ID: 5C8F62BA-ACCA-40C9-AE71-5628A3E3B6E6\n:: ID Number: MH:IF130\n:: 1627\n:: Wales\n\n=== Death ===\n:\n:: ID: 943A2977-D1B9-4868-B2C7-8B46CB8D9FC9\n:: ID Number: MH:IF505\n\n=== Record ID Number ===\n: ID Number: MH:I78\n\n=== User ID ===\n: ID: F22FF39F-0982-42DE-824B-D527E8ECFD72\n\n=== UPD ===\n: 25 OCT 2011 15:31:36 GMT-6\n\n\n== Acknowledgments ==\nThank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Buttall-8 through the import of Tripp9Feb2013.ged on Feb 9, 2013. mXT0HR fASQEH
iVGPOF whttps://www.WikiTree.com/wiki/Wynne-38 pMary qWynne gf b16590000 vWrexham, Denbighshire, Wales z1 d17260000 yMerion Township, Pennsylvania o{{Pennsylvania Settlers}}[[Category:William Penn and Early Pennsylvania Settlers Project NeedsBiography Development]]\n[[Category:Fleet of William Penn]]\n[[Category:Lyon, sailed May 1682]]\n[[Category:Welsh Quakers]]\n\n== Biography ==Mary was born in 1659{{Citation needed}} in Flint, Flintshire, Wales{{Citation needed}} or in Wrexham, Denbighshire, Flintshire Cty., Wales{{Citation needed}} to father Dr. Thomas Wynne&lt;ref name=welcome&gt;&quot;https://www.welcomesociety.org/ancestors-approved-memberships.html.&quot; William Penn Fleet ancestors approved for membership: The Welcome Society ofPennsylvania. Accessed 16 September 2018 [[Baty-260|Sj Baty]].&lt;/ref&gt; and (presumably) Martha (Buttall) Wynne.{{citation needed}}\n\nFrom'' Genealogical and Personal History of Western Pennsylvania'':\n&lt;blockquote&gt;\nDr. (Edward) Jones\nmarried Mary Wynne, daughter of Thomas Wynne, a physician who came\nwith William Penn on the &quot;Welcome.&quot;\n&lt;/blockquote&gt;\n\n=== Marriage ===Mary was married to Dr. Edward Jones&lt;ref name=welcome/&gt; in 1677.{{citation needed}}\n\n=== Children ===\nMary and Edward were the parents of (at least) two children:\n\n: Martha&lt;ref name=welcome/&gt;\n\n: Jonathon&lt;ref name=welcome/&gt;\n\n=== Migration ===\n{{Penn Fleet Passenger}}Mary, Edward, Martha, and Johnathon are recorded by the Welcome Society as having migrated on board the William Penn Fleet Ship &quot;Lyon&quot; thatsailed in May, 1682.&lt;ref name=welcome/&gt; The Lyon and arrived after sailing 11 weeks on 13 Aug. 1682.{{Citation needed}} Mary and her husband Dr. Edward Jones and her brother Jonathan came a year before their Parents&lt;ref&gt;McCracken, &quot;The Welcome Claimants&quot;#2, c. 1970&lt;/ref&gt;\n\n=== Death ===Mary died on 29 July 1738 in Merion, Chester Co., Pennsylvania{{Citation needed}} or in Philadelphia, Philadelphia City, Pennsylvania.{{Citation needed}}\n\n== Sources ==\n&lt;references /&gt;* &lt;span id='Jordan'&gt;&lt;/span&gt;Jordan, John W. ''[[Space:Genealogical andPersonal History of Western Pennsylvania|Genealogical and Personal History of Western Pennsylvania]]'' (Lewis Historical Pub. Co., New York, 1915, Vol. 1, p. 485-488) mQDMTY fDJGZI
iWD1UT whttps://www.WikiTree.com/wiki/Wynne-829 pTabitha qWynne gf b16610000 vDenbighshire, Flintshire, , Wales z1 d16920000 yEngland o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-829was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Tabitha /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Tabitha Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1661:: Place: Denbighshire, Flintshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Tabitha Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1661\n:: Place: Flint, Flintshire, , Wales\nFound multiple copies of BIRT DATE. Using 1661\n\n=== Death ===\n: Death:\n:: Date: 1692:: Place: England&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Tabitha Wynne&lt;/ref&gt;\n: Death:\n:: Place: England\nFound multiple copies of DEAT DATE. Using 1692Array\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mQDMTY fDJGZI
iOSQMP whttps://www.WikiTree.com/wiki/Wynne-824 pRebecca qWynne gf b16620000 vFlint, Flintshire, , Wales z1 d17360722 yTalbot Co., Maryland o\n{{Pennsylvania Settlers}}\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-824was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Rebecca /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Rebecca WYNNE&lt;/ref&gt;&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 49.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S84]] Page: Database online. Place: Philadelphia, Pennsylvania; Year: 1682; Page Number: 155. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S84]] Page: Database online. Place: Maryland; Year: 1682; Page Number: 237. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S85]] Page: Database online. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Buttall&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for MarthaElizabeth Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1662:: Place: Flint, Flintshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Rebecca WYNNE&lt;/ref&gt;&lt;ref&gt;Source: [[#S70]] Page: Database online. Source number: 49.000; Source type: Electronic Database; Number of Pages: 1; Submitter Code: KWM. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S84]] Page: Database online. Place: Philadelphia, Pennsylvania; Year: 1682; Page Number: 155. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Buttall&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1662:: Place: Flint, Flintshire, Wales&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;\n: Birth:\n:: Date: ABT 1662:: Place: Flint, Flintshire Cty., Wales&lt;ref&gt;Source: [[#S49]] Page:Database online. Data: Text: Record for Martha Elizabeth Buttall&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1662\n\n=== Death ===\n: Death:\n:: Date: 22 JUL 1736:: Place: Talbot Co., Maryland&lt;ref&gt;Source: [[#S49]] Page: Databaseonline. Data: Text: Record for Rebecca WYNNE&lt;/ref&gt;\n: Death:\n:: Date: 23 SEP 1728:: Place: Talbot, Maryland, USA&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;\n: Death:\n:: Date: 23 SEP 1728:: Place: Ridle, Talbot, Maryland, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Buttall&lt;/ref&gt;\n: Death:\n:: Date: 23 SEP 1728:: Place: , Talbot, Maryland, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\n: Death:\n:: Date: 23 SEP 1728:: Place: Talbot Cty., MD&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Elizabeth Buttall&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 22 JUL 1736Array\n\n=== Event ===\n: Event:\n:: Type: Arrival\n:: Date: 1682:: Place: Philadelphia, Pennsylvania&lt;ref&gt;Source: [[#S84]] Page: Database online. Place: Philadelphia, Pennsylvania; Year: 1682; Page Number: 155. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;\n: Event:\n:: Type: civil:: Date: 20 FEB 1692&lt;ref&gt;Source: [[#S85]] Page: Database online. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;\n: Event:\n:: Type: Arrival\n:: Date: 1682:: Place: Maryland&lt;ref&gt;Source: [[#S84]] Page: Database online. Place: Maryland; Year: 1682; Page Number: 237. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;\n\n=== Residence ===\n: Residence::: Place: USA&lt;ref&gt;Source: [[#S85]] Page: Database online. Data: Text: Record for Rebecca Wynne&lt;/ref&gt;\n\n=== Emigration ===\n: Emigration::: Place: Came to America on the &quot;Submission&quot; with her two stepsisters Jane &amp; Margery from &quot;the Welcome Claimant&quot; by McCracken 1970 p. 574&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Elizabeth Buttall&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N116]]\n\n=== Marriage ===\n\n: Husband: [[Dickinson-3372|John Dickinson]]\n: Wife: [[Wynne-824|Rebecca Wynne]]\n: Marriage:\n:: Date: 23 JUL 1692:: Place: Of, Talbot Co, MD&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Rebecca WYNNE&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S50'&gt;S50&lt;/span&gt; Author: Ancestry.com Title: OneWorldTree Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Repository: [[#R2]]* Source: &lt;span id='S70'&gt;S70&lt;/span&gt; Author: Yates Publishing Title:U.S. and International Marriage Records, 1560-1900 Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2004;Repository: [[#R2]]* Source: &lt;span id='S84'&gt;S84&lt;/span&gt; Author: Gale Research Title: Passenger and Immigration Lists Index, 1500s-1900s Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]] NOTEFilby, P. William, ed., Passenger and Immigration Lists Index, 1500s-1900s, Farmington Hills, MI, USA: Gale Research, 2009* Source: &lt;span id='S85'&gt;S85&lt;/span&gt; Author: Lineages, Inc., comp Title: Philadelphia County, Pennsylvania Wills, 1682-1819 Publication: Name: The Generations Network, Inc.; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]] NOTEPhiladelphia County Wills, 1682-1819, : Historical Society of Pennsylvania, 1900\n\n=== Notes ===: Note &lt;span id='N116'&gt;N116&lt;/span&gt;Rebecca Wynne, daughter of Thomas Wynne came to the US aboard the Submission which sailed for America on September 6, 1682 and arrived in Choptank, MD in November 1682. fDJGZI
iT9XGF whttps://www.WikiTree.com/wiki/Wynne-85 pSidney qWynne gf b16660000 vBronvendog, Flintshire, Wales z1 d17090000 yWest River, Anne Arundel, Maryland o== Biography ==\n\n\n: Name: Sidney /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Martha Buttall&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Elizabeth Buttall&lt;/ref&gt;\n\n'''conflicting dates of birth from GEDCOM import''':\n:born 1664, Bronvendog, Flintshire, Wales: born 1666, Flint, Flintshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Buttall&lt;/ref&gt;\n\n'''conflicting death info from GEDCOM import''':: died 28 FEB 1710, West River, Anne Arundel, Maryland, United States&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Elizabeth Buttall&lt;/ref&gt;\n:died 1709, Anne, Arundel Co., Maryland: died 1692, Ann Arundel, , Maryland, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Buttall&lt;/ref&gt;\n:arrived: 1682, Philadelphia, Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Martha Elizabeth Buttall&lt;/ref&gt;\n\nSydney was married 20 December 1690 to William Chew.\n\n'''Marriage'''\nHusband William Chew.\nWife Sidney Wynne.\nMarriage\n20 DEC 1690.\nAnne Arundel, Maryland.\nChild: Margaret Chew. &lt;ref&gt;Source: [[#S0000]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=26804244&amp;pid=1924280485* http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=26804244&amp;pid=1924881150*&lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* http://trees.ancestry.com/rd?f=sse&amp;db=pili354&amp;h=3178294&amp;ti=0&amp;indiv=try&amp;gss=pt* The Church of Jesus Christ of Latter-day Saints, &quot;International Genealogical Index (IGI),&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:1:MTNJ-3QH : accessed 2018-02-06), entry for Sydney Wynne.* Source: &lt;span id='S219328614'&gt;S219328614&lt;/span&gt; Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Repository: [[#R201168071]] 23 APR 2018 Time: 19:36:53 Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=120481792&amp;pid=4857\n* Repository: &lt;span id='R201168071'&gt;R201168071&lt;/span&gt; Ancestry.com mQDMTY fDJGZI
iYLOEB whttps://www.WikiTree.com/wiki/Wynne-791 pHannah Martha qWynne gf b16700000 vBronvedog, Flintshire, Wales z1 d17500922 yHaverford, Chester (Montgomery), Pennsylvania o\n{{Pennsylvania Settlers}}\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-791was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Hannah Martha /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Martha Wynne&lt;/ref&gt;\n: Name: Hannah /WYNNE/: Name: Hannah /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Thomas Wynne&lt;/ref&gt;\nFound multiple versions of NAME. Using Hannah Martha /WYNNE/.\n\n=== Birth ===\n: Birth:\n:: Date: 1670\n:: Place: Bronvedog, Flintshire, Wales\n: Birth:\n:: Date: ABT 1667:: Place: Flintshire, Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Martha Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 1664:: Place: , Flintshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1670\n\n=== Death ===\n: Death:\n:: Date: 22 SEP 1750:: Place: Haverford, Chester (Montgomery), Pennsylvania&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Hannah Martha Wynne&lt;/ref&gt;\n: Death:\n:: Date: 22 SEP 1750\n:: Place: Haverford, Chester Co, Pa\n: Death:\n:: Date: 15 AUG 1742:: Place: Philadelphia, Montgomery, Pennsylvania, USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using 22 SEP 1750Array\n\n=== Note ===\n: Note: [[#N100]]\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:\n\n=== Notes ===\n: Note &lt;span id='N100'&gt;N100&lt;/span&gt;Burial:\n: Old Haverford, Burying Grounds, Chester Co., Pa\n\n\n: Info on Hannah's father::: Browning: [https://archive.org/stream/welshsettlemento00brow#page/347/mode/2up page 181]. Also [https://archive.org/stream/welshsettlemento00brow#page/1163/mode/2up page 595] (note re &quot;Page 181&quot;). fDJGZI
iQ1E9L whttps://www.WikiTree.com/wiki/Wynne-86 pThomas qWynne gm b15891220 vYskeiviog Parish, Flintshire, Wales z1 d16380000 yYskeiviog Parish, Flintshire, Wales o{{Pennsylvania Settlers}}\n==Biography==\nThomas Wynne Sr.Thomas Wynne was born 20 December 1589, Yskeiviog Parish, Flintshire,Wales, and he was baptized at the Bodfari Church on 31 December 1589. It was his son (Thomas Wynne Jr.) who was a Pennsylvania pioneer.\n\n==Sources==\n&lt;references /&gt;* &quot;Wales, Flintshire, Parish Registers, 1538-1912,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:KCTC-914 : 3 September 2015), Thomas Wynne and Catherine Lloyd, 11 Apr 1615, Marriage; from &quot;Parish Records Collection 1538-2005,&quot; database and images, findmypast (http://www.findmypast.com : 2012); citing Nannerch, Flintshire, Wales, The National Archives, Kew, Surrey.\n\n* https://familysearch.org/ark:/61903/1:1:KC55-3W8\n*[https://books.google.com.au/books?id=aepTGZpT1FMC&amp;pg=PA97&amp;lpg=PA97&amp;dq=thomas+Wynne+1589+wales&amp;source=bl&amp;ots=BG_qVtGJaM&amp;sig=L4V60tMbLrvVDEjVZS0BEmUV-UE&amp;hl=en&amp;sa=X&amp;ei=7sRwVaXcJoqd8QXg34OICw&amp;ved=0CDEQ6AEwBA#v=onepage&amp;q=thomas%20Wynne%201589%20wales&amp;f=false Welsh Founders of Pennsylvania, p97. Accessed 5 Jun 2015]. mNV44B fKSK71 sU3SII
iU3SII sQ1E9L whttps://www.WikiTree.com/wiki/Lloyd-434 pCatherine qLloyd gf b15890000 vYsceifiog, Flintshire, Wales z1 d16330000 yFlintshire County, Wales United Kingdom o[[Category:Ysceifiog, Wales]][[Category: Wales Project Needs Bio]]\n{{Wales}}\n\n== Sources ==* &quot;Wales, Flintshire, Parish Registers, 1538-1912,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:KCTC-914 : 3 September 2015), Thomas Wynne and Catherine Lloyd, 11 Apr 1615, Marriage; from &quot;Parish Records Collection 1538-2005,&quot; database and images, findmypast (http://www.findmypast.com : 2012); citing Nannerch, Flintshire, Wales, The National Archives, Kew, Surrey.\n* WikiTree profile Lloyd-434 created through the import of Lea and Randol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Lloyd-434 Changes page] for the details of edits by Maude and others.\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;John-854 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Catherine Lloyd Verch /JOHN/&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;: Name: Catherine /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne Dr.&lt;/ref&gt;\nFound multiple versions of NAME. Using Catherine Lloyd Verch /JOHN/.\n\n=== Birth ===\n: Birth:\n:: Date: 1589:: Place: Bron Fadoc, Caerwys Twp, Yceifiog Parish, Flintshire, Wales&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Recordfor Thomas ap John Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne Dr.&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1633:: Place: Flintshire, Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne Dr.&lt;/ref&gt;&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;\n\n=== PHOTO ===\n: PHOTO @M1937@\n\n=== Object ===\n: Object: @M1937@\n\n=== Marriage ===\n\n: Husband: @I2355@\n: Wife: [[John-854|Catherine Lloyd Verch John]]\n: Child: [[Wynne-822|Peter Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-792|Harri Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-782|Edward Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-773|(Dr.) Thomas Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-806|John Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1619:: Place: Ysceifiog, Flintshire, Wales&lt;ref&gt;Source: [[#S350]] Page:Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;\n: Marriage:\n:: Date: ABT 1616\n:: Place: Ysceifiog, County Flintshire, Wales\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S350'&gt;S350&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mJEZ78
iW9GML whttps://www.WikiTree.com/wiki/Wynne-792 pHarri qWynne gm b16191106 vYsceifiog, County Flintshire, Wales z1 d16200000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-792was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Harri /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Harri Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Harri Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 06 NOV 1619:: Place: Ysceifiog, County Flintshire, Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Harri Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record forHarri Wynne&lt;/ref&gt;\n: Birth::: Date: 06 NOV 1619&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 06 NOV 1619:: Place: 1651600, Flintshire, , Wales&lt;ref&gt;Source: [[#S350]] Page:Database online. Data: Text: Record for Harri Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 20 NOV 1619:: Place: North Wales, Montgomery, Pennsylvania, United States&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Harri Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 06 NOV 1619\n\n=== Death ===\n: Death::: Date: 1620&lt;ref&gt;Source: [[#S350]] Page: Database online. Data:Text: Record for Harri Wynne&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S350'&gt;S350&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mU3SII fQ1E9L
iPCLII whttps://www.WikiTree.com/wiki/Wynne-782 pEdward qWynne gm b16220409 vYsceifiog, County Flintshire, Wales z1 d16230203 yLlandderfel, Merionethshire, Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-782was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Edward /WYNNE/&lt;ref&gt;Source: [[#S49]] Page: Database online.Data: Text: Record for Thomas Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Edward Wynne&lt;/ref&gt;&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record forEdward Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 09 APR 1622:: Place: Ysceifiog, County Flintshire, Wales&lt;ref&gt;Source: [[#S241]]Page: Database online. Data: Text: Record for Edward Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 09 APR 1622:: Place: Flintshire, Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Thomas Wynne&lt;/ref&gt;\n: Birth:\n:: Date: 09 APR 1622:: Place: Ysceifiog,Flint,,Wales&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Edward Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 09 APR 1622\n\n=== Death ===\n: Death:\n:: Date: 03 FEB 1623:: Place: Llandderfel, Merionethshire, Wales&lt;ref&gt;Source: [[#S241]] Page: Database online. Data: Text: Record for Edward Wynne&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: @I2355@\n: Wife: [[John-854|Catherine Lloyd Verch John]]\n: Child: [[Wynne-822|Peter Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-792|Harri Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-782|Edward Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-773|(Dr.) Thomas Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Wynne-806|John Wynne]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage:\n:: Date: 1619:: Place: Ysceifiog, Flintshire, Wales&lt;ref&gt;Source: [[#S350]] Page:Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;\n: Marriage:\n:: Date: ABT 1616\n:: Place: Ysceifiog, County Flintshire, Wales\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S241'&gt;S241&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mU3SII fQ1E9L
iLGT4L whttps://www.WikiTree.com/wiki/Wynne-806 pJohn qWynne gm b16250413 vBronvedog, Yskeiviog Parish, Flintshire, Wales z1 ySussex County, Pennsylvania, USA o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-806was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: John /WYNNE/&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 13 APR 1625\n:: Place: Bronvedog, Yskeiviog Parish, Flintshire, Wales\n: Birth:\n:: Date: OCT 1625:: Place: Wales&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 13 APR 1625\n\n=== Death ===\n: Death:\n:: Place: Sussex County, Pennsylvania, USA\n: Death:\n:: Date: 1694:: Place: Westmoreland, Virginia, United States&lt;ref&gt;Source: [[#S350]] Page: Database online. Data: Text: Record for Thomas ap John Wynne&lt;/ref&gt;\nFound multiple copies of DEAT DATE. Using Array\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S350'&gt;S350&lt;/span&gt; Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com.Original data: Family Tree files submitted by Ancestry members.; Repository: [[#R4]]* Repository: &lt;span id='R4'&gt;R4&lt;/span&gt; Name: Ancestry.com Address: E-Mail Address: Phone Number: mU3SII fQ1E9L
iPRDZQ whttps://www.WikiTree.com/wiki/Wynne-822 pPeter qWynne gm b16290130 vCaerwys, Ysceifiog, County Flintshire, Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Wynne-822was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: Date: 30 JAN 1629/30\n:: Place: Caerwys, Ysceifiog, County Flintshire, Wales\nImported only 30 JAN 1629 from Birth Date and marked as uncertain.\n\n== Sources ==\n\n&lt;references /&gt; mU3SII fQ1E9L
iKSK71 whttps://www.WikiTree.com/wiki/Wynne-93 pJohn Ap Rees qWynne gm b15700000 vYskeiviog Parish, Flintshire, Wales z1 d16380000 yFlintshire, Wales o{{Pennsylvania Settlers}}\n\n== Biography ==\nJohn ap Rees Wynne was born about 1570, Yskeiviog Parish, Flintshire,Wales, and he was married on 29 October 1588, Bodfari Church, Flintshire, Wales, to Grace verch Morgan. It was their grandson Thomas WynneJr. who was a Pennsylvania settler.\nHis 1588 marriage record shows that he was a son of Rees ap John Wynne (of Yskeiviog Parish): &quot;John ap Rees ap John Wynn and Grace vc Morgan were married the XXIXth October.&quot;\n\n==Sources==*[https://books.google.com.au/books?id=aepTGZpT1FMC&amp;pg=PA97&amp;lpg=PA97&amp;dq=thomas+Wynne+1589+wales&amp;source=bl&amp;ots=BG_qVtGJaM&amp;sig=L4V60tMbLrvVDEjVZS0BEmUV-UE&amp;hl=en&amp;sa=X&amp;ei=7sRwVaXcJoqd8QXg34OICw&amp;ved=0CDEQ6AEwBA#v=onepage&amp;q=thomas%20Wynne%201589%20wales&amp;f=false Welsh Founders of Pennsylvania, p97. Accessed 5 Jun 2015].\n* THE WYNNES: A Genealogical Summary of the Ancestry of the Welsh Wynnes, who Emigrated to Pennsylvania with William Penn (Deem, 1904), pages 171-172.\n\n==Acknowledgements==* WikiTree profile Wynne-93 created through the import of Lea and Randol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Wynne-93 Changes page] for the details of edits by Maude and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fNZBYC sNV44B
iNV44B sKSK71 whttps://www.WikiTree.com/wiki/Verch Morgan-7 pGrace qverch Morgan gf b15700000 z1 d15980000 o== Biography ==''No more info is currently available. Can you add to this biography?''\n\n== Sources ==* WikiTree profile Morgan-1516 created through the import of Lea andRandol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Morgan-1516 Changes page] for the details of edits by Maude and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iNZBYC whttps://www.WikiTree.com/wiki/Wynne-1050 pRees qWynne gm b15380000 vYskeiviog Parish, Flintshire, Wales o== Biography ==\nRees Wynne was born about 1538, Yskeiviog Parish, Flintshire, Wales.He was assessed as a Freeholder in Yskeiviog Parish in the Subsidy of1592, being the second payment of the 2d subsidy for the Hundred of Ruthlin.\nHis wife's name is unknown. His wife was not Jane Bulkeley (as is claimed in Wurt's Magna Carta IV: 1000), because she married to Morris Wynn of Gwydir.\nHe had seven children: John, Edward, Harry, Catherine, Jannett, Jane,and Hugh.\n\n== Sources ==\n&lt;references /&gt;* THE WYNNES: A Genealogical Summary of the Ancestry of the Welsh Wynnes, who Emigrated to Pennsylvania with William Penn (Deem, 1904), page 172. fJKEYT
iJKEYT whttps://www.WikiTree.com/wiki/Wynne-1051 pJohn qWynne gm b15100000 vYskeiviog Parish, Flintshire, Wales o\n== Biography ==\nJohn was born about 1510, Yskeiviog Parish, Flintshire, Wales. He was married to Katherine, daughter and heiress of Ithel ap Jenkin.\n\n== Sources ==\nTHE WYNNES: A Genealogical Summary of the Ancestry of the Welsh Wynnes, who Emigrated to Pennsylvania with William Penn (Deem, 1904), page 172. mY7LWS fK0N84
iJEZ78 whttps://www.WikiTree.com/wiki/Salusbury-1 pGrace qSalusbury gf b15650000 vFlintshire County, Wales z1 d16010000 yFlintshire County, Wales o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Salusbury-1 created through the import of Lea andRandol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Salusbury-1 Changes page] for the details of edits by Maude and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iASQEH whttps://www.WikiTree.com/wiki/Buttall-4 pRandall Samuel qButtall gm b16040000 vWrexham, County Denbighshire, Wales z1 yWrexham, Denbighshire, Wales o\n== Biography ==Born about 1604 in Wrexham, County Denbigshire, Wales&lt;ref name=Ancestry/&gt;\n&quot;Randall Buttall signed a will on 15 June 1680. Randall bequeathed the house in which he resided, the gardens, etc. to his daughter Abigail, and the remainder of his houses to Samuel, the eldest son of Nathaniel Buttall, who was Randall's eldest son. He willed one shilling each to his sons Nathaniel, Samuel, Jonathan, and Charles, daughter Rebecca, and son-in-law Dr. Thomas Wynne. It seems interesting to note there is no indication of anything being bequeathed to his daughter Martha, who was married to Thomas Wynne, who did receive something. He had hisestate probated in 1684 in Saint Asaph, Denbighshire, Wales, United Kingdom. He lived in Wrexham, Denbighshire, Flintshire, Wales, United Kingdom.&quot;&lt;ref&gt;Source: [[#S01]] Page: http://homepages.rootsweb.ancestry.com/~decann/genealogy/master/b195.htm&lt;/ref&gt;\nRandall was buried on 23rd June 1684, in Wrexham, Denbighshire, Wales. &lt;ref&gt; &quot;Wales, Denbighshire, Parish Registers, 1538-1912,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:KC5X-776 : 11 February 2018), Rondle Buttall, 23 Jan 1684, Burial; from &quot;Parish Records Collection 1538-2005,&quot; database and images, findmypast (http://www.findmypast.com : 2012); citing Wrexham, Denbighshire, Wales, The National Archives, Kew, Surrey. &lt;/ref&gt;\n\n== Sources ==* https://books.google.com/books?id=HUqRznvpxsMC&amp;pg=PA288&amp;lpg=PA288&amp;dq=%22Jonathan+buttall%22+1695&amp;source=bl&amp;ots=u4X_8hECcc&amp;sig=ESaCUkFxE82DRhQecZ1_WnmYf4U&amp;hl=en&amp;sa=X&amp;ved=0ahUKEwjA07j9-v_YAhVG7YMKHQUABnMQ6AEITTAL#v=onepage&amp;q=%22Randall%20buttall%22%201695&amp;f=false\n* Source: &lt;span id='S01'&gt;S01&lt;/span&gt; Title: ancestry.com Page: http://homepages.rootsweb.ancestry.com/~decann/genealogy/master/b195.htm\n\n&lt;references /&gt;* WikiTree profile Buttall-6 created through the import of Lea and Randol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]].\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fHZVNC sXT0HR
iXT0HR sASQEH whttps://www.WikiTree.com/wiki/UNKNOWN-68832 pJane qUNKNOWN gf b16000000 vClwyd Wrexham, Denbighshire, Wales z1 d16740000 yHearth Suffolk England o[[Category: Wales, Unsourced Profiles]]\n{{Unsourced |Suffolk}}\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;UNKNOWN-249362 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can bedeleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* WikiTree profile UNKNOWN-68832 created through the import of Lea and Randol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]].
iMZCMU whttps://www.WikiTree.com/wiki/Buttall-14 pNathaniel qButtall gm b16290000 vWrexham, Denbighshire, , Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Buttall-14 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Nathaniel /BUTTALL/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1629:: Place: Wrexham, Denbighshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mXT0HR fASQEH
iD5JGU whttps://www.WikiTree.com/wiki/Buttall-9 pAbigail qButtall gf b16300000 v, , Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Buttall-9was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\nThe number\n1651450 moved from birth location, sure of importance\n=== Name ===: Name: Abigail /BUTTALL/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1630:: Place: , 1651450, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mXT0HR fASQEH
iIT4QI whttps://www.WikiTree.com/wiki/Buttall-16 pSamuel qButtall gm b16310000 vWrexham, Denbighshire, , Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Buttall-16 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Samuel /BUTTALL/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Samuel Buttall&lt;/ref&gt;&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for Benjamin Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1631:: Place: Wrexham, Denbighshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n: Birth:\n:: Date: 1631:: Place: Clwyd,Wrexham,Denbigh,Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Samuel Buttall&lt;/ref&gt;\n: Birth:\n:: Date: 1625:: Place: Clwyd, Wrexham, Denbighshire, Wales&lt;ref&gt;Source: [[#S50]] Page: Database online. Data: Text: Record for Benjamin Buttall&lt;/ref&gt;\nFound multiple copies of BIRT DATE. Using 1631\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number:* Source: &lt;span id='S50'&gt;S50&lt;/span&gt; Author: Ancestry.com Title: OneWorldTree Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Repository: [[#R2]] mXT0HR fASQEH
iK4MD1 whttps://www.WikiTree.com/wiki/Buttall-13 pJonathan qButtall gm b16330000 vWrexham, Denbighshire, , Wales z1 d16950826 yBattersea, Surrey, , England o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Buttall-13 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Jonathan /BUTTALL/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1633:: Place: Wrexham, Denbighshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 26 AUG 1695:: Place: Battersea, Surrey, , England&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mXT0HR fASQEH
iIEJ1J whttps://www.WikiTree.com/wiki/Buttall-15 pRebecca qButtall gf b16350000 vWrexham, Denbighshire, , Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Buttall-15 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Rebecca /BUTTALL/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1635:: Place: Wrexham, Denbighshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mXT0HR fASQEH
iMY3H5 whttps://www.WikiTree.com/wiki/Buttall-11 pCharles qButtall gm b16370000 vWrexham, Denbighshire, , Wales o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Buttall-11 was created by [[Wynn-501 | Ed Wynn]] through the import of Wynn_2014-08-24_01.ged on Aug 24, 2014. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Charles /BUTTALL/&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1637:: Place: Wrexham, Denbighshire, , Wales&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Randall Samuel Buttall&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Author: Ancestry.com Title: Public Member Trees Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Name: www.ancestry.com Address: E-Mail Address: Phone Number: mXT0HR fASQEH
iHZVNC whttps://www.WikiTree.com/wiki/Buttall-7 pJames qButtall gm b15800000 z1 d16250000 o== Biography ==\n''No more info is currently available. Can you add to this biography?''\n\n== Sources ==\n* WikiTree profile Buttall-7 created through the import of Lea and Randol and Ely and Si.ged on May 31, 2011 by [[Randol-3 | Maude Randol]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Buttall-7 Changes page] for the details of edits by Maude and others.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iES8PY whttps://www.WikiTree.com/wiki/Hayward-193 pAnna qHayward gf b16510000 vConcord, Middlesex, Massachusetts z1 d17050000 yAndover, Essex, Massachusetts o{{Unsourced|Massachusetts}}\n== Biography ==\n\nMarried on 28 Jun 1677 at Concord, Middlesex, Massachusetts\n\n== Sources ==\n&lt;references /&gt;\n: Source &lt;span id='S155'&gt;S155&lt;/span&gt; Title: Ancestry Family Trees Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members. Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=4478194&amp;pid=-276747372\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mKMG9P sZP2RQ
iZP2RQ sES8PY whttps://www.WikiTree.com/wiki/Graves-660 pAbraham qGraves gm b16490000 vLynn, Essex, Massachusetts z1 d17290616 yAndover, Essex, Massachusetts o== Biography ==\nThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n'''Died''' Y.\n16 JUN 1729.\nAndover, Essex, Massachusetts, United States.\nSource:\nNote: Age: 79-80.\n\n=== Sources ===\n: Source: [[#S155]]\n:: Page: Ancestry Family Trees\n:: Quality or Certainty of Data: 3\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=4478194&amp;pid=-276772471\n\n=== User ID ===\n: User ID: 44388D0616F94149B51827E649D8EE2EBFD0\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011.\n\n: Source &lt;span id='S155'&gt;S155&lt;/span&gt;\n: Abbreviation: Ancestry Family Trees\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n: Repository: [[#R1]]\n: Paranthetical: Y\n\n: Repository &lt;span id='R1'&gt;R1&lt;/span&gt;\n: Name: Ancestry.com\n: Address: Ancestry.com\n:: http://www.Ancestry.com\n:: Name: Ancestry.com\n:: Address 1: http://www.Ancestry.com\n* WikiTree profile Graves-1615 created through the import of connell Family Tree.ged on Jan 27, 2012 by [[Connell-178 | Patrick Connell]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Graves-1615 Changes page] for the details of edits by Patrick and others.&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;* Source: &lt;span id='S1114149744'&gt;S1114149744&lt;/span&gt; Geni World Family Tree Publication: MyHeritage Note: The Geni World Family Tree is found on &lt;A href=&quot;http://www.geni.com&quot; target=&quot;_blank&quot;&gt;www.Geni.com&lt;/a&gt;.Geni is owned and operated by MyHeritage. https://www.myheritage.com/research/record-40000-365604111/abraham-graves-in-geni-world-family-tree Abraham GravesGender: MaleBirth: Before 1649 - Lynn, Essex County, Massachusetts, United StatesDeath: June 16 1729 - Andover, Essex County, Massachusetts, United StatesFather: &amp;lt;a&amp;gt;Mark Graves&amp;lt;/a&amp;gt;Mother: &amp;lt;a&amp;gt;Amy Barker (born Mawle)&amp;lt;/a&amp;gt;Wives: &amp;lt;a&amp;gt;Sarah Graves (born Dunton)&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Anna Graves (born Hayward)&amp;lt;/a&amp;gt;Children: &amp;lt;a&amp;gt;Elizabeth (born Graves)&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Sarah (born Graves)&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Samuel Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Thomas Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Eleazer Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Samuel Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;John Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;William Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Ester (born Graves)&amp;lt;/a&amp;gt;Siblings: &amp;lt;a&amp;gt;Ebenezer Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Dorcas Abbott (born Graves)&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Hannah Abbott (born Graves)&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Amy Bond (born Graves)&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Ruth Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Sarah Graves&amp;lt;/a&amp;gt;, &amp;lt;a&amp;gt;Mark Graves&amp;lt;/a&amp;gt;* Source: &lt;span id='S1114149746'&gt;S1114149746&lt;/span&gt; Ancestry FamilyTrees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Ancestry Family Tree http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=112726163&amp;pid=527\n\n&lt;references /&gt; mHELCO fZEQID
iN1INI whttps://www.WikiTree.com/wiki/Graves-644 pElizabeth qGraves gf b16780626 vConcord, Middlesex, Massachusetts oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== User ID ===\n: User ID: D9B106AB5C5D482EAAF6F8139F19E9A65C27\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011. mES8PY fZP2RQ
iL1C25 whttps://www.WikiTree.com/wiki/Graves-643 pSarah qGraves gf b16801107 vAndover, Essex, Massachusetts z1 yAndover, Essex, Massachusetts oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S155]]\n:: Page: Ancestry Family Trees\n:: Quality or Certainty of Data: 3\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=4478194&amp;pid=-276746518\n\n\n=== User ID ===\n: User ID: 5F73C4F4113541E0BD43BADC23F106822398\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011.\n\n----\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Graves-1614 created through the import of connell Family Tree.ged on Jan 27, 2012 by [[Connell-178 | Patrick Connell]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Graves-1614 Changes page] for the details of edits by Patrick and others.\n* Source: &lt;span id='S-2137300626'&gt;S-2137300626&lt;/span&gt; Repository: [[#R-2144665381]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members. Note: This informationcomes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=587811&amp;pid=459* Repository: &lt;span id='R-2144665381'&gt;R-2144665381&lt;/span&gt; Name: Ancestry.com Address: 360 West 4800 North, Provo, UT 84604 Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mES8PY fZP2RQ
iVEAD5 whttps://www.WikiTree.com/wiki/Graves-642 pSamuel qGraves gm b16821231 z1 d16830000 oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== User ID ===\n: User ID: ED124FF61902424A879C32D030C926B0DFED\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011. mES8PY fZP2RQ
iGUUC2 whttps://www.WikiTree.com/wiki/Graves-641 pSamuel qGraves gm b16840103 vAndover, Essex, Massachusetts z1 d17470000 yHaverhill, Essex, Massachusetts oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S155]]\n:: Page: Ancestry Family Trees\n:: Quality or Certainty of Data: 3\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=4478194&amp;pid=-276746025\n\n\n=== User ID ===\n: User ID: 6C9AAF0358BC413E80D4F1E5A1DF7959C7C2\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011.\n\n=== Note ===\n: Note: @NI276746025@\n: @NI276746025@ NOTEFamily History: http://trees.ancestry.com/rd?f=document&amp;guid=7c323849-53b8-4a1c-8bab-ea37522144d2&amp;tid=4478194&amp;pid=-276746025\n\n=== Sources ===\n: Source &lt;span id='S155'&gt;S155&lt;/span&gt;\n: Abbreviation: Ancestry Family Trees\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n: Repository: [[#R1]]\n: Paranthetical: Y\n\n\n\n: Repository &lt;span id='R1'&gt;R1&lt;/span&gt;\n: Name: Ancestry.com\n: Address: Ancestry.com\n:: http://www.Ancestry.com\n:: Name: Ancestry.com\n:: Address 1: http://www.Ancestry.com\n\n\n\n mES8PY fZP2RQ
iLNSB0 whttps://www.WikiTree.com/wiki/Graves-640 pThomas qGraves gm b16851219 vAndover, Massachusetts o== Biography ==\nThomas married Ursilla Wilson at Roxbury in 1708.&lt;ref&gt;VR of Roxbury, vol. 2, [https://hdl.handle.net/2027/mdp.39015037392159?urlappend=%3Bseq=227 page 177] -- the date is assumed to be old-style.&lt;/ref&gt;\n\n=== Name ===\n: Name: Thomas /Graves/\n:: Given Name: Thomas\n:: Surname: Graves\n:: Source: [[#S149]]::: Note: http://trees.ancestry.com/rd?f=sse&amp;db=mabirth&amp;h=138019&amp;ti=0&amp;indiv=try&amp;gss=pt\n::: Data:\n:::: Text: Birth date: Dec 19, 1685Birth place: Andover\n\n\n=== Birth ===\n: Birth:\n:: Date: 19 Dec 1685\n:: Place: Andover, Massachusetss\n:: Source: [[#S149]]::: Note: http://trees.ancestry.com/rd?f=sse&amp;db=mabirth&amp;h=138019&amp;ti=0&amp;indiv=try&amp;gss=pt\n::: Data:\n:::: Text: Birth date: Dec 19, 1685Birth place: Andover\n\n\n=== Sources ===\n&lt;references /&gt;\n* &lt;span id='VRRM'&gt;&lt;/span&gt;''[[Space:Vital Records of Roxbury, Massachusetts, to the End of the Year 1849|Vital Records of Roxbury, Massachusetts, to the End of the Year 1849]]'' (The Essex Institute, Salem, Mass., 1925-1936)\n\nSee also:* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=4478194&amp;pid=-276745807 Ancestry tree]\n\n: Source &lt;span id='S149'&gt;S149&lt;/span&gt;\n: Abbreviation: Massachusetts Town Birth Records\n: Title: Massachusetts Town Birth Records\n: Author: New England Historic Genealogical Society: Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 1999.Original data - Vital Records of Bellingham Massachusetts to the Year 1850. Boston: New England Historic Genealogical Society, 1904.Vital Records of Granville Massachusetts to the Yea\n: Reference: 4094::0\n: Repository: [[#R1]]\n: Paranthetical: Y\n\n=== Metadata ===\n* This person was created through the import of Family Line.ged on 01March 2011. mES8PY fZP2RQ
iPHITW whttps://www.WikiTree.com/wiki/Graves-639 pEleazer qGraves gm b16900310 z1 d17450328 oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Occupation ===\n: Occupation: Weaver\n:: Place: Andover, Essex, Massachusetts\n\n\n=== User ID ===\n: User ID: F2B144879EEC406FAE37F3AC6D98BA15FF09\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011. mES8PY fZP2RQ
iYCOFQ whttps://www.WikiTree.com/wiki/Graves-637 pEster qGraves gf b16910611 z1 d17391208 oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== User ID ===\n: User ID: D396497BBA114780AE1EDF1AEFE85000AB02\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011. mES8PY fZP2RQ
iQVHYO whttps://www.WikiTree.com/wiki/Graves-638 pJohn qGraves gm b16910611 vAndover, Essex, Massachusetts z1 d17900000 yFalmouth, Cumberland, Maine oThis person was created through the import of Family Line.ged on 01 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S155]]\n:: Page: Ancestry Family Trees\n:: Quality or Certainty of Data: 3\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=4478194&amp;pid=-276745155\n\n\n=== User ID ===\n: User ID: 4EF4FF8289F54F48885EA1F29EB95693917D\n\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 7 Feb 2011\n::: Time: 17:04\nPrior to import, this record was last changed 17:04 7 Feb 2011.\n\n=== Note ===\n: Note: @NI276745155@\n: @NI276745155@ NOTEFamily History: http://trees.ancestry.com/rd?f=document&amp;guid=2077fd2f-4e28-4e17-a3b1-fc10ec8e62c4&amp;tid=4478194&amp;pid=-276745155\n\n=== Sources ===\n: Source &lt;span id='S155'&gt;S155&lt;/span&gt;\n: Abbreviation: Ancestry Family Trees\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n: Repository: [[#R1]]\n: Paranthetical: Y\n\n\n\n: Repository &lt;span id='R1'&gt;R1&lt;/span&gt;\n: Name: Ancestry.com\n: Address: Ancestry.com\n:: http://www.Ancestry.com\n:: Name: Ancestry.com\n:: Address 1: http://www.Ancestry.com\n\n\n\n mES8PY fZP2RQ
iCSTDV whttps://www.WikiTree.com/wiki/Graves-636 pWilliam qGraves gm b17040000 o== Biography ==William Graves married Elizabeth Bean, daughter of Capt. John Bean and Joanna Treaty of York [Maine]\n\nChildren of William and Elizabeth are:\n\n*Joseph Graves, born 1728\n\n*Charles Johnson Graves, born 1732\n\n*John Graves, born 1735\n\n*Joanna Graves, born 1737\n\n*John Graves, born 1739\n\n*Crispus Graves, born 1742\n\n== Sources ==\n&lt;references /&gt;*http://topshamlibrary.org/wp-content/uploads/2013/12/1st-Parish-Church-Topsham-Cemetery-Life-Stories-Updated.pdf mES8PY fZP2RQ
iKMG9P whttps://www.WikiTree.com/wiki/Hayward-769 pMartha qHayward gf b16340000 vAylesford, Kent, England z1 yBridgewater, Plymouth County, Province of Massachusetts Bay o{{Puritan Great Migration}}\n[[Category: Hercules of Dover, sailed March, 1634-35]]\n[[Category: Bridgewater, Massachusetts]]\n\n== Biography ==\n=== Parentage; Date and Place of Birth ===Martha Hayward was the daughter of [[Hayward-270|Thomas Hayward, Sr.]] and his wife [[Towne-491|Susanna (Unknown) Hayward]].&lt;ref name=&quot;GM3p292&quot;/&gt; Based on the fact that Martha's name was included among Thomas's family members enrolled for passage to New England aboard the ''Hercules'', under a minister's certification dated March 14, 1634/5, &lt;refname=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt; she was born sometime before that date. Anderson estimates that she was born &quot;say 1635,&quot;&lt;ref name=&quot;GM3p292&quot;/&gt; apparently based on the date he estimated for her parents' marriage and for her siblings' dates of birth. However, since all those dates seem to be rough estimates and the window for her birth in 1635 is very small, it is very possible (if not likely) that Martha wasborn somewhat earlier. Since the ''Hercules'' passenger lists statesthat Thomas and his family were from Aylesford, England, Martha was very probably born there.&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt;\n\n=== Emigration to New England ===Martha and her family sailed from Sandwich, England to New England in1635 aboard the ship ''Hercules'', John Witherley, master.&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Hotten&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt; They settled first at Cambridge, Massachusetts.&lt;ref name=&quot;GM3p288&quot;/&gt;\n\n=== Removal to Duxbury ===Martha's family moved from Cambridge to Duxbury by 1638.&lt;ref name=&quot;GM3p289&quot;/&gt;\n\n=== &quot;Vain, Light and Lascivious Carriage&quot; ===At a Grand Inquest on June 8, 1651, Martha Haward of Duxbury, along with John Shaw, James Shaw, Samuel Cutbert and Benjamin Eaton of Plymouth and Goodwife Gannett and William Snow of Duxbury, were presented for &quot;vaine, light and lacivius carriage at an unseasonable time of night.&quot;&lt;ref name=&quot;PCR2p170&quot;/&gt;&lt;ref name=&quot;GM3p292&quot;/&gt; At the General Court at New Plymouth on October 7, 1651, the Court, &quot;not finding them alike faulty, have fined James Shaw and Goodwife Ganett thirty shillings apeace . . . and Samuell Cutbert, William Snow, Benjamine Eaton and Martha Haward are released, with admonishion to take heed of such evell carriages for the future. And as for John Shaw, he is lyable to punishment when oppertunitie serveth.&quot;&lt;ref name=&quot;PCR2p172&quot;/&gt;\n\n=== Marriage ===Martha married John Haward/Howard.&lt;ref name=&quot;GM3p292&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Savage2p471&quot;/&gt;&lt;ref name=&quot;Howard1&quot;/&gt; The first name of John Haward/Howard's wife is confirmed by records of the division of his estate, which refer to his widow Martha.&lt;ref name=&quot;Howard3-4&quot;/&gt; The identity of John Haward/Howard's wife as a daughter of ThomasHayward is confirmed by a quitclaim by John's children of rights to property bequeathed by Peter Town to Thomas Hayward's children.&lt;ref name=&quot;MiddlesexDeeds23p398&quot;/&gt;&lt;ref name=&quot;GM3p292&quot;/&gt;&lt;ref name=&quot;GM3p293&quot;/&gt;\nSome family trees state that Martha and John were married on April 6,1657 in Dennis, Barnstable County. However, both the date and location seem very improbable, and no reliable sources supporting either thatdate or location have been found. Based on the estimated dates of birth of their children, Martha and John were probably married sometime in 1652-1655. Consistent with this range, Anderson states that they were married &quot;by about 1655.&quot;&lt;ref name=&quot;GM3p292&quot;/&gt; Since both Thomas Hayward and John Haward/Howard were residents of Duxbury during that time period (and Bridgewater was not incorporated until 1656), they were probably married there.\n\n=== Children ===\nMartha and John had the following children:# [[Howard-704|John]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1653-7 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1678 Sara Latham,&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard6&quot;/&gt; d. 1727 in Bridgewater&lt;ref name=&quot;BrocktonVR336&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;# [[Howard-8985|Elizabeth]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt; b. probably sometime in 1654-8 in Bridgewater&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1676 Edward Fobes&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt;# [[Howard-6598|Sarah]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt; b. probably sometime in 1657-61 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1679 Zaccheus Packard&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt;# [[Howard-899|James]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1660-4 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1685 Elizabeth Washburn,&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt; d. 1690 on the Canada Expedition&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt;# [[Howard-994|Jonathan]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1664-8 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1st January 8, 1688/9 Susanna Keith in Taunton,&lt;ref name=&quot;TauntonVR2p241&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt; m. 2d October 8, 1691 Sarah Dean in Taunton,&lt;ref name=&quot;TauntonVR2p241&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt; d. in or before 1739 (date estate divided)&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt;# [[Howard-991|Ephraim]], b. 1667 in Bridgewater, m. about 1688/9 Mary Keith in Bridgewater, d. August 11, 1750 in Bridgewater (see sourcesin Ephraim's profile)# [[Howard-5234|Bethiah]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1670-5,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1693 Henry Kingman,&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt; d. April 30, 1755 in Bridgewater&lt;ref name=&quot;Howard5&quot;/&gt;John Haward/Howard's parentage of all of the above children (and the identity his daughter's spouses) is established by the records of the division of the property of his estate.&lt;ref name=&quot;Howard3-4&quot;/&gt;\n\n=== Husband's Death ===Martha's husband John died in 1700 or 1701.&lt;ref&gt;See the profile for her husband, [[Howard-701|John Haward/Howard]].&lt;/ref&gt;\n\n=== Death ===Martha died prior to September 1703, when a memorandum regarding the division of her estate was recorded.&lt;ref name=&quot;Howard4&quot;/&gt;\n\n&lt;span class=&quot;hidden&quot;&gt;\n&lt;ref name=&quot;Howard4&quot;&gt;Howard, Heman. ''The Howard genealogy : descendants of John Howard ofBridgewater, Massachusetts, from 1643 to 1903''. 1903. p 4. [https://archive.org/details/howardgenealogyd00howa/page/n27 At archive.org]&lt;/ref&gt;\n&lt;ref name=&quot;Hotten&quot;&gt;James Camden Hotten, ''The Original Lists of Persons of Quality; Emigrants; Religious Exiles; Political Rebels; Serving Men sold for a termof years; apprentices; children stolen; maidens pressed; and others who went from Great Britain to the American Plantations, 1600-1700'', 1874, p. xix. At [https://archive.org/details/originallistsofp00hottuoft/page/n21 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p172&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II, 1641-1651'', 1855, p 172. At [https://babel.hathitrust.org/cgi/pt?id=coo1.ark:/13960/t3mw31739;view=1up;seq=396 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p170&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II, 1641-1651'', 1855, p 170. At [https://babel.hathitrust.org/cgi/pt?id=coo1.ark:/13960/t3mw31739;view=1up;seq=394 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;NEHGR75p219&quot;&gt;Eben Putnam, ''Two Early Passenger Lists, 1635-1637'', New England Historical and Genealogical Register, Vol 75 (1921), p 219. At [https://www.americanancestors.org/DB202/i/11584/219/0 americanancestors.org]&lt;/ref&gt;\n&lt;ref name=&quot;GM3p289&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 289. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374?pid=26128#?imageId=42521_b158314-00371 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p288&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 288. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374?pid=26128#?imageId=42521_b158314-00370 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;Howard7&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/7/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 7]&lt;/ref&gt;\n&lt;ref name=&quot;Howard5&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/5/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 5]&lt;/ref&gt;\n&lt;ref name=&quot;Howard6&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/6/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 6]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell191-2&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/190/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, pp 191-2]&lt;/ref&gt;\n&lt;ref name=&quot;BasedOnMarriage&quot;&gt;\nBased on date of marriage.&lt;/ref&gt;\n&lt;ref name=&quot;Howard3-4&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/3/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, pp 3-4]&lt;/ref&gt;\n&lt;ref name=&quot;Savage2p471&quot;&gt;[https://archive.org/stream/genealogicaldic02savarich#page/470/mode/2up James Savage, &quot;A Genealogical Dictionary of the First Settlers of New England, Vol II,&quot; Little, Brown and Company, 1860, p 471]&lt;/ref&gt;\n&lt;ref name=&quot;Howard1&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/n28/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 1]&lt;/ref&gt;\n&lt;ref name=&quot;MiddlesexDeeds23p398&quot;&gt;[https://www.familysearch.org/ark:/61903/3:1:3QS7-99Z7-NX6Y?i=487&amp;wc=MC1M-FTL%3A361613501%2C364526301&amp;cc=2106411 Middlesex Deeds 1722-1725 vol 23, p 398]&lt;/ref&gt;\n&lt;ref name=&quot;GM3p293&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 293. At [https://www.ancestry.com/interactive/2496/42521_b158314-00375?pid=26150 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p292&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374?pid=26128 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;TauntonVR2p241&quot;&gt;[http://ma-vitalrecords.org/MA/Bristol/Taunton/Images/Taunton_M241.shtml ''Vital Records of Taunton, Massachusetts to the Year 1850, VolumeII-Marriages'', New England Historic Genealogical Society, 1928]&lt;/ref&gt;\n&lt;ref name=&quot;BrocktonVR336&quot;&gt;''Vital Records of Brockton, Massachusetts to the Year 1850'', New England Historic Genealogical Society, 1911, p 336, citing gravestone record, North End or Ashland Cemetery. At [https://archive.org/details/vitalrecordsofbr00broc/page/336 archive.org].&lt;/ref&gt;\n&lt;/span&gt;\n\n== Sources ==\n&lt;references /&gt; mSOEI3 fALYSY sQMXSX
iQMXSX sKMG9P whttps://www.WikiTree.com/wiki/Howard-701 pJohn qHoward gm b16250000 vLondon, England z1 yBridgewater, Plymouth County, Province of Massachusetts Bay o[[Category: Bridgewater, Massachusetts]]\n{{Puritan Great Migration}}'''Note: This is not the profile for [[Hayward-172|Lt. John Hayward of Bridgewater]], who was the brother-in-law of this profile's Lt. JohnHaward of Bridgewater.'''\n\n== Biography ==\n=== Name ===Original records for this profile's John Howard of Bridgewater consistently spell his name as &quot;Haward,&quot; with a few exceptions that spell his name &quot;Heyward,&quot; &quot;Hayward&quot; or &quot;Heward.&quot;&lt;ref name=&quot;Records&quot;/&gt; No original record has been found that spells his name &quot;Howard&quot; during his lifetime, although Mitchell assures us that that is how his name was pronounced.&lt;ref name=&quot;Mitchell191-2&quot;/&gt;\nHe was often referred to in the original records by his military title of &quot;Ensign&quot; subsequent to his appointment to that position in 1664 and as &quot;Lieutenant&quot; subsequent to his promotion to that position in 1689.&lt;ref name=&quot;Records&quot;/&gt; He was also sometimes referred to in the original records as John Haward Senior in order to distinguish him from hisyounger brother-in-law, John Hayward/Haward.&lt;ref name=&quot;Records&quot;/&gt; (&quot;Senior&quot; was not needed to distinguish him from his son John at the timeSenior was used in the records, as his son was still quite young at the time of those records.)\n\n=== Earliest Plymouth Records ===\nThe earliest Plymouth Colony records of a John Haward/Heyward are:* A June 7, 1637 list of names of soldiers willing to to assist the colonies of Massachusetts Bay and Connecticut in their wars against thePequin Indians, which includes the name &quot;John Heyward.&quot;&lt;ref name=&quot;PCR1p61&quot;/&gt;* A record of a grant at a Plymouth town meeting on October 17, 1642 to &quot;John Heyward&quot; of a garden place next Andrew Ringe and 10 acres of upland at Fresh Lake by the fishing point.&lt;ref name=&quot;PCR2p48&quot;/&gt;Curiously, none of the secondary sources for this profile's John Haward/Heyward mention those records.\nThe first record of this profile's John Haward/Heyward mentioned in secondary sources is a 1643 list of names of males in Duxbury aged 16-60 able to bear arms, which includes the name &quot;John Heyward.&quot;&lt;ref name=&quot;PCR8p190&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Savage2p471&quot;/&gt;&lt;ref name=&quot;Howard1&quot;/&gt;\nThere is some evidence that there might have been two John Heywards in the Plymouth Colony. The same 1643 list of names of males aged 16-60able to bear arms includes two John Heywards: one in Plymouth&lt;ref name=&quot;PCR8p188&quot;/&gt; and one in Duxbury. In addition, the 1657 record of mentaking the oath of fidelity in the Plymouth Colony includes two John Hawards: one in Plymouth&lt;ref name=&quot;PCR8p181&quot;/&gt; and one in Bridgewater.&lt;ref name=&quot;PCR8p185&quot;/&gt; Assuming that the same person was not listed intwo towns, it thus seems likely that there was a John Heyward/Haward of Plymouth and a John Heyward/Haward of Duxbury/Bridgewater and that the 1637 and 1642 Plymouth Colony records for John Heyward relate to the former.\n\n=== Parentage; Date and Place of Birth ===John's parentage is unknown, except perhaps for the first name of hismother. The &quot;Howard Genealogy&quot; contains a copy of a letter dated August 16, 1652 by a Mary Hayward in London to her son John Hayward in NewEngland that was in the possession of a member of the Howard family and was supposedly written to this profile's John Haward/Hayward.&lt;ref name=&quot;Howardxvi&quot;/&gt; (An image purportedly of the original letter is attached to this profile.) Assuming that letter is authentic and relates to this profile's John Haward/Hayward, his mother's name was Mary and she was living in London in 1652. Some family trees say that John was the son of a James Howard/Haward and a Mary Cooper, but no reliable evidence for that parentage has been found.\nJohn's date of birth is uncertain. Assuming that the secondary sources are correct and that the first record of this profile's John Haward/Heyward is the 1643 list of males of Duxborrow 16-60 years old able tobear arms (and not the earlier Plymouth records for a &quot;John Heyward&quot;), John was probably born sometime in 1623-1627 based on (i) the fact that his inclusion in the 1643 list means that he was at least 16 in 1643 and thus born no later than 1627 and (ii) the fact that the earliest estimated date of birth of one of his children (1653) suggests that he was probably not older than 30 years old at that date and thus was probably born no earlier than 1623. If, on the other hand, the 1637 record for &quot;John Heyward&quot; relates to this profiles John Haward/Heyward, he was probably born no later than 1621 (since, to volunteer for military service, he probably needed to be at least 16 years old).\nJohn's place of birth is also uncertain. It is very likely that he was born in England. Some family trees say that John was born in Sandwich, Kent, but no reliable evidence supporting that proposition has been found. Assuming the letter referred to above is authentic and relates to this profile's John Howard, it is quite possible that he was bornin London, since his mother was living there in 1652.\n\n=== Immigration to New England ===John Haward's date of immigration is uncertain and his means of immigration are unknown. Based on the assumption that John was the &quot;John Heyward&quot; included in a 1643 list of men of Duxbury, Plymouth Colony 16-60 years old able to bear arms,&lt;ref name=&quot;PCR8p190&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Savage2p471&quot;/&gt;&lt;ref name=&quot;Howard1&quot;/&gt; he immigrated sometime before that date.\n\n=== Age at Immigration; Brought up by Miles Standish? ===Based on John's estimated date of birth (1623-1627), John was still aminor when he immigrated. This is consistent with &quot;History of the Early Settlement of Bridgewater,&quot; which states that John &quot;was young when he came over,&quot;&lt;ref name=&quot;Mitchell191-2&quot;/&gt; and with the &quot;Howard Genealogy&quot;, which states (without support) that John was about 15 when he immigrated.&lt;ref name=&quot;Howard1&quot;/&gt;\nSecondary sources suggest that John arrived without his parents and lived, for a time, with Miles Standish, who resided in Duxbury. According to &quot;History of the Early Settlement of Bridgewater,&quot; &quot;it is said, [that John] lived in Capt. Miles Standish's family,&quot;&lt;ref name=&quot;Mitchell191-2&quot;/&gt; while Savage (writing after Mitchell) stated that John was &quot;one of the first sett. brot. up by Capt. Miles Standish.&quot;&lt;ref name=&quot;Savage2p471&quot;/&gt;\n\n=== Brother James or George? ===According to &quot;History of the Early Settlement of Bridgewater,&quot; John immigrated with a brother named James, who subsequently moved to Bermuda.&lt;ref name=&quot;Mitchell191-2&quot;/&gt; The &quot;Howard Genealogy,&quot; however, states that he immigrated with a brother named George.&lt;ref name=&quot;Howard1&quot;/&gt; The source for &quot;George&quot; in the &quot;Howard Genealogy&quot; appears to be the letter referenced above by Mary Hayward to John Hayward in New England, which also references her son George Hayward and niece Sarah, also in New England.&lt;ref name=&quot;Howardxvi&quot;/&gt; Some additional support for the proposition that John had a brother named George is provided by the fact that a &quot;Gorg Haward&quot; took the oath of fidelity in Barnstable, PlymouthColony in 1657,&lt;ref name=&quot;PCR8p179&quot;/&gt; the same year that John took the oath in Bridgewater.\nIf, as the evidence suggests, John and his brother James/George immigrated as teenagers without their parents, they may well have ended up in the care of different families, which would help explain why Georgeended up settling in Barnstable, while John settled in Duxbury and Bridgewater.\n\n=== Residency in Duxbury; Removal to Bridgewater ===Based on the inclusion of the name of &quot;John Heyward&quot; in the 1643 listof names of males in Duxbury aged 16-60 able to bear arms,&lt;ref name=&quot;PCR8p190&quot;/&gt; John was living in Duxbury at that date.&lt;ref name=&quot;Mitchell191-2&quot;/&gt;\nThe town of Bridgewater started as a grant of additional land to the inhabitants of Duxbury.&lt;ref name=&quot;Mitchell9-13&quot;/&gt; John Haward was one of the original proprietors of the Duxborrow new plantation,&lt;ref name=&quot;Mitchell10-1&quot;/&gt;&lt;ref name=&quot;Howard1&quot;/&gt; which supports the proposition that John Haward of Bridgewater was the same person as John Heyward of Duxbury. According to &quot;History of the Early Settlement of Bridgewater&quot;and the &quot;Howard Genealogy,&quot; John moved to what would become Bridgewater about 1651.&lt;ref name=&quot;Mitchell191-2&quot;/&gt; The Duxborrow new plantationwas incorporated as the town of Bridgewater in 1656.&lt;ref name=&quot;PCR3p101&quot;/&gt;\n\n=== Marriage ===John married [[Hayward-769|Martha Hayward]], daughter of Thomas Hayward.&lt;ref name=&quot;GM3p292&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Savage2p471&quot;/&gt;&lt;ref name=&quot;Howard1&quot;/&gt; Her first name is confirmed by records of the division of his estate, which refer to his widow Martha.&lt;ref name=&quot;Howard3-4&quot;/&gt; Her identity as a daughter of Thomas Hayward is confirmed by a quitclaim by John's children of rights to property bequeathed by Peter Town to Thomas Hayward's children.&lt;ref name=&quot;MiddlesexDeeds23p398&quot;/&gt;&lt;ref name=&quot;GM3p292&quot;/&gt;&lt;ref name=&quot;GM3p293&quot;/&gt;\nSome family trees state that John and Martha were married on April 6,1657 in Dennis, Barnstable County. However, both the date and location seem very improbable, and no reliable sources supporting either thatdate or location have been found. Based on the estimated dates of birth of their children, John and Martha were probably married sometime in 1652-1655. Consistent with this range, Anderson states that they were married &quot;by about 1655.&quot;&lt;ref name=&quot;GM3p292&quot;/&gt; Since both John and Thomas Hayward were residents of Duxbury during that time period (and Bridgewater was not incorporated until 1656), they were probably marriedthere.\n\n=== Children ===\nJohn and Martha had the following children:# [[Howard-704|John]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1653-7 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1678 Sara Latham,&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard6&quot;/&gt; d. 1727 in Bridgewater&lt;ref name=&quot;BrocktonVR336&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;# [[Howard-8985|Elizabeth]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt; b. probably sometime in 1654-8 in Bridgewater&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1676 Edward Fobes&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt;# [[Howard-6598|Sarah]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt; b. probably sometime in 1657-61 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1679 Zaccheus Packard&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt;# [[Howard-899|James]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1660-4 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1685 Elizabeth Washburn,&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt; d. 1690 on the Canada Expedition&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt;# [[Howard-994|Jonathan]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1664-8 in Bridgewater,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1st January 8, 1688/9 Susanna Keith in Taunton,&lt;ref name=&quot;TauntonVR2p241&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt; m. 2d October 8, 1691 Sarah Dean in Taunton,&lt;ref name=&quot;TauntonVR2p241&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt; d. in or before 1739 (date estate divided)&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard7&quot;/&gt;# [[Howard-991|Ephraim]], b. 1667 in Bridgewater, m. about 1688/9 Mary Keith in Bridgewater, d. August 11, 1750 in Bridgewater (see sourcesin Ephraim's profile)# [[Howard-5234|Bethiah]],&lt;ref name=&quot;Mitchell191-2&quot;/&gt; b. probably sometime in 1670-5,&lt;ref name=&quot;BasedOnMarriage&quot;/&gt; m. 1693 Henry Kingman,&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howard5&quot;/&gt; d. April 30, 1755 in Bridgewater&lt;ref name=&quot;Howard5&quot;/&gt;John's parentage of all of the above children (and the identity his daughter's spouses) is established by the records of the division of the property of his estate.&lt;ref name=&quot;Howard3-4&quot;/&gt;\n\n=== Public Life ===According to Savage and the &quot;Howard Genealogy&quot; (which may have reliedon Savage), John was a carpenter.&lt;ref name=&quot;Savage2p471&quot;/&gt; By 1670 (or at least 1672), however, he was running an &quot;ordinary&quot; or tavern,&lt;refname=&quot;PCR5p105&quot;/&gt;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howardxv&quot;/&gt; either in lieu of, or supplemental to, his carpentry trade.\nJohn was selected for a number of public offices by the town of Bridgewater, including as a surveyor of the highways in 1657 and 1671, a selectman of the town of Bridgewater in 1678 and 1690, and a deputy to the Plymouth General Court in 1678 and 1683.&lt;ref name=&quot;Records&quot;/&gt;\nJohn was also a leading officer in the Bridgewater town militia. He was appointed as Ensign of the militia in 1664.&lt;ref name=&quot;Records&quot;/&gt; In1676, during King Phillip's War, he led a force of 21 townsmen, whichcame upon the enemy, fought with them, and took seventeen of them alive and also much plunder.&lt;ref name=&quot;Records&quot;/&gt; John was promoted to Lieutenant of the town militia in 1689&lt;ref name=&quot;Records&quot;/&gt; and was referred to as Lieut. John Haward in the records relating to his estate.&lt;ref&gt;See sources cited with respect to the administration and distribution of his estate in &quot;Death; Estate&quot; in this profile.&lt;/ref&gt;\n\n=== Death; Estate ===NEHGR's 1911 ''Vital Records of Brockton'' states that John died in 1700, based on a gravestone record at North End and Ashland Cemetery.&lt;ref name=&quot;BrocktonVR336&quot;/&gt; The 1903 ''Howard Genealogy'' also states that he died in 1700, but provides no source&lt;ref name=&quot;Howard2&quot;/&gt; other than perhaps a plaque installed by his descendants on the Bridgewater Historical Society Building.&lt;ref name=&quot;Howardxv&quot;/&gt; Mitchell, in his 1840 ''History of the Early Settlement of Bridgewater'' apparently foundno record that established the year of his death and simply stated that he died &quot;about 1700.&quot;&lt;ref name=&quot;Mitchell191-2&quot;/&gt;\nIt appears reasonably likely that John actually died sometime in 1701rather than in 1700. The inventory of his estate was taken by Thomas Snell, Edward Mitchell and Joseph Hayward on September 24, 1701.&lt;ref name=&quot;EstatePapers&quot;/&gt;&lt;ref name=&quot;MD49p156-7&quot;/&gt; Since it was customary for the inventory to be taken within a month or so after the deceased's death, the date of his estate inventory suggests that John died in 1701.\nThe inventory of John's estate included his house and homelands, about 400 additional acres of land, two servants, and over £112 owed to him in debts. The estate totaled more than £661, which was a very substantial sum for that time.&lt;ref name=&quot;EstatePapers&quot;/&gt;\n\nJohn died intestate.&lt;ref name=&quot;EstatePapers&quot;/&gt;&lt;ref name=&quot;Howard3&quot;/&gt;\nOn October 16, 1701, Letters of Administration were granted to MarthaHaward (his widow) and John Haward (his eldest son),&lt;ref name=&quot;EstatePapers&quot;/&gt;&lt;ref name=&quot;MD49p156-7&quot;/&gt; they made oath as to the inventory,&lt;ref name=&quot;EstatePapers&quot;/&gt;&lt;ref name=&quot;MD49p156-7&quot;/&gt; and they agreed to adivision of the estate with his heirs.&lt;ref name=&quot;Howard3&quot;/&gt;&lt;ref name=&quot;MD49p156-7&quot;/&gt; The division of the estate made allocations to: his widow Martha; eldest son John Haward; second surviving son Jonathan Haward; youngest son Ephraim Haward; James Haward, the only son of deceasedson James Haward, and his two sisters; Edward Fobes and his wife Elizabeth; Zacheus Packard and his wife Sarah; and Henry Kingman and his wife Bethiah. The agreement was signed by all the heirs, except that Edward Mitchell, as guardian for the children of James Haward, signed ontheir behalf.&lt;ref name=&quot;Howard3&quot;/&gt;&lt;ref name=&quot;MD49p156-7&quot;/&gt;\n\n== Records ==* 1643. John Heyward included in list of names of males in Duxborrow that are able to bear armes from 16 years old to 60 years&lt;ref name=&quot;PCR8p190&quot;/&gt;* 1652. Steven Bryant and Abigail, his wife, complained against John Haward, Edward Hall and Susanna Haward of Duxborrow in an action for slander at the General Court at New Plymouth on March 2, 1651/2.&lt;ref name=&quot;PCR7p57&quot;/&gt;* 1652. John Heward among 12 men summoned by Capt Miles Standish to make inquiry about the manner of the sudden death of James Glass&lt;ref name=&quot;PCR3p16&quot;/&gt;* 1657. Samuel Edson, Lawrence Willis, Francis Godfrey, John Ames, Guido Bayley, Mark Laythorpe, William Snow and John Haward of Bridgewater took the Oath of Fidelitie of the Towne of Bridgewater&lt;ref name=&quot;PCR8p185&quot;/&gt;&lt;ref name=&quot;Mitchell28&quot;/&gt;* 1657. Arther Harris and John Haward appointed as surveyor for the highways for the town of Bridgewater&lt;ref name=&quot;PCR3p116&quot;/&gt;* 1659. John Haward Senior and Thomas Haward Junior among 14 men fromBridgewater who determined that a man found by the Indians died from accidental drowning.&lt;ref name=&quot;PCR3p160&quot;/&gt; (Thomas Haward Junior was no doubt John's father-in-law and John is referred to as &quot;Senior&quot; to distinguish him from Thomas's son John who was younger.)* 1662. Captain Willett was appointed to purchase lands of Indians that had been granted to a list of &quot;servants and others that were ancient freemen&quot; includes the name of John Haward.&lt;ref name=&quot;PCR4p18&quot;/&gt; (Notcertain that this record relates to this profile's John Howard.)* 1664. John Haward appointed as Ensign of the Bridgewater town militia&lt;ref name=&quot;PCR4p73&quot;/&gt;&lt;ref name=&quot;Mitchell34&quot;/&gt;* 1666. Plymouth Court orders that John Haward be paid 10 shillings for bringing an Indian named Daniel to Plymouth by constables order&lt;refname=&quot;PCR4p138&quot;/&gt; (Not certain that this record relates to this profile's John Howard.)* 1667. Complaint by John Barnes against Ensign John Haward for nonpayment of a debt of 4 pounds 14 shillings 10 pence.&lt;ref name=&quot;PCR7p137&quot;/&gt;* 1667. John Haward part of a jury empannelled to lay out all ways requisite in the town of Bridgewater&lt;ref name=&quot;PCR4p155&quot;/&gt;&lt;ref name=&quot;Mitchell62&quot;/&gt;* 1668. Ensign John Haward among 21 men appointed to the Grand Enquest&lt;ref name=&quot;PCR4p180&quot;/&gt;* 1670. Ensign John Haward among 15 men listed as freemen of Bridgewater as of May 29, 1670&lt;ref name=&quot;PCR5p278&quot;/&gt;* 1670. John Haward licensed to keep an ordinary&lt;ref name=&quot;Mitchell191-2&quot;/&gt;&lt;ref name=&quot;Howardxv&quot;/&gt; (Note: Only original record found for this license is from 1672.)* 1671. John Eames Sr and John Haward Sr appointed as surveyors of highways for the town of Bridgewater&lt;ref name=&quot;PCR5p58&quot;/&gt;* 1672. Ensign Haward part of jury appointed by Mr. Constant Southworth to lay out highways convenient in the town&lt;ref name=&quot;Mitchell63&quot;/&gt;* 1672. Court at Plymouth in October 1672 grants liberty unto Ensign John Haward to keep an ordinary for the entertainment of strangers at Bridgewater&lt;ref name=&quot;PCR5p105&quot;/&gt;* 1676. In May 1676, during King Phillip's War, a force of 21 townsmen led by Ensign Haward &quot;came upon the [Indian] enemy, fought with them, and took seventeen of them alive and also much plunder.&quot;&lt;ref name=&quot;Mitchell40&quot;/&gt;* 1677. John Haward selected at the General Court of Plymouth to enforce liquor laws in Bridgewater&lt;ref name=&quot;PCR11p245&quot;/&gt;* 1678. Ensign John Haward chosen as a selectman of Bridgewater and as a deputy to the General Court&lt;ref name=&quot;PCR5p256-7&quot;/&gt;&lt;ref name=&quot;Howardxv&quot;/&gt;&lt;ref name=&quot;Howard1&quot;/&gt;* 1683. Ensign John Haward chosen as a deputy to the General Court&lt;ref name=&quot;PCR6p106&quot;/&gt;* 1683. Ens. John Haward listed among the names of men on the East receiving an allotment of land in a new division&lt;ref name=&quot;Mitchell30&quot;/&gt;* 1683. Thomas Hayward and John Haward appointed as representatives to the General Court&lt;ref name=&quot;Howard1&quot;/&gt;* 1686. Josiah Wampatuck confirmed original sale by Ousamequin of theland of Bridgewater to Samuel Edson Sr, Ensign John Haward, and John Willis Sr on behalf of the town of Bridgewater.&lt;ref name=&quot;Mitchell22&quot;/&gt;* 1686. Ensign Haward amonth townsmen receiving 10 acres of woodlands&lt;ref name=&quot;Mitchell65&quot;/&gt;* 1688. Samuel Edson, Ensign Haward, Edward Forbes and John Ames appointed to oversee repairs of the bridge at Ensign Haward's&lt;ref name=&quot;Mitchell66&quot;/&gt;* 1689. John Haward promoted to Lieutenant of the Bridgewater town militia on October 2, 1689&lt;ref name=&quot;PCR6p218&quot;/&gt;&lt;ref name=&quot;Mitchell34&quot;/&gt;&lt;ref name=&quot;Howardxv&quot;/&gt;* 1690. List of member of Grand Jury of April 1690 includes John Haward.&lt;ref name=&quot;PCR6p237&quot;/&gt; (Not clear that this record relates to this profile's John Howard.)* 1690. Capt. Thos. Hayward, Lieut. John Hayward, Mr. John Willis, John Field and John King selected as Selectmen of Bridgewater.&lt;ref name=&quot;PCR6p242&quot;/&gt;* 1694. Captain Thomas Hayward, Lieutenant John Haward, Deacon Brett,Thomas Snell and Samuel Allen appointed to order the seats in the meeting house&lt;ref name=&quot;Mitchell67&quot;/&gt;\n\n&lt;span class=&quot;hidden&quot;&gt;\n&lt;ref name=&quot;MD49p156-7&quot;&gt;Barbara Lambert Merrick, ''Plymouth County Probate Records and Files'', Mayflower Descendant, Volume 49, No. 2, pp 156-7. At [https://www.americanancestors.org/DB407/i/13859/156/31490537 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;EstatePapers&quot;&gt;Plymouth County, MA: Probate File Papers, 1686-1881.Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2015. Case # 9804, pp 1-7. At [https://www.americanancestors.org/DB1558/i/20952/9804-co1/45397436 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;MiddlesexDeeds23p398&quot;&gt;[https://www.familysearch.org/ark:/61903/3:1:3QS7-99Z7-NX6Y?i=487&amp;wc=MC1M-FTL%3A361613501%2C364526301&amp;cc=2106411 Middlesex Deeds 1722-1725 vol 23, p 398]&lt;/ref&gt;\n&lt;ref name=&quot;GM3p293&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 293. At [https://www.ancestry.com/interactive/2496/42521_b158314-00375?pid=26150 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p292&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374?pid=26128 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;TauntonVR2p241&quot;&gt;[http://ma-vitalrecords.org/MA/Bristol/Taunton/Images/Taunton_M241.shtml ''Vital Records of Taunton, Massachusetts to the Year 1850, VolumeII-Marriages'', New England Historic Genealogical Society, 1928]&lt;/ref&gt;\n&lt;ref name=&quot;BrocktonVR336&quot;&gt;''Vital Records of Brockton, Massachusetts to the Year 1850'', New England Historic Genealogical Society, 1911, p 336, citing gravestone record, North End or Ashland Cemetery. At [https://archive.org/details/vitalrecordsofbr00broc/page/336 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell9-13&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/8/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, pp 9-13]&lt;/ref&gt;\n&lt;ref name=&quot;PCR3p16&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=36;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol III. 1651-1661,&quot; 1855, p 16]&lt;/ref&gt;\n&lt;ref name=&quot;PCR11p245&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=hvd.32044014626758;view=1up;seq=270;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Laws, 1623-1682,&quot; 1861, p 245]&lt;/ref&gt;\n&lt;ref name=&quot;PCR7p137&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558920;view=1up;seq=153 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Judicial Acts, 1636-1692,&quot; 1857, p 137]&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p179&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=195 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Miscellaneous Records, 1633-1689,&quot; 1857, p 179]&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p190&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=206 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Miscellaneous Records, 1633-1689,&quot; 1857, p 190]&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p188&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=204 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Miscellaneous Records, 1633-1689,&quot; 1857, p 188]&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p181&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=197 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Miscellaneous Records, 1633-1689,&quot; 1857, p 181]&lt;/ref&gt;\n&lt;ref name=&quot;Records&quot;&gt;\nSee &quot;Records&quot; in this profile.&lt;/ref&gt;\n&lt;ref name=&quot;PCR7p57&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558920;view=1up;seq=73 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth inNew England, Judicial Acts, 1636-1692,&quot; 1857, p 57]&lt;/ref&gt;\n&lt;ref name=&quot;PCR6p242&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559043;view=1up;seq=258 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol VI. 1678-1691,&quot; 1856, p 242]&lt;/ref&gt;\n&lt;ref name=&quot;PCR6p237&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559043;view=1up;seq=253 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol VI. 1678-1691,&quot; 1856, p 237]&lt;/ref&gt;\n&lt;ref name=&quot;PCR6p218&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559043;view=1up;seq=234 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol VI. 1678-1691,&quot; 1856, p 218]&lt;/ref&gt;\n&lt;ref name=&quot;PCR6p106&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559043;view=1up;seq=122 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol VI. 1678-1691,&quot; 1856, p 106]&lt;/ref&gt;\n&lt;ref name=&quot;PCR5p278&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559050;view=1up;seq=294 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol V. 1668-1678,&quot; 1856, p 278]&lt;/ref&gt;\n&lt;ref name=&quot;PCR5p256-7&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559050;view=1up;seq=272 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol V. 1668-1678,&quot; 1856, pp 256-7]&lt;/ref&gt;\n&lt;ref name=&quot;PCR5p105&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559050;view=1up;seq=121 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol V. 1668-1678,&quot; 1856, p 105]&lt;/ref&gt;\n&lt;ref name=&quot;PCR5p58&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559050;view=1up;seq=74 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth inNew England, Court Orders: Vol V. 1668-1678,&quot; 1856, p 58]&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p180&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=462;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol IV. 1661-1668,&quot; 1855, p 180]&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p155&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=437;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol IV. 1661-1668,&quot; 1855, p 155]&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p138&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=420;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol IV. 1661-1668,&quot; 1855, p 138]&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p73&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=355;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol IV. 1661-1668,&quot; 1855, p 73]&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p18&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=300;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol IV. 1661-1668,&quot; 1855, p 18]&lt;/ref&gt;\n&lt;ref name=&quot;PCR3p160&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=180;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol III. 1651-1661,&quot; 1855, p 160]&lt;/ref&gt;\n&lt;ref name=&quot;PCR3p116&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=136;size=150 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol III. 1651-1661,&quot; 1855, p 116]&lt;/ref&gt;\n&lt;ref name=&quot;PCR3p101&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. III 1651-1661'', 1855, p 101. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=121 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p48&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=272 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Court Orders: Vol II. 1641-1651,&quot; 1855, p 48]&lt;/ref&gt;\n&lt;ref name=&quot;PCR1p61&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=83 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth inNew England, Court Orders: Vol I. 1633-1640,&quot; 1855, p 61]&lt;/ref&gt;\n&lt;ref name=&quot;Savage2p471&quot;&gt;[https://archive.org/stream/genealogicaldic02savarich#page/470/mode/2up James Savage, &quot;A Genealogical Dictionary of the First Settlers of New England, Vol II,&quot; Little, Brown and Company, 1860, p 471]&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p185&quot;&gt;[https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=201 Nathaniel B. Shurtleff, Records of the Colony of New Plymouth in New England, Miscellaneous Records, 1633-1689,&quot; 1857, p 185]&lt;/ref&gt;\n&lt;ref name=&quot;Howard7&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/7/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 7]&lt;/ref&gt;\n&lt;ref name=&quot;BasedOnMarriage&quot;&gt;\nBased on date of marriage.&lt;/ref&gt;\n&lt;ref name=&quot;Howard6&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/6/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 6]&lt;/ref&gt;\n&lt;ref name=&quot;Howard5&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/5/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 5]&lt;/ref&gt;\n&lt;ref name=&quot;Howard3-4&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/3/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, pp 3-4]&lt;/ref&gt;\n&lt;ref name=&quot;Howard3&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/3/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 3]&lt;/ref&gt;\n&lt;ref name=&quot;Howard2&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/2/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 2]&lt;/ref&gt;\n&lt;ref name=&quot;Howard1&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/n28/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p 1]&lt;/ref&gt;\n&lt;ref name=&quot;Howardxvi&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/n23/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p xvi]&lt;/ref&gt;\n&lt;ref name=&quot;Howardxv&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/n22/mode/1up Heman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; 1903, p xv]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell67&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/66/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 67]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell66&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/66/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 66]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell65&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/64/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 65]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell63&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/62/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 63]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell62&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/62/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 62]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell40&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/40/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 40]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell34&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/34/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 34]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell30&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/28/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 28]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell28&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/28/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 28]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell22&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/22/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, p 22]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell10-1&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/10/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,''1840, pp 10-11]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell191-2&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/190/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, pp 191-2]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell176&quot;&gt;[https://archive.org/stream/historyofearlyse00mitc#page/176/mode/2up Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, p 176]&lt;/ref&gt;\n&lt;/span&gt;\n\n== Sources ==\n&lt;references /&gt; mN60T8
iODY2W whttps://www.WikiTree.com/wiki/Howard-704 pJohn qHoward gm b16530000 vPlymouth, Plymouth Colony z1 yBridgewater, Plymouth, Province of Massachusetts Bay o{{Massachusetts}}\n: ''PPP to protect LNAB during merges.''\n\n== Biography ==\n\nJohn Howard was born about 1653 in Plymouth, Massachusetts.\nHe married about 1678 in West Bridgewater, Massachusetts.&lt;ref&gt;Heman Howard, ''Howard Genealogy,'' 1903, p 4&lt;/ref&gt;\n\nHe died 3 Oct 1726 in Bridgewater, Plymouth, Massachusetts.\n\n\n== Sources ==\n&lt;references /&gt;\n\nSee also:\n\n* Mayflower Families, Vol. 15 p. 30-31 mKMG9P fQMXSX
iHZZY5 whttps://www.WikiTree.com/wiki/Howard-8985 pElizabeth qHoward gf b16560000 vPlymouth, Plymouth Colony z1 d17470000 yBridgewater, Plymouth County, Province of Massachusetts Bay o== Biography ==Elizabeth Howard, daughter of [[Howard-701|John Howard]] and [[Hayward-769|Martha (Hayward) Howard]], was born in Bridgewater, Massachusetts.&lt;ref name=&quot;Howard&quot;&gt;[https://play.google.com/books/reader?id=ELAR3FPcppMC&amp;printsec=frontcover&amp;output=reader&amp;hl=en&amp;pg=GBS.PA5 Herman Howard,&quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; Standard Printing Company, 1903, p 5]&lt;/ref&gt;&lt;ref&gt;[https://archive.org/stream/historyofearlyset00mitcch#page/196/mode/2up Nahum Mitchell, &quot;History of the Early Settlement of Bridgewater, in Plymouth Colony, Massachusetts,&quot; 1840, p 197]&lt;/ref&gt; The ABGIlists her birth year as 1650.&lt;ref&gt;[http://search.ancestry.com/cgi-bin/sse.dll?db=agbi&amp;h=3378602&amp;ti=0&amp;indiv=try&amp;gss=pt&amp;ssrc=pt_t77921642_p34375818147_kpidz0q3d34375818147z0q26pgz0q3d32768z0q26pgplz0q3dpid Godfrey Memorial Library, comp.. American Genealogical-Biographical Index (AGBI) (database on-line). Provo, UT, USA: Ancestry.com Operations Inc,1999.]&lt;/ref&gt; However, since her last child was born in 1698 (when shewould have been 48 if born in 1650), that date seems too early. Basedon her date of marriage (1676/7) and the date of birth of her last child (1698), a birth date sometime between 1653 and 1659 seems more likely. A date in that range is also consistent with the date used in many genealogies.\nElizabeth married [[Fobes-57|Edward Fobes]] in Bridgewater in 1676/7.&lt;ref&gt;[http://interactive.ancestry.com/3824/gpc_newenglandmarriages-0288/149289 Ancestry.com U.S., New England Marriages Prior to 1700 (database on-line). Provo, UT, USA: Ancestry.com Operations Inc, 2012.]&lt;/ref&gt;&lt;ref name=&quot;Howard&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;&gt;[https://archive.org/stream/historyofearlyset00mitcch#page/162/mode/2up Nahum Mitchell, &quot;History of the Early Settlement of Bridgewater, in Plymouth Colony, Massachusetts,&quot; 1840, p 163]&lt;/ref&gt;\n\nElizabeth and Edward had nine children, all in Bridgewater:# [[Fobes-40|Elizabeth]], b. March 20, 1677, m. Joseph Keith&lt;ref name=&quot;VR114&quot;&gt;[https://archive.org/stream/vitalrecordsofbr01brid#page/114/mode/2up &quot;Vital Records of Bridgewater, Massachusetts to the Year 1850,Volume I - Births,&quot; New England Historic Genealogical Society, 1916, p 114]&lt;/ref&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# [[Fobes-55|John]], b. July 1, 1679, m. Abigail Robinson&lt;ref name=&quot;VR115&quot;&gt;[https://archive.org/stream/vitalrecordsofbr01brid#page/114/mode/2up &quot;Vital Records of Bridgewater, Massachusetts to the Year 1850, Volume I - Births,&quot; New England Historic Genealogical Society, 1916, p 115]&lt;/ref&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# Mary, b. September 7, 1681, never married&lt;ref&gt;[https://archive.org/stream/vitalrecordsofbr01brid#page/116/mode/2up &quot;Vital Records of Bridgewater, Massachusetts to the Year 1850, Volume I - Births,&quot; New England Historic Genealogical Society, 1916, p 116]&lt;/ref&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# [[Fobes-3|Bethiah]], b. October 11, 1683, m. 1703 Samuel Keith&lt;ref name=&quot;VR113&quot;&gt;[https://archive.org/stream/vitalrecordsofbr01brid#page/112/mode/2up &quot;Vital Records of Bridgewater, Massachusetts to the Year 1850, Volume I - Births,&quot; New England Historic Genealogical Society, 1916, p 113]&lt;/ref&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# [[Fobes-6|Hannah]], b. March 31, 1686, m. 1710 Timothy Keith&lt;ref name=&quot;VR115&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# Ephraim, b. February 9, 1688, m. Martha Snell&lt;ref name=&quot;VR114&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# [[Fobes-86|Joshua]], b. May 20, 1689, m. Abagail Dunbar&lt;ref name=&quot;VR115&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# Benjamin, b. August 24, 1692, m. Martha Hunt&lt;ref name=&quot;VR113&quot;/&gt;&lt;refname=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;# William, b. July 24, 1698, m. Thankful Dwelly&lt;ref&gt;[https://archive.org/stream/vitalrecordsofbr01brid#page/118/mode/2up &quot;Vital Records of Bridgewater, Massachusetts to the Year 1850, Volume I - Births,&quot; New England Historic Genealogical Society, 1916, p 119]&lt;/ref&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;\nNo reliable source has been found that establishes Elizabeth's year of death. There is no record of her date in the published vital recordsfor either Bridgewater or West Bridgewater. Genealogies suggest a variety of dates, including 1700, 1732, 1747 or even 1755. The Ancestry Family Data Collection lists 1747 as her year of death.&lt;ref&gt;[http://search.ancestry.com/cgi-bin/sse.dll?db=genepool&amp;h=4259561&amp;indiv=try&amp;gss=pt&amp;ssrc=gr_t77921642_p34375818147_ktidz0q3d77921642z0q26pidz0q3d34375818147z0q26pgz0q3d32782z0q26pgplz0q3dtidz0q257cpidz0q26pgpsz0q3d34375818147_h63552305562 Edmund West, comp.. Family Data Collection - Individual Records (database on-line). Provo, UT, USA: Ancestry.com OperationsInc, 2000.]&lt;/ref&gt; However, given the unreliability of that source (e.g., it also lists her birth date as a very unlikely 1647) and the factthat that date would mean that she was 90 or older at her death, thatdate is uncertain at best and perhaps unlikely.\n== Sources ==\n&lt;references /&gt; mKMG9P fQMXSX
iDLRMA whttps://www.WikiTree.com/wiki/Howard-3597 pJohn qHoward gm b16580000 vEast Bridgewater, Plymouth, Massachusetts, Colonial America z1 d17261003 yBridgewater, Plymouth, Massachusetts, Colonial America o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Howard-3597 created through the import of Frutiger_Higginbotham Family T.ged on Aug 25, 2012 by [[Frutiger-6 | Brian Frutiger]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Howard-3597 Changes page] for the details of edits by Brian and others.\n* Source: &lt;span id='S-1775247785'&gt;S-1775247785&lt;/span&gt; Repository: [[#R-1793129683]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=45507952&amp;pid=334* Repository: &lt;span id='R-1793129683'&gt;R-1793129683&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mKMG9P fOLWDP
iXPSPS whttps://www.WikiTree.com/wiki/Howard-6598 pSarah qHoward gf b16580820 vBridgewater, Plymouth Colony, New England z1 d17030000 yBridgewater, Plymouth, Province of Massachusetts Bay o{{unsourced}}\n== Biography ==\n\n\n=== Birth ===\n:Sarah Howard was born in 1648.\n\n=== Death ===\n: About 1701 or: About 1 Jul 1703, Bridgewater, Plymouth, Province of Massahusetts Bay\n\n=== Burial ===\n: Bridgewater, Plymouth, Province of Massachusetts\n\n== Sources ==\n&lt;references /&gt;\n\n==Acknowledgements==* WikiTree profile HOWARD-2658 created through the import of JKD1.gedon Sep 15, 2011 by [[Draper-310 | Richard Draper]]. See the [https://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=HOWARD-2658 Changes page] for the details of edits by Richard and others.\n* WikiTree profile Howard-3978 created through the import of The Pitcher Family2.ged on Dec 29, 2012 by [[Pitcher-278 | Nicholas Pitcher]].See the [https://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Howard-3978 Changes page] for the details of edits by Nicholas and others.\n*Thank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTree profile Howard-Haward-3 through the import of Jhoward.ged on May 31, 2013. Click to the Changes page for the details of edits by Julie and others. mKMG9P fQMXSX
iD45L3 whttps://www.WikiTree.com/wiki/Howard-899 pJames qHoward gm b16600000 vBridgewater, Plymouth, Massachusetts z1 d16900000 yPort Royal, Acadie, Nouvelle-France o[[Category: Bridgewater, Massachusetts]]\n{{Acadian}}\n\n\n== Biography ==\nJames was born about 1664. James Howard ... He passed away about 1690. &lt;ref&gt;Entered by Cathy Gariety, Feb 8, 2013&lt;/ref&gt;\n\n=== Plymouth Colony and Massachusetts ===\n\n* From John Maltby:\nElizabeth Washburn, second daughter of John and Elizabeth (Mitchell) Washburn, b. c. 1664,&lt;ref&gt;Calculated from the date of her marriage, inca. 1685.&lt;/ref&gt; married::: 1.) '''James Howard''', son of John and Martha (Hayward) Howard/Haward, of Bridgewater,&lt;ref&gt;Mitchell, History of Bridgewater, pp. 191-192.&lt;/ref&gt; in ca. 1685.[219] He was a grandson of Thomas1 Hayward, of Duxbury,[220] and he died in the Sir William Phipps Expedition to Canadain 1690.[221] His inventory was dated 6 Feb. 1690/1.[222]\n* &quot;Mayflower Births &amp; Deaths&quot; says:\n: Name: James Haward\n: Death 1690 &quot;expedition to Canada&quot;.\n: Age: 30 Port Royal, Canada, another casualty of the Phipps expedition &lt;ref&gt;Entered by [[Jones-26015 | Rev. Daniel Washburn Jones]]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* &quot;Mayflower Births &amp; Deaths&quot;\n*Maltby Genealogies - [http://www.maltbyfamily.net/genealogies/washburn/washburn_plymouth_2.html#Elizabeth63 Elizabeth Washburn]\n\n== Acknowledgments ==\n\n* grant2.ged on 07 February 2011.\n\n* Thanks to [[Knorr-31 | Cathy Gariety]]\n\n* Jhoward.ged on May 31, 2013 [[Baldwin-3437 | Julie Baldwin]]\n\n* Thanks to [[South-157 | Joe South]]\n* Chester Southworth Washburn &amp; Family [[Jones-26015 | Rev. Daniel Washburn Jones]]\n\n\n&lt;!-- Please feel free to improve upon anything you see on this page. Thank you! --&gt; mKMG9P fQMXSX
iIKID1 whttps://www.WikiTree.com/wiki/Howard-994 pJonathan qHoward gm b16640000 vPlymouth, Plymouth Colony z1 d17390000 yBridgewater, Plymouth County, Province of Massachusetts Bay o[[Category: Plymouth, Massachusetts]]\n[[Category: Bridgewater, Massachusetts]]\n\n== Biography ==\n\n: [[Howard-994|'''Jonathan Howard''']]: Birth: 1664, Plymouth, Plymouth County, Massachusetts, Colonial America: Death: 1739, Bridgewater, Plymouth County, Massachusetts, Colonial America\n\n=== Marriage (1) ===\n\n: Spouse (1): [[Keith-198|'''Susanna Keith''']], m. 8 January 1688\n\n=== Marriage (2) &amp; Family ===\n\n: Spouse (2): ''Sarah Alice Dean'', m. 8 October 1691\n: Child: ''Henry Howard''\n\n&lt;b&gt;The Howard Genealogy; Descendants of John Howard of Bridgewater, Massachusetts, 1643-1903&lt;/b&gt;\n&quot;JONATHAN HOWARD, son of John ; m. Susanna, dau. of Rev. James Keith,Jan. 8, 1689, who probably d. same year; she had no children...He married &lt;b&gt;second Sarah Dean about 1692&lt;/b&gt;, and had nine children, all b. in B[ridgewater], now W. B. [West Bridgewater]:\n\n* 9 JONATHAN, b. Dec. 9, 1692.\n\n* 10 JOSHUA, b. Jan 9,1696.\n\n* SUSANNA, b. Aug. 8, 1698; m. Benjamin Williams of Norton, 1720.\n\n* 11 EBENEZER, b. Jan. l0, 1700.\n\n* 12 SETH, b. Nov. IS, 1702.\n* 13 ABIEL, b. Nov. 6, 1704. SARAH, b. Oct. 28, 1707; m. Ebenezer Ames of B., now W. B., May 29, 1738; he d. there. She m. second Thomas Hooper of B. Her children by first husband were:—i Rufus ; 2 Parmenas,who m. first Kinsley, and second Mehitable Ames; 3 Mary; and 4 Sarah,who m. Josiah Williams of E.\n\n* 14 HENRY, b. Sept. 6, 1710.\n* KEZIAH, b. Feb. 23, 1712; m. Thomas Ames of B., now W. B., June 20,1731 ; he d. there 1774, aged 68 yrs. Their children were:—I Keziah, who m. David Howard (41); 2 Susanna, who m. Josiah Snell ; 3 Thomas,who m. Deborah Brett ; 4 John, who m. Susanna, dau. of Ephraim Howard(15) ; 5 Mehitable, who m. Eliab Fobes ; and 6 Silvanus, who m. Huldah Johnson...&quot;\n\n\n\n== Sources ==\n&lt;references /&gt;:# Source: WeRelate.org. ↑ 1.0 1.1 Howard, Heman. The Howard genealogy, descendants of John Howard of Bridgewater, Massachusetts from 1643 to 1903. (Brockton, Mass.: Standard Printing Co., 1903), p. 7.; Jonathan Howard [#4], s/o John, received a grant in 1685 so 21 or more [i.e., born by 1664], estate divided 1739, m. (1) Susanna Keith, m. (2) Sarah Dean. All children by second wife. URL: http://www.werelate.org/wiki/Person:Jonathan_Howard_%287%29 Repositories: Family History Center: http://www.familysearch.org/eng/library/fhlcatal..; Family history center: Internet Archive: https://archive.org/details/howardgenealogyd00howa (Free website):# Source: &lt;span id='S32'&gt;S32&lt;/span&gt; Repository: [[#REPO6]] Type: Ancestral File; Title: Ancestral File (TM) Author: ''The Church of JesusChrist of Latter-day Saints; Abbreviation: The Church of Jesus Christ of Latter-day Saints; Publication: June 1998 (c), data as of 5 JAN 1998; Abbreviation: Church Resources - Ancestral File (TM) Master Listing Source: Y; Repository &lt;span id='REPO6'&gt;REPO6&lt;/span&gt; Name: Family History Library; Address: 35 N West Temple Street; Salt Lake City,UT 84150 USA'':# Source: Jonathan Howard: Pedigree Resource File: Birth: 19 November 1668, Plymouth, Plymouth, Massachusetts, United States; Death: 1739,Bridgewater, Plymouth, Massachusetts, United States; Residence: United States; Marriage: 8 January 1688 / 8 October 1691, Bridgewater, Plymouth, Massachusetts, United States; Father: John Howard; Mother: Martha Hayward; Spouse: Susanna Keith; Sarah Alice Dean; Child: Henry Howard; Sources Used: 1) U.S., Sons of the American Revolution Membership Applications, 1889-1970; 2) Massachusetts Marriages, 1633-1850; 3) U.S., New England, Marriages Prior to 1700; 4) Ancestry Family Trees, Ancestry Family Trees Ancestry.com; 5) Massachusetts, Town and Vital Records, 1620-1988; 6) Family Data Collection - Individual Records, Birth year: 1675; Birth city: Bridgewater; Birth state: MA.; Citation: ''The ''Church of Jesus Christ of Latter-day Saints, &quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:3QDY-YF3 : accessed 2016-09-11), entry for Jonathan /Howard'':# Source: Jonathan Howard: Pedigree Resource File: Birth: 19 November 1668, Plymouth, Plymouth, Massachusetts, United States; Death: 1739,Bridgewater, Plymouth, Massachusetts, United States; residence: United States; Marriage: 8 January 1688 / 8 October 1691, Bridgewater, Plymouth, Massachusetts, United States; Father: John Howard; Mother: Martha Hayward; Spouse: Susanna Keith; Sarah Alice Dean; Child: Henry Howard. Citation: ''The Church of Jesus Christ of Latter-day Saints, &quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:34M1-B8B : accessed 2016-09-11), entry for Jonathan /Howard'':# Source: Jonathan Howard; [Major JONATHAN Howard]; Pedigree Resource File: Birth: 1664 // 1669, Plymouth, Plymouth, Massachusetts, USA;MA; Death: 1739, Bridgewater, Plymouth, Massachusetts, USA; Residence: from 1700 to 1912, USA; Barnstable; Bristol; Plymouth, Massachusetts, USA; Marriage: 8 October 1691 // 8 January 1689, Bridgewater, Plymouth,Massachusetts, USA; Father: John Howard; John HOWARD, Sr.; Mother: Martha Hayward; Spouse: Sarah Dean; Susanna Keith; Child: Jonathan Howard. 1) Public Member Trees, Database online. www.ancestry.com; 2) U.S. and International Marriage Records, 1560-1900, Source number: 231.000;Source type: Electronic Database; Number of Ancestry.com. Citation: ''The Church of Jesus Christ of Latter-day Saints, &quot;Pedigree Resource File,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/2:2:3C28-2CN : accessed 2016-09-11), entry for Jonathan /Howard'':# Source:Massachusetts Vital Records to 1850 (Online Datebase), New England Historic Genealogical Society (2001-2008), Bridgewater, Vol. 1, p. 135, Birth record for son Abiel Haward.:# Source:Cutter, William Richard, Genealogical and Family History ofNorthern New York: A Record of the Achievements of her People . . ., Vol. 1, New York: Lewis Historical Publishing Company (1910), 356, Google Books (Digital Library) [http://books.google.com/]:# Source:Howard, Heman, The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903, Brockton, Massachusetts: The Standard Printing Co. (1903), 7-8, Google Books (DigitalLibrary) [http://books.google.com/]:# Source:Roberts, Gary Boyd, Notable Kin, Volume 1, Santa Clarita, California: Carl Boyer, 3rd (1998), 181 [http://www.amazon.com/gp/product/B007XZV25C/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B007XZV25C&amp;linkCode=as2&amp;tag=famkin0d-20&amp;linkId=IKRKJLCEMJ3H4Z6P]:# Source:Famous Kin [http://famouskin.com/family-group.php?name=53708+wil+wheaton&amp;ahnum=1232]:# Source:Find A Grave Memorial# 128047655 [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=128047655]:# Howard, Heman, ''The Howard Genealogy, Descendants of John Howard of Bridgewater, Massachusetts from 1643-1903.'' The Standard Printing Company, Brockton, Massachusetts. Published 1903, pages 14-15.:# www.ancestry.com, see: https://www.ancestry.com/genealogy/records/jonathan-howard_20724537\n\n\n\n== Acknowledgments ==:* This person was created through the import of Savage.ged on 21 February 2011.:* Thank you to [[Baldwin-3437|Julie Baldwin]] for creating WikiTree profile Howard-5024 through the import of Jhoward.ged on May 31, 2013.\n\n=== Ancestral File Numbers ===\n:* Ancestral File Number: 8WJF-H5\n:* Ancestral File Number: GWRH-BH\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mKMG9P fQMXSX
iSX4NP whttps://www.WikiTree.com/wiki/Howard-991 pEphraim qHoward gm b16670000 vBridgewater, Plymouth Colony z1 d17500811 yBridgewater, Plymouth County, Province of Massachusetts Bay o[[Category: Old Graveyard, West Bridgewater, Massachusetts]]\n==Biography==Ephraim Howard, son of [[Howard-701|John Howard]] and [[Hayward-769|Martha (Hayward) Howard]], was born in Bridgewater, Massachusetts in 1667.&lt;ref name=&quot;Howard&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;\nEphraim married Mary Keith in Bridgewater in 1688/9.&lt;ref name=&quot;Howard&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;/&gt;\nAccording to Ziba Keith's ''Genealogy of the Keith Family'', Mary's father, Rev. James Keith (then 45), was initially opposed to Ephraim marrying his daughter:\n:[Mary Keith] was courted by Ephraim Howard, not much to the acceptance of the old minister. Notwithstanding his objection, they were secretly married, and were pursued by the irate father. Arriving too late to prevent their marriage, he returned, and, complying with the prevailing custom, preached the following Sabbath from Hosea 4:17- &quot;Ephraim is joined to idols let him alone.&quot; Time, however, softened his spirit, and the reconciliation which followed inclined him to preach from Jeremiah 31:20 - &quot;Is Ephraim my dear son? Is he a pleasant child? For since I spake against him I do earnestly remember him still.&quot;&lt;ref name=&quot;Keith&quot;/&gt;\n\nEphraim and Mary had the following children, all born in Bridgewater:# [[Howard-5037|Jane]], b. September 17, 1689, m. March 26, 1713 Nehemiah Washburn in Bridgewater, d. January 26, 1715 in Bridgewater#[[Howard-15677|Susanna]], b. March 8, 1692, m. December 22, 1720 Samuel Jacobs, d. September 4, 1766 at Pembroke, Massachusetts# [[Howard-5038|Martha]], b. August 7, 1695, m. December 26, 1714 Josiah Williams, d. September 2, 1746# [[Howard-5032|Ephraim]], b. March 25, 1697, m. by 1722 Abigail Tisdale# [[Howard-5039|Daniel]], b. October 3, 1699, m. January 16, 1723 Damaris Williams of Taunton, d. April 16, 1779 in North Bridgewater# [[Howard-16187|David]], b. March 3, 1703, m. 1st February 7, 1727 Bethiah Leonard of Taunton, m. 2d October 19, 1748 Elizabeth Oakman, d.June 4, 1751 in West Bridgewater# [[Howard-5040|Silence]], b. June 3, 1705, m. November 7, 1722 John Burr, d. May 6, 1773 in West Bridgewater# [[Howard-14991|Mary]], b. December 21, 1707, m. 1st November 15, 1726 John Field in Bridgewater, m. 2d April 29, 1738 Elisha Pierce\nEphraim Howard was representative to the General Court in 1723.&lt;ref name=&quot;Howard&quot;/&gt; He inherited the land on which his father's house stood.&lt;ref name=&quot;Howard&quot;/&gt;\nEphraim Howard died in Bridgewater, Massachusetts on August 11, 1750,at the age of 84.&lt;ref name=&quot;BridgHist482&quot;/&gt;&lt;ref name=&quot;Howard&quot;/&gt;&lt;ref name=&quot;Mitchell&quot;/&gt; He was buried in the [[:Category: Old Graveyard, WestBridgewater, Massachusetts|Old Graveyard]] also called South Street Cemetery in Bridgewater.&lt;ref name=&quot;Howard&quot;/&gt; His [https://www.findagrave.com/memorial/40440503/ephraim-howard Find-A-Grave memorial] has a photo of his headstone and links to those of family members.&lt;ref name=&quot;FAG&quot;/&gt;\n\n== Sources ==\n&lt;span class=&quot;hidden&quot;&gt;\n&lt;ref name=&quot;FAG&quot;&gt;\n{{FindAGrave|40440503}}&lt;/ref&gt;&lt;ref name=&quot;BridgHist482&quot;&gt;[https://archive.org/stream/vitalrecordsofbr021916brid#page/482/mode/2up &quot;Vital Records of Bridgewater, Massachusetts to the Year 1850, Volume II - Marriages and Deaths,&quot; New England Historic Genealogical Society, 1916, p 482]&lt;/ref&gt;\n&lt;ref name=&quot;Keith&quot;&gt;[https://play.google.com/books/reader?id=fEFWAAAAMAAJ&amp;printsec=frontcover&amp;output=reader&amp;hl=en&amp;pg=GBS.PA13 Ziba Keith, &quot;Genealogy of the Keith family,&quot; Goodall, 1889. pp 13-14]&lt;/ref&gt;\n&lt;ref name=&quot;Howard&quot;&gt;[https://archive.org/stream/howardgenealogyd00howa#page/8/mode/2up Herman Howard, &quot;The Howard Genealogy: Descendants of John Howard of Bridgewater, Massachusetts, from 1643 to 1903,&quot; Standard Printing Company,1903, pp 8-9]&lt;/ref&gt;&lt;ref name=&quot;Mitchell&quot;&gt;[https://archive.org/stream/historyofearlyset00mitcch#page/192/mode/2up Nahum Mitchell, &quot;History of the Early Settlement of Bridgewater, in Plymouth Colony, Massachusetts,&quot; 1840, p 192]&lt;/ref&gt;\nEphraim was born in 1687.\n&lt;/span&gt;\n&lt;references /&gt; mKMG9P fQMXSX
iMYFGN whttps://www.WikiTree.com/wiki/Howard-5234 pBethiah qHoward gf b16710000 vBridgewater, Plymouth Colony, New England z1 d17550430 yBridgewater, Plymouth, Province of Massachusetts Bay o[[Category: Bridgewater, Massachusetts]]\n[[Category:Kingman Name Study, Henry Kingman of Weymouth MA]]\n== Biography ==\n=== Birth ===Bethiah Howard was born in 1668 . She was the daughter of John and Martha (Hayward) Howard.&lt;ref name=DHK /&gt;\n=== Marriage ===Bethiah married Henry Kingman in 1693 in Bridgewater, Massachusetts.&lt;ref&gt;'''The Isbell and Kingman Families''', Leroy W Kingman, Owego Gazette Printing Office, 1899&lt;/ref&gt;&lt;ref name=DHK&gt;[[Kingman-160|Kingman, Bradford]], '''Descendants of Henry Kingman''', Some early generations of the Kingman family. Boston, MA: David Clapp &amp; Son, 1912.[https://ia802205.us.archive.org/5/items/descendantsofhen00king/descendantsofhen00king.pdf (pdf) p. 29] &lt;blockquote&gt;# 11 HENRY KINGMAN&lt;sup&gt;3&lt;/sup&gt; (John,&lt;sup&gt;2&lt;/sup&gt; Henry&lt;sup&gt;1&lt;/sup&gt;), second son of John and Elizabeth Kingman. He was born in Bridgewater, Mass., May 11, 1668. He married Bethiah, daughter of John and Martha (Hayward) Howard, 1693. He died in West Bridgewater, October 21, 1738, aged 71 years. She died April 30, 1755, aged 84 years ; and both were buried in the old burial ground in that town....&lt;/blockquote&gt;&lt;/ref&gt;\n\n=== Death ===\nBethiah died in 1755 in Bridgewater, Massachusetts.&lt;ref name=DHK /&gt;\n1755 KINGMAN Bethiah, w. Henry, Apr. 30, 1755, in 84th y. G. R. 1. Death/West Bridgewater\n:: Date: 30 Apr 1755\n:: Place: West Bridgewater, Plymouth, MA\n\n=== Burial ===''Here lies Burried, Mrs. Bethiah Kingman, ye wife of Mr. Henry Kingman, who died Apr. 30, 1755, in ye 84th year of her age.''&lt;ref name=Burial&gt;'''Find A Grave Index,''' database, ''FamilySearch'' (11 July 2016), [https://familysearch.org/ark:/61903/1:1:QVKQ-BZ1F Bethiah Howard Kingman, 1755]; Burial, West Bridgewater, Plymouth, Massachusetts, United States of America, Old Graveyard; citing record ID 34891082, [https://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=34891082 Bethiah Howard Kingman] on ''Find a Grave''.&lt;/ref&gt;\n:: Date: 1755\n:: Place: Old Graveyard, West Bridgewater, Plymouth, MA\n\n== Sources ==\n\n&lt;references /&gt;\n* Ancestry World Trees\n\n:Also see:\n*The Church of Jesus Christ of Latter-day Saints, '''Pedigree Resource File,''' database, ''FamilySearch'' (accessed 2017-07-26), [https://familysearch.org/ark:/61903/2:2:34MD-2SQ entry for Bethia Howard].\n\n== Acknowledgments ==* This person was created on 14 September 2010 through the import of 124-DeCoursey.ged.* This person was created through the import of master 11_12.ged on 21 October 2010.* Thank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTreeprofile Howard-Haward-4 through the import of Jhoward.ged on May 31, 2013. mKMG9P fQMXSX
iALYSY whttps://www.WikiTree.com/wiki/Hayward-270 pThomas qHayward gm b16000000 vAylesford, Kent, England z1 yBridgewater, Plymouth Colony o{{Puritan Great Migration|Needs=Merge Cleanup}}\n[[Category: Hercules of Dover, sailed March, 1634-35]]\n[[Category:US President Direct Ancestor]]\n[[Category:Duxbury, Massachusetts]]\n[[Category:Bridgewater, Massachusetts]]\n'''Note: This is not the profile for [[Howard-309|Thomas Hayward/Howard]] who died in Ipswich in 1686.'''\n\n== Biography ==\n\n=== Origin ===The origin (last residence prior to emigrating to New England) of Thomas Hayward of Duxbury and Bridgewater was Aylesford, Kent. His place of origin is established by a record showing the enrollment for passage to New England aboard the ''Hercules'', under a minister's certification dated March 14, 1634/5, of &quot;Thos Hayward of Aylesford in Kent Taylor &amp; Susanna his Wief&quot; and children &quot;Thomas, John, Elizabeth, Susan, and Martha.&quot;&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Boys751&quot;/&gt;&lt;ref name=&quot;Hottenxix&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt;\n\n=== Date and Place of Birth ===Thomas's date and place of birth are uncertain. Many family trees state that Thomas was born in Aylesford, Kent. Since (as established by the ''Hercules'' passenger list referenced in &quot;Origin&quot; above) Thomas was living in Aylesford before he emigrated, it is reasonably plausible that he was born there. However, no record of his birth or baptism hasbeen found. If Thomas was born and baptized in Aylesford, it is unlikely that any record of his birth or baptism will ever be found, as no records appear to exist for Aylesford, Saints Peter and Paul Parish prior to 1654.&lt;ref name=&quot;Aylesford&quot;/&gt;\nBased on his estimated date of marriage (sometime in 1620-1628), Thomas was probably born sometime in 1595-1607. Anderson estimated his date of birth as &quot;by about 1599,&quot; based on an estimated date of marriage of &quot;by about 1624.&quot;&lt;ref name=&quot;GM3p291&quot;/&gt; An estimate of &quot;about 1600&quot; seems better, however, given his 1595-1607 estimated birth range and the false precision suggested by &quot;about 1599.&quot;\n\n=== Parentage ===Thomas's parentage has not been established. A number of unsourced family trees claim that Thomas was the son of a Thomas Hayward and an Agnes (Beaumon) Hayward of Aylesford, Kent. However, no reliable source has been found for that parentage or even their existence.\n\n=== Marriage ===The ''Hercules'' passenger list referenced in &quot;Origin&quot; above establishes that Thomas was married to a woman named Susanna.&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Hottenxix&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt; As discussed in [[Towne-491|her profile]], Susanna's maiden name may have been Towne, but that is uncertain.\nThomas and Susanna's date and place of marriage are uncertain. Since the ''Hercules'' passenger list establishes that Thomas and Susanna were residents of Aylesford, Kent, it is reasonably likely that they were married there or in a nearby parish. If they were married in Aylesford, it is unlikely that any marriage record will ever be found, since,as discussed above, no records appear to exist for Aylesford, Saints Peter and Paul Parish prior to 1654.&lt;ref name=&quot;Aylesford&quot;/&gt;\nBased on the fact that the ''Hercules'' passenger list shows that Thomas and Susanna had 5 children as of March 1634/5, and assuming the first child was born 1 year after their marriage and assuming a 2-year gap between births, one derives an estimated marriage date of sometime in 1624-1627. Based on the possibility of miscarriages, still births, children who died young, and longer gaps between births, they could well have been married as early as, say, 1620. Based on the possibility of twins or shorter gaps between births, they could have been married as late as 1628. Anderson estimates that they were married &quot;by about 1624,&quot;&lt;ref name=&quot;GM3p291&quot;/&gt; although this suggests that 1624 was the later end of the possible range when, instead, it appears to be a reasonable midpoint.\n\n=== Emigration to New England ===As discussed above under &quot;Origin,&quot; Thomas, his wife Susanna and his five eldest children, Thomas, John, Elizabeth, Susan and Martha, emigrated to New England aboard the ''Hercules'', which departed Sandwich, England for New England in March 1634/5.&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Boys751&quot;/&gt;&lt;ref name=&quot;Hottenxix&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt;\nThe passenger list for the ''William &amp; Francis'', which embarked at London on March 7, 1631/2 and arrived in Boston on June 5, 1632, included a &quot;Thomas Haeward.&quot;&lt;ref name=&quot;Hotten149&quot;/&gt;&lt;ref name=&quot;GMB2p900&quot;/&gt; Savage suggested that this record might also relate to this profile's Thomas Hayward and might show that Thomas first came to New England withWinslow in 1632 and, satisfied with the prospects, went home to bringhis family.&lt;ref name=&quot;Savage2p394&quot;/&gt; Anderson found no evidence either for or against this proposition.&lt;ref name=&quot;GMB2p900&quot;/&gt;&lt;ref name=&quot;GM3p292&quot;/&gt;\n\n=== Residency at Cambridge; First Record in New England ===Thomas and his family appear to have initially settled in Cambridge in the Massachusetts Bay Colony.&lt;ref name=&quot;GM3p288&quot;/&gt; The first known record of Thomas in New England is the grant to him on January 4, 1635 by the town of Cambridge of &quot;about 2 Acks wthin wstend ffeild gate beyond the Clay pits.&quot;&lt;ref name=&quot;CaTR15&quot;/&gt; No further records have been found of Thomas or his family in Cambridge.\n\n=== Residency at Duxbury and Bridgewater ===Thomas appears to have moved from Cambridge to Duxbury in the Plymouth Colony by 1638. The first record of Thomas at Duxbury is a grant to him by the Plymouth Colony Court of Assistant held on November 5, 1638of 10 acres of land &quot;lying on the Duxborrow side.&quot;&lt;ref name=&quot;PCR1p101&quot;/&gt; He received additional grants of land in Duxbury in 1640.&lt;ref name=&quot;PCR1p144&quot;/&gt;&lt;ref name=&quot;PCR1p161&quot;/&gt;\nThomas was admitted as a Freeman in 1647&lt;ref name=&quot;PCR2p114&quot;/&gt; and was chosen as constable of Duxbury in 1648.&lt;ref name=&quot;PCR2p123&quot;/&gt;\nThomas was one of the original proprietors of the Duxborrow new plantation,&lt;ref name=&quot;Mitchell10-1&quot;/&gt;&lt;ref name=&quot;Mitchell26&quot;/&gt; which was incorporated as the town of Bridgewater in 1656.&lt;ref name=&quot;PCR3p101&quot;/&gt;\nBy 1658, Thomas was living in Bridgewater. He was included in lists of freemen of Bridgewater in 1658&lt;ref name=&quot;PCR8p202&quot;/&gt; and 1670.&lt;ref name=&quot;PCR5p278&quot;/&gt;\n\n=== Children ===\nThomas and Susanna had the following children:# [[Hayward-130|Thomas]], b. in England perhaps about 1624,&lt;ref name=&quot;GM3p291&quot;/&gt; m. Sarah _______,&lt;ref name=&quot;GM3p291&quot;/&gt; d.s.p. before April17, 1699&lt;ref name=&quot;GM3p291&quot;/&gt;&lt;ref name=&quot;GM3p293&quot;/&gt;# [[Hayward-172|John]], b. in England perhaps about 1626,&lt;ref name=&quot;GM3p291&quot;/&gt; m. by 1661 Sarah Mitchell.&lt;ref name=&quot;GM3p291&quot;/&gt; Commonly called John of the Plain to distinguish him from John Haward/Howard, the husband of his sister Martha.&lt;ref name=&quot;Mitchell177&quot;/&gt;# [[Hayward-1132|Elizabeth]], b. in England perhaps about 1628,&lt;ref name=&quot;GM3p291&quot;/&gt; m. October 20, 1645 John Ames,&lt;ref name=&quot;GM3p291&quot;/&gt; d.s.p. before May 28, 1705&lt;ref name=&quot;GM3p293&quot;/&gt;# [[Hayward-352|Susanna]], b. in England perhaps about 1632,&lt;ref name=&quot;GM3p292&quot;/&gt; m. by 1654 John Richmond,&lt;ref name=&quot;GM3p292&quot;/&gt; d. before May 28, 1705 leaving issue&lt;ref name=&quot;GM3p293&quot;/&gt;# [[Hayward-769|Martha]], b. in England perhaps about 1634, m. about 1653 John Haward/Howard in Duxbury, d. before September 1703 (see sources in Martha's profile)# [[Hayward-1091|Nathaniel]], b. perhaps about 1639&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; m. by 1664 Hannah Willis,&lt;ref name=&quot;GM3p292&quot;/&gt; d. after May 28, 1705&lt;ref name=&quot;GM3p292&quot;/&gt;# [[Hayward-1119|Elisha]], born probably about 1642&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; never married,&lt;ref name=&quot;GM3p292&quot;/&gt; d. by September 22, 1710&lt;ref name=&quot;GM3p292&quot;/&gt;# [[Hayward-174|Joseph]], b. perhaps about 1646&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; m. 1st by 1673 Alice Brett,&lt;ref name=&quot;GM3p292&quot;/&gt; m. 2d by 1682 Hannah Mitchell.&lt;ref name=&quot;GM3p292&quot;/&gt; Mitchell says there was an additional wife between AliceBrett and Hannah Mitchell.&lt;ref name=&quot;Mitchell177&quot;/&gt;# [[Hayward-170|Mary]], b. probably about 1648&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; m. about 1668 Edward Mitchell&lt;ref name=&quot;GM3p292&quot;/&gt;The 1907 ''Dunham Genealogy'' states, without providing any source orexplanation, that Thomas also had a daughter named Mehitable, born about 1643, who married [[Dunham-170|Daniel Dunham]] in 1668.&lt;ref name=&quot;Dunham300&quot;/&gt; No reliable evidence has been found for Thomas having hadany such daughter, however, and Anderson doesn't even mention the theory. A 1954 article in TAG concluded that, contrary to the assertion in ''Dunham Genealogy'', Daniel Dunham's wife was named Hannah and thather maiden name was undetermined.&lt;ref name=&quot;TAG30p146&quot;/&gt;\n\n=== Will; Death; Estate ===Thomas made his will on June 29, 1678. In his will, he described himself as &quot;Thomas Heyward Senior of Bridgwater of Bridgewater in ye Colony of New Plymouth yeoman.&quot; He made bequests to his son Joseph, son Elisha, and grandson Joseph Heyward, and mentioned lands he had previously given to his son Nathaniel. He named his son Joseph as his executor.The will was witnessed by William Brett Sr and Thomas Hayward Junr.&lt;ref name=&quot;PCW4p82&quot;/&gt; A copy of his will available at [https://familysearch.org/pal:/MM9.3.1/TH-1942-31878-3161-49?cc=2018320&amp;wc=M6BX-F29:338083801 FamilySearch.org].\nThe inventory of Thomas's estate was taken on March 8, 1680/1 by Elder Brett and Lieutenant Hayward and totaled £46 11s 9d, with no real estate listed. The Inventory shows that he possessed &quot;Mr. Sheppards book upon ye parable of ye ten virgins and Mr. Sheppard upon ye sincere Convert. Mr. Ralph Allen of ye riches of the covenant of grace, also his victory over ye world: and doctor pressons of gods alsufficiency andseverall other sermons Annexed there unto and Mr. Dod upon ye Commandements and Mr Coopers book of Jacobs wrestling with God[,] Mr. Byfieldhis marrow &amp; his principles,&quot; along with a Bible and &quot;some other smale books.&quot;&lt;ref name=&quot;PCW4p84&quot;/&gt;\n\nThomas's will was probated on June 7, 1681.&lt;ref name=&quot;PCW4p82&quot;/&gt;\nBased on the March 8, 1680/1 date of his inventory, Thomas probably died in about February 1680/81.\n\n== Records ==* 1632. Passenger list for the ''William &amp; Francis'', which embarked at London on March 7, 1631/2 and arrived in Boston on June 5, 1632, included a &quot;Thomas Haeward.&quot;&lt;ref name=&quot;Hotten149&quot;/&gt;&lt;ref name=&quot;GMB2p900&quot;/&gt; (This record may not relate to this profile's Thomas Hayward.)* 1635. Passenger list for the ''Hercules'', which departed from Sandwich for New England in March 1634/5, included &quot;Thos Hayward of Aylesford in Kent Taylor &amp; Susanna his Wief&quot; and children &quot;Thomas, John, Elizabeth, Susan, and Martha.&quot;&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Boys751&quot;/&gt;&lt;ref name=&quot;Hottenxix&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt;* 1636. At a Cambridge town meeting on January 4, 1635/6, Thomas Hayward was granted &quot;about 2 Acks wthin wstend ffeild gate beyond the Claypits.&quot;&lt;ref name=&quot;CaTR15&quot;/&gt;* 1638. The Plymouth Colony Court of Assistant held on November 5, 1638 granted &quot;Thomas Heywood&quot; 10 acres of land &quot;lying on the Duxborrow side&quot; which George Slawson had fenced in and sold to Thomas Heywood foriij sterling.&lt;ref name=&quot;PCR1p101&quot;/&gt;* 1640. The Court of Assistant held at Plymouth on April 6, 1640 granted 8 men, including Thomas Hayward, &quot;the lands lying on the norwest side of the Northill in Duxborrow&quot; including the &quot;liberty to sett corneat Namassacussett, and to mowe grasse for their cattell there, and tobuild a house on the south side of the brooke there.&quot;&lt;ref name=&quot;PCR1p144&quot;/&gt;* 1640. The Court of Assistant held at Plymouth on August 31, 1640 granted land lying at the Namassacusett River to 9 men, including 50 acres to &quot;Thom Heywood.&quot;&lt;ref name=&quot;PCR1p161&quot;/&gt;* 1643. The August 1643 list of males of the Plymouth Colony able to bear arms 16-60 years of age, included, at Duxbury, Thomas Heyward Senior and [his sons] John Heyward and Thomas Heyward Junior.&lt;ref name=&quot;PCR8p190&quot;/&gt;* 1645. The General Court held at Plymouth on October 28, 1645 order &quot;Thomas Heyward of Duxborrow&quot; to pay &quot;Wannapooke, a Neipnet Indian,&quot; half of bushel of Indian corn for venison he took of him.&lt;ref name=&quot;PCR2p89&quot;/&gt;* 1646. At the General Court held at Plymouth on June 2, 1646, ThomasHeyward was among 5 men who were propounded to &quot;take up their freedome&quot; at the next Court.&lt;ref name=&quot;PCR2p101&quot;/&gt;* 1646. At the General Court held at Plymouth on June 2, 1646, ThomasHeyward was among the men who were members of the Grand Inquest.&lt;ref name=&quot;PCR2p102&quot;/&gt;* 1647. At the General Court held at Plymouth on June 1, 1647, ThomasHowes, Edward Jenkine, Thomas Hayward and John Allen were admitted asFreemen.&lt;ref name=&quot;PCR2p114&quot;/&gt;* 1648. &quot;Thomas Heward&quot; was selected as the constable for Duxbury.&lt;ref name=&quot;PCR2p123&quot;/&gt;* 1650. Thomas Heward Senior was among the 12 men who reported on having marked out a new way from Joaneses River to the Massachusetts Path.&lt;ref name=&quot;PCR2p160&quot;/&gt;* 1651. At the General Court at New Plymouth on March 4, 1650/1, the jury to decide an action of the case by James Cole Senior against James Shaw, included &quot;Thomas Heward Senior.&quot;&lt;ref name=&quot;PCR7p53&quot;/&gt;* 1654. At the General Court of Election held at Plymouth on June 6, 1654, &quot;Thomas Haward Senior&quot; was among the men who were members of theGrand Inquest.&lt;ref name=&quot;PCR3p49&quot;/&gt;* 1658. A list of freemen of the Plymouth Colony, which appears to have been taken about 1658, includes, among the list of 10 freemen of Bridgewater, the names of Thomas Haward Senior and Thomas Haward Junior.&lt;ref name=&quot;PCR8p202&quot;/&gt;* 1660. The General Court at Plymouth held on June 6, 1660 ordered that a parcel of land lying between Tetacutt and Taunton be viewed and, if it is not within the bound of Taunton or too near Tetacutt, that William Brett, John WIllis, Thomas Haward Senior and [[Harris-637|ArtherHarris]] &quot;have a competency granted and confeirmed unto them.&quot;&lt;ref name=&quot;PCR3p193&quot;/&gt;* 1665. The General Court of Election at Plymouth on June 7, 1665 granted to each of William Brett, Thomas Haward Senior, [[Harris-637|Arther Harris]], Richard Williams, John Willis and John Carey 60 acres of land lying between Taunton and Teticutt.&lt;ref name=&quot;PCR4p96&quot;/&gt;* 1667. Thomas Haward Senior and Lieutenant Thomas Howard [his son] are among 12 men appointed by the General Court of Election on June 5, 1667 as a jury to lay out all ways requisite in the township of Bridgewater.&lt;ref name=&quot;PCR4p155&quot;/&gt;* 1668. At the Court at Plymouth on July 7, 1668, William Bradford and Constant Southworth reported that they had laid out the 60 acre lotsgranted to William Brett, Thomas Haward Senior, [[Harris-637|Arther Harris]], John Willis Senior and John Cary.&lt;ref name=&quot;PCR4p190&quot;/&gt;* 1668. At the Court at Plymouth on July 7, 1668, the jury appointed to lay out the ways requisite in the township of Bridgewater, including Thomas Haward Senior and Thomas Haward Junior, reported on the roadsmost suitable to the inhabitants of Bridgewater.&lt;ref name=&quot;PCR4p193&quot;/&gt;* 1670. The list of freemen of New Plymouth made in May 1670 included, in the list of freemen at Bridgewater, Thomas Haward Senior and [hisson] Lieutenant Thomas Haward.&lt;ref name=&quot;PCR5p278&quot;/&gt;* 1678. Thomas Hayward made his will on June 29, 1678.&lt;ref name=&quot;PCW4p82&quot;/&gt;* 1681. Inventory of Thomas's will taken on March 8, 1680/1.&lt;ref name=&quot;PCW4p84&quot;/&gt;\n* 1681. Thomas's will probated on June 7, 1681.&lt;ref name=&quot;PCW4p82&quot;/&gt;\n\n&lt;span class=&quot;hidden&quot;&gt;\n&lt;ref name=&quot;PCR3p101&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. III 1651-1661'', 1855, p 101. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=121 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;ParentsResidence&quot;&gt;Based on parents' residency in Duxbury during time frame of estimateddate of birth.&lt;/ref&gt;\n&lt;ref name=&quot;TAG30p146&quot;&gt;Mrs. John E. Barclay, ''Notes on the Dunham Family of Plymouth, Mass.'', The American Genealogist, Vol 30 (1954), p 146. At [https://www.americanancestors.org/DB283/i/11829/146/134758298 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;Dunham300&quot;&gt;Isaac Watson Dunham, ''Dunham Genealogy: English and American Branches of the Dunham Family'', 1907, p 300. At [https://archive.org/details/dunhamgenealogy00dunhgoog/page/n408 archive.org]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell177&quot;&gt;Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, p 177. At [https://archive.org/stream/historyofearlyse00mitc#page/176/mode/2up archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell26&quot;&gt;Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, p 26. At [https://archive.org/stream/historyofearlyse00mitc#page/26/mode/2up archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell13&quot;&gt;Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, p 13. At [https://archive.org/stream/historyofearlyse00mitc#page/12/mode/2up archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell10-1&quot;&gt;Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, pp 10-11. At [https://archive.org/stream/historyofearlyse00mitc#page/10/mode/2up archive.org]&lt;/ref&gt;\n&lt;ref name=&quot;PCW4p84&quot;&gt;Plymouth Colony Records, Wills, Vol. 4 1683-1686, Part 1, p 84. At [https://www.familysearch.org/ark:/61903/3:1:3QS7-L97D-V321?i=519&amp;wc=M6BX-F29%3A338083801&amp;cc=2018320 familysearch.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCW4p82&quot;&gt;Plymouth Colony Records, Wills, Vol. 4 1683-1686, Part 1, p 82. At [https://familysearch.org/pal:/MM9.3.1/TH-1942-31878-3161-49?cc=2018320&amp;wc=M6BX-F29:338083801 familysearch.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p202&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Miscellaneous Papers 1633-1689'', 1857, p 202. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=218 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR8p190&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Miscellaneous Papers 1633-1689'', 1857, p 190. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558938;view=1up;seq=206 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR7p53&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Judicial Acts 1636-1692'', 1857, p 53. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204558920;view=1up;seq=69 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR5p278&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. V 1668-1678'', 1856, p 278. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559050;view=1up;seq=294 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p193&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. IV 1661-1668'', 1855, p 193. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=475 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p190&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. IV 1661-1668'', 1855, p 190. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=472 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p155&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. IV 1661-1668'', 1855, p 155. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=437 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR4p96&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. IV 1661-1668'', 1855, p 46. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=378 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR3p193&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. III 1651-1661'', 1855, p 193. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=213 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR3p49&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. III 1651-1661'', 1855, p 49. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559068;view=1up;seq=69 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p160&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II 1641-1651'', 1855, p 160. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=384 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p123&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II 1641-1651'', 1855, p 123. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=347 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p114&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II 1641-1651'', 1855, p 114. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=338 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p102&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II 1641-1651'', 1855, p 102. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=326 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p101&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II 1641-1651'', 1855, p 101. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=325 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR2p89&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. II 1641-1651'', 1855, p 89. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=313 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR1p161&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. I 1633-1640'', 1855, p 161. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=183 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR1p144&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. I 1633-1640'', 1855, p 144. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=166 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;PCR1p101&quot;&gt;Nathaniel B. Shurtleff, ''Records of the Colony of New Plymouth in New England, Court Orders: Vol. I 1633-1640'', 1855, p 101. At [https://babel.hathitrust.org/cgi/pt?id=mdp.35112204559076;view=1up;seq=123 hathitrust.org].&lt;/ref&gt;\n&lt;ref name=&quot;CaTR15&quot;&gt;''The Records of the Town of Cambridge (formerly Newtowne) Massachusetts 1630-1703'', 1901, p 15. At [https://archive.org/details/recordsoftownofc00cambiala/page/14 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Boys751&quot;&gt;William Boys, ''Collections for an History of Sandwich in Kent, with Notices of the Other Cinque Ports and Members, and of Richborough'', 1792, 751. At [https://archive.org/details/CollectionsForAnHistoryOfSandwichInKentWithNoticesOfTheOther/page/n785 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Savage2p394&quot;&gt;James Savage, 'A Genealogical Dictionary of the First Settlers of NewEngland, Vol. II'', Little, Brown and Company, Boston, 1860, p 394. At [https://babel.hathitrust.org/cgi/pt?id=hvd.hwitya;view=1up;seq=406 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Hottenxix&quot;&gt;James Camden Hotten, ''The Original Lists of Persons of Quality; Emigrants; Religious Exiles; Political Rebels; Serving Men sold for a termof years; apprentices; children stolen; maidens pressed; and others who went from Great Britain to the American Plantations, 1600-1700'', 1874, p. xix. At [https://archive.org/details/originallistsofp00hottuoft/page/n21 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Hotten149&quot;&gt;James Camden Hotten, ''The Original Lists of Persons of Quality; Emigrants; Religious Exiles; Political Rebels; Serving Men sold for a termof years; apprentices; children stolen; maidens pressed; and others who went from Great Britain to the American Plantations, 1600-1700'', 1874, p. 149. At [https://archive.org/details/originallistsofp00hottuoft/page/148 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Aylesford&quot;&gt;[https://www.kentarchives.org.uk/collections/getrecord/GB51_P12 Aylesford, Ss Peter And Paul Parish Records, Kent County Council, Kent History and Library Centre]. The absence of Aylesford parish records priorto 1654 was confirmed through communications by Chase Ashley on December 17, 2018 with the Archive Collections Officer at the Kent History and Library Centre.&lt;/ref&gt;\n&lt;ref name=&quot;NEHGR75p219&quot;&gt;Eben Putnam, ''Two Early Passenger Lists, 1635-1637'', New England Historical and Genealogical Register, Vol 75 (1921), p 219. At [https://www.americanancestors.org/DB202/i/11584/219/0 americanancestors.org]&lt;/ref&gt;\n&lt;ref name=&quot;GM3p293&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 293. At [https://www.ancestry.com/interactive/2496/42521_b158314-00375 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p292&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p291&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 291. At [https://www.ancestry.com/interactive/2496/42521_b158314-00373 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GMB2p900&quot;&gt;Robert Charles Anderson, ''The Great Migration Begins, Immigrants to New England 1620-1633, Volume II G-O'', New England Historic Genealogical Society, Boston 1995, p 900. At [https://www.ancestry.com/interactive/2496/42521_b158319-00225 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p288&quot;&gt;Robert Charles Anderson, ''The Great Migration: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 288. At [https://www.ancestry.com/interactive/2496/42521_b158314-00370 ancestry.com].&lt;/ref&gt;\n&lt;/span&gt;\n\n== Sources ==\n&lt;references /&gt;\nSee also:* Lester D. Mapes, ''Thomas Hayward of Duxbury and Bridgewater, Mass.and His Family'', 1943. At [https://archive.org/details/thomashaywardofd00mape/page/n5 archive.org].* Kingman, Bradford. History of North Bridgewater, Plymouth County, Massachusetts, from Its First Settlement to the Present Time, with Family Registers. (Boston, Massachusetts: Self published, Boston, 1866), p. 12. At [https://archive.org/details/historyofnorthbr01king/page/12 archive.org]. Thomas Hayward mentioned as one of North Bridgewater's first proprietors.* Roberts, Gary Boyd. ''Ancestors of American Presidents''. Boston: New England Historic Genealogical Society, 2009. sSOEI3
iSOEI3 sALYSY whttps://www.WikiTree.com/wiki/Towne-491 pSusanna qTowne gf b16020000 vAylesford, Kent, England z1 yBridgewater, Plymouth Colony o[[Category:US President Direct Ancestor]]\n{{Puritan Great Migration}}\n[[Category: Hercules of Dover, sailed March, 1634-35]]\n== Biography ==\n\n=== Relationship to William and Peter Towne ===Either Susanna or her husband [[Hayward-270|Thomas Hayward]] was related to [[Towne-494|Peter Towne]] and his father [[Towne-493|William Towne]]. The will of Peter Towne includes a bequest to his &quot;first cousins at Bridgewater&quot; Nathaniel Howard, Joseph Howard, Elisha Howard and Mary Mitchell,&lt;ref name=&quot;PeterWill&quot;/&gt;&lt;ref name=&quot;NEHGR20p370&quot;/&gt;&lt;ref name=&quot;GM7p78&quot;/&gt; who were children of [[Hayward-270|Thomas Hayward]] and his wife Susanna.&lt;ref name=&quot;GM7p78&quot;/&gt; Some genealogists seem to have concluded that this means that Susanna, the wife of Thomas Hayward, was William Towne's sister. Foremost among these was Clarence Almon Torrey.In his 1945 TAG article ''Some Ancestral Lines of President William Howard Taft'', he stated (without sources or discussion) that Thomas Hayward married Susanna Towne.&lt;ref name=&quot;TAG22p205&quot;/&gt; In addition, the entry for Thomas Hayward's marriage in Torrey's ''New England Marriagesto 1700'' has Susanna's maiden name of &quot;[Towne]&quot; in brackets but without a question mark, indicating that, although no marriage record had been found, Torrey was confident that her maiden name was Towne. None of the sources listed by Torrey, however, provide any useful evidence for Susanna's last name beyond the language of Peter Towne's will and none, except Torrey's own 1945 TAG article and one source that explicitly relied on it, claim that her maiden name was Towne.&lt;ref name=&quot;Torreys&quot;/&gt; It is unclear why Torrey felt confident that Susanna's maiden name was Towne, as there are three (seemingly equally probable) ways inwhich Thomas and Susanna Hayward's children could have been Peter Towne's cousins:# Thomas Hayward's wife Susanna could have been the sister of WilliamTowne. In that case, Susanna's maiden name would have been Towne and the maiden name of William's wife Martha would be unknown.# Thomas Hayward could have been the sister of William Town's wife Martha. In that case, Martha's maiden name would have been Hayward and the maiden name of Thomas's wife Susanna would be unknown.# Thomas Hayward's wife Susanna could have been the sister of WilliamTowne's wife Martha. In that case, the maiden name of both Susanna and Martha would be unknown.No evidence has been found that favors one of these possibilities over another. Anderson declined to adopt Torrey's theory that the maiden name of Thomas Hayward's wife Susanna was Towne and instead concluded that the relationship between the children of Thomas and Susanna Hayward and Peter Towne has not been determined.&lt;ref name=&quot;GM7p78&quot;/&gt;\n\n=== Maiden Name; Parentage ===Susanna's maiden name is uncertain. As discussed above under &quot;Relationship to William and Peter Towne,&quot; it is quite possible that she was the sister of William Towne and thus her maiden name was Towne. However, it is also quite possible, if not probable, that she was not the sister of William Towne, in which case, there would be no reason to thinkthat her maiden name was Towne and her maiden name is unknown.\nEven if she was William Towne's sister, her parentage would be unknown, since, as discussed in [[Towne-493|William's profile]], his parentage is unknown.\n\n=== Origin ===The origin (last residence prior to emigrating to New England) of Susanna, the wife of Thomas Hayward of Duxbury and Bridgewater, was Aylesford, Kent. Her place of origin is established by a record showing theenrollment for passage to New England aboard the ''Hercules'', under a minister's certification dated March 14, 1634/5, of &quot;Thos Hayward ofAylesford in Kent Taylor &amp; Susanna his Wief&quot; and children &quot;Thomas, John, Elizabeth, Susan, and Martha.&quot;&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Boys751&quot;/&gt;&lt;ref name=&quot;Hottenxix&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt;\n\n=== Date and Place of Birth ===Susanna's date and place of birth are uncertain. Many family trees state that Susanna was born in Aylesford, Kent. Since (as established bythe ''Hercules'' passenger list referenced in &quot;Origin&quot; above) Susannawas living in Aylesford before she emigrated, it is reasonably plausible that she was born there. However, no record of her birth or baptism has been found. If Susanna was born and baptized in Aylesford, it isunlikely that any record of her birth or baptism will ever be found, as no records appear to exist for Aylesford, Saints Peter and Paul Parish prior to 1654.&lt;ref name=&quot;Aylesford&quot;/&gt;\nBased on her estimated date of marriage (sometime in 1620-1628), Susanna was probably born sometime in 1595-1610, with &quot;about 1602&quot; as a reasonable midpoint estimate.\n\n=== Marriage ===Susanna and Thomas Hayward's date and place of marriage are uncertain. Since the ''Hercules'' passenger list establishes that Susanna and Thomas were residents of Aylesford, Kent, it is reasonably likely that they were married there or in a nearby parish. If they were married inAylesford, it is unlikely that any marriage record will ever be found, since, as discussed above, no records appear to exist for Aylesford,Saints Peter and Paul Parish prior to 1654.&lt;ref name=&quot;Aylesford&quot;/&gt;\nBased on the fact that the ''Hercules'' passenger list shows that Susanna and Thomas had 5 children as of March 1634/5, and assuming the first child was born 1 year after their marriage and assuming a 2-year gap between births, one derives an estimated marriage date of sometime in 1624-1627. Based on the possibility of miscarriages, still births, children who died young, and longer gaps between births, they could well have been married as early as, say, 1620. Based on the possibility of twins or shorter gaps between births, they could have been married as late as 1628. Anderson estimates that they were married &quot;by about 1624,&quot;&lt;ref name=&quot;GM3p291&quot;/&gt; although this suggests that 1624 was the later end of the possible range when, instead, it appears to be a reasonable midpoint.\n\n=== Emigration to New England ===As discussed above under &quot;Origin,&quot; Susanna, her husband Thomas, and their five eldest children, Thomas, John, Elizabeth, Susan and Martha, emigrated to New England aboard the ''Hercules'', which departed Sandwich, England for New England in March 1634/5.&lt;ref name=&quot;NEHGR75p219&quot;/&gt;&lt;ref name=&quot;Boys751&quot;/&gt;&lt;ref name=&quot;Hottenxix&quot;/&gt;&lt;ref name=&quot;GM3p288&quot;/&gt;\n\n=== Residency at Cambridge, Duxbury and Bridgewater ===As discussed in the profile for her husband, [[Hayward-270|Thomas Hayward]], Susanna and her family appear to have initially settled in Cambridge in the Massachusetts Bay Colony, moved to Duxbury in the Plymouth Colony by 1638, and finally moved to Bridgewater by 1658.\n\n=== Children ===\nSusanna and Thomas had the following children:# [[Hayward-130|Thomas]], b. in England perhaps about 1624,&lt;ref name=&quot;GM3p291&quot;/&gt; m. Sarah _______,&lt;ref name=&quot;GM3p291&quot;/&gt; d.s.p. before April17, 1699&lt;ref name=&quot;GM3p291&quot;/&gt;&lt;ref name=&quot;GM3p293&quot;/&gt;# [[Hayward-172|John]], b. in England perhaps about 1626,&lt;ref name=&quot;GM3p291&quot;/&gt; m. by 1661 Sarah Mitchell.&lt;ref name=&quot;GM3p291&quot;/&gt; Commonly called John of the Plain to distinguish him from John Haward/Howard, the husband of his sister Martha.&lt;ref name=&quot;Mitchell177&quot;/&gt;# [[Hayward-1132|Elizabeth]], b. in England perhaps about 1628,&lt;ref name=&quot;GM3p291&quot;/&gt; m. October 20, 1645 John Ames,&lt;ref name=&quot;GM3p291&quot;/&gt; d.s.p. before May 28, 1705&lt;ref name=&quot;GM3p293&quot;/&gt;# [[Hayward-352|Susanna]], b. in England perhaps about 1632,&lt;ref name=&quot;GM3p292&quot;/&gt; m. by 1654 John Richmond,&lt;ref name=&quot;GM3p292&quot;/&gt; d. before May 28, 1705 leaving issue&lt;ref name=&quot;GM3p293&quot;/&gt;# [[Hayward-769|Martha]], b. in England perhaps about 1634, m. about 1653 John Haward/Howard in Duxbury, d. before September 1703 (see sources in Martha's profile)# [[Hayward-1091|Nathaniel]], b. perhaps about 1639&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; m. by 1664 Hannah Willis,&lt;ref name=&quot;GM3p292&quot;/&gt; d. after May 28, 1705&lt;ref name=&quot;GM3p292&quot;/&gt;# [[Hayward-1119|Elisha]], born probably about 1642&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; never married,&lt;ref name=&quot;GM3p292&quot;/&gt; d. by September 22, 1710&lt;ref name=&quot;GM3p292&quot;/&gt;# [[Hayward-174|Joseph]], b. perhaps about 1646&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; m. 1st by 1673 Alice Brett,&lt;ref name=&quot;GM3p292&quot;/&gt; m. 2d by 1682 Hannah Mitchell.&lt;ref name=&quot;GM3p292&quot;/&gt; Mitchell says there was an additional wife between AliceBrett and Hannah Mitchell.&lt;ref name=&quot;Mitchell177&quot;/&gt;# [[Hayward-170|Mary]], b. probably about 1648&lt;ref name=&quot;GM3p292&quot;/&gt; presumably in Duxbury,&lt;ref name=&quot;ParentsResidence&quot;/&gt; m. about 1668 Edward Mitchell&lt;ref name=&quot;GM3p292&quot;/&gt;The 1907 ''Dunham Genealogy'' states, without providing any source orexplanation, that Thomas Hayward also had a daughter named Mehitable,born about 1643, who married [[Dunham-170|Daniel Dunham]] in 1668.&lt;ref name=&quot;Dunham300&quot;/&gt; No reliable evidence has been found for any such daughter, however, and Anderson doesn't even mention the theory. A 1954 article in TAG concluded that, contrary to the assertion in ''DunhamGenealogy'', Daniel Dunham's wife was named Hannah and that her maiden name was undetermined.&lt;ref name=&quot;TAG30p146&quot;/&gt;\n\n=== Death ===Susanna's date and place of death are uncertain. No record that establishes her death has been found. Based on the fact that she was not mentioned in her husband's will which he made on June 29, 1678,&lt;ref name=&quot;PCW4p82&quot;/&gt; she presumably died before that date. Since she and her husband were residents of Bridgewater, she presumably died there.\n\n&lt;span class=&quot;hidden&quot;&gt;\n&lt;ref name=&quot;PCW4p82&quot;&gt;Plymouth Colony Records, Wills, Vol. 4 1683-1686, Part 1, p 82. At [https://familysearch.org/pal:/MM9.3.1/TH-1942-31878-3161-49?cc=2018320&amp;wc=M6BX-F29:338083801 familysearch.org].&lt;/ref&gt;\n&lt;ref name=&quot;TAG22p205&quot;&gt;Clarence Almon Torrey, ''Some Ancestral Lines of President William Howard Taft'', The American Genealogist, Vol 22 (1945), p 207. At [https://www.americanancestors.org/DB283/i/11863/207/23578920 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;Torreys&quot;&gt;Clarence Almon Torrey, ''New England Marriages Prior to 1700, Vol II,H-Z'', New England Historic Genealogical Society, 2011, p 733. At [https://www.americanancestors.org/DB1568/i/21175/733/426889800 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;GM7p78&quot;&gt;Robert Charles Anderson, ''Great Migration 1634-1635, T-Y,'' New England Historic Genealogical Society, 2011, p 78. At [https://www.americanancestors.org/DB496/i/13260/78/0 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;PeterWill&quot;&gt;[https://www.familysearch.org/ark:/61903/3:1:3QS7-89D5-PN5V?i=67&amp;cat=263304 Middlesex County Probate Records, Vol 12, pp 104-7]&lt;/ref&gt;\n&lt;ref name=&quot;NEHGR20p370&quot;&gt;William B. Towne, ''Notes and Memoranda Relating to Persons of the Name Towne'', New England Historical and Genealogical Register, Vol 20 (1866), pp 370- 371. At [https://www.americanancestors.org/DB202/i/11731/370/23535548 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;ParentsResidence&quot;&gt;Based on parents' residency in Duxbury during time frame of estimateddate of birth.&lt;/ref&gt;\n&lt;ref name=&quot;TAG30p146&quot;&gt;Mrs. John E. Barclay, ''Notes on the Dunham Family of Plymouth, Mass.'', The American Genealogist, Vol 30 (1954), p 146. At [https://www.americanancestors.org/DB283/i/11829/146/134758298 americanancestors.org].&lt;/ref&gt;\n&lt;ref name=&quot;Dunham300&quot;&gt;Isaac Watson Dunham, ''Dunham Genealogy: English and American Branches of the Dunham Family'', 1907, p 300. At [https://archive.org/details/dunhamgenealogy00dunhgoog/page/n408 archive.org]&lt;/ref&gt;\n&lt;ref name=&quot;Mitchell177&quot;&gt;Nahum Mitchell, ''History of the Early Settlement of Bridgewater in Plymouth County, Massachusetts, including an Extensive Family Register,'' 1840, p 177. At [https://archive.org/stream/historyofearlyse00mitc#page/176/mode/2up archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Boys751&quot;&gt;William Boys, ''Collections for an History of Sandwich in Kent, with Notices of the Other Cinque Ports and Members, and of Richborough'', 1792, 751. At [https://archive.org/details/CollectionsForAnHistoryOfSandwichInKentWithNoticesOfTheOther/page/n785 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Hottenxix&quot;&gt;James Camden Hotten, ''The Original Lists of Persons of Quality; Emigrants; Religious Exiles; Political Rebels; Serving Men sold for a termof years; apprentices; children stolen; maidens pressed; and others who went from Great Britain to the American Plantations, 1600-1700'', 1874, p. xix. At [https://archive.org/details/originallistsofp00hottuoft/page/n21 archive.org].&lt;/ref&gt;\n&lt;ref name=&quot;Aylesford&quot;&gt;[https://www.kentarchives.org.uk/collections/getrecord/GB51_P12 Aylesford, Ss Peter And Paul Parish Records, Kent County Council, Kent History and Library Centre]. The absence of Aylesford parish records priorto 1654 was confirmed through communications by Chase Ashley on December 17, 2018 with the Archive Collections Officer at the Kent History and Library Centre.&lt;/ref&gt;\n&lt;ref name=&quot;NEHGR75p219&quot;&gt;Eben Putnam, ''Two Early Passenger Lists, 1635-1637'', New England Historical and Genealogical Register, Vol 75 (1921), p 219. At [https://www.americanancestors.org/DB202/i/11584/219/0 americanancestors.org]&lt;/ref&gt;\n&lt;ref name=&quot;GM3p293&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 293. At [https://www.ancestry.com/interactive/2496/42521_b158314-00375 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p292&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p291&quot;&gt;Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 291. At [https://www.ancestry.com/interactive/2496/42521_b158314-00373 ancestry.com].&lt;/ref&gt;\n&lt;ref name=&quot;GM3p288&quot;&gt;Robert Charles Anderson, ''The Great Migration: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 288. At [https://www.ancestry.com/interactive/2496/42521_b158314-00370 ancestry.com].&lt;/ref&gt;\n&lt;/span&gt;\n\n== Sources ==\n&lt;references /&gt;
iM37Z7 whttps://www.WikiTree.com/wiki/Hayward-130 pThomas qHayward gm b16230000 vAylesford, Kent, England z1 d16980815 yBridgewater, Plymouth, Massachusetts oThis person was created on 21 October 2010 through the import of master 11_12.ged.\n\n----\n\n{{Puritan Great Migration}}\nFrom Desc. of Samuel Hayward - History of Brdigewater:Thomas Hayward, of Cambridge, came in Herules, 1635, from Sandwich, --being tailor of Aylesford, co. Kent, -- with wife Susanna, and five children. But he had, perhaps, been here as early as 1632, coming withWinslow, in the William and Francis, and, satisfied with prospects, went home to bring them. Settled in Duxbury, 1638; probably at Bridgewater, 1651, being of the first proprietors, 1645; was freeman of the colony, 1646. Had Thomas, Nathaniel, John, Joseph, Elisha, Mary, wife of Edward Mitchell, and Martha, wife of John Howard. But of these, weare unable to discriminate which were born in England, or whether even he were that Kentish man or not. He died 1681.\n\n\n== Biography ==\nFrom History of Bridgewater:Thomas Esq. (son of Thomas Hayward I) was also one of the first settlers of Bridgewater, and by far the most honored and distinguished man in the place; was one of the first military officers; appointed Lieutenant 1667 and Captain 1692; was a Magistrate and one of the Governor'sAssistants, first chosen 1690, and Justice of C.C.P. and Sessions 1692; his death was occasioned by a fall from his horse, 15 Aug. 1698; heleft a wid. Sarah, but no children, he lived near where Daniel Hayward now lives.\nThe first military officers were Josiah Standish, Lieutenant, 1660, who soon after returned to Duxbury; and Thomas Hayward, Jr., Lieutenant; and John Haward, Ensign, appointed 1664. And in 1689 they were promoted, and Samuel Packard appointed Ensign.—Deacon John Willis was appointed to administer oaths, &amp;c., in 1660, but Capt. Thomas Hayward, Jr., was the first Magistrate in town, and one of the Governor's Council or Assistants 1690, and also a Judge of the courts; he was killed by a fall from his horse, August 15, 1698, while on a journey to Marshfield on business.—Elihu Brett was the next Magistrate, and he was also appointed a Judge of the courts 1700; he died suddenly in his chairJanuary 12th, 1712.\n\nPhillips War: The following is an extract from an ancient manuscript, of which Comfort Willis, who then held the office of &quot;Town Trooper,&quot; is supposedto have been the author:—\n &quot;On Saturday, Capt. (Thomas) Hayward, Sergeant (Samuel Jr.) Packard, John Willis, and Isaac Harris, went out to see if the Indians were coming down upon them, and they saw an Indian, which made them think the enemy was at hand; and they immediately pressed Comfort Willis and Joseph Edson to go post to the Governor the same day at night to tell him of it. And he went to Plymouth with them the next day, to send Capt. Church with his company. And Capt. Church came with them to Monponset on the Sabbath, and came no further that day; and he told them he would meet them the next day. And Comfort Willis and Joseph Edsoncame home at night and told their friends of it, and Ensign (John) Haward, Samuel Edson, Josiah Edson, Joseph Edson, John Washburn, Samuel Washburn, Thomas Washburn, John Field, Nicholas Byram, Samuel Allen, Samuel Allen, Jr., John Gordon, John Hayward, John Packard, John Ames, Comfort Willis, Guido Bailey, Nathaniel Hayward, John Whitman, John Packard and Samuel Leach went out on Monday, supposing to meet with Captain Church; but they came upon the enemy, and fought with them, and took seventeen of them alive and also much plunder. And they all returned, and not one of them fell by the enemy, and received no help from Church.&quot;\n\nwikipedia:King Philip's War, sometimes called the First Indian War, Metacom's War, Metacomet's War, or Metacom's Rebellion, was an armed conflict between Native American inhabitants of present-day New England and English colonists and their Native American allies in 167578. The war is named after the main leader of the Native American side, Metacomet, known to the English as &quot;King Philip&quot;. Major Benjamin Church emerged as the Puritan hero of the war; it was his company of Puritan rangers andNative American allies that finally hunted down and killed King Philip on August 12, 1676. The war continued in northern New England (primarily in Maine at the New England and Acadia border) until a treaty wassigned at Casco Bay in April 1678.The war was the single greatest calamity to occur in seventeenth-century Puritan New England. In the space of little more than a year, twelve of the region's towns were destroyed and many more damaged, the colony's economy was all but ruined, and much of its population was killed, including one-tenth of all men available for military service. Morethan half of New England's towns were attacked by Native American warriors.\n\nNY Times:.....King Philip's War (or Metacom's Rebellion, for those who prefer the actual name of the Wampanoag chief). That fearsome and formative confrontation between white settlers and the New England tribes remains, per capita, America's deadliest war. In one year, one of every 10 white men of military age in Massachusetts Bay was killed, and one of every 16 in the Northeastern colonies. Two-thirds of New England towns were attacked and more than half the settlements were left in ruins. Settlers were forced to retreat nearly to the coast, and the Colonial economy was devastated. mSOEI3 fALYSY
iSPUU3 whttps://www.WikiTree.com/wiki/Hayward-172 pJohn qHayward gm b16240101 vAylesford, Kent, England z1 d17050414 yBridgewater, Plymouth County, Province of Massachusetts Bay o[[Category:US President Direct Ancestor]] [[Category: Bridgewater, Massachusetts]]\n{{Puritan Great Migration|needs=Research|needs1=Biography}}\n\n----'''TAKE CARE...''' There were two migrants named John Hayward... do not muddle their profiles. The other profile is Hayward-3894 - [[Hayward-3894|John Hayward]]. Thank you.\n----\n== Biography ==\nThis person is an ancestor of President William Howard Taft.\n\nParents - Lieut. Thomas HAYWARD\n(bef 1 Jan [1600/]1601 - 1681)\nSusanna TOWNE (perhaps)\n\nMarried Sarah MITCHELL&lt;ref&gt;The Great Migration Begins &lt;/ref&gt; children:\n\nSarah HOWARD(25 Oct 1663 - 11 Jul 1737)\n\nJoseph HAYWARD(23 Nov 1669 - 1758)\n\nMary HAYWARD(20 Apr 1672 - 5 Nov 1712)\n\nThomas HAYWARD(10 Jan 1673/1674 - 20 Nov 1741)\n\nJohn HAYWARD(20 Apr 1677 - 1705)\n\n=== Birth ===\n:: Date: 1 JAN 1624\n:: Place: Kent, England\n\n=== Death ===\n:: Date: 14 APR 1705\n:: Place: Bridgewater, MA\n\n\n=== Burial ===\n:: 1710\n:: Old Bridgewater, Plymouth, Massachusetts\n\n=== Notes ===: &lt;span id='HI2148'&gt;HI2148&lt;/span&gt;(Research):http://dunhamwilcox.net/ma/bridgewater5.htm: 4. John (s. of Thomas 1.) commonly called JOHN of THE PLAIN, to distinguish him from John Haward (both being pronounced alike, Howard) :he m. Sarah, D. of Experience Mitchell ; and had Sarah 1663, John 1667, Joseph 1669, Mary 1672, Thomas 1674, Benjamin 1677, Susanna 1680, Elizabeth 1683, Benoni 1686, Mercy 1687. His estate settled 1710.\n: Sarah m. Nathaniel Brett 1683.\n: Mary m. William Ames 1698.\n: Susanna m. Thomas Hayward 1702.\n: Elizabeth m. Edmund Rawson 1717.: Benoni m. Hannah Gould 1717, and Hannah Page 1743 : qu. if she didnot m. Ephraim Cleveland 1747.: He lived on the Plain between the late old Mr. Jonathan Copeland'sand the old Powder House, where his son-in-law Nath'l Brett lived after him and where young Jonathan Copeland lives now. (1840).\n: History of Bridgewater has Benjamin as Nathaniel's son (Lt. John'sbrother): John Hayward, Sr., born 1628 in Prob. Aylesford, Norfolkshire, England, United Kingdom; died 1710 in Bridgewater, Plymouth Colony, Massachusetts. He was the son of Thomas Hayward, Sr. and Susannah Towne. He married Sarah Mitchell Abt. 1660.\n: Sarah Mitchell, born Abt. 1638.\n: Children of John Hayward and Sarah Mitchell are:: i.(Unkn) &quot;Baby&quot; Hayward, born June 1662 in Bridgewater, Plymouth Colony, Mass.: ii.Sarah Hayward, born October 25, 1663 in Bridgewater, Plymouth Colony, Mass; died July 11, 1737 in Bridgewater, Plymouth Colony, Massachusetts.: iii.(Unknown) &quot;Baby&quot; Hayward, born January 1665/66 in Bridgewater,Plymouth Colony, Massachusetts; died Abt. February 1665/66 in Bridgewater, Plymouth Colony, Massachusetts.: iv.John Hayward, Jr., born April 20, 1667 in Bridgewater, PlymouthColony, Massachusetts; died April 14, 1705 in Bridgewater, Plymouth Colony, Massachusetts.\n: v.\t \tJoseph Hayward, born November 23, 1669.\n: vi.\t \tMary Hayward, born April 20, 1672.\n: vii.\t \tThomas Hayward, born January 10, 1674/75.: viii.Benjamin Hayward, born November 16, 1677 in Bridgewater, Plymouth Colony, Mass: ix.Susannah Hayward, born August 10, 1680 in Bridgewater, PlymouthColony, Massachusetts; died June 19, 1746 in Bridgewater, Plymouth Colony, Massachusetts; married Thomas Hayward, Sr. November 11, 1702 in Scituate, Plymouth Colony, Massachusetts.: x.Elizabeth Hayward, born April 16, 1683 in Bridgewater, Plymouth Colony, Massachusetts; died June 15, 1759 in Massachusetts.: xi.Benoni Hayward, born March 17, 1685/86 in Bridgewater, PlymouthColony, Massachusetts.: xii.Mercy Hayward, born October 29, 1687 in Bridgewater, Plymouth Colony, Massachusetts.\n\n== Sources ==\n&lt;references /&gt;\n* Roberts, Gary Boyd; ''Ancestors of American Presidents''. Boston: New England Historic Genealogical Society, 2009.*The Great Migration Begins: Immigrants to New England 1620-1633, Volumes I-III. (Online database: AmericanAncestors.org, New England Historic Genealogical Society, 2010), (Originally Published as: New EnglandHistoric Genealogical Society. Robert Charles Anderson, The Great Migration Begins: Immigrants to New England 1620-1633, Volumes I-III, 3 vols., 1995). Featured Sketch of Experience Mitchell (child Sarah m. J.Hayward 1661 . p.1272.[https://www.americanancestors.org/databases/great-migration-begins-immigrants-to-ne-1620-1633-vols-i-iii/image?pageName=1272&amp;volumeId=12107&amp;rId=23895631 link for subscribers$] mSOEI3 fALYSY
iABRGI whttps://www.WikiTree.com/wiki/Hayward-1132 pElizabeth qHayward gf b16260000 vEngland z1 yBef 1705 o{{Puritan Great Migration}}\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTree profile Hayward-1132 through the import of Jhoward.ged on May 31, 2013.Click to the Changes page for the details of edits by Julie and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mSOEI3 fALYSY
iWHTT0 whttps://www.WikiTree.com/wiki/Hayward-352 pSusanna qHayward gf b16320110 vAylesford, Kent, England z1 d16611104 yBridgewater, Plymouth, Massachusetts o{{Puritan Great Migration}}\n== Biography ==\n: Name: Susannah /Richmond/: Name: Susanna /Hayward/&lt;ref&gt;Source: [[#S-2009482853]] Text: https://www.ancestry.com/family-tree/person/tree/15949597/person/340750216/facts&lt;/ref&gt;\n\nSusanna married John Richmond. She was the mother of four children.\n\n== Sources ==* ''New England Marriages Prior to 1700'', by Clarence Almon Torrey (New England Historic Genealogical Society: Boston, 2011) Vol. II. p. 1274. RICHMOND, John (?1627-1715) &amp; 1/wf Susanna HAYWARD (-1662?); by 1654; Bridgewater/Taunton {Taunton 1:73-4; Reg. 16:327; Godfrey (ms) 4;Shaw-Williams 26; MD 9:58+; Briggs-DeGroff 299; TAG 36:L127}\n* Source: &lt;span id='S-2009482853'&gt;S-2009482853&lt;/span&gt; Repository: [[#R-2009482618]] Title: Ancestry Family Trees Publication: Name: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Repository: &lt;span id='R-2009482618'&gt;R-2009482618&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com\n** &quot;The First Wife of John Richmond of Taunton, Mass ''The American Genealogist'', 36:137-8 [https://www.americanancestors.org/DB283/i/11877/137/134925653 Link at AmericanAncestors ($)]\n\n&lt;references /&gt;\n\n=== Acknowledgments ===* WikiTree profile Hayward-352 created through the import of Ancestors of PBHowe.ged on Jun 6, 2011 by [[Howe-1046 | Buck Howe]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hayward-352 Changes page] for the details of edits by Buck and others.*Thank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTree profile Hayward-1144 through the import of Jhoward.ged on May 31, 2013. Click to the Changes page for the details of edits by Julie and others.* WikiTree profile Hayward-907 created through the import of ClarkTree.GED on Dec 3, 2012 by [[Clark-9857 | Eric Clark]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hayward-907 Changes page] for the details of edits by Eric and others. mSOEI3 fALYSY
iGJEMR whttps://www.WikiTree.com/wiki/Hayward-1091 pNathaniel qHayward gm b16390000 vMassachusetts z1 yBridgewater, Plymouth, Massachusetts o[[Category: Bridgewater, Massachusetts]]\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Data Changed ===\n: Changed:\n:: 12 Apr 2013\n::: 15:18\nPrior to import, this record was last changed 15:18 12 Apr 2013.\n\n=== Note ===\n: @HI2137@\n\n''No additional information is available. Can you add something?''\n\n== Sources ==\n&lt;references /&gt;\n\n* Nathaniel HAYWARD Great Migration: Immigrants to New England, 1634-1635, Volume III, G-H Great Migration Study Project Record 1500 - 1700. Volume: Vol. III, G-H, Page(s): 292\n*New England Marriages to 1700\n::MARRIAGE : 1664\n::LOCATION : Bridgewater,Plymouth,Massachusetts,United States\n::VOLUME : Volume 2\n::PAGE : 731::TEXT : HAYWARD, Nathaniel (ca 1640-) &amp; Hannah [WILLIS], dau John; by 1664; Bridgewater {Bridgewater 181; Duxbury 338; Morse: Ancient Puritans 2:185; Caldwell Anc. 9; Dunham 300; Small 1:367; Gen. Adv. 5:93; Ayers-Byram 18; Bartlett-Jenkins 57, 131}\n=== Notes ===: &lt;span id='HI2137'&gt;HI2137&lt;/span&gt;(Research):Thomas Hayward, in Anderson, Robert Charles; George F. Sanborn; and Melinde Lutz Sanborn. The Great Migration: Immigrants to New England, 1634-1635. (NEHGS, 1999-2011).: Children... vi. b. say 1639; m. by 1664 Hannah Willis (eldest known child b. Bridgewater 26 April 1664), daughter of JOHN WILLIS {1637, Duxbury} (in his will of 15 June 1692, &quot;John Willis Senior&quot; of Bridgewater included a bequest to &quot;my eldest daughter Hannah Hayward&quot; [PPR 1:169; Gen Adv 3:93])\n:: Savage, James. A Genealogical Dictionary of the First Settlers of New England: Showing Three Generations of Those Who Came Before May, 1692, on the Basis of Farmer's Register. (Boston: Little, Brown, and Co, 1860-1862).: NATHANIEL, Bridgewater, br. of the preced. [Joseph, son of Thomas]m. Hannah, d. of deac. John Willis, had Nathaniel, b. 1664; John; Thomas; Samuel; Elisha; Patience; and perhaps other ds.\n:\n: From familytreemaker by Douglas Yager:\n: Notes for Nathaniel Hayward:: By trade Nathaniel was a carpenter and lived in Beverly although often he is called &quot;of Salem.&quot; He was on the Grand Jury in 1669, and a tythingman in 1677. In 1675 Nathaniel Hayward, aged about 33, testified that at Beverly town meeting he observed that part of the persons that voted were not Freemen. In 1692 he was named in a deed as &quot;Cornet Nathaniel Howard Senr.&quot;\n:: When the New Englanders under Major Sedgwick captured Port Royal from the French in 1654, Capt. Lothrop asked the Major for a bell whichhung in a friary and was part of the spoils in which he intended to hang in the church at the settlement which was to become Beverly. The bell was sent to Salem in Capt. Richard More's kletch and was taken by Beverly men in More's absence without any bill of lading or payment toMore. Twenty-five years later More sued and won. Nathaniel Hayward, aged about 27, deposed that being in company with Capt. More, about twoyears ago, he told them that the bell which is at Beverly was for Capt. Lowthrop but, said More, &quot;you Beverly men did steal ye bell in yt you took ye bell without order when I was not at home.&quot;: Nathaniel's will is headed &quot;Mr. Nathaniel Hayward's Will of Salem&quot;and it is dated 1 May 1719. He states that he had already settled thegreater part of his estate by giving land to his children and grandchildren by deed, namely to the children of his son Nathaniel and to hissons Nehemiah, Jonathan, Nicholas, Samuel and Stephen. He had also given to his daughters Elizabeth Kettle, Abigail Flint, Sarah Coburn andHannah Vickery as they &quot;married away from me.&quot; To his sons Nehemiah and Samuel, a parcel of land, 100 acres, which he had bought of his sonJonathan, lying in the town of Belden. To his son Stephen, the rest of his personal estate. For love and affection to his kinswoman Hannah Coit, daughter of his brother Nehemiah Haywood Ð5. To his daughters Elizabeth Kettle, Abigail Flint and Hannah Vickery, 5s. each. To the children of his daughter Sarah Coburn, 5s. He had already taken care of his wife Elizabeth by a deed, his son Stephen the grantee. Executor: son Stephen. Witnesses: Jonathan Rayment, Barnabas Raymon, Moses ___. Proved 26 Jan 1720/1.\n: More About Nathaniel Hayward:\n: Christening: November 13, 1642, Salem, Essex, Massachusetts.\n: Record Change: January 09, 2004\n=== Acknowledgments ===\nThank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTree profile Hayward-1109 through the import of Jhoward.ged on May 31, 2013.Click to the Changes page for the details of edits by Julie and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;\n=== Acknowledgments ===\nThank you to [[Collins-5159 | Susan Potts]] for creating WikiTree profile Hayward-1370 through the import of 15 generations.ged on Oct 30, 2013. Click to the Changes page for the details of edits by Susan and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mSOEI3 fALYSY
iY93WR whttps://www.WikiTree.com/wiki/Hayward-1119 pElisha qHayward gm b16420000 vDuxbury, Plymouth Colony z1 d17030000 yBridgewater, Plymouth County, Province of Massachusetts Bay o[[Category: Bridgewater, Massachusetts]]\n== Biography ==\nRobert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374 ancestry.com].\n\n=== Data Changed ===\n: Changed:\n:: 12 Dec 2011\n::: 20:09\nPrior to import, this record was last changed 20:09 12 Dec 2011.\n\n== Sources ==\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTree profile Hayward-1119 through the import of Jhoward.ged on May 31, 2013.Click to the Changes page for the details of edits by Julie and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mSOEI3 fALYSY
iMDKP3 whttps://www.WikiTree.com/wiki/Hayward-174 pJoseph qHayward gm b16460000 vDuxbury, Plymouth Colony z1 d17180620 yBridgewater, Plymouth County, Province of Massachusetts Bay o[[Category: Bridgewater, Massachusetts]]\n\nCaution!!! Father seems to be a woman??? in the profile.\nJoseph's father [[Hayward-7|Tabitha Hayward]] ...\nJoseph's mother [[Towne-66|Susannah Towne]] ...\nRobert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374 ancestry.com].\n* Source: Robert Charles Anderson,&quot;Experience Mitchell&quot;, The Pilgrim Migration: Immigrants to Plymouth Colony 1620-1633, Boston, New England Historic Genelogical Society 2004 p. 327\nJoseph Hayward married his 3rd wife, Hannah Mitchell, at Bridgewater,Massachusetts by 1683.&lt;ref&gt;[http://www.americanancestors.org/databases/torreys-new-england-marriages-to-1700/image/?pageName=731&amp;volumeId=21175&amp;rId=45698277 ''Torrey's New England Marriages Prior to 1700''], (Online database. AmericanAncestors.org. New England Historic Genealogical Society, 2008.) Originally published as: New England Marriages Prior to 1700. Boston, Mass.: New England Historic Genealogical Society, 2015. Reference Volume 2, page 731&lt;/ref&gt;\n\n==Family==Hannah &amp; Joseph Hayward's children, born in Bridgewater, Massachusetts Bay:#Abigail Hayward, 03 Aug 1702&lt;ref&gt;Massachusetts Births and Christenings, 1639-1915,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V5FP-4J8 : 10 February 2018), Joseph Hayward in entry for Abigail Hayward, 03 Aug 1702; citing BRIDGEWATER,PLYMOUTH,MASSACHUSETTS,; FHL microfilm 164,691, 164,692.&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt;\n↑ Plymouth, Massachusetts, United States. Plymouth County, Mass., Probate records, 1686-1903; with index and docket, 1685-1967. (Originals with town clerk, filmed by Genealogical Society of Utah, 1968), FHL film 0550510, vol. 4, p. 136-138.Inventory of &quot;Joseph Hayward of Bridgwater in the County of Plymouth who dec'd June 20th 1718&quot; taken 16 Jul 1718 by Nathaniel Brett, Isaac Johnson, and John Field. Will of &quot;Joseph Hayward of the Town of Bridgwater In the County of Plymouth In New England yeoman&quot;, dated 19 Jun 1718, proved 17 Jul 1718, mentions &quot;Hannah my wellbeloved wife&quot;, &quot;my Eldest Son Joseph Hayward&quot;, &quot;my Second Son Thomas Hayward&quot;, &quot;my Third SonEdward Hayward&quot;, &quot;my youngest Son Peter Hayward&quot;, &quot;my four daughter Mary Eames Hannah Byram Susanah Hayward and Abigail Hayward&quot;, &quot;my Grandaughter Alice Algar the Only Surviving daughter of my Eldest daughter Alice Algar&quot;, his right in the &quot;Estate of Peter Town of Cambridge dec'd&quot;.\n Mitchell, Nahum. History of the Early Settlement of Bridgewater, in Plymouth County, Massachusetts: including an extensive family register. (Boston, Suffolk, Massachusetts, United States: Printed for the author by Kidder &amp; Wright, 1840 (reprinted 1897)), 182.Dea. Joseph (s. of Thomas i) m. first Alice, D. of Elder William Brett and had Joseph 1673 ; he had 3 wives, and had a D. Alice 1683; his 3d wife was Hannah, D. of Experience Mitchell, by whom he had Mary 1685, Thomas 1687, Edward 1689, Hannah 1691, and Susanna 1695, Peter 1699,Abigail 1702.—His will 1718.—Alice m. Israel Alger.—Mary m. Thos. Ames 1706.—Hannah m. Capt. Ebenezer Byram 1714.—Susanna m. Jonathan Packard probably 1719.—Abigail m. Zechariah Snell 1731.—Dea. Joseph, and his father Thomas, lived probably near where the Rev. Dr. Reed lived.\nThis person was created through the import of grant2.ged on 07 February 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n* WikiTree profile Hayward-636 created through the import of MulkerinFamily History Site.ged on Dec 15, 2011 by [[Mulkerin-9 | Samantha Mulkerin]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hayward-636 Changes page] for the details of edits by Samantha and others.\n* Source: &lt;span id='S-2142475756'&gt;S-2142475756&lt;/span&gt; Repository: [[#R-2147357987]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members. Note: This informationcomes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=1545140&amp;pid=354* Repository: &lt;span id='R-2147357987'&gt;R-2147357987&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n\n\n* WikiTree profile Hayward-606 created through the import of Donnell_FosterTREE gedFILE.ged on Oct 2, 2011 by [[Fuller-1399 | Ann Fuller]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Hayward-606 Changes page] for the details of edits by Ann and others.\n* Source: &lt;span id='S-2133652518'&gt;S-2133652518&lt;/span&gt; Repository: [[#R-2146807128]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members. Note: This informationcomes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=8531961&amp;pid=633* Repository: &lt;span id='R-2146807128'&gt;R-2146807128&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n=== Ancestral File Number ===\n: Ancestral File Number: 1GNC-VH5\n\n: Ancestral File Number: CKN6-7M\n: Ancestral File Number: 16DQ-3B9\n: Ancestral File Number: 8J4H-11\n\n=== Notes ===\n: &lt;span id='HI2149'&gt;HI2149&lt;/span&gt;(Research):Joseph HAYWARD JOSEPH,: Bridgewater, s. of Thomas, a deac. had three ws. By the first, Alice, d. of: Elder William Brett, had Joseph, b. 1673; and by the third, Hannah, d. of: Experience Mitchell, had Mary, 1685; Thomas, 1687; Edward, 1689; Hannah,1691;\n: Susanna, 1695; Peter, 1699; and Abigail, 1702.\n\n\n\n=== Acknowledgments ===\nThank you to [[Baldwin-3437 | Julie Baldwin]] for creating WikiTree profile Hayward-1118 through the import of Jhoward.ged on May 31, 2013.Click to the Changes page for the details of edits by Julie and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mSOEI3 fALYSY
iFEI2Z whttps://www.WikiTree.com/wiki/Hayward-170 pMary qHayward gf b16480000 vDuxbury, Plymouth Colony z1 d17070000 o== Biography ==Robert Charles Anderson, ''The Great Migrations: Immigrants to New England 1634-1635, Volume III G-H'', New England Historic Genealogical Society, Boston 2003, p 292. At [https://www.ancestry.com/interactive/2496/42521_b158314-00374 ancestry.com].\nMarried Edward Mitchell in 1668.&lt;ref&gt;Yates Publishing. U.S. and International Marriage Records, 1560-1900 [database on-line]. Provo, UT, USA: Ancestry.com Operations Inc, 2004.&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt;\n\n== Contributors ==\n\n[[Baldwin-3437 | Julie Baldwin]] mSOEI3 fALYSY
iB30TA whttps://www.WikiTree.com/wiki/Warner-1812 pIsaac qWarner gm b16700000 vDraycott, Blockley Parish, Worcestershire, England z1 d17270402 yLower Merion, Philadelphia, Pennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n:\n:: ID: DB6074F1-1D35-4FC5-8F93-C0AE0F90210F\n:: ID Number: MH:IF4204\n:: 1670\n:: Draycott, Blockley Parish, Worcestershire, England\n\n=== Death ===\n:\n:: ID: 125437EB-B1DE-4682-9D8F-D68EBF4289F8\n:: ID Number: MH:IF4205\n:: 2 APR 1727\n:: Lower Merion, Philadelphia, Pennsylvania, USA\n\n== Sources ==\n\n&lt;references /&gt;*&quot;England and Wales Non-Conformist Record Indexes (RG4-8), 1588-1977,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:FQ5N-1LQ : 11 December 2014), Isaac Warner, 15 Feb 1670, Birth; citing p. 84, Middlesex &amp; Surrey, record group RG6, Public Record Office, London.*&quot;Pennsylvania, Church Marriages, 1682-1976,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q2WF-RJRD : accessed 30 August 2019), Isaac Warner and Ann Craven, 30 Oct 1692; citing Philadelphia, Philadelphia, Pennsylvania, United States, various churches and archives, Pennsylvania; FHL microfilm 823,996.*&quot;Find A Grave Index,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:QVLQ-MBZQ : 13 December 2015), Isaac Warner, 1727; Burial, Merion Station, Montgomery, Pennsylvania, United States of America, Merion Friends Burial Ground; citing record ID 86331732, Find a Grave, http://www.findagrave.com.\n\n== Acknowledgments ==\nThank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Warner-1812 through the import of Tripp9Feb2013.ged on Feb 9, 2013.\nClick to the Changes page for the details of edits by Philip and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mRBDSX fY1HCD sZOIT8
iZOIT8 sB30TA whttps://www.WikiTree.com/wiki/Craven-315 pAnne qCraven gf b16700000 vBath, England z1 d17541017 yChester County, Pennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n:\n:: ID: D1892C12-8351-4835-89A2-9430ED36E567\n:: ID Number: MH:IF4202\n:: 1670\n:: Bath, England\n\n=== Death ===\n:\n:: ID: 4A9AD3A3-0EFB-4638-B85B-27FF759D898C\n:: ID Number: MH:IF4203\n:: 17 OCT 1754\n:: Chester County, Pennsylvania\n\n=== Record ID Number ===\n: ID Number: MH:I83\n\n=== User ID ===\n: ID: 2D51EAB2-C0DC-42A1-9BFD-702EDB964247\n\n== Sources ==\n\n&lt;references /&gt;*&quot;Pennsylvania, Church Marriages, 1682-1976,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:Q2WF-RJRD : accessed 30 August 2019), Isaac Warner and Ann Craven, 30 Oct 1692; citing Philadelphia, Philadelphia, Pennsylvania, United States, various churches and archives, Pennsylvania; FHL microfilm 823,996.\n\n== Acknowledgments ==\nThank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Craven-315 through the import of Tripp9Feb2013.ged on Feb 9, 2013.\nClick to the Changes page for the details of edits by Philip and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; fPAAF3
iY1HCD whttps://www.WikiTree.com/wiki/Warner-445 pWilliam qWarner gm b16270708 vBlockley, Worcestershire, England z1 d17061000 yBlockley, Philadelphia, Pennsylvania o'''Please do not delete information without checking and editing'''This rough draft is in need of editing. Source information is given for the notes below. The same information is listed on Captain William Warner's page for editing for his specific information.\n\n== Biography ==\nCaptain William Warner (1627-1706) from England to Salem, New Jersey., 1675 settled at Blockley Philadelphia, PA., 1677, member first Council of Province of PA, 1681, m. Anne Dyde.&lt;ref&gt;Gale Genealogy: Ed. Frederick A. Virkus. Vol. 1, pg 877, The Abridged Compendium of American Genealogy: First Families of America: A Genealogical Encyclopedia of the United States, 1925. Baltimore, MD: Genealogical Publishing, &lt;/ref&gt;\n\nWarner, Capt. William(1627-1706), from Eng. to Salem, N.J., 1675; settled at “Blockley, Phila., 1677; mem. first Council of Province of Pa.; m Anne Dide (or Dyde).&lt;ref&gt;&quot;Warner, Capt. William.&quot; Immigrant Ancestors: A List of 2,500 Immigrants to America before 1750. Ed. Frederick Adams Virkus. Baltimore, MD: Genealogical Publishing, 2009. 71. Gale Genealogy Connect. Web. 28 Nov. 2015.&lt;/ref&gt;\n\nWilliam Warner of the City of London, sailor aged 35. (Vol. 41).(??)\nThe first settler who &quot;penetrated the wilds of Blockley&quot; was William Warner, of Blockley, England. He was a resident as early as 1677, having arrived before the great influx of either Welsh or English colonists. William Warner built his house on what afterwards was Forty-fifth and Westminster Avenue. He named his plantation\n&quot;Blockley&quot; after his home in England.\nHe landed at Upland, now Chester. His title was confirmed by William Penn.John Warner, a brother of William, soon followed him, coming over with Penn, and settled nearby. Both were members of the first Pennsylvania Legislature.\nThe name of Duckett, Warner, Kite and others, all early members of the Schuylkill Friends' Meeting, appear on the records at the Friends' Meeting House, Fifteenthand Race Streets, Philadelphia. Mary Warner, daughter of William Warner, married Thomas W'ynn, grandson of Dr. Thomas Wynne.\n&lt;ref&gt;Develin, Mrs. Dora Harvey. Historic Lower Merion And Blockley: Also the Erection Or Establishment of Montgomery County, Pennsylvania. Bala Pa., 1922.&lt;/ref&gt;\n\nCitations included:&lt;ref&gt;Warner, Esther Mae Winget, 1893-. Descendants of William And Ann(Dyde) Warner, 1627-1954. [Xenia?, Ohio: s.n.], 1954. http://babel.hathitrust.org/cgi/pt?id=wu.89062513130;view=1up;seq=18&lt;/ref&gt;\n\n\n\n== Biography ==\nCaptain William Warner (1627-1706) from England to Salem, New Jersey., 1675 settled at Blockley Philadelphia, PA., 1677, member first Council of Province of PA, 1681, m. Anne Dyde...\n\n(son) William 1653-1714, m. Christina Schute.\n&lt;ref&gt;Gale Genealogy: Ed. Frederick A. Virkus. Vol. 1, The Abridged Compendium of American Genealogy: First Families of America: A Genealogical Encyclopedia of the United States, 1925. Baltimore, MD: Genealogical Publishing,&lt;/ref&gt;\n\n\n=== Birth ===\n: Birth:\n:: Date: 09 OCT 1653:: Place: Blockley,,Worcestershire,England&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Ann Dide&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1714:: Place: Philadelphia,Philadelphia,Pennsylvania,USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Ann Dide&lt;/ref&gt;\nCaptain William Warner (1627-1706) from England to Salem, New Jersey., 1675 settled at Blockley Philadelphia, PA., 1677, member first Council of Province of PA, 1681, m. Anne Dyde.&lt;ref&gt;Gale Genealogy: Ed. Frederick A. Virkus. Vol. 1, pg 877, The Abridged Compendium of American Genealogy: First Families of America: A Genealogical Encyclopedia of the United States, 1925. Baltimore, MD: Genealogical Publishing, &lt;/ref&gt;\n\nWarner, Capt. William(1627-1706), from Eng. to Salem, N.J., 1675; settled at “Blockley, Phila., 1677; mem. first Council of Province of Pa.; m Anne Dide (or Dyde).&lt;ref&gt;&quot;Warner, Capt. William.&quot; Immigrant Ancestors: A List of 2,500 Immigrants to America before 1750. Ed. Frederick Adams Virkus. Baltimore, MD: Genealogical Publishing, 2009. 71. Gale Genealogy Connect. Web. 28 Nov. 2015.&lt;/ref&gt;\n\nWilliam Warner of the City of London, sailor aged 35. (Vol. 41).(??)\nThe first settler who &quot;penetrated the wilds of Blockley&quot; was William Warner, of Blockley, England. He was a resident as early as 1677, having arrived before the great influx of either Welsh or English colonists. William Warner built his house on what afterwards was Forty-fifth and Westminster Avenue. He named his plantation\n&quot;Blockley&quot; after his home in England.\nHe landed at Upland, now Chester. His title was confirmed by William Penn.John Warner, a brother of William, soon followed him, coming over with Penn, and settled nearby. Both were members of the first Pennsylvania Legislature.\nThe name of Duckett, Warner, Kite and others, all early members of the Schuylkill Friends' Meeting, appear on the records at the Friends' Meeting House, Fifteenthand Race Streets, Philadelphia. Mary Warner, daughter of William Warner, married Thomas W'ynn, grandson of Dr. Thomas Wynne.\n&lt;ref&gt;Develin, Mrs. Dora Harvey. Historic Lower Merion And Blockley: Also the Erection Or Establishment of Montgomery County, Pennsylvania. Bala Pa., 1922.&lt;/ref&gt;\n\nCaptain in Cromwell's Army in the colonies.pg 8\nCitations included:&lt;ref&gt;Warner, Esther Mae Winget, 1893-. Descendants of William And Ann(Dyde) Warner, 1627-1954. (Xenia, Ohio: s.n.), 1954. http://babel.hathitrust.org/cgi/pt?id=wu.89062513130;view=1up;seq=18&lt;/ref&gt;\nWilliam and Anne (Dyde) Warner were Puritans while in England. After coming to America and associating with members of the Society of Friends, most of their children married into that sect, although there is no evidence that William and Anne ever belonged to any of their meetings.Anne (Dyde) \\Varner survived her husband. By his will he divided his lands between his sons, John and Isaac, and his deceased daughter's husband, James Kite and his children. His son, William, was provided forby other means. To his son, Robert, in England, he gave his estate atDraycott, \\Vorcestershire, England. His estate “Blockley” went tohis widow and son, Isaac. '\nChildren of William and Anne (Dyde) Warner\n:1. John, b. 1649, m. Anne Campden, d. 1717 (of whom hereafter). :2. William, m. Christian, dau. of Swen Schute, a Swede who helped inthe settlement of new Sweden in America. William and Christian \\Varner had four children, namely, Swen, Isaac, Hannah, and Jacob. \\Villiamlived in Glou-\nster Co., N. J., where he died in 1714.:3. Mary, m. James Kite about 1680, d. 1686. She had four children, namely James. Abraham, Grizzel and John.:4. Robert (if he ever came to America, he returned to \\Vorcestershire, England, where he died about 1709).:5. Isaac, m. Anne Cravens in 1692, d. April 10, 1727. He had seven children, namely, \\Villiam, (&quot;The Baron&quot;), John, Isaac, Mary, Esther, Hannah, and Anne.\n&lt;ref&gt;Osler, Harold William, 1911-. History of the Warner Family. [Salesville, OH: s.n., 1935. http://babel.hathitrust.org/cgi/pt?id=wu.89062513148;view=1up;seq=11&lt;/ref&gt;\n\n\n== Sources ==\n==References==\n&lt;references /&gt; mT6K89 fT938S sRBDSX
iRBDSX sY1HCD whttps://www.WikiTree.com/wiki/Dide-2 pAnn qDide gf b16300000 vBlockley, Worcestershire, England z1 d17050412 yPennsylvania o== Biography ==\n\n== Sources ==\n&lt;references /&gt;* http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7179083&amp;pid=-859204227\n\n== Acknowledgments ==WikiTree profile Dide-3 created through the import of Heugatter_Shields_Bachman.ged on Aug 24, 2011 by [[Heugatter-2 | Curtis Shields]]. mRBGP7 fKXBRG
iO915P whttps://www.WikiTree.com/wiki/Warner-911 pJohn qWarner gm b16490000 vBlockley, Worcestershire, England z1 d17170412 ySchuykill River, Philadelphia, Pennsylvania o== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n=== Name ===: Name: John /Warner/&lt;ref&gt;Source: [[#S-2053136713]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=flhg-quakergenvolii&amp;h=212750&amp;ti=0&amp;indiv=try&amp;gss=pt Note: APID: 1,48130::212750&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2052430205]] Page: Birth year: 1649; Birth city: Wm Warner Home; Birth state: PA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=4893064&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1649Birthplace: Wm Warner Home, Philadelphia, PADeath date: 1716Death place: APID: 1,4725::4893064&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2052260056]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepoolb&amp;h=4720289&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1649Birth place: Wm Warner Home, Philadelphia, PA, USA APID: 1,5769::4720289&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 1649:: Place: Blockley, Worcestershire, England&lt;ref&gt;Source: [[#S-2052430205]] Page: Birth year: 1649; Birth city: Wm Warner Home; Birth state: PA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=4893064&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1649Birth place: Wm Warner Home, Philadelphia, PADeath date: 1716Death place:APID: 1,4725::4893064&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2052260056]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepoolb&amp;h=4720289&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: 1649Birth place: Wm Warner Home, Philadelphia, PA, USA APID: 1,5769::4720289&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 12 Apr 1717:: Place: Schuykill River, Philadelphia, Pennsylvania, United States&lt;ref&gt;Source: [[#S-2052430205]] Page: Birth year: 1649; Birth city: Wm Warner Home; Birth state: PA. Note: http://trees.ancestry.com/rd?f=sse&amp;db=genepool&amp;h=4893064&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text:Birth date: 1649Birth place: Wm Warner Home, Philadelphia, PADeath date: 1716Death place: APID: 1,4725::4893064&lt;/ref&gt;\n\n=== Note ===\n: Note: Blockley, Worcestershire, England:: http://trees.ancestry.com/rd?f=image&amp;guid=56c07def-be50-4422-b955-cdd30b48c89f&amp;tid=21996533&amp;pid=555\n\n== Sources ==\n* WikiTree profile Warner-911 created through the import of Heugatter_Shields_Bachman.ged on Aug 24, 2011 by [[Heugatter-2 | Curtis Shields]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Warner-911 Changes page] for the details of edits by Curtis andothers.\n* Source: &lt;span id='S-2049159502'&gt;S-2049159502&lt;/span&gt; Repository: [[#R-2139208558]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=21996533&amp;pid=555\nNo REPO record found with id R-2139208558.* Source: &lt;span id='S-2052260056'&gt;S-2052260056&lt;/span&gt; Repository: [[#R-2139208558]] Title: Family Data Collection - Births Author: EdmundWest, comp. Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2001. Note: APID: 1,5769::0* Source: &lt;span id='S-2052430205'&gt;S-2052430205&lt;/span&gt; Repository: [[#R-2139208558]] Title: Family Data Collection - Individual Records Author: Edmund West, comp. Publication: Online publication - Provo, UT,USA: Ancestry.com Operations Inc, 2000. Note: APID: 1,4725::0* Source: &lt;span id='S-2053136713'&gt;S-2053136713&lt;/span&gt; Repository: [[#R-2139208558]] Title: Encyclopedia of American Quaker Genealogy. Vol.II: (New Jersey and Pennsylvania Monthly Meetings) Note: APID: 1,48130::0\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mRBDSX fY1HCD
iODU36 whttps://www.WikiTree.com/wiki/Warner-3139 pWilliam qWarner gm b16531009 vBlockley, Worcestershire, England z1 d17140000 yPhiladelphia, Philadelphia, Pennsylvania o'''Please do not delete information without checking and editing'''This rough draft is in need of editing. Source information is given for the notes below. The same information is listed on Captain William Warner's page for editing for his specific information.\n\n== Biography ==\nCaptain William Warner (1627-1706) from England to Salem, New Jersey., 1675 settled at Blockley Philadelphia, PA., 1677, member first Council of Province of PA, 1681, m. Anne Dyde...\n\n(son) William 1653-1714, m. Christina Schute.\n&lt;ref&gt;Gale Genealogy: Ed. Frederick A. Virkus. Vol. 1, The Abridged Compendium of American Genealogy: First Families of America: A Genealogical Encyclopedia of the United States, 1925. Baltimore, MD: Genealogical Publishing,&lt;/ref&gt;\n\n\n=== Birth ===\n: Birth:\n:: Date: 09 OCT 1653:: Place: Blockley,,Worcestershire,England&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Ann Dide&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: Date: 1714:: Place: Philadelphia,Philadelphia,Pennsylvania,USA&lt;ref&gt;Source: [[#S49]] Page: Database online. Data: Text: Record for Ann Dide&lt;/ref&gt;\nCaptain William Warner (1627-1706) from England to Salem, New Jersey., 1675 settled at Blockley Philadelphia, PA., 1677, member first Council of Province of PA, 1681, m. Anne Dyde.&lt;ref&gt;Gale Genealogy: Ed. Frederick A. Virkus. Vol. 1, pg 877, The Abridged Compendium of American Genealogy: First Families of America: A Genealogical Encyclopedia of the United States, 1925. Baltimore, MD: Genealogical Publishing, &lt;/ref&gt;\n\nFATHER: Warner, Capt. William(1627-1706), from Eng. to Salem, N.J., 1675; settled at “Blockley, Phila., 1677; mem. first Council of Province of Pa.; m Anne Dide (or Dyde).&lt;ref&gt;&quot;Warner, Capt. William.&quot; Immigrant Ancestors: A List of 2,500 Immigrants to America before 1750. Ed. Frederick Adams Virkus. Baltimore, MD: Genealogical Publishing, 2009. 71. Gale Genealogy Connect. Web. 28 Nov. 2015.&lt;/ref&gt;\n\nWilliam Warner of the City of London, sailor aged 35. (Vol. 41).(??)\n\nThe first settler who &quot;penetrated the wilds of Blockley&quot;\nwas William Warner, of Blockley, England. He was a\nresident as early as 1677, having arrived before the great\ninflux of either Welsh or English colonists. William\nWarner built his house on what afterwards was Forty-fifth\nand Westminster Avenue. He named his plantation\n&quot;Blockley&quot; after his home in England.\n\nHe landed at Upland,\nnow Chester. His title was confirmed by William Penn.\nJohn Warner, a brother of William, soon followed\nhim, coming over with Penn, and settled nearby. Both\nwere members of the first Pennsylvania Legislature.\n\nThe name of Duckett, Warner, Kite and others, all\nearly members of the Schuylkill Friends' Meeting, appear\non the records at the Friends' Meeting House, Fifteenth\nand Race Streets, Philadelphia. Mary Warner, daughter\nof William Warner, married Thomas W'ynn, grandson of\nDr. Thomas Wynne.\n&lt;ref&gt;Develin, Mrs. Dora Harvey. Historic Lower Merion And Blockley: Also the Erection Or Establishment of Montgomery County, Pennsylvania. Bala (Pa.), 1922.&lt;/ref&gt;\n\nFATHER: Captain in Cromwell's Army in the colonies.pg 8\nCitations included:&lt;ref&gt;Warner, Esther Mae Winget, 1893-. Descendants of William And Ann(Dyde) Warner, 1627-1954. [Xenia, Ohio: s.n.], 1954. http://babel.hathitrust.org/cgi/pt?id=wu.89062513130;view=1up;seq=18&lt;/ref&gt;\n\nFATHER: William and Anne (Dyde) Warner were Puritans while\nin England. After coming to America and associating with\nmembers of the Society of Friends, most of their children\nmarried into that sect, although there is no evidence that Wil-\nliam and Anne ever belonged to any of their meetings.\nAnne (Dyde) \\Varner survived her husband. By his will\nhe divided his lands between his sons, John and Isaac, and his\ndeceased daughter's husband, James Kite and his children.\nHis son, William, was provided for by other means. To his\nson, Robert, in England, he gave his estate at Draycott, \\Vor-\ncestershire, England. His estate “Blockley” went to his widow\nand son, Isaac. '\nChildren of William and Anne (Dyde) Wamor\n:1. John, b. 1649, m. Anne Campden, d. 1717 (of whom here-\nafter). \n:2. William, m. Christian, dau. of Swen Schute, a Swede who\nhelped in the settlement of new Sweden in America.\n William and Christian \\Varner had four children, namely,\nSwen, Isaac, Hannah, and Jacob. \\Villiam lived in Glou-\nster Co., N. J., where he died in 1714.\n:3. Mary, m. James Kite about 1680, d. 1686. She had four\nchildren, namely James. Abraham, Grizzel and John.\n:4. Robert (if he ever came to America, he returned to \\Vor-\ncestershire, England, where he died about 1709).\n:5. Isaac, m. Anne Cravens in 1692, d. April 10, 1727.\nHe had seven children, namely, \\Villiam, (&quot;The Baron&quot;),\nJohn, Isaac, Mary, Esther, Hannah, and Anne.\n&lt;ref&gt;Osler, Harold William, 1911-. History of the Warner Family. [Salesville, OH: s.n., 1935. http://babel.hathitrust.org/cgi/pt?id=wu.89062513148;view=1up;seq=11&lt;/ref&gt;\nMarriage to Christina Schute/Skute&lt;ref&gt;Pennsylvania Genealogical Magazine, Vol 40, pg 222 &amp; 223. ''1671 Census of the Delaware''&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; fY1HCD
iG4ZAO whttps://www.WikiTree.com/wiki/Warner-447 pMary qWarner gf b16600000 vPhiladelphia, Philadelphia, Pennsylvania z1 d17130906 yPhiladelphia, Philadelphia, Pennsylvania oThis person was created through the import of Smith-Hunter.ged on 10 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-923559106]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7179083&amp;pid=-859208758\n\n=== Sources ===\n: Source &lt;span id='S-923559106'&gt;S-923559106&lt;/span&gt;\n: Repository: [[#R-923559107]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-923559107'&gt;R-923559107&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: mRBDSX fY1HCD
iT938S whttps://www.WikiTree.com/wiki/Warner-446 pJohn qWarner gm b15820422 vBlockley, Worcestershire, , England z1 d16570000 yBlockley Par, Worcestershire, , England oThis person was created through the import of Smith-Hunter.ged on 10 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-923559106]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7179083&amp;pid=-859203166\n\n=== Sources ===\n: Source &lt;span id='S-923559106'&gt;S-923559106&lt;/span&gt;\n: Repository: [[#R-923559107]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-923559107'&gt;R-923559107&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note: sT6K89
iT6K89 sT938S whttps://www.WikiTree.com/wiki/UNKNOWN-35185 pMargaret qUNKNOWN gf b15840000 vBlockley, Worcestershire, , England z1 d16570000 yDraycott, Derbyshire, , England oThis person was created through the import of Smith-Hunter.ged on 10 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Name ===\n: Name: Margaret\nCouldn't find any valid last name at birth.\n\n=== Source ===\n: Source: [[#S-923559106]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7179083&amp;pid=-859203165\n\n=== Sources ===\n: Source &lt;span id='S-923559106'&gt;S-923559106&lt;/span&gt;\n: Repository: [[#R-923559107]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-923559107'&gt;R-923559107&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note:
iKXBRG whttps://www.WikiTree.com/wiki/Dide-1 pWilliam qDide gm b16050000 vWorcester, Worcestershire, England z1 d16300000 oHusband of Mary UNKNOWN — married 1627 in Worcester, Worcestershire, , England\nThis person was created through the import of Smith-Hunter.ged on 10 March 2011. The following data was included in the gedcom. You may wish to edit it for readability.\n\n=== Source ===\n: Source: [[#S-923559106]]\n:: Page: Ancestry Family Trees\n:: Note:\n:: Data:::: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=7179083&amp;pid=-859202508\n\n=== Sources ===\n: Source &lt;span id='S-923559106'&gt;S-923559106&lt;/span&gt;\n: Repository: [[#R-923559107]]\n: Title: Ancestry Family Trees: Publication: Online publication - Provo, UT, USA: The Generations Network. Original data: Family Tree files submitted by Ancestry members.: Note: This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of these tree files may have removed or changed information since this source citation was created.\n\n\n\n: Repository &lt;span id='R-923559107'&gt;R-923559107&lt;/span&gt;\n: Name: Ancestry.com\n: Address: http://www.Ancestry.com\n: Note:\n\n\n\n\n\n----\n\n== Biography ==\n''This biography is a rough draft. It was auto-generated by a GEDCOM import and needs to be edited.''\n\n== Sources ==\n* WikiTree profile Dide-5 created through the import of Heugatter_Shields_Bachman.ged on Aug 24, 2011 by [[Heugatter-2 | Curtis Shields]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Dide-5 Changes page] for the details of edits by Curtis and others.\n* Source: &lt;span id='S-2049159502'&gt;S-2049159502&lt;/span&gt; Repository: [[#R-2139208558]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=21996533&amp;pid=565\nNo REPO record found with id R-2139208558.\n\n&lt;references /&gt;\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; sRBGP7
iRBGP7 sKXBRG whttps://www.WikiTree.com/wiki/UNKNOWN-35260 pMary qUNKNOWN gf b16050000 vWorcester, Worcestershire, England z1 d16300000 o{{Unsourced|England}}\n==Biography==\nMary, surname unknown, was born around 1605 in Worcester, Worcestershire, England. She married William Dide and they had at least 1 child, Ann. She died about 1630.\n\n== Sources ==\n&lt;references /&gt;* WikiTree profile Dide-4 created through the import of Heugatter_Shields_Bachman.ged on Aug 24, 2011 by [[Heugatter-2 | Curtis Shields]]. See the [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Dide-4 Changes page] for the details of edits by Curtis and others.
iPAAF3 whttps://www.WikiTree.com/wiki/Craven-316 pJames qCraven gm b16320000 z1 d16721004 yBath, England o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n:\n:: ID: 1ACE5DA9-43AB-48ED-8BB1-F6B8886B1659\n:: ID Number: MH:IF4199\n:: 1632\n\n=== Death ===\n:\n:: ID: C0711249-626F-49F1-BF7D-020863B9FD53\n:: ID Number: MH:IF4200\n:: 4 OCT 1672\n:: Bath, England\n\n=== Record ID Number ===\n: ID Number: MH:I362\n\n=== User ID ===\n: ID: A852DBD3-3433-42B7-8598-DC6AC00FC7B8\n\n=== UPD ===\n: 16 APR 2012 09:48:40 GMT-6\n\n=== Burial ===\n:\n:: ID: 7F5C23CF-3362-4802-A01A-17883BE1480A\n:: ID Number: MH:IF4201\n:: St. Peter's Church, Bath, England\n\n== Sources ==\n* Source: &lt;span id='S61'&gt;S61&lt;/span&gt; Record ID Number: MH:S61 User ID: 9A54398F-4971-4170-9F73-8A44F50E02BE Author: Jeremy Feick Title: Feick Web Site Text: MyHeritage.com family tree CONT Family site: Feick Web Site CONT Family tree: Feick Family Tree Media: 58436552-1 Type: Smart Matching Page: James Craven Event: Smart Matching Role:1000293 Data: Date: 16 APR 2012 Text: Added by confirming a SmartMatch Quality or Certainty of Data: 3\n\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Tripp-646 | Philip Tripp]] for creating WikiTree profile Craven-316 through the import of Tripp9Feb2013.ged on Feb 9, 2013.\nClick to the Changes page for the details of edits by Philip and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;
iXOYWP whttps://www.WikiTree.com/wiki/Tibbens-49 pSamuel qTibbens gm b18180218 vLaurelton,,Union County,Pennsylvania z1 d18970625 yBellefonte,,Centre County,Pennsylvania o== Biography ==\n'''Buried'''\nLutheran Cem,Pleasant Gap,Centre County,Pennsylvania.\n'''Note:''' [[#N72914200]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N72914200'&gt;N72914200&lt;/span&gt;Name from death certificate of daughter Jemima; b &amp; d Cherry Will; Fred Houts\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family history).\n
iBNO5L whttps://www.WikiTree.com/wiki/Gross-1311 pMary Ann qGross gf b18560000 o== Biography ==\nMary was born about 1856. Mary Gross ... &lt;ref&gt;Entered by Daniel Chester, Wednesday, September 25, 2013.&lt;/ref&gt;\n''Can you add any information on Mary Gross? Please help grow her WikiTree profile. Everything you see here is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Mary's life were either witnessed by [[Chester-283 | Daniel Chester]] or Daniel plans to add [[sources]] here later.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Chester-283 | Daniel Chester]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Gross-1311 creating] Gross-1311 on 25 Sep 13. Click the Changes tab for the details on contributions by Daniel and others.\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt; mL7EVN fFVJJC sBHNBM
iBHNBM sBNO5L whttps://www.WikiTree.com/wiki/Bell-7371 pDaniel Webster qBell gm b18500000 o== Biography ==\nDaniel Bell ... &lt;ref&gt;Entered by Daniel Chester, Wednesday, September25, 2013.&lt;/ref&gt;\n''Can you add any information on Daniel Bell? Please help grow his WikiTree profile. Everything you see here is a collaborative work-in-progress.''\n\n== Sources ==\n''No sources. The events of Daniel's life were either witnessed by [[Chester-283 | Daniel Chester]] or Daniel plans to add [[sources]] herelater.''\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Chester-283 | Daniel Chester]] for [http://www.wikitree.com/index.php?title=Special:NetworkFeed&amp;who=Bell-7371 creating] Bell-7371 on 25 Sep 13. Click the Changes tab for the details on contributions by Daniel and others.\n&lt;!-- Please edit or improve on anything you see on this page. Thank you! --&gt;
iXXIHW whttps://www.WikiTree.com/wiki/Bell-7370 pAndrew qBell gm b18760000 z1 d19190000 yRidgway, IL mBNO5L fBHNBM
iFVJJC whttps://www.WikiTree.com/wiki/Gross-4579 pPhilip qGross gm vNassau,,, o== Biography ==\n'''Note:''' [[#N49640265]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N49640265'&gt;N49640265&lt;/span&gt;Death certificate of Mary Ann Gross Brooks shows birthplace of PhilipGross as\nGermany.\nCRE\n25 SEP 2019.\nTime: 10:57:11.\n\n== Sources ==\n&lt;references /&gt;* Death certificate of Mary Ann Gross Brooks shows birthplace of Philip Gross as\nGermany.\n sL7EVN
iL7EVN sFVJJC whttps://www.WikiTree.com/wiki/Beezer-8 pBarbara qBeezer gf vNassau,,, o== Biography ==\n'''Note:''' [[#N20555350]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N20555350'&gt;N20555350&lt;/span&gt;Mary Ann Gross Brooks' death certificate shows birthplace of Barbara Beezer as\nGermany.\nCRE\n25 SEP 2019.\nTime: 10:57:11.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family genealogical records).
iF815V whttps://www.WikiTree.com/wiki/Stamm-398 pFred Roger qStamm gm b19181119 vBellefonte,Centre,Pennsylvania z1 d19861004 yFt. Myers,,Florida o== Biography ==\n'''Name:''' Fred Roger Stamm.\nGiven Name: Fred Roger.\nSurname: Stamm.\nSuffix: Sr.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n08 OCT 1986.\nFairview Cem,Millheim,Centre,Pennsylvania.\n'''Note:''' [[#N15581680]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N15581680'&gt;N15581680&lt;/span&gt;\nobituary\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account.\nThis person is privacy-protected on WikiTree. If you did not add their information, do not share it with anyone. sE78U3
iE78U3 sF815V whttps://www.WikiTree.com/wiki/Rishel-183 pHelen qRishel gf b19180000 o== Biography ==\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;\n* Personal account (family history).\n\nThis person is privacy-protected on WikiTree. If you did not add their information, do not share it with anyone.
iGSQRZ whttps://www.WikiTree.com/wiki/Glynn-707 pPatrick qGlynn gm vScotland, United Kingdom o== Biography ==\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;\n* Direct relation.\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. sBZKM8
iBZKM8 sGSQRZ whttps://www.WikiTree.com/wiki/Mass-69 pMargaret Peggy qMass gf o== Biography ==\n'''Name:''' Margaret &quot;Peggy&quot; Mass.\nGiven Name: Margaret &quot;Peggy&quot;.\nSurname: Mass.''A Given name was found in addition to a first name in the NAME tag.''\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;\n* Direct relation.\n\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information.
iJ26RO whttps://www.WikiTree.com/wiki/Meyer-12516 pJost qMeyer gm b15970000 z1 d16700000 sHTVYV
iHTVYV sJ26RO whttps://www.WikiTree.com/wiki/Kieffer-898 pMargaretha qKieffer gf b16201030 z1 d16490000
iY4TY0 whttps://www.WikiTree.com/wiki/Smither-39 pWilliam qSmither gm b17100000 z1
iD5XDQ whttps://www.WikiTree.com/wiki/Allgaier-16 pZachrias qAllgaier gm b16250514 z1 d16750302 sMM874
iMM874 sD5XDQ whttps://www.WikiTree.com/wiki/Mossner-129 pBarbara qMossner gf b16260000 z1 d16920907
iQAU8M whttps://www.WikiTree.com/wiki/Oliver-6799 pJoseph qOliver gm b18521107 z1 d19220108 sOLEQ3
iOLEQ3 sQAU8M whttps://www.WikiTree.com/wiki/Woodley-424 pElizabeth qWoodley gf b18550208 z1 d19431222
iN0NEO whttps://www.WikiTree.com/wiki/Beckett-234 pThomas A qBeckett gm b18110000 z1 d18890000 sYBJS0
iYBJS0 sN0NEO whttps://www.WikiTree.com/wiki/Roath-15 pMargaret qRoath gf b18150000 z1 d18720302
iZXWX0 whttps://www.WikiTree.com/wiki/Ruth-140 pUNKNOWN qRuth gf z1 d18040000
iBEDAB whttps://www.WikiTree.com/wiki/Myrick-278 pThomas qMyrick gm z1
iYXCSW whttps://www.WikiTree.com/wiki/Stebbins-24 pRowland qStebbins gm b15921105 z1 d16711214 sKC7TS
iKC7TS sYXCSW whttps://www.WikiTree.com/wiki/Whiting-18 pSarah qWhiting gf b15911130 z1 d16491004
iTCIEG whttps://www.WikiTree.com/wiki/Meyrick-39 pLlewellyn qMeyrick gm z1 d15380000 sQDI6V
iQDI6V sTCIEG whttps://www.WikiTree.com/wiki/Roland-119 pMargaret Verch qRoland gf b14830000
iZ6IVT whttps://www.WikiTree.com/wiki/Griffith-236 pJames qGriffith gm b14870000 sZXYCY
iZXYCY sZ6IVT whttps://www.WikiTree.com/wiki/Lloyd-149 pMaud qLloyd gf b14870000 z1 d15300000
iSAM1T whttps://www.WikiTree.com/wiki/Ienen-7 pJohn Ap qIenen gm b15200000 z1 d15540000 sYGV6Z
iYGV6Z sSAM1T whttps://www.WikiTree.com/wiki/UNKNOWN-80482 pIenen qUNKNOWN gf
iDX2N2 whttps://www.WikiTree.com/wiki/Trevillier-3 pJohn qTrevillier gm b14800000
iZA5H7 whttps://www.WikiTree.com/wiki/Baker-5318 pThomas qBaker gm b15270000 sMG4Z2
iMG4Z2 sZA5H7 whttps://www.WikiTree.com/wiki/Goldhop-1 pAgnes qGoldhop gf b15310000 z1 d16020000
iJYQB0 whttps://www.WikiTree.com/wiki/Frost-62 pJohn qFrost gm b15400108 z1 d16090305 sD11QT
iD11QT sJYQB0 whttps://www.WikiTree.com/wiki/Scott-243 pAnn qScott gf b15380000 z1 d15880730
iIP07L whttps://www.WikiTree.com/wiki/Belgrave-15 pJohn qBelgrave gm b15350000 z1 d15910212 sLB9IO
iLB9IO sIP07L whttps://www.WikiTree.com/wiki/Strutt-5 pJoanna qStrutt gf b15410000 z1 d15770800
iTHPXO whttps://www.WikiTree.com/wiki/Whale-16 pPhilemon qWhale gm b15640000 z1 d16200323 sJDVH3
iJDVH3 sTHPXO whttps://www.WikiTree.com/wiki/Norwood-97 pAgnes qNorwood gf b15610000 z1 d16260323
iKUR4W whttps://www.WikiTree.com/wiki/Axtell-3079 pWilliam qAxtell gm b15410000 z1
iG9OAQ whttps://www.WikiTree.com/wiki/Maynard-886 pJohn qMaynard gm b15750000 z1 d16030000 sYL5YI
iYL5YI sG9OAQ whttps://www.WikiTree.com/wiki/Ashton-642 pElizabeth qAshton gf b15790000 z1 d16030000
iEEJFN whttps://www.WikiTree.com/wiki/Brownson-261 pJohn qBrownson gm b16020000 z1 d16801128 sR7UDU
iR7UDU sEEJFN whttps://www.WikiTree.com/wiki/Hills-30 pFrances qHills gf b16020000 z1
iZQYUY whttps://www.WikiTree.com/wiki/Hawkes-1 pJohn qHawkes gm b16130000 z1 sM8I93
iM8I93 sZQYUY whttps://www.WikiTree.com/wiki/Unknown-446105 pElizabeth qUnknown gf b16200000 z1 d16890925
iWI2JI whttps://www.WikiTree.com/wiki/Tibbens-51 pSamuel qTibbens gm b18180218 z1 d18970625
iGITE6 whttps://www.WikiTree.com/wiki/Shores-19 pJohn qShores gm b16770000 sUKACQ
iUKACQ sGITE6 whttps://www.WikiTree.com/wiki/Sims-260 pSara qSims gf b16800000
iK0N84 whttps://www.WikiTree.com/wiki/Wynne-1063 pHarri qWynne gm b14850000 sY7LWS
iY7LWS sK0N84 whttps://www.WikiTree.com/wiki/Thelwell-9 pAlice qThelwell gf b14850000
iZEQID whttps://www.WikiTree.com/wiki/Graves-672 pMark qGraves gm b16230000 z1 d17080000 sHELCO
iHELCO sZEQID whttps://www.WikiTree.com/wiki/UNKNOWN-34429 pAmy qUNKNOWN gf b16200000 z1 d16650220
iOLWDP whttps://www.WikiTree.com/wiki/Howard-3598 pJohn qHoward gm b16200702 z1 d16610424
iN60T8 whttps://www.WikiTree.com/wiki/Unknown-451659 pMary qUnknown gf b16000000 z1
pSTART T1VY9 e1 gm m20140708 wWinchester, Virginia, United States
pFT3RF LJ3RE e1 gm m19880412
pMBJ6B WR5EP e1 gm m19651127 wSt Luke's LuthCh,Centre Hall,Centre,Pennsylvania
pLDXB1 NOJM6 e1 gm m19350907 wMilesburg,,Centre County,Pennsylvania
pQR37O W2606 e1 gm m19101110 w,Montandon,Northumberlnd Co,Pennsylvania
pG3LLF W2606 e1 gm m19130807 wToronto, York, Ontario, Canada
pITY4L UHSGO e1
pUHSGO WY5II e1 gm
pEEFYL O7ANP e1 gm
pBDMGR HDS04 e1 gm
pA5MKM C96TU e1 gm
pF7ZV5 U5OEQ e1 gm
pX8DUT YKEER e1 gm
pDLQI5 HATOS e1 gm m17150104 wGelnhausen, Main-Kinzig-Kreis, Hessen, Germany
pKQYDY R1Q9W e1 gm
pH5Y1E O1K06 e1 gm m17481129 wTulpehocken, Berks, Province of Pennsylvania
pPNPOE UZAQR e1 gm m17241031 wWeierbach,,Rheinland,Germany
pEXSZD YRFDM e1 gm m16860514 wWeierbach,,Rheinland,Germany
pEFDYC ZL1U7 e1 gm m16420000 wWeierbach,,Rheinland,Germany
pUF2L4 WAV7Y e1 gm m16880427 wHerren Sultzbach,,,Germany
pFE4L3 UZAQR e1 gm m17120418 wRhine, Dodge, Georgia
pMRBCO SKTUV e1 gm m16620617 wHerronsulzback,,Rheinland,Germany
pEQRNM MRBCO e1 gm m16760809 wSulzbach, Birkenfeld, Rheinland-Pfalz, Germany
pE4K7B MNXIS e1 gm m16441023 wEvangelisch, Herren-Sulzbach, Rheinland, Prussia
pBV41V KB7QG e1
pL5G8I NA3GF e1 gm
pI8CIP RJ0TB e1 gm
pG7CJ6 QLNUA e1 gm m16691116 wChurch,Herren-Sulzbach,Reinland,Germany
pC1978 CB5J9 e1 gm
pDWI5G GGFLP e1 gm m17720402
pDWI5G NU8VZ e1 gm
pE6XUH W9PGE e1 gm m17430205 wLomersheim, Enzkreis, Baden-Württemberg, Germany
pU3C1P XLYLR e1 gm m17060907 wVaihingen an der Enz, Württemberg, Deutschland
pJL8YJ RIS3W e1 gm m16760215 wBissingen an der Enz
pBYMUR ZW2AD e1 gm
pCZCQG Z737V e1 gm
pATULK HC347 e1 gm m16530000 wLomersheim, Enzkreis, Baden-Wuerttemberg, Germany
pREOKK TERWS e1 gm
pFN7FS Z3GV3 e1 gm m16920000 wKirchheim, Bad Durkheim, Rheinland-Pfalz, Germany
pA1OFK NS174 e1 gm m16520422 wMarktoberdorf, Germany
pLSPM2 RQWV2 e1 gm
pGR432 Z4PTL e1 gm m15930000 wGermany
pL0GUY NYXZL e1 gm m15790818 w, , , Germany
pEMOV5 S4NUX e1 gm
pECM32 RIS33 e1 gm
pF9CM1 XJ9JX e1 gm
pCSPWM NOL4H e1 gm m18901230 wSaint Catharines, Grantham, Lincoln, Ontario, Canada
pBW7BV Z6J4E e1
pBW7BV VMITS e1 gm wMerrickville, Ontario
pCSVWL UO8BI e1 gm m18261109 wMerrickville, Ontario
pAITTQ TZTHN e1 gm m17880000 wLuenburg, Stormont, Ontario, Canada
pKLYLG OG1FV e1 gm m17520000 wNew York State
pKLYLG ZXWX0 e1
pL7N0C XW2TU e1 gm m17260319 wSpringfield, Hampden, Massachusetts
pQZD2Q ZUOLE e1 gm m16901218 wSpringfield, Hampden, Massachusetts
pAUHDM NG56S e1 gm m16531021 wSpringfield, Hampden, Massachusetts
pAUHDM BEDAB e1
pR1OCJ VCU7U e1 gm m16020000 wSt. David's, Pembrokeshire, Wales
pC7AH3 NG56S e1 gm m16390914 wSpringfield, Hampden, Massachusetts
pJWL9D UVEXD e1 gm m15780000
pEYBV5 UVEXD e1 gm
pDEPOF R1OCJ e1 gm
pBI0C3 PH8BV e1 gm
pCT485 UVEXD e1 gm
pHQXFO KCZMD e1 gm
pDJDGW NSA3R e1 gm m15360000 wSt. David's, Pembrokeshire, Wales
pGZM4G IU697 e1 gm m16490500 wSpringfield, Hampden, Massachusetts
pCQPU7 DI5H6 e1 gm m16320000 wEngland
pFZA8W ND4OL e1 gm m16981213 wDeerfield, Franklin, Massachusetts
pCCRNZ WKU7I e1 gm m16690414 wSudbury, Middlesex, Massachusetts
pDGCVZ H2D1T e1 gm m16331127 wLittle Gaddesden, England
pDGCVZ V9SNE e1 gm m16250000 wEngland
pJSZ0M SAOJD e1 gm m16050000 wStanstead, Suffolk, England
pJSZ0M KZSWT e1 gm m15790622 wSudbury, Suffolk, England
pFQ5NN SAOJD e1 gm m16220000 wEngland
pMFGNP OGF75 e1 gm m15590000 wBuckhamstead, Hertfordshire, England
pSL2ZB V1U5Y e1 gm m15850926 wGlemsford, Suffolk, England
pAC9Y5 GT4GS e1 gm m16380000 wHertford England
pAC9Y5 K0G2K e1 gm m16460614 wSudbury Middlesex County Massachusetts
pHUZUX WX5GS e1 gm m16110000 wEngland
pM92X5 W7DMI e1 gm
pOIV6C PH5K8 e1 gm
pIFFPR W46JH e1 gm m16691214 wHadley, Hampshire, MA
pIFFPR PYCM5 e1 gm m16961120 wDeerfield, Franklin, MA
pF381J VFDVO e1 gm m16780626 wMassachusetts
pELHSX VFDVO e1 gm m16410000 wBraintree, Essex, Massachusetts
pH3UGD VFDVO e1 gm m16780625 wSpringfield, Hampden, Massachusetts
pMUAN7 RP5PW e1 gm
pGL9LX MUAN7 e1 gm
pSG9ZU W9C0O e1 gm
pKJ0N8 M3ATT e1 gm m18261118 wRenwick, Cumberland, England, United Kingdom
pLKTHY X066K e1 gm m17971108 wRenwick, Cumberland
pQERC0 TY0ZH e1 gm m19000731 wPleasant Gap,,Centre County,Pennsylvania
pLJZPP V3GA3 e1 gm m18770000
pNZBWT OT35F e1 gm m19000731 wPleasant Gap,,Centre County,Pennsylvania
pJ1L43 VO6EG e1 gm
pBVR3L V3GA3 e1 gm m18770000
pSXF5Y ZK8YZ e1 gm
pYDL62 YII4N e1 gm
pY3YQW ZFKEB e1 gm m17520323 wChrist Church, Philadelphia, Pennsylvania
pKZV5C LEQVM e1 gm m17270000
pIQOXH LEQVM e1 gm
pNIKGM UC9XA e1 gm m17300616 wE Nantmeal, Chester, Pennsylvania,
pNA8L4 QK0FI e1 gm m16940000 wArch Street Meeting, Philadelphia, Philadelphia County, Pennsylvania
pDJGZI QDMTY e1 gm m16560000 wFlintshire, Wales***Data is already there***
pDJGZI RDLQX e1 gm m16760720 wat her father's home in Rainhill, Lancashire, England
pQ1E9L U3SII e1 gm
pKSK71 NV44B e1 gm m15881029 wBodfari Church, Flintshire, Wales
pASQEH XT0HR e1 gm m16260000 wClwyd, Wrexham, Denbighshire, Wales.
pES8PY ZP2RQ e1 gm m16770628 wConcord, Middlesex, Massachusetts Bay
pKMG9P QMXSX e1 gm m16530000 wDuxbury, Plymouth Colony
pKMG9P OLWDP e1
pALYSY SOEI3 e1 gm m16240000 wAylesford, Kent, England
pB30TA ZOIT8 e1 gm m16921030 wPhiladelphia, Philadelphia, Pennsylvania
pRBDSX Y1HCD e1 gm m16471100 wHer, Chari-Baguirmi, Chad
pT6K89 T938S e1 gm m16120000 wBlockley, Worcestershire, , England
pKXBRG RBGP7 e1 gm m16270000 wWorcester, Worcestershire, , England
pBHNBM BNO5L e1 gm
pFVJJC L7EVN e1 gm
pE78U3 F815V e1 gm
pBZKM8 GSQRZ e1 gm
pHTVYV J26RO e1
pD5XDQ MM874 e1
pOLEQ3 QAU8M e1
pN0NEO YBJS0 e1
pKC7TS YXCSW e1
pQDI6V TCIEG e1
pZ6IVT ZXYCY e1
pSAM1T YGV6Z e1
pMG4Z2 ZA5H7 e1
pD11QT JYQB0 e1
pIP07L LB9IO e1
pJDVH3 THPXO e1
pG9OAQ YL5YI e1
pEEJFN R7UDU e1
pM8I93 ZQYUY e1
pGITE6 UKACQ e1
pK0N84 Y7LWS e1
pHELCO ZEQID e1
# ...end of FamilyScript
">
<INPUT TYPE="hidden" ID="personid" NAME="personid" VALUE="">
<INPUT TYPE="hidden" ID="viewpersonid" NAME="viewpersonid" VALUE="START">
<INPUT TYPE="hidden" ID="viewmode" NAME="viewstate" VALUE="view">
<INPUT TYPE="hidden" ID="name" NAME="name" VALUE="">
<INPUT TYPE="hidden" ID="email" NAME="email" VALUE="">
<IMG WIDTH=0 HEIGHT=0 STYLE="display:none;" ID="image-462054679" SRC="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gOTUK/9sAQwACAQEBAQECAQEBAgICAgIEAwICAgIFBAQDBAYFBgYGBQYGBgcJCAYHCQcGBggLCAkKCgoKCgYICwwLCgwJCgoK/9sAQwECAgICAgIFAwMFCgcGBwoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK/8AAEQgAeAB4AwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A/EeiiitDMKKK1fA3gTxt8TvF+nfD/wCHHhHUte13V7lbbS9H0eye5uruZukccUYLOx9ADQBlUV+n37KH/Bvb5FtbeMf28PiXPpUjASf8K68C3UM1+o67LzUGElvat6xwpcNyQzRMMD76+Bf7NH7NX7OAt7H9mr9mnwn4ZvI8LBq8Ok/2hrDt/e+33nm3KsTyVidEz0UAAD2sHkOYYyPPy8se8tPw3/Q+ex/E+VYCXJzc8u0dfx2/G/kfgt8MP2JP2y/jXZJqfwe/ZM+JXim0kXcl54f8D393CV/veZFEyge5OK7z/h0V/wAFOvJ8/wD4YX+JPT7n/CMzb/8AvjG79K/bX4s/tbfB7whfSW/xt/ag8LWOoI37yx8R+OLVbwH1MEs3m/jtrjR+2D4WH7XF7+yJcfDPXIYrLw816fHz6bdCybVUjM8ul52bNq244k4Y3KPAFOVaumrkuAw9lVxSu3bRJ28372i8zjo8QZniuZ0cFKyV7ttX8l7ur8kfiB8T/wBiT9sv4KWT6n8Yf2TPiV4WtI13PeeIPA9/aQhf73mSxKpHuDivMK/pA+E37W3we8YX0cHwS/ah8LX+oOw8ux8OeObVrwn1EEU3m/jtqD46/s0fs1ftHi4sf2lf2afCfia8kys+rzaT/Z+sI3977fZ+VcswPIWV3TPVSCQblw1UqR5sNWjU/D8m1+JnDi+lSmo4yhOn+P5pP8D+caiv0+/av/4N7fPtrnxj+wf8S59VkUGT/hXXjq6hhv2HXZZ6gojt7pvSOZLduAFaVjg/mt458CeNvhj4v1H4f/EfwjqWg67pFy1tqmj6xZPbXVpMvWOSKQBkYehArwcThcRhKnJWi4vz/Tv8j6fCY3C46l7ShNSXl+q3XzMqiiiuc6gooooAKKK1fAvgbxf8TvGukfDj4f8Ah651bXde1KDT9H0uyj3S3d1M4jiiQd2ZmAH1oA679mD9mH4rftcfFqz+EPwl0+2N1MhuNT1bU7gW9ho9krKJb28nIxDAm5csclmZUQM7ojful+xj+xL8CP2CvBB8G/AywbVfFGpWwt/FHxGvbQJqWsFsb4LdeTZWZPSBDukABmaQhQn566v4f8L/ALOvw5i/Y0+Bl/DqrG9hl+JHinSgXPizXEJAhhYcvp9q7NFboOJX8y4IzKix8t+1Z/wU5+NvhD4QD9jr4d/EMyXlsj2vi/xfYy5uFiI2nSbedT8yJys1wvMhzEjGJWe4+owVDC5RQWKxcbzfwx/rr+XqfMZtHH5tNYXCT5Yfbfl5f5de9j7f/aa/4KheAfhf44PwB/Zo8C3fxe+KErvEug+Hd8tjp0qglxczRAmVkAy8UPCgOJJoWQivlH9sfwt/wUO+IGkaBaftXftyeAvBC+PYEbw38N9E1i/XT7lJJJI0ill0u1mtJfnjZBLPcTBSw3yICTXZf8E4/gF41/Zu/Z88WfD748/s4v4l1z4pJp2p6P4Lg1TU9EvtPsraOaU3etalZSxGz00RSG4a0fezeXGziItD5nVftM/G/wDZc/Yx8K6T4K8ReDPAUMutJFrs1r4K8HaZqc+tSPFmF4HWWMQ6cqOYxeXE0s9zLueOK4gQzTePj82xuYT/AHktOy2/4PzPRy3JMvyuC9lC8v5nq/v6eiPkb4I/8E5Pi14Y8aaV471L9pH4Z+FtZ0HVra8s7ErdeIruKZD50EjW1jZXVuyMUyvnusb4KknkV9EaX4X+Mc11B4m0D9teCS++1Ga3v1/ZQ0u2ZpVfPnR/aIo7h1ztYTLEV+Yc7gQPmj4jf8FRf23vjv8AEltD+CniW58Gxa5qaWmgeHvAGmW1nfu8pSKOJry0giuLqeQhNxyFLnCRxoEjX6Qb9tH4xpe/8O5bn9tjx62pSaC32j4jN8RbwqPFzETfavtnm7vsYIFoW8zyDY7rkR+e2K83U9c8A+KH/BMr4leK/Fl/4l8EftIfDXxLqWtX01z9hvILvwnLNcO++SNU1OytLK3YNIB5ImULuUKoXFUPDv7Sv/BT3/gmprtj4R8W33inR9Kx/oHhzxpbNf6LfQrjd9kaQtH5Z4BltJFPTD1jxf8ABSP9vP4Y6xf/AA3+LfjyXxQdMvJbDXPD3xM0WHVJVkicpJbyTXCG6hZXUg+XKjKy9QRX0F+z9/wUk+A3xYtx8L/iTpWnfDka5Jt13SPEEDa74K1+4feFmu47pZruwkVnDCYNMxZFLTwKC1XCpUpSUoOzXVGdSlTrQcKkU0+j1R9K/sSf8Fh/gJ+1PeWfw8+JdrD8P/G9yyxW1neXm7S9UlPAW2uHwYnY52wTcn5VWWV2C17b+2d+xL8CP29fBA8G/HTT20rxRptsbfwx8RrK0Dalo5XO2C4Xg3tmD1gc7owSYWjJYP8AmR+1R/wTHs9V0/UvH37LPhXUNN1fS7eO6134X3V4l6tzbSRNMmoaBdpLKdSs3jSRhC7NcKkZdWnUlln/AGS/+CnXxp8W/CT/AIY7+JHxCMd3cqlr4Q8X30uLgxY2jSbidj8qPwsNw3MZxE5ETK9v9DTz+FbBypY+HtEk7NfFfp/w/wB9z52nwpL+1qU8trKhzSSlzX5Em9W/JdVt2aPl39qD9mD4rfsi/Fq8+EHxb062F1CguNM1bTLjz7DWLJiwivbOcACaB9rYYYKsrI4V0dF88r9FrLwx4X/aP+G8v7HHxwv4dKkW8ml+G/ijVQUPhTXHIBgmYjKafdMqxXCHiJ/LuAMxOsn5/eO/A3i/4Y+NdX+HHxA8PXOk67oOpT6frGl3se2W0uoXMcsTjsyspB+lfKYbEwxNPmWj7H6LxHw9iuHMf7Co+aL1jK1lJfjZrqr/AINGVRRRXSfPhX2J/wAE9fBK/Bf4MeJ/2ztSi2a9qlzceDPhezDDW8726tq+pp3DQWk8NtGw6PqTOpDQDHx3X6MfGvwTffD+58Bfsi+HrB3m+HvhHT9EubKJfml126/03UwR/E4v7ue3BPJS3iHAUAetkuFjiscub4Y6v5bficOYV3Rwztu9DyP4s/EyX4EfCk+KtKuDF4o8Smax8LupxJYW6gLdaivdXG4QQtjh2mdWWS2Wum/4Jk/snW+laRpn7Vnjfw3Hqmu6nqEkHwl8PXaRfZ1eAv8AafEN6ZmCxWds8ZhjkKyILjdI6FLVlfx3xT4Xu/2yv259J+BngXXoU0d9ag8M6Lqo+a3tdLtmKz6kRn5YyBc38gzwZJOa+/PGXxw+A3g240z4LeIvAVjFa/GXw/ceDfh3oGoa1c2cPh/w/Yypa2aXktrcQygalc2qW0khmjRMXUsisskivzZnjJY3Fyn02Xp/Wprg8OsPQUevX1Pif9uf9t238e32r/BT9n/X7w+FLu78zxl4umdhfeO9QDmSW5nYhXSx88vJDakKMkSyLv2JD8t19e+HdR/Z98S/GLU/gZaf8EyvBsHiHTrW/nSxufHPi8y3X2W2kuWjjiiuXk8xoY2ZVZV5GCVPFQ/CTX/2d/iv8b9P+BQ/4JgeE9F1Oe7kXV5dX8e+KYho9tCjTXd3cp9t3rHBBHLM/G7bGcAnAPDsdJh/sT+F/DvwY8HXH7XfxH1SHS5bvUz4a+HdzdKSILyUKl7q2AQSLWCYKhBVhLOZomLWTipY/H/iL4E6H4r8dXfwO1HwxdSeJbfTwut6hcSrrNvMtw1yWSbNvLfBBGy3cMQhhEpZIkd4GHX/ALUP7dX7G/iTxPafC/wp/wAE9PDl94Q8D250nwrHe+PdeheO3R3Y7lgvAhcyPLI5BcNLNNIGPmk17nq/7OH7FafAJtMf9hXQZvjnpngKPxtc/DyT4i+IjDHopDzvp6Ib7zhfR2JXUG/5Z7fNt9onjwwOx8j/ALVWmWH7QXwi0L9tPwnbj+0N1voHxNtoyWaPUEiK2l+3U/v4YmikYlmMtsJ5WDXqA/OtfaP7Lf7c37G2heKLv4U+LP8Agnt4csPCHjmAaT4nSx8d69cSPA8iONiT3pTeJY4ZEOUAlhgcuojBGP8AEvV/2ePhv8cNT+BM3/BNPwPf6jYzF7S+tviN4kS1vrEwi5h1BJJdRVVtZLUpciRyoETBm2gHAIwP2Hv25L74UG2+CHxi8UalB4LuJiNC8TafLINT8D3bSpKLyzkiIl+zGZI3uLRTslClwhcYf0X/AIKd/srWeqjWf2n/AALollYa5pU9kfivoOkoDaOL5Q1l4isXRVimsrtiY3ki/d+eUYBftHlRcPD41/Z8ufHOkfDyH/gmV4Kl1DXTGdLaw+IniG9guUZ2TzI5bbVHSRFZJFYoW2mN1OCpA+z/AAr8YPgH4pF/+zd4O+HFnIvwctbTw58RNI0nWLq4i8QeHL+a4s9UitXup7mQf2bc30MKHznSUrG8RQJb+WutwPk74NfFKX48/CgeJdXufN8U+GDDY+JnY5kv7ZhttdQbuz/KYJmxy6wuzNJctUn/AAUV8Cr8ZPg54Y/bQ0yHfrum3Nv4N+J7KPmuJ0t2bSNTfuWntIJraRj1fTVdiWnOfNvB3h66/Y2/bm1P4K+N9eifRl1ifw1rOqn5be60u5YCDUgM/NGFa2v4xnkxx819R/B7wPffEN/H37I3iGwdJviD4R1DRbaylX5otdtf9N0wAfwub+0ggJHIS4lHIYg+VNfVMcpL4Zn6ng6j4p4Iq4errWwvvRfVxSdl9ylH5Re5+blFFFeuflh6f+xN8M7D40ftk/Cf4Q6tEr2fif4k6Hpd6rj5fInv4YpCfYIzE+wNfW/if4pX/jD42eNP2gLmZjqLt4i8W27ueTexW93qEJb285Ez7Zr53/4JXbf+HjHwaz9//hPLHyf+um/5Px3ba+ifEWh/tEfAz4ZaJ4g+Gf7MXiTxlqnj6AyX6L4Nu72xXwyXaOa1Z44ztkvyskZZGWSO2QlTi6Vl9vLMRTwuCxFST1aSXq7/APD/ACPOxlKVbEUorZNt/Kx5H/wSp8NX6+Lvih8V9OLQXPhr4YXNlpmoo5VrO61e8tdHLoVIYP8AZb2927Tu3BdoLYB5z/gqf4wtNf8A21fE/g/Rblm0rwNFa+FtMhPSE2USpdY5P3703cpySd0rZJPNfS37LH7OXiP9nDTvipZXnhXX7LR9Yn8GeIPCdr4i02W2vr3T3vr4W1vNG0YImj1GO3t5flCebbs6nZsc/HX7fG7/AIbp+NO/G7/hbPiPOPX+07ivDW56J6x408br8a/hJYftqWNpLeeKdJ0jUPCHxUgt5tk0txe6bd20Oqng7vtEMk075y0s9tqLOyIYhXTTw+HvhR8MPEvxEm1uTQdT+KNuZbS+SxMs/hnwPbyRJp0KQl0bzrkpZsqlkcRxafJvMNzORw3/AASq/smH47aze/Fkn/hUcfhacfF4SKSkmlmSPyEQAjM/20WrR84AR2kzAs9avx/+I37V3w5/4KJXrfDgx3niTWNYs7Pwhp2nadFdWupWsk8ZsYbWIqVMDnYIfLwvlMgiIiKUdQMj9iH9nXw94d+JHif9or9ofSrO78BfBpIdQvre4UyWfiTVZQz6Vp6dPPgn8trtwvMlnbTbfmePN5ZP+Ck3hz4tR/8ABUvUfgP8TodNl1tdfbx1c+Frv7DJE83mCZrhoRCyM/zeYR5bSfNgnIr6W+IXx0/4J5/DP4h/Cv8AZE/aV8U+OfEcPgnxrp+q/GDWvDltpzaH4j1d7mD7fJMABJPZJDBBboI1w1taRPGFeV93mHw1+B//AAU00L/gpnb/ABz+Jen+I43h8VLqvjP4p6jHI3hafw0Zg11dyX5BtJtIksyyhAzRSRMsKKxZUpXGed/tYfst/Cu8+JFn+0d8MXuNK+EnxH8N6h4k0mLQLAXL6JqMEate6NHA8iFlgmmhlRWZWWxuYZHIKybeg+JKWfxC+EFv468HyHX/ABl8JPC9uurx63ZmGbXfC+qWCyTiWOKUuJLZ76VsrK0nlXFywZIrFDXsH7LP7Tv7CPi7V9f/AGRv2ePB3jfwpPrXixtc+E/iP4k+KtN1PSdC1y3kkaxk+zjTYXtoJFkkglLSt5cFzLKzNJBER81fsbRfHi3/AOCgKaN4n0eGz12DV722+I9jrFjHa21vbRb49RW+jRVVIQolW4GFUxmYSEI0hoEdL4W+L/iT4efC7VP29fHi+V401mW70L4U+ddTT3J1GWaS7v8AW5Jp3eSWaFrszeaWV1uLizZQ0RdRxX/BLDxhPoP7bnhTwlJLI1t47S88JXcCysnnvqVvJbW3zJ86Ml29tKroQ6vEjKQygjR/4KpGwj/aB0uz+GaMvwph8KWq/B9VOVOih5BIXPQ3H20XizY+USKwj/ciGvP/ANgfzP8Ahur4LeSRv/4Wz4c25Pf+07fFPoM9p/4KJfAv4i/Ezx18NvG3wy+H+reJ9T1f4V2lr4ik8OaFLO0l7pN1caS0pjgD7U8i2ssMPlYMpXAYCvfdH8JftD/DX4o+Ff2mNU+DPjCyl07+wfFur31x4cuo47a8MFrfXJZmjAQLO0g5I24wcYrgv22fixb/AAf8OfCm51HTZ9S0PU9R8aaZ4s0pJ2ibVNMubywluYkZl+QxXZnNsxU+TJaW7FS0WDgfDv4P6D+zJ4C1C30Xx3aeJdY8fQxzwa7ZvkQ+GWZZrOMqSTBPdER3E0Ry8SRW8ZYFp0rz8xjB0FKTtbY+78PcRi6edvD0YKcakbSu7KMbpuXy2S6tnzX+2z8M7D4L/tk/Fj4Q6TEqWfhj4k65pdkqD5fIgv5ooyPYoqkexFFdh/wVS2/8PGfjLj7/APwnt953/XTf8+ffduor0Fqj4WS5ZNHH/sTfEyw+C/7ZPwn+L2rSqln4Y+JOh6pes5+XyIL+GWQH2KKwPsTX1z4m+GureDfjX4z/AGf5/NXUI28Q+EraNici9lt7vT4QfQCZ0z7Zr896/Rj41+Nr74gXPgL9rnw9fuk3xC8I6frdzexN80Wu2v8AoWpkn+Fzf2k84B5CXER5DAn6HIJRnOrh5fbj/X5nk5onGMKq+y/6/I8T/wCCVvidbrxp8TPhZeXDSzeI/hheXej2ZdAbm+0u5t9UCAyZUZtrW8U56hiMr1HPf8FTvBl7o37aviLxosBe3+IdpY+L7K4RHAuZNSt0nuiocBxtvTdxEOA4aJgyhgQKXi3xLdfsdftx6X8b/A+gwvow1iDxLo2lD5be60u5YmfTScHdGAbmwkOOTHJxX6B6/wDB34GfEFP+F52fjKwOpfBqzuvFvww1DVUJh1bw3qciXlnd3IRJZFOmSz3F2EMciSyx3Ky7FSdIfAqQlSqOMt1oz04yU4qS6nw78adMg/Z4+Gnhr9hjTpriDxFrWrW+o/Fa4060+0XKai5MKWCxhl8xrON5bcR7kYXD6gu5o542H0n+wr4s+CWl6N4t0r47+NLsfFL4CeHp7P4feLfDOi/2qt5od3JHbjUYIzPbyST28E7Q27kmSNb3T3VUFgQfANJ8D6J4d8Z6v458O/8ABTHwNY3mugpqka2N/NDcR/wxyRywusiqMBd4YjHXPNO+Dfw++Gvwd+N2n/HK2/4KE/D3VNRgvpZNXt9RstVZdYt7hXjvLW4YQ7mjuIZJYpCDu2ysQQcGoGUNW+HP/BKbXNUudZ1X9s74tTXN3O81xKfhRaje7EljgX2Byeg4rubn9nb9hc/CpLC6/bk+MbeG4bUaonhlvClg0kULYYXX9m/2r5yoVYSeZ5QHlsJM7CGrN/ak/wCCfv7NnhXxnB8RPBf7dXgu08GeNYX1XwjcX2kagzTWzSujcwwbdyyJIjABQsiSRgAxkChJ8Nf2ZG046qv7avw7TxS3hpdAOt/ZdZNuLIWYst4tfsfFwbUeSZDIU2ksIhJiQMDH0r4c/wDBKbRNTt9Z0v8AbO+LUNzaTpNbyr8KbYlHUgqcG+wcEDrXvf8AwUf+KfwK0L4f6C/wX8XXUnxQ+NXhGJPiN4q8SaSNIMWh2byxRTyRGed0vLqGCOCZgwmmFpctsk/tELXl37LH7Af7L+veLrn4qeP/ANuzwZe+CPA0Ueq+LZLDRNUjYQCaONEVpbXbueWWJF+VwXkjUqQ4BxPip4I+EHxX+Ol78fNb/wCCiPwui1OfU4rmxsG8Hazc2VjDAES1s0hnsXR7eGGOKFI5AymOJVYMM5AK3g34f+J/i/8ACTxB+w78QbOMfEHwRIdc+HuydZWuJXgi87TldSQ/2q3WBIwCzGe2sIY1XzJWPLf8Eu/CtvrX7Z/hnxpq0eNM8BwXni3UbkoGWD+z7d57YsCR9+7W1iAzy0qjvXcX3hz4Zap8ZtN+O2o/8FLvhtF4g04Wq/bNM8Ha3ZvL5ESxb2aCwBErKvMo+cE5UjCgfYHhD4A/BP4Z2uq/HLwx8Q9Nt7X45+Hv+Ek8d61oemz2cXhjwxZrPPqU1il1DBKRfX1vHNFHHEPIDWaIWVkd03YD4w/4Kt+JLqPx18O/hRdW/wBln8N/D8X2paeR89vd6xqF5rGZOATI9re2bvkA72bIr2bwl8Lb/wAWfGTwX8ALaFjqLHw94TuEQcm9it7WwmC+3nI+PbFfN3hDxHdftlftz6p8bPHGgxLo76zP4l1rSm+a3tdLtmBg04HHyxlVtrCM44MkfFfUXwe8cXvw8bx9+1x4hv3eb4feEdQ1q2vZW+aXXbr/AELTCD/E4v7uCcgclLeU8BSR5eYfvJ06K6v+v1P07gCP9nYLHZvPRQhyrzfxNfeo/efFf7bPxMsPjR+2T8WPi9pMqvZ+J/iTrmqWTIfl8ie/mljC+wRlA9gKK8wor1j8xCvsT/gnr42X40fBjxP+xjqUu/XtLubjxn8L1Y5a4nS3VdX0xO5ae0ghuY1HV9NZFBacZ+O61fAvjnxf8MfGukfEf4f+IbnSdd0HUoNQ0fVLKTbLaXULiSKVD2ZWUEfStsPXnhq8asN0/wCvvM6tKNam4S2Z9T/Fn4Zy/Hf4VHwrpVuZfFHhozX3hdFGZL+3YbrrT17s52ieFc8us0aq0lytdZ/wSy/a8u5ZfD37LHinxRp+l6rpniBLv4Za3rAi+yz+dI32vw7emUbGs7oSzNGsn7tZ5pA2PtAlh6PV9f8AC/7Rfw5i/bK+Bunw6UwvYYviR4W0olD4T1xySJoVHKafdOrS27jiJ/MtycxI0mV+1v8A8Elv2jPEXwHi/bh8BfDBopr1JLvxf4OsIj9qEOA39rw26qNkcg3NLbrkxkGVVETlIOziLF5TR9jipVow9tLlSk0m522Se77+du5yZbHFXnQcW+RXulpb+v60POP26f2Dp/BFlqH7SPwA8I3sHgz7c8Xi/wAHTo5v/AeoblWS2mR/3j2JkcLDdfMoyIndm2ST/KFfbv7JX/BTi3aC08IftI+LdR0TxBZwrb6J8W7C1F28sAhaD7Drlq0cv2+1aJhG1wiNciNFRhOoQR+gftE/8E9/2bvjPBB8UfCdzpnwmn8RPu0nxJ4cu49Z8Aa7dMgcwW8ltI9xp0gkYxlNjZYKqWsOSq+Ze253nzb+y7f2X7RnwW179i7xPcoNXt/tHiL4X3czcpexxbrzTs/3ZoY/OQfMQ8EsUSGS8Jq9e6B4sb4KQ623jAtpN3pC+GIPha+uWarHq8cEMLXJg+0/L+/cXmRF5/nlkdAhadmyf8E2v29fhP4isviV8G/Bp8VSaJqEN/oviL4Z61Dqc8U0Th4p0t4m+2QsrpkebAjBkPGQa+o5f2NfjHo9xJ/wUg0r9jXx4t9Noay6d8NF+H16y2/jFy0LxG0MWRZoUN3tMbRNZiOB5PPmyDQD5P8A2s9TsP2ffhZon7D3hK5X7dZzQ658UbqMFTPrDRn7PYN0P+iwysXUhXWa4eGQE2iNXzrX0np//BMv9u/4heILnxR8WvAv/CHS6jqJk1XWPinr8GkXD3M8h+ZoLpxeTyySEgJHDJI7nAVmOK+g/gD/AME6f2efg1pDfFT4lm4+I02lyAXXiDX9PbQ/AOjTgZHn3F68E2pENtxEBFknYYJydlF0gPDf2Ff2HLT4hz6X8ef2idE1BPAjX6xeGvDNnEx1Lx1fCTYLS0iDLIbVXB8+4QghI5I4iZAxi7j/AIKZ/tY20Vtq/wCzh4O1CC48Q65qEFx8WdW0+WE21t9ljhisvDdmIFEaWtottC0ypuRrmNVU7bcNJL+1P/wU/uNEt9Q8Dfsv/EnU9c1zUbJ9P8Q/Ft9LOkA2Z3Imn6Hp6sTp1nHARAkjkz+WCqLAHl83Y/ZB/wCCSn7RHh/4GSftwfEH4YNJLZrHd+D/AAdfxH7U0OC39rz27L80cfytFA2DISJWUxIEn4MfmWByuiquLqKCbUVdpXb2Sv1f/B2O3L8BXzLFww9G15NK70S82+xxfwa+FsvwG+FA8NavbeV4p8TGG+8TowxJYW6jda6e3dX+YzzLnh2hRlWS2apP+Civjpfg38HPDH7F+mTbNd1K5t/GXxPVT81vO9uy6Rpj9w0FpPNcyKej6kqMA0Bx6bY+J/C37OHw3l/bH+OFhDqsjXk0Xw38LaqS58V62hBM0yk5fT7VmWW4c8Sv5duDmV2j/P7x3458X/E7xrq/xH+IHiG51bXde1KfUNY1S9k3S3d1M5kllc92ZmJP1rLBU516rxNTrsffcX47B5PllPh7Ayuo61Jd5b2fnfV9rRXRmVRRRXqn5oFFFFAHov7Lf7UXxZ/ZB+L1j8Y/hDqVst5bqYNR0rU7YXFhrFmzKZLK8gPE0D7VypwVZVdCrojr/Qx+wD/wUc/Z7/4KI+BB4g+EmojRfGWnWom8T/Dq/uw1/ppGN89u3BvLTPSZBuTIEqxkqW/mirV8DeO/G3wx8X6d8QPhx4u1LQdd0i6W50vWdHvXtrq0mXpJHLGQyMPUEV8nxbwflfF+CVLE3jON+Sa3i3+adldfc09TvwGYVsvqc0NU913P3T/4KBf8EJf2e/2tL+++J/wUvbb4ceO7pmlupLWz3aRq0x5LXFunMEjHGZoevzM0UrsWr8yvHX7JP/BVD/gmDruoeJNL8PeLNF0d1K6j4j8HzNqGh6hAM4F2Iw0TRnJIiu41J5ylfVn7F/8Awcs67pdraeBv2+fhtPr6IFjHxC8FW8MOo46bruxYxwXJ9XiaBsDJWVjk/pR+zz+29+x9+1NFb3P7On7TnhPXr6bBi0N9TGn6urf3fsN35Vw5B4LRo6Z6MQQT+d0sx8SuB17HF0Pr2HjtON3NLzaTlp15ovylY9aVHJszfNTl7Kb6Pb/L7mvQ/Df4R/8ABSn4tfET4j6P4Z8Wfs8/DnxNr+vanDZJqVvf3fhKS7uJXEcZllsL20sIRufmR4VVSdxZduR9JaTe/HNtRi8PWP7A3m6l9oEFjby/tO2Us8FyXxhZmJuzly2Y3nZWLsGUg4r9Rfi3+xH+zJ8Sr6S7+NH7KHgrU9QlY+bqGt+CrU3jH3neLzfw3V5mv/BNb4Pt+2df/teXnifVJ7O/8KNpzeApLyc2S6lJE1tNqWd+PmtTt2YLee7z7g20D1cH4w8N1lUWKp1KM4RcrSS1a+zH3r8z6XUV3aMKnD+Mjbkakm7afm9NvvPxp+I3/BTH4g+E9dv/AAj4J/Zy+F2j6hot1PZWutagJ/F1xYsuYZBaT6ldXVmI2VdoMEIjZANuVIpPAv7JP/BVD/gp9run+I9U8PeLNa0dF26d4i8YTNp+h6fAcZFoJAsSxgAExWkbHphK/eP4SfsR/syfDW+ju/gv+yh4K0zUImHlahongq1F4p9p0i838N1UP2hv23v2Pv2WYri5/aL/AGnPCeg30OTLoaamNQ1dm/u/YbTzbhCTwGkREz1YAEjhl4q5jm37vIMsqVZPaUl7q9VG6t6zXqarI6NDXFVlFdl/wf8AI+YP+Cfv/BCX9nv9ku/sfif8a722+I/ju1ZZbWS6s9ukaTMOQ1vbvzPIpziabp8rLFE6hq91/b+/4KOfs9/8E7vAh8QfFvURrXjLUbUzeGPh1YXYW/1InOye4bk2dpnrM43PgiJZCGK/AP7aH/ByzruqWt34G/YG+G0+gI4aM/ELxrbwzajjputLFTJBbH0eVp2wchYmGR+Wvjnx342+J3i/UfiB8R/F2pa9rur3TXOqazrF69zdXczdZJJZCWdj6kmtMs4AzriDMI5lxbW53H4aKfurydtLd1G99OaT2FWzXDYSk6OAjbvJ7v8Arz26I7D9qT9qP4s/tf8AxevvjJ8X9St2vLhRBp2labbi3sNHs1ZjHZWcAOIYE3NhRkszM7lnd3bzqiiv2SMYxiopWSPnpScm23dsKKKKYh/2e4/54P8A98mj7Pcf88H/AO+TRRQAfZ7j/ng//fJo+z3H/PB/++TRRQAfZ7j/AJ4P/wB8mj7Pcf8APB/++TRRQB6h8MP21P21PgnZx6b8Hf2rPib4WtYgFSz8P+NtQs4QPTy4pVUj2xiu/wD+Hu3/AAVK8j7P/wAN0/FDGMb/APhJp9//AH3nd+tFFTKEJ/EkxptbHAfE/wDbU/bU+NlnJpvxi/as+Jvim1lBV7PxB421C8hI9PLllZQPbGK8v+z3H/PB/wDvk0UVWwg+z3H/ADwf/vk0fZ7j/ng//fJoooAPs9x/zwf/AL5NH2e4/wCeD/8AfJoooAPs9x/zwf8A75NFFFAH/9k=">
<INPUT TYPE="hidden" ID="founderid" VALUE="START">
</TD>
</TR></TABLE>
</TD>
</FORM>
</TR>
<TR HEIGHT="*"><TD STYLE="position:relative;">
<SCRIPT TYPE="text/javascript"><!--
document.write('<DIV ID="noajax"'+(document.getElementById ? ' STYLE="display:none;"' : '')+'><TABLE HEIGHT="100%" WIDTH="100%"><TR><TD ALIGN="center"><FONT COLOR="red"><B>Sorry. This site requires a modern web browser such as Firefox, Internet Explorer 6+ or Safari.</B></FONT></TD></TR></TABLE></DIV>');
--></SCRIPT>
<NOSCRIPT>
<TABLE HEIGHT="100%" WIDTH="100%"><TR><TD ALIGN="center">
<FONT COLOR="red"><B>
Sorry - this site requires JavaScript in order to display your family.
<P>
If a security warning has appeared at the top of the browser window,
please click it to allow blocked content.
<P>
Otherwise, please switch on JavaScript in the Options... window of your browser.
</B></FONT>
</TD></TR></TABLE>
</NOSCRIPT>
<DIV CLASS="fullsize" STYLE="position:relative;">
<DIV ID="treediv" CLASS="dright" STYLE="top:0px; height:100%; overflow:hidden;"><DIV ID="treemargin" CLASS="marginon" STYLE="cursor:move;"><DIV ID="treebg" CLASS="fullsize rbody" STYLE="position:relative;"></DIV></DIV></DIV>
<DIV ID="navdiv" CLASS="dright" STYLE="bottom:0px; height:64px; overflow:hidden; "><DIV ID="navmargin" CLASS="marginon"><DIV ID="navbg" CLASS="rbody" STYLE="height:100%;"><TABLE WIDTH="100%" HEIGHT="100%">
<TR VALIGN="middle"><TD ALIGN="center">
<SPAN ID="printbutton">
<A HREF="#" onClick="parent.ESM('print'); return false;"><IMG SRC="data:;base64,R0lGODlhFgAWAPf/AMDAwP////7+/vz8/Pn5+fj4+Pf39/b29vT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7evr6+rq6unp6ejo6Ofn5+bm5uTk5OPj4+Li4uHh4eDg4N/f397e3t3d3dzc3Nvb29ra2tnZ2djY2NfX19bW1tXV1dTU1NPT09LS0tHR0dDQ0M/Pz87Ozs3NzczMzMvLy8rKysnJycjIyMfHx8XFxcPDw8LCwsHBwcDAwL+/v76+vr29vbq6urm5ubi4uLe3t7a2trW1tbS0tLOzs7KysrGxsbCwsK+vr66urq2traysrKurq6qqqqioqKenp6ampqWlpaSkpKOjo6KioqGhoaCgoJ+fn52dnZycnJubm5qampmZmZeXl5aWlpWVlZOTk5KSkpGRkY+Pj46Ojo2NjYyMjIqKiomJiYiIiIeHh4WFhYSEhIODg4KCgn9/f3x8fHt7e3p6enl5eXZ2dnV1dXR0dHJycm5ubmxsbGtra2pqamhoaGdnZ2ZmZmRkZGJiYmFhYWBgYF5eXl1dXVxcXFpaWlZWVlVVVVNTU1JSUk5OTk1NTUhISDk5OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAWABYAQAj/AAEIhAGjB48aLEi0oCGwocOHM3SQeAHDBQoVJTRkOTMExEMRUwIMiOACBxQyXqYQ4SEkSpc3aBSVeRiiBgQKOCs4MKLmoUMYQxxwMJECggoRHl60UBHCAwkXOv7MfAgDT6AwexolyjNkCCBEWDL4jHCFwQEEaAtgUFPBp1scJESIGFGiBAs6MtwKLCGkio8aSn706MGCA4UFDkjsCBNFgUATYJRIWaHBxIYLLoI0wSImjZcvXQ6ZaUiiDp8UAhKQSFJkECNBdsa8qEDDTaENDaPQCMC7t5Iheh8aQcHggfEHC7QwCd4wwQ0MHDZIx+DijgXmAqfgoEFjBowUI2x0oGnBnEiJAzmSqE/CBIkQE0DEPHGYgkqGDic0rBhhgEACCh6wEIMLI3zQBxQCqSBGChNsgEIJEKAAwn0o0PDDFGGsYQgZezERwAlYLFESFlycwcYZVwxRwxJDDLKGQArAYYUCAzDQQApOHMFEGHHcMYcYSNDgQx0YNGfEH1xEQAEQUbwhxxo7bEAEIYu0gYJbCwyhRyJp2IBFHn5sIcFDAQEAOw==" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Print version" BORDER="0" STYLE="margin-right:4px;">Print</A>
&nbsp;&ndash;&nbsp;
</SPAN>
<A HREF="#" onClick="parent.ETI(); return false;"><SPAN ID="sidelinktext">Hide</SPAN> sidebar</A>
&nbsp;&ndash;&nbsp;
<A HREF="#" onClick="parent.ETK(); return false;"><SPAN ID="keylinktext">Show</SPAN> key</A>
&nbsp;&ndash;&nbsp;
<A HREF="#" onClick="parent.EBS(); return false;">Back to <SPAN ID="backtotext">start</SPAN></A>
&nbsp;&ndash;&nbsp;
Find:
<INPUT ID="findfield" STYLE="width:8em;" onFocus="focus_find_box();" onInput="input_find_box();" onClick="input_find_box();">
&nbsp;&ndash;&nbsp;
<IMG SRC="data:;base64,R0lGODlhFgAWAPcAAP////////////////////////////////f39/f39/f39/f39/f39/f398DAwO/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn597e3t7e3t7e3t7e3t7e3t7e3tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1s7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsbGxsbGxsbGxsbGxsbGxr29vb29vb29vb29vb29vb29vb29vbW1tbW1tbW1ta2tra2traWlpaWlpaWlpZycnJycnJycnJycnJycnJSUlJSUlHt7e3t7e3t7e3Nzc3Nzc3Nzc3Nzc2tra2tra2NjY2NjY2NjY2NjY1paWlpaWlpaWlpaWlpaWlJSUlJSUlJSUkpKSkpKSkpKSkJCQkJCQkJCQkJCQkJCQkJCQjk5OTk5OTk5OTk5OTExMTExMTExMSkpKSkpKSkpKSkpKSkpKSkpKSEhISEhISEhISEhISEhIRgYGBgYGBAQEBAQEBAQEBAQEBAQEAgICAgICAgICAgICAgICAgICAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAWABYAAAj/AB0IHPjETB08aagMXMhQoJY5VY4EEYIEix8xDRne2RIkBosVLWTgKEImUEaBeqbEQAHCwoMFDTCk2NFlUEYwX16QwJCgAIECBxIg4HAjTZmGf3yUsGCAgAABAwgcYCAhw5BDDK1YScGhp4AAAaAaSADhAogwWhbGITICAgIDA8AKkKqg7IckeRYKsuHhQQI0aM4IRpNGTQQMIHIsWliohgYJDNIABlx4DYUOJHowWmjHCAcLERooQIAgwYIHVUGoaLJnYRYuIjhcmADhwQMIESpkAHEiBhkvDBcFGfFhA4YLFyxo8BDiBIwjjRqigfMixYkQILCPMLFihg46bTIyZBpzgwaMFy5gwJhx48eZ6CcbyVnCQ8eO+0Cc3Gl0CBGTk2w0skYUSighxRuNhOeHIYn4cZIDXvTRSCN9ADfQHXgwgtWDJxFyBRyIbMZhRolA4UYiioyYUSNX8JGiig0B0ggAAQEAOw==" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Zoom out" onClick="parent.ECZ(false);" STYLE="cursor:pointer;">
&nbsp;
<IMG SRC="data:;base64,R0lGODlhFgAWAPcAAP////////////////////////////////f39/f39/f39/f39/f39/f398DAwO/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn597e3t7e3t7e3t7e3t7e3t7e3tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1s7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsbGxsbGxsbGxsbGxsbGxr29vb29vb29vb29vb29vb29vb29vbW1tbW1tbW1ta2tra2traWlpaWlpaWlpZycnJycnJycnJycnJycnJSUlJSUlHt7e3t7e3t7e3Nzc3Nzc3Nzc3Nzc2tra2tra2NjY2NjY2NjY2NjY1paWlpaWlpaWlpaWlpaWlJSUlJSUlJSUkpKSkpKSkpKSkJCQkJCQkJCQkJCQkJCQkJCQjk5OTk5OTk5OTk5OTExMTExMTExMSkpKSkpKSkpKSkpKSkpKSkpKSEhISEhISEhISEhISEhIRgYGBgYGBAQEBAQEBAQEBAQEBAQEAgICAgICAgICAgICAgICAgICAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAWABYAAAj/AB0IHPjETB08aagMXMhQoJY5VY4EEYIEix8xDRne2RIkBosVLWTgKEImUEaBeqbEQAHCwoMFDTCk2NFlUEYwX16QwJCgAIECBxIg4HAjTZmGf3yUsGCAgIAzZwgcYCAhw5BDDK1YScGhp4AAUAcYSADhAogwWhbGITICAgIDA8BGPaCg7IckeRYKsuHhQQI0aKCeQZNGTQQMIHIsWliohgYJDNIABlx4DYUOJHowWmjHCAcLERooQAB1wYOqIFQ02bMwCxcRHC5MgPAAaoQKGUCciEHGC8NFQUZ82IDhAlQNHkKcgHGkUUM0cF6kOBECRPURJlbM0EGnTUZGY27QYIDxwgUMGDNu/Djj/GQjOUt46NhBH4iTO40OIWJykk2jNVEooYQUbzTinR+GJOLHSQ540UcjjfTh20B34MEIVgyeRMgVcCCyWYYZJQKFG4koAmJGjVzBh4knNgRIIwAEBAA7" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Zoom in" onClick="parent.ECZ(true);" STYLE="cursor:pointer;">
</TD></TR>
<TR VALIGN="middle"><TD ALIGN="center">
Show:
<SELECT ID="showdetail" onChange="NCD();" TITLE="Information to show on tree">
<OPTION VALUE="">Name only</OPTION>
<OPTION VALUE="bds">Life dates</OPTION>
<OPTION VALUE="bd">Life years</OPTION>
<OPTION VALUE="bv">Birth</OPTION>
<OPTION VALUE="dy">Death</OPTION>
<OPTION VALUE="e">Email</OPTION>
<OPTION VALUE="a">Address</OPTION>
<OPTION VALUE="tku">Telephone</OPTION>
<OPTION VALUE="j">Profession</OPTION>
<OPTION VALUE="E">Company</OPTION>
<OPTION VALUE="I">Interests</OPTION>
<OPTION VALUE="A">Activities</OPTION>
<OPTION VALUE="_"></OPTION>
<OPTION VALUE="_r0">No photos</OPTION>
<OPTION VALUE="_r1">Show photos</OPTION>
<OPTION VALUE="_m0">No middle names</OPTION>
<OPTION VALUE="_m1">Middle names</OPTION>
<OPTION VALUE="_pl">Surname now</OPTION>
<OPTION VALUE="_pq">Surname at birth</OPTION>
</SELECT>
&nbsp;
Parents:
<SELECT ID="showparents" onChange="parent.ECP();" TITLE="Generations of ancestors to display">
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
&nbsp;
Children:
<SELECT ID="showchildren" onChange="parent.ECH();" TITLE="Generations of descendants to display">
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
&nbsp;
Others:
<SELECT ID="showcousins" onChange="parent.ECO();" TITLE="Generations of aunts, uncles, cousins, nephews and nieces">
<OPTION VALUE="0">None</OPTION>
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
</TD></TR>
</TABLE></DIV></DIV></DIV>
<DIV ID="keydiv" CLASS="dright rbody" STYLE="bottom:64px; display:none; border-top:solid #666666 1px; padding:24px 0px 32px 0px; text-align:center;"><DIV ID="keymargin" CLASS="marginon"><DIV STYLE="font-size:14px; font-weight:bold; margin-bottom:24px;">Key to family tree diagram:</DIV><DIV STYLE="position:relative; margin:0 auto;" ID="keycontent"></DIV></DIV></DIV>
<DIV ID="findlist" CLASS="slist" STYLE="position:absolute; bottom:64px; height:20em; width:16em; padding:2px 0; background:#fff; border:1px solid black; display:none; overflow-x:hidden; overflow-y:auto;"></DIV>
<DIV ID="externaldiv" CLASS="dright" STYLE="top:0px; height:100%; display:none;"><DIV ID="externalmargin" CLASS="marginon" STYLE="background-color:white;"><IFRAME ID="externalurl" CLASS="fullsize" FRAMEBORDER="0" SCROLLING="auto"></IFRAME></DIV></DIV>
<DIV ID="welcomediv" STYLE="position:absolute; width:100%; top:16px;"><DIV ID="welcomemargin" CLASS="marginon"><CENTER>
</CENTER></DIV></DIV>
<DIV ID="leftdiv" CLASS="dleft lbody" STYLE="">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=6><FORM onSubmit="return false;">
<TR VALIGN="top"><TD ALIGN="center">
<SPAN ID="nametitle" CLASS="sdefname">Loading...</SPAN><BR>
<INPUT TYPE="image" CLASS="blankpixel" WIDTH="1" HEIGHT="6"><BR>
<IMG ID="personimage" CLASS="simage" STYLE="display:none; margin-bottom:6px;" onClick="SIC(); return false;">
<DIV ID="nonrelations" STYLE="display:none; margin-top:6px;">
<DIV ID="nonediting">
<IFRAME ID="uploadiframe" SRC="imageupload.php" CLASS="simage" STYLE="display:none; margin-top:6px;" SCROLLING="no" WIDTH="200" HEIGHT="120" FRAMEBORDER="0"></IFRAME>
<INPUT ID="uploadbutton" TYPE="submit" VALUE="Upload photo" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="SIC(); return false;">
<INPUT ID="hideurl" TYPE="submit" VALUE="Back to family tree" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="parent.ESM('view'); return false;">
<INPUT ID="showurl" TYPE="submit" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="return UL(GE('urllink'));"><INPUT ID="urlmode" TYPE="hidden" VALUE=""><A HREF="#" ID="urllink" STYLE="display:none;"></A>
<INPUT ID="shareperson" TYPE="submit" VALUE="Share family" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="parent.ESM('share'); return false;">
</DIV>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 STYLE="margin-top:12px;">
<TR>
<TD ALIGN="center" ID="switchpanel0" CLASS="sswitched">
<A HREF="#" onMouseDown="SWA(0); return false;" ID="switchlink0" CLASS="sswitchedlink">Personal</A>
</TD>
<TD ALIGN="center" ID="switchpanel3" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(3); return false;" ID="switchlink3">Partners</A>
</TD>
<TD ALIGN="center" ID="switchpanel1" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(1); return false;" ID="switchlink1">Contact</A>
</TD>
<TD ALIGN="center" ID="switchpanel2" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(2); return false;" ID="switchlink2">Biographical</A>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 CLASS="spanel">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TBODY ID="personalview" CLASS="hiderows">
</TBODY>
<TBODY ID="personaledit" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
First names:
</TD>
<TD CLASS="sright">
<INPUT ID="personalname" CLASS="sfield" onChange="SCV('personalname');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Surname now:
</TD>
<TD CLASS="sright">
<INPUT ID="familyname" CLASS="sfield" onChange="SCV('familyname');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Surname at birth:
</TD>
<TD CLASS="sright">
<INPUT ID="familybirth" CLASS="sfield" onChange="SCV('familybirth');" onFocus="SFV('familybirth');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Gender:
</TD>
<TD CLASS="sright">
<DIV STYLE="margin:2px 0px;">
<INPUT TYPE="radio" NAME="gender" ID="gender_f" onClick="SSG('f');" STYLE="margin-right:4px;">Female&nbsp;
<INPUT TYPE="radio" NAME="gender" ID="gender_m" onClick="SSG('m');" STYLE="margin-right:4px;">Male&nbsp;
<INPUT TYPE="radio" NAME="gender" ID="gender_o" onClick="SSG('o');" STYLE="margin-right:4px;">Other
</DIV>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Birth date:
</TD>
<TD CLASS="sright">
<SELECT ID="birthdom" CLASS="sselect" TITLE="Day" onChange="SCV('birth');"></SELECT>&nbsp;
<SELECT ID="birthmonth" CLASS="sselect" TITLE="Month" onChange="SCV('birth');"></SELECT>&nbsp;
<INPUT ID="birthyear" CLASS="syear" TITLE="Year" onChange="SCV('birth');" MAXLENGTH=4>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
</TD>
<TD CLASS="sright">
<DIV STYLE="margin:2px 0px;">
<INPUT TYPE="checkbox" ID="alive" onClick="SCV('alive');">
This person is living
</DIV>
</TD>
</TR>
</TBODY>
<TBODY ID="personaleditdeath" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Death date:
</TD>
<TD CLASS="sright">
<SELECT ID="deathdom" CLASS="sselect" TITLE="Day" onChange="SCV('death');"></SELECT>&nbsp;
<SELECT ID="deathmonth" CLASS="sselect" TITLE="Month" onChange="SCV('death');"></SELECT>&nbsp;
<INPUT ID="deathyear" CLASS="syear" TITLE="Year" onChange="SCV('death');" MAXLENGTH=4>
</TD>
</TR>
</TBODY>
<TBODY ID="partnersviewedit" CLASS="hiderows">
</TBODY>
<TBODY ID="contactview" CLASS="hiderows">
</TBODY>
<TBODY ID="contactedit" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Email:
</TD>
<TD CLASS="sright">
<INPUT ID="c_email" CLASS="sfield" onChange="SCV('c_email');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Website:
</TD>
<TD CLASS="sright">
<INPUT ID="website" CLASS="sfield" onChange="SCV('website');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Blog:
</TD>
<TD CLASS="sright">
<INPUT ID="blog" CLASS="sfield" onChange="SCV('blog');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Photo site:
</TD>
<TD CLASS="sright">
<INPUT ID="photosite" CLASS="sfield" onChange="SCV('photosite');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Home tel:
</TD>
<TD CLASS="sright">
<INPUT ID="hometel" CLASS="sfield" onChange="SCV('hometel');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Work tel:
</TD>
<TD CLASS="sright">
<INPUT ID="worktel" CLASS="sfield" onChange="SCV('worktel');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Mobile:
</TD>
<TD CLASS="sright">
<INPUT ID="mobile" CLASS="sfield" onChange="SCV('mobile');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Skype:
</TD>
<TD CLASS="sright">
<INPUT ID="skype" CLASS="sfield" onChange="SCV('skype');">
</TD>
</TR>
<TR>
<TD CLASS="sleft" STYLE="vertical-align:top;">
Address:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="address" CLASS="sfield" ROWS=3 onChange="SCV('address');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Other:
</TD>
<TD CLASS="sright">
<INPUT ID="othercontact" CLASS="sfield" onChange="SCV('othercontact');">
</TD>
</TR>
</TBODY>
<TBODY ID="bioview" CLASS="hiderows">
</TBODY>
<TBODY ID="bioedit1" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Birth place:
</TD>
<TD CLASS="sright">
<INPUT ID="birthplace" CLASS="sfield" onChange="SCV('birthplace');">
</TD>
</TR>
</TBODY>
<TBODY ID="bioeditdeath" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Death place:
</TD>
<TD CLASS="sright">
<INPUT ID="deathplace" CLASS="sfield" onChange="SCV('deathplace');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Burial place:
</TD>
<TD CLASS="sright">
<INPUT ID="burialplace" CLASS="sfield" onChange="SCV('burialplace');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Burial date:
</TD>
<TD CLASS="sright">
<SELECT ID="burialdom" CLASS="sselect" TITLE="Day" onChange="SCV('burial');"></SELECT>&nbsp;
<SELECT ID="burialmonth" CLASS="sselect" TITLE="Month" onChange="SCV('burial');"></SELECT>&nbsp;
<INPUT ID="burialyear" CLASS="syear" TITLE="Year" onChange="SCV('burial');" MAXLENGTH=4>
</TD>
</TR>
</TBODY>
<TBODY ID="bioedit2" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Profession:
</TD>
<TD CLASS="sright">
<INPUT ID="profession" CLASS="sfield" onChange="SCV('profession');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Company:
</TD>
<TD CLASS="sright">
<INPUT ID="employer" CLASS="sfield" onChange="SCV('employer');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Interests:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="interests" CLASS="sfield" ROWS=3 onChange="SCV('interests');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Activities:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="activities" CLASS="sfield" ROWS=3 onChange="SCV('activities');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Bio notes:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="bionotes" CLASS="sfield" ROWS=4 onChange="SCV('bionotes');"></TEXTAREA>
</TD>
</TR>
</TBODY>
<TBODY ID="viewfooter" CLASS="hiderows">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" ID="editbutton" VALUE="Edit details" CLASS="sbutton" onClick="SED(); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="editfooter" CLASS="hiderows">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
You can also add or change details later.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="OK" CLASS="sbutton2" onClick="SAS(); return false;">
&nbsp;
<INPUT TYPE="submit" VALUE="Cancel" CLASS="sbutton2" onClick="SCS(); return false;">
</TD>
</TR>
</TBODY>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
</TABLE>
</DIV>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
<TBODY ID="readonlyfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
You are not currently permitted to edit this family.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="writemefooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<A HREF="#" onClick="parent.GE('do_signin').click(); return false;">Sign in</A>
to add more people to this family.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="writenotfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<A HREF="#" onClick="parent.GE('do_signin').click(); return false;">Sign in</A>
to edit these details or add new people.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="relactions" CLASS="hiderows">
</TBODY>
</TABLE>
</TD></TR>
<TR VALIGN="bottom"><TD ALIGN="center">
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TBODY ID="importfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Import GEDCOM or FamilyScript..." CLASS="sbutton" onClick="parent.ESM('import'); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="clearfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Clear family and start over..." CLASS="sbutton" onClick="SCC(); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="downloadfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Download / export this family..." CLASS="sbutton" onClick="parent.ESM('download'); return false;">
</TD>
</TR>
</TBODY>
</TABLE>
</TD></TR>
</FORM></TABLE>
</DIV>
<DIV ID="extradiv" CLASS="dleft lbody" STYLE="visibility:hidden;"><IFRAME ID="extraframe" CLASS="fullsize" FRAMEBORDER="0" SCROLLING="auto"></IFRAME></DIV>
</DIV>
</TD></TR>
<TR HEIGHT="8">
<TD STYLE="border-top:solid #666666 1px; padding:8px;" VALIGN="middle">
<DIV STYLE="float:left;">
Read-only HTML downloaded by Kenneth Reitz on 28 Sep 2019. </DIV>
<DIV STYLE="float:right;">
<A HREF="http://www.familyecho.com/" TITLE="Family Echo - Free Online Family Tree Maker"><IMG SRC="data:;base64,R0lGODlhUAAQAPcAAIwyM6llZqZub6Z3eLeam9q7vNy+v8evsObP0Mq3uOza2+vb3NbLzPTr7N3b3Pz7/c7N1fHw+Ojn89DP3cXE0a2syayrw7W0ywsKdg8OeRAPeBIReRgXfRsafyAffiQjgy8uhDAvhDg3jT8+j0ZFl0pJlE9OmVNSlGpprWtqrXFwrHZ1sn9+uIKBuY6NtaCfy5eWv6inzR8fgSMjgCwsiSoqgysrhCwshDExhkVFmFRVn0xMj15epGJip11dnWlprG5ur29vsGNjnWlppH19tHJypIaGvIeHvIuLvYCAq4mJtpWVxI+PuZ6eyJSUu5mZvpmZuJ6evaKiwLS01KenwsLC3sfH4MrK4sbG3c7O5dHR5tTU57u7ytra6bq6xuTk8eHh7tLS3uvr9ebm7+3t8+rq8Onp7/X1+eXl6d3d4fn5/Pj4+/Hx8+Li5G1uqaChys7P4O3u9Pj+/uTq6vb7+/D09Ojs7P3///T29u7w8Pr7+/X5+Pn7+vb28/Dw7fv7+e3t6////v38+vv49/Xs6+vc27GLinYLC3oPD3kQEHcREXwSEn0VFXoVFXwXF4EaGoEcHIMdHYEeHoIfH4QhIYIjI4YmJYImJowuLo4xMY81NYk2NZI9PY07O40+Pos9PZNEQ5pKSpFIR5JISKJXV6RZWaNZWZ5YWJZVVaVfX5lZWaBfX5pdXZteXq5sa5xhYaRnZ6NrarF2dqp1dLqCgqVzc7J9fal5eax9fKp9fKyBgb2OjraKia2CgrOIiMOVlb6RkbSNja+JibmUlMqjo8+srNSysti3t9a1tcGjo9m6uta5ucWrq9q/v+LJyd7Fxcexsd/Hx823t+TOztjDw+LNzdnGxtG/v827u97Ly+TT0+va2ubV1dTFxefX1+DR0ezd3erd3fHl5e7i4tHHx/Xr6/Lo6Ozk5NzV1fbv7+rj4+fg4Pjy8vbx8e3o6Pn19ejk5Pv4+Pr39/37+/j29tfV1f79/fDv7+Df3/////7+/vz8/Pn5+ezs7Ovr6+bm5iwAAAAAUAAQAAAI/wDzCRxIsKDBgwgTKlzIsKHDhxAjHrTnDUFFZ84MONMnUeA8gYWIAdOj8IwVK1qyXLFSpctBCVNWlGloL9qpR6MMBRPQaV3HBaGUBSKGCBUehWumjOjgw4USHybYGMRCo0aah8gQDZBz586vbh2fOdJ1RxAmVnsYtsBAJVCgP0quGvwBos3DAotuDWx3r2O+bPjyDdLEig7DIxosDCQj1WCKug+V5c1nb9e5fPGmPWMnUNACb+aOicuXTtk0gubA5ZOnqdU9cenE2TM3zlwggkYyUMknBslRgRGuXHmQDwWONFm0FPxiZUtBZY86yUp1yQG4UMMEcNJm75elVbxAaf8qBkzVpF364u2y5EuwplfuUlHChUcbJ198CB7JUEIFiRH9CDSFElSIwAM/QNjggg8yrECSPUswcYEOPZAxkDKMtEJON7AwYAAqc8gTySz5cAOJKna4A8AmDuARQCXw2NMMI7pgRtgd0SyCC2Wz1MPRQPslAQEXQlylhQgU5BODEH4E8QEF7RCxQZJNiBAYGB+4sY9AkuUiUDjo5LOHN8hQEssd6VBSyx35kPKJP/n80ggD+YAzSS/uFZZPKpWoo8AwhuGWmEBwoJEPCyH8k48+fdiDQgh2VcFBFIHkcEIfAq0wg6H5SHYLm/ncYY4rsWCj5h2EnJqPKW/G6Qg5+Wz/Iwmeg6GVTzSM2EIMWAUhpthAYqQwg10DoQAZFh1AEYgIJWCazxIeOCBQAYgIQBAtitRDTyRephNJLQKV8kkecc5ZJyR4zpMJK3IIFAAis9Rh0FpSDPQCEzBg4ARw+aRgg6JWcABFPkBwEIZALewAiGC2JLLJMu8IRMshugLgSTbPSCKKN+mAcok08sjSyDDyGOMIKuNMU8km1NiTTzWSEADqQGCQsIEJTRyhww1ekGFCBysgAUMXJHhQgRpvbDAEGWCMYEIXWwzBxW3lJGN1Mj7l08AuwqDzTTAMaIPNAdeMIw00zJxjDTbMqFNNAsx0o00CB0iD6TywhFnQFlJYPiCFE0kkwQWmcTxRBBT/jHHB4mZgYQEVE+RDBgwuVJDGHwfNHCpDM2tOEEfHBBMoRG41VLpffr0zC6yoRxQQADs=" WIDTH="80" HEIGHT="16" BORDER="0" ALT="Family Echo" ALIGN="ABSBOTTOM"></A> &copy; Familiality 2019 - All rights reserved </DIV>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>