Read Person Ancestry with Specified Spouse and additional person and marriage details

This example request illustrates how to make a query for the ancestry graph of a given person. Note that only a set of persons is returned. Each person element provides "display properties" that describe how to display the person. The display properties include, among other things, an ascendancy Numberwhich indicates the person's position in the ancestry graph using an Ahnen number.

JSON

Request

GET /platform/tree/ancestry?person=P2mal-02&spouse=P3fem-03&personDetails=&marriageDetails=
Accept: application/x-fs-v1+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE

Response

HTTP/1.1 200 OK
Content-type: application/x-fs-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked{
  "links" : {
    "collection" : {
      "href" : "https://api.familysearch.org/collections/tree?flag=fsh"
    }
  },
  "persons" : [ {
    "id" : "P2mal-02",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P2mal-02&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P2mal-02&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Daniel Earl Bishop"
      } ]
    } ],
    "facts" : [ {
      "id" : "P2mal-02_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "06/27/1885",
        "normalized" : [ {
          "value" : "27 Jun 1885"
        } ]
      },
      "place" : {
        "original" : "De Witt, Clinton, Iowa, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "P2mal-02_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "12/05/1981",
        "normalized" : [ {
          "value" : "5 Dec 1981"
        }, {
          "value" : "12/05/1981"
        } ]
      },
      "place" : {
        "original" : "Fulton, Whiteside, Illinois, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Daniel Earl Bishop",
      "gender" : "Male",
      "lifespan" : "1885-1981",
      "birthDate" : "06/27/1885",
      "birthPlace" : "De Witt, Clinton, Iowa, United States",
      "deathDate" : "12/05/1981",
      "deathPlace" : "Fulton, Whiteside, Illinois, United States",
      "marriageDate" : "08/13/1905",
      "marriagePlace" : "Rethwisch, Schleswig-Holstein, Preussen, Germany",
      "ascendancyNumber" : "2"
    }
  }, {
    "id" : "P3fem-03",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P3fem-03&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P3fem-03&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Maude Langston"
      } ]
    } ],
    "facts" : [ {
      "id" : "P3fem-03_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "05/26/1857",
        "normalized" : [ {
          "value" : "26 May 1857"
        } ]
      },
      "place" : {
        "original" : "Idaho, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "P3fem-03_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "09/04/1949",
        "normalized" : [ {
          "value" : "4 Sep 1949"
        }, {
          "value" : "09/04/1949"
        } ]
      },
      "place" : {
        "original" : "Kaysville, Davis, Utah, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Maude Langston",
      "gender" : "Female",
      "lifespan" : "1885-1949",
      "birthDate" : "05/26/1857",
      "birthPlace" : "Idaho, United States",
      "deathDate" : "09/04/1949",
      "deathPlace" : "Kaysville, Davis, Utah, United States",
      "marriageDate" : "08/13/1905",
      "marriagePlace" : "Rethwisch, Schleswig-Holstein, Preussen, Germany",
      "ascendancyNumber" : "3"
    }
  }, {
    "id" : "P4mal-04",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P4mal-04&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P4mal-04&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Heber Lafayette Bishop"
      } ]
    } ],
    "facts" : [ {
      "id" : "P4mal-04_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "04/25/1858",
        "normalized" : [ {
          "value" : "25 Apr 1858"
        } ]
      },
      "place" : {
        "original" : "Richmond, Cache, Utah, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "P4mal-04_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "10/03/1933",
        "normalized" : [ {
          "value" : "3 Oct 1933"
        }, {
          "value" : "10/03/1933"
        } ]
      },
      "place" : {
        "original" : "De Witt, Clinton, Iowa, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Heber Lafayette Bishop",
      "gender" : "Male",
      "lifespan" : "1857-1933",
      "birthDate" : "04/25/1858",
      "birthPlace" : "Richmond, Cache, Utah, United States",
      "deathDate" : "10/03/1933",
      "deathPlace" : "De Witt, Clinton, Iowa, United States",
      "marriageDate" : "10/11/1898",
      "marriagePlace" : "Hansuehn, Schleswig-Holstein, Preussen, Germany",
      "ascendancyNumber" : "4"
    }
  }, {
    "id" : "P5fem-05",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P5fem-05&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P5fem-05&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Martha Ellen Cahoon"
      } ]
    } ],
    "facts" : [ {
      "id" : "P5fem-05_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "03/24/1863",
        "normalized" : [ {
          "value" : "24 Mar 1863"
        } ]
      },
      "place" : {
        "original" : "Schleswig-Holstein, Germany"
      },
      "value" : "factValue"
    }, {
      "id" : "P5fem-05_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "Unknown",
        "normalized" : [ {
          "value" : "Unknown"
        }, {
          "value" : "Unknown"
        } ]
      },
      "place" : {
        "original" : "Ottawa, La Salle, Illinois, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Martha Ellen Cahoon",
      "gender" : "Female",
      "lifespan" : "1858-Unknown",
      "birthDate" : "03/24/1863",
      "birthPlace" : "Schleswig-Holstein, Germany",
      "deathDate" : "Unknown",
      "deathPlace" : "Ottawa, La Salle, Illinois, United States",
      "marriageDate" : "10/11/1898",
      "marriagePlace" : "Hansuehn, Schleswig-Holstein, Preussen, Germany",
      "ascendancyNumber" : "5"
    }
  }, {
    "id" : "P6mal-06",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P6mal-06&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P6mal-06&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Jacob H. Langston"
      } ]
    } ],
    "facts" : [ {
      "id" : "P6mal-06_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "02/23/1864",
        "normalized" : [ {
          "value" : "23 Feb 1864"
        } ]
      },
      "place" : {
        "original" : "Whitney, Franklin, Idaho, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "P6mal-06_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "08/17/1930",
        "normalized" : [ {
          "value" : "17 Aug 1930"
        }, {
          "value" : "08/17/1930"
        } ]
      },
      "place" : {
        "original" : "Idaho, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Jacob H. Langston",
      "gender" : "Male",
      "lifespan" : "1863-1930",
      "birthDate" : "02/23/1864",
      "birthPlace" : "Whitney, Franklin, Idaho, United States",
      "deathDate" : "08/17/1930",
      "deathPlace" : "Idaho, United States",
      "marriageDate" : "12/15/1885",
      "marriagePlace" : "Preston, Oneida, Idaho, United States",
      "ascendancyNumber" : "6"
    }
  }, {
    "id" : "P7fem-07",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P7fem-07&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P7fem-07&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Alice Maude Hall"
      } ]
    } ],
    "facts" : [ {
      "id" : "P7fem-07_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "01/22/1821",
        "normalized" : [ {
          "value" : "22 Jan 1821"
        } ]
      },
      "place" : {
        "original" : "Bocholtz, Limburg, Netherlands"
      },
      "value" : "factValue"
    }, {
      "id" : "P7fem-07_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "07/27/1922",
        "normalized" : [ {
          "value" : "27 Jul 1922"
        }, {
          "value" : "07/27/1922"
        } ]
      },
      "place" : {
        "original" : "Whitney, Franklin, Idaho, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Alice Maude Hall",
      "gender" : "Female",
      "lifespan" : "1864-1922",
      "birthDate" : "01/22/1821",
      "birthPlace" : "Bocholtz, Limburg, Netherlands",
      "deathDate" : "07/27/1922",
      "deathPlace" : "Whitney, Franklin, Idaho, United States",
      "marriageDate" : "12/15/1885",
      "marriagePlace" : "Preston, Oneida, Idaho, United States",
      "ascendancyNumber" : "7"
    }
  }, {
    "id" : "P8mal-08",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P8mal-08&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P8mal-08&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "William Henry Bishop"
      } ]
    } ],
    "facts" : [ {
      "id" : "P8mal-08_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "12/21/1821",
        "normalized" : [ {
          "value" : "21 Dec 1821"
        } ]
      },
      "place" : {
        "original" : "Coal City, Grundy, Illinois, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "P8mal-08_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "06/16/1884",
        "normalized" : [ {
          "value" : "16 Jun 1884"
        }, {
          "value" : "06/16/1884"
        } ]
      },
      "place" : {
        "original" : "Rethwisch, Schleswig-Holstein, Preussen, Germany"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "William Henry Bishop",
      "gender" : "Male",
      "lifespan" : "1821-1884",
      "birthDate" : "12/21/1821",
      "birthPlace" : "Coal City, Grundy, Illinois, United States",
      "deathDate" : "06/16/1884",
      "deathPlace" : "Rethwisch, Schleswig-Holstein, Preussen, Germany",
      "marriageDate" : "02/08/1850",
      "marriagePlace" : "Hardanger, Hordaland, Norway",
      "ascendancyNumber" : "8"
    }
  }, {
    "id" : "P9fem-09",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=P9fem-09&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=P9fem-09&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Eliza Pratt"
      } ]
    } ],
    "facts" : [ {
      "id" : "P9fem-09_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "10/19/1819",
        "normalized" : [ {
          "value" : "19 Oct 1819"
        } ]
      },
      "place" : {
        "original" : "Torrance, Los Angeles, California, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "P9fem-09_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "05/15/1895",
        "normalized" : [ {
          "value" : "15 May 1895"
        }, {
          "value" : "05/15/1895"
        } ]
      },
      "place" : {
        "original" : "Schleswig-Holstein, Germany"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Eliza Pratt",
      "gender" : "Female",
      "lifespan" : "1819-1895",
      "birthDate" : "10/19/1819",
      "birthPlace" : "Torrance, Los Angeles, California, United States",
      "deathDate" : "05/15/1895",
      "deathPlace" : "Schleswig-Holstein, Germany",
      "marriageDate" : "02/08/1850",
      "marriagePlace" : "Hardanger, Hordaland, Norway",
      "ascendancyNumber" : "9"
    }
  }, {
    "id" : "Pp10mal-10",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=Pp10mal-10&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=Pp10mal-10&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Daniel Stiles Cahoon Sr."
      } ]
    } ],
    "facts" : [ {
      "id" : "Pp10mal-10_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "11/18/1822",
        "normalized" : [ {
          "value" : "18 Nov 1822"
        } ]
      },
      "place" : {
        "original" : "Rethwisch, Schleswig-Holstein, Preussen, Germany"
      },
      "value" : "factValue"
    }, {
      "id" : "Pp10mal-10_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "04/14/1903",
        "normalized" : [ {
          "value" : "14 Apr 1903"
        }, {
          "value" : "04/14/1903"
        } ]
      },
      "place" : {
        "original" : "Ostermundigen, Bern, Switzerland"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Daniel Stiles Cahoon Sr.",
      "gender" : "Male",
      "lifespan" : "1822-1903",
      "birthDate" : "11/18/1822",
      "birthPlace" : "Rethwisch, Schleswig-Holstein, Preussen, Germany",
      "deathDate" : "04/14/1903",
      "deathPlace" : "Ostermundigen, Bern, Switzerland",
      "marriageDate" : "04/06/1852",
      "marriagePlace" : "Trub, Bern, Switzerland",
      "ascendancyNumber" : "10"
    }
  }, {
    "id" : "Pp11fem-11",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=Pp11fem-11&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=Pp11fem-11&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Martha Spencer"
      } ]
    } ],
    "facts" : [ {
      "id" : "Pp11fem-11_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "09/17/1839",
        "normalized" : [ {
          "value" : "17 Sep 1839"
        } ]
      },
      "place" : {
        "original" : "Santa Maria, Santa Barbara, California, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "Pp11fem-11_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "03/11/1905",
        "normalized" : [ {
          "value" : "11 Mar 1905"
        }, {
          "value" : "03/11/1905"
        } ]
      },
      "place" : {
        "original" : "Oslo, Oslo, Norway"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Martha Spencer",
      "gender" : "Female",
      "lifespan" : "1839-1905",
      "birthDate" : "09/17/1839",
      "birthPlace" : "Santa Maria, Santa Barbara, California, United States",
      "deathDate" : "03/11/1905",
      "deathPlace" : "Oslo, Oslo, Norway",
      "marriageDate" : "04/06/1852",
      "marriagePlace" : "Trub, Bern, Switzerland",
      "ascendancyNumber" : "11"
    }
  }, {
    "id" : "Pp12mal-12",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=Pp12mal-12&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=Pp12mal-12&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "John Langston"
      } ]
    } ],
    "facts" : [ {
      "id" : "Pp12mal-12_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "08/16/1822",
        "normalized" : [ {
          "value" : "16 Aug 1822"
        } ]
      },
      "place" : {
        "original" : "Zaziwil, Bern, Switzerland"
      },
      "value" : "factValue"
    }, {
      "id" : "Pp12mal-12_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "11/09/1882",
        "normalized" : [ {
          "value" : "9 Nov 1882"
        }, {
          "value" : "11/09/1882"
        } ]
      },
      "place" : {
        "original" : "Santa Maria, Santa Barbara, California, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "John Langston",
      "gender" : "Male",
      "lifespan" : "1822-1882",
      "birthDate" : "08/16/1822",
      "birthPlace" : "Zaziwil, Bern, Switzerland",
      "deathDate" : "11/09/1882",
      "deathPlace" : "Santa Maria, Santa Barbara, California, United States",
      "marriageDate" : "06/04/1842",
      "marriagePlace" : "Mc Causland, Scott, Iowa, United States",
      "ascendancyNumber" : "12"
    }
  }, {
    "id" : "Pp13fem-13",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=Pp13fem-13&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=Pp13fem-13&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Clarinda Phillips"
      } ]
    } ],
    "facts" : [ {
      "id" : "Pp13fem-13_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "07/15/1829",
        "normalized" : [ {
          "value" : "15 Jul 1829"
        } ]
      },
      "place" : {
        "original" : "Coal City, Grundy, Illinois, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "Pp13fem-13_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "12/01/1908",
        "normalized" : [ {
          "value" : "1 Dec 1908"
        }, {
          "value" : "12/01/1908"
        } ]
      },
      "place" : {
        "original" : "Bocholtz, Limburg, Netherlands"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Clarinda Phillips",
      "gender" : "Female",
      "lifespan" : "1829-1908",
      "birthDate" : "07/15/1829",
      "birthPlace" : "Coal City, Grundy, Illinois, United States",
      "deathDate" : "12/01/1908",
      "deathPlace" : "Bocholtz, Limburg, Netherlands",
      "marriageDate" : "06/04/1842",
      "marriagePlace" : "Mc Causland, Scott, Iowa, United States",
      "ascendancyNumber" : "13"
    }
  }, {
    "id" : "Pp14mal-14",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Male"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=Pp14mal-14&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=Pp14mal-14&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "John Charles Hall"
      } ]
    } ],
    "facts" : [ {
      "id" : "Pp14mal-14_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "06/14/1821",
        "normalized" : [ {
          "value" : "14 Jun 1821"
        } ]
      },
      "place" : {
        "original" : "Mc Causland, Scott, Iowa, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "Pp14mal-14_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "07/16/1890",
        "normalized" : [ {
          "value" : "16 Jul 1890"
        }, {
          "value" : "07/16/1890"
        } ]
      },
      "place" : {
        "original" : "Richmond, Cache, Utah, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "John Charles Hall",
      "gender" : "Male",
      "lifespan" : "1821-1890",
      "birthDate" : "06/14/1821",
      "birthPlace" : "Mc Causland, Scott, Iowa, United States",
      "deathDate" : "07/16/1890",
      "deathPlace" : "Richmond, Cache, Utah, United States",
      "marriageDate" : "08/01/1845",
      "marriagePlace" : "Clifton, Franklin, Idaho, United States",
      "ascendancyNumber" : "14"
    }
  }, {
    "id" : "Pp15fem-15",
    "living" : false,
    "gender" : {
      "type" : "http://gedcomx.org/Female"
    },
    "links" : {
      "ancestry" : {
        "href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&marriageDetails=&person=Pp15fem-15&personDetails=&spouse=P3fem-03"
      },
      "descendancy" : {
        "href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&marriageDetails=&person=Pp15fem-15&personDetails="
      },
      "person" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"
      },
      "self" : {
        "href" : "https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"
      }
    },
    "notes" : [ {
      "subject" : "note subject",
      "text" : "note text"
    } ],
    "names" : [ {
      "nameForms" : [ {
        "fullText" : "Keziah DeGrey"
      } ]
    } ],
    "facts" : [ {
      "id" : "Pp15fem-15_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Birth",
      "date" : {
        "original" : "05/13/1837",
        "normalized" : [ {
          "value" : "13 May 1837"
        } ]
      },
      "place" : {
        "original" : "Parowan, Iron, Utah, United States"
      },
      "value" : "factValue"
    }, {
      "id" : "Pp15fem-15_fact1",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/007",
          "resourceId" : "resourceId"
        },
        "modified" : 1543677067759
      },
      "type" : "http://gedcomx.org/Death",
      "date" : {
        "original" : "09/19/1905",
        "normalized" : [ {
          "value" : "19 Sep 1905"
        }, {
          "value" : "09/19/1905"
        } ]
      },
      "place" : {
        "original" : "Torrance, Los Angeles, California, United States"
      },
      "value" : "factValue"
    } ],
    "display" : {
      "name" : "Keziah DeGrey",
      "gender" : "Female",
      "lifespan" : "1837-1905",
      "birthDate" : "05/13/1837",
      "birthPlace" : "Parowan, Iron, Utah, United States",
      "deathDate" : "09/19/1905",
      "deathPlace" : "Torrance, Los Angeles, California, United States",
      "marriageDate" : "08/01/1845",
      "marriagePlace" : "Clifton, Franklin, Idaho, United States",
      "ascendancyNumber" : "15"
    }
  } ]
}

XML

Request

GET /platform/tree/ancestry?person=P2mal-02&spouse=P3fem-03&personDetails=&marriageDetails=
Accept: application/x-fs-v1+xml
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE

Response

HTTP/1.1 200 OK
Content-type: application/x-fs-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fs:familysearch xmlns:fs="http://familysearch.org/v1/" xmlns="http://gedcomx.org/v1/" xmlns:atom="http://www.w3.org/2005/Atom">
    <link rel="collection" href="https://api.familysearch.org/collections/tree?flag=fsh"/>
    <person id="P2mal-02">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P2mal-02&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P2mal-02&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>Daniel Earl Bishop</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P2mal-02_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>06/27/1885</original>
                <normalized>27 Jun 1885</normalized>
            </date>
            <place>
                <original>De Witt, Clinton, Iowa, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P2mal-02_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>12/05/1981</original>
                <normalized>5 Dec 1981</normalized>
                <normalized>12/05/1981</normalized>
            </date>
            <place>
                <original>Fulton, Whiteside, Illinois, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>2</ascendancyNumber>
            <birthDate>06/27/1885</birthDate>
            <birthPlace>De Witt, Clinton, Iowa, United States</birthPlace>
            <deathDate>12/05/1981</deathDate>
            <deathPlace>Fulton, Whiteside, Illinois, United States</deathPlace>
            <gender>Male</gender>
            <lifespan>1885-1981</lifespan>
            <marriageDate>08/13/1905</marriageDate>
            <marriagePlace>Rethwisch, Schleswig-Holstein, Preussen, Germany</marriagePlace>
            <name>Daniel Earl Bishop</name>
        </display>
    </person>
    <person id="P3fem-03">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P3fem-03&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P3fem-03&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Maude Langston</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P3fem-03_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>05/26/1857</original>
                <normalized>26 May 1857</normalized>
            </date>
            <place>
                <original>Idaho, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P3fem-03_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>09/04/1949</original>
                <normalized>4 Sep 1949</normalized>
                <normalized>09/04/1949</normalized>
            </date>
            <place>
                <original>Kaysville, Davis, Utah, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>3</ascendancyNumber>
            <birthDate>05/26/1857</birthDate>
            <birthPlace>Idaho, United States</birthPlace>
            <deathDate>09/04/1949</deathDate>
            <deathPlace>Kaysville, Davis, Utah, United States</deathPlace>
            <gender>Female</gender>
            <lifespan>1885-1949</lifespan>
            <marriageDate>08/13/1905</marriageDate>
            <marriagePlace>Rethwisch, Schleswig-Holstein, Preussen, Germany</marriagePlace>
            <name>Maude Langston</name>
        </display>
    </person>
    <person id="P4mal-04">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P4mal-04&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P4mal-04&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>Heber Lafayette Bishop</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P4mal-04_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>04/25/1858</original>
                <normalized>25 Apr 1858</normalized>
            </date>
            <place>
                <original>Richmond, Cache, Utah, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P4mal-04_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>10/03/1933</original>
                <normalized>3 Oct 1933</normalized>
                <normalized>10/03/1933</normalized>
            </date>
            <place>
                <original>De Witt, Clinton, Iowa, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>4</ascendancyNumber>
            <birthDate>04/25/1858</birthDate>
            <birthPlace>Richmond, Cache, Utah, United States</birthPlace>
            <deathDate>10/03/1933</deathDate>
            <deathPlace>De Witt, Clinton, Iowa, United States</deathPlace>
            <gender>Male</gender>
            <lifespan>1857-1933</lifespan>
            <marriageDate>10/11/1898</marriageDate>
            <marriagePlace>Hansuehn, Schleswig-Holstein, Preussen, Germany</marriagePlace>
            <name>Heber Lafayette Bishop</name>
        </display>
    </person>
    <person id="P5fem-05">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P5fem-05&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P5fem-05&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Martha Ellen Cahoon</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P5fem-05_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>03/24/1863</original>
                <normalized>24 Mar 1863</normalized>
            </date>
            <place>
                <original>Schleswig-Holstein, Germany</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P5fem-05_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>Unknown</original>
                <normalized>Unknown</normalized>
                <normalized>Unknown</normalized>
            </date>
            <place>
                <original>Ottawa, La Salle, Illinois, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>5</ascendancyNumber>
            <birthDate>03/24/1863</birthDate>
            <birthPlace>Schleswig-Holstein, Germany</birthPlace>
            <deathDate>Unknown</deathDate>
            <deathPlace>Ottawa, La Salle, Illinois, United States</deathPlace>
            <gender>Female</gender>
            <lifespan>1858-Unknown</lifespan>
            <marriageDate>10/11/1898</marriageDate>
            <marriagePlace>Hansuehn, Schleswig-Holstein, Preussen, Germany</marriagePlace>
            <name>Martha Ellen Cahoon</name>
        </display>
    </person>
    <person id="P6mal-06">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P6mal-06&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P6mal-06&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>Jacob H. Langston</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P6mal-06_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>02/23/1864</original>
                <normalized>23 Feb 1864</normalized>
            </date>
            <place>
                <original>Whitney, Franklin, Idaho, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P6mal-06_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>08/17/1930</original>
                <normalized>17 Aug 1930</normalized>
                <normalized>08/17/1930</normalized>
            </date>
            <place>
                <original>Idaho, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>6</ascendancyNumber>
            <birthDate>02/23/1864</birthDate>
            <birthPlace>Whitney, Franklin, Idaho, United States</birthPlace>
            <deathDate>08/17/1930</deathDate>
            <deathPlace>Idaho, United States</deathPlace>
            <gender>Male</gender>
            <lifespan>1863-1930</lifespan>
            <marriageDate>12/15/1885</marriageDate>
            <marriagePlace>Preston, Oneida, Idaho, United States</marriagePlace>
            <name>Jacob H. Langston</name>
        </display>
    </person>
    <person id="P7fem-07">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P7fem-07&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P7fem-07&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Alice Maude Hall</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P7fem-07_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>01/22/1821</original>
                <normalized>22 Jan 1821</normalized>
            </date>
            <place>
                <original>Bocholtz, Limburg, Netherlands</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P7fem-07_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>07/27/1922</original>
                <normalized>27 Jul 1922</normalized>
                <normalized>07/27/1922</normalized>
            </date>
            <place>
                <original>Whitney, Franklin, Idaho, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>7</ascendancyNumber>
            <birthDate>01/22/1821</birthDate>
            <birthPlace>Bocholtz, Limburg, Netherlands</birthPlace>
            <deathDate>07/27/1922</deathDate>
            <deathPlace>Whitney, Franklin, Idaho, United States</deathPlace>
            <gender>Female</gender>
            <lifespan>1864-1922</lifespan>
            <marriageDate>12/15/1885</marriageDate>
            <marriagePlace>Preston, Oneida, Idaho, United States</marriagePlace>
            <name>Alice Maude Hall</name>
        </display>
    </person>
    <person id="P8mal-08">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P8mal-08&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P8mal-08&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>William Henry Bishop</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P8mal-08_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>12/21/1821</original>
                <normalized>21 Dec 1821</normalized>
            </date>
            <place>
                <original>Coal City, Grundy, Illinois, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P8mal-08_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>06/16/1884</original>
                <normalized>16 Jun 1884</normalized>
                <normalized>06/16/1884</normalized>
            </date>
            <place>
                <original>Rethwisch, Schleswig-Holstein, Preussen, Germany</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>8</ascendancyNumber>
            <birthDate>12/21/1821</birthDate>
            <birthPlace>Coal City, Grundy, Illinois, United States</birthPlace>
            <deathDate>06/16/1884</deathDate>
            <deathPlace>Rethwisch, Schleswig-Holstein, Preussen, Germany</deathPlace>
            <gender>Male</gender>
            <lifespan>1821-1884</lifespan>
            <marriageDate>02/08/1850</marriageDate>
            <marriagePlace>Hardanger, Hordaland, Norway</marriagePlace>
            <name>William Henry Bishop</name>
        </display>
    </person>
    <person id="P9fem-09">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=P9fem-09&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=P9fem-09&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Eliza Pratt</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="P9fem-09_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>10/19/1819</original>
                <normalized>19 Oct 1819</normalized>
            </date>
            <place>
                <original>Torrance, Los Angeles, California, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="P9fem-09_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>05/15/1895</original>
                <normalized>15 May 1895</normalized>
                <normalized>05/15/1895</normalized>
            </date>
            <place>
                <original>Schleswig-Holstein, Germany</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>9</ascendancyNumber>
            <birthDate>10/19/1819</birthDate>
            <birthPlace>Torrance, Los Angeles, California, United States</birthPlace>
            <deathDate>05/15/1895</deathDate>
            <deathPlace>Schleswig-Holstein, Germany</deathPlace>
            <gender>Female</gender>
            <lifespan>1819-1895</lifespan>
            <marriageDate>02/08/1850</marriageDate>
            <marriagePlace>Hardanger, Hordaland, Norway</marriagePlace>
            <name>Eliza Pratt</name>
        </display>
    </person>
    <person id="Pp10mal-10">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=Pp10mal-10&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=Pp10mal-10&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>Daniel Stiles Cahoon Sr.</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="Pp10mal-10_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>11/18/1822</original>
                <normalized>18 Nov 1822</normalized>
            </date>
            <place>
                <original>Rethwisch, Schleswig-Holstein, Preussen, Germany</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="Pp10mal-10_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>04/14/1903</original>
                <normalized>14 Apr 1903</normalized>
                <normalized>04/14/1903</normalized>
            </date>
            <place>
                <original>Ostermundigen, Bern, Switzerland</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>10</ascendancyNumber>
            <birthDate>11/18/1822</birthDate>
            <birthPlace>Rethwisch, Schleswig-Holstein, Preussen, Germany</birthPlace>
            <deathDate>04/14/1903</deathDate>
            <deathPlace>Ostermundigen, Bern, Switzerland</deathPlace>
            <gender>Male</gender>
            <lifespan>1822-1903</lifespan>
            <marriageDate>04/06/1852</marriageDate>
            <marriagePlace>Trub, Bern, Switzerland</marriagePlace>
            <name>Daniel Stiles Cahoon Sr.</name>
        </display>
    </person>
    <person id="Pp11fem-11">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=Pp11fem-11&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=Pp11fem-11&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Martha Spencer</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="Pp11fem-11_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>09/17/1839</original>
                <normalized>17 Sep 1839</normalized>
            </date>
            <place>
                <original>Santa Maria, Santa Barbara, California, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="Pp11fem-11_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>03/11/1905</original>
                <normalized>11 Mar 1905</normalized>
                <normalized>03/11/1905</normalized>
            </date>
            <place>
                <original>Oslo, Oslo, Norway</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>11</ascendancyNumber>
            <birthDate>09/17/1839</birthDate>
            <birthPlace>Santa Maria, Santa Barbara, California, United States</birthPlace>
            <deathDate>03/11/1905</deathDate>
            <deathPlace>Oslo, Oslo, Norway</deathPlace>
            <gender>Female</gender>
            <lifespan>1839-1905</lifespan>
            <marriageDate>04/06/1852</marriageDate>
            <marriagePlace>Trub, Bern, Switzerland</marriagePlace>
            <name>Martha Spencer</name>
        </display>
    </person>
    <person id="Pp12mal-12">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=Pp12mal-12&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=Pp12mal-12&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>John Langston</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="Pp12mal-12_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>08/16/1822</original>
                <normalized>16 Aug 1822</normalized>
            </date>
            <place>
                <original>Zaziwil, Bern, Switzerland</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="Pp12mal-12_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>11/09/1882</original>
                <normalized>9 Nov 1882</normalized>
                <normalized>11/09/1882</normalized>
            </date>
            <place>
                <original>Santa Maria, Santa Barbara, California, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>12</ascendancyNumber>
            <birthDate>08/16/1822</birthDate>
            <birthPlace>Zaziwil, Bern, Switzerland</birthPlace>
            <deathDate>11/09/1882</deathDate>
            <deathPlace>Santa Maria, Santa Barbara, California, United States</deathPlace>
            <gender>Male</gender>
            <lifespan>1822-1882</lifespan>
            <marriageDate>06/04/1842</marriageDate>
            <marriagePlace>Mc Causland, Scott, Iowa, United States</marriagePlace>
            <name>John Langston</name>
        </display>
    </person>
    <person id="Pp13fem-13">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=Pp13fem-13&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=Pp13fem-13&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Clarinda Phillips</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="Pp13fem-13_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>07/15/1829</original>
                <normalized>15 Jul 1829</normalized>
            </date>
            <place>
                <original>Coal City, Grundy, Illinois, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="Pp13fem-13_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>12/01/1908</original>
                <normalized>1 Dec 1908</normalized>
                <normalized>12/01/1908</normalized>
            </date>
            <place>
                <original>Bocholtz, Limburg, Netherlands</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>13</ascendancyNumber>
            <birthDate>07/15/1829</birthDate>
            <birthPlace>Coal City, Grundy, Illinois, United States</birthPlace>
            <deathDate>12/01/1908</deathDate>
            <deathPlace>Bocholtz, Limburg, Netherlands</deathPlace>
            <gender>Female</gender>
            <lifespan>1829-1908</lifespan>
            <marriageDate>06/04/1842</marriageDate>
            <marriagePlace>Mc Causland, Scott, Iowa, United States</marriagePlace>
            <name>Clarinda Phillips</name>
        </display>
    </person>
    <person id="Pp14mal-14">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=Pp14mal-14&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=Pp14mal-14&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Male"/>
        <name>
            <nameForm>
                <fullText>John Charles Hall</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="Pp14mal-14_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>06/14/1821</original>
                <normalized>14 Jun 1821</normalized>
            </date>
            <place>
                <original>Mc Causland, Scott, Iowa, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="Pp14mal-14_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>07/16/1890</original>
                <normalized>16 Jul 1890</normalized>
                <normalized>07/16/1890</normalized>
            </date>
            <place>
                <original>Richmond, Cache, Utah, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>14</ascendancyNumber>
            <birthDate>06/14/1821</birthDate>
            <birthPlace>Mc Causland, Scott, Iowa, United States</birthPlace>
            <deathDate>07/16/1890</deathDate>
            <deathPlace>Richmond, Cache, Utah, United States</deathPlace>
            <gender>Male</gender>
            <lifespan>1821-1890</lifespan>
            <marriageDate>08/01/1845</marriageDate>
            <marriagePlace>Clifton, Franklin, Idaho, United States</marriagePlace>
            <name>John Charles Hall</name>
        </display>
    </person>
    <person id="Pp15fem-15">
        <link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&amp;marriageDetails=&amp;person=Pp15fem-15&amp;personDetails=&amp;spouse=P3fem-03"/>
        <link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&amp;marriageDetails=&amp;person=Pp15fem-15&amp;personDetails="/>
        <link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"/>
        <link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"/>
        <note>
            <subject>note subject</subject>
            <text>note text</text>
        </note>
        <living>false</living>
        <gender type="http://gedcomx.org/Female"/>
        <name>
            <nameForm>
                <fullText>Keziah DeGrey</fullText>
            </nameForm>
        </name>
        <fact type="http://gedcomx.org/Birth" id="Pp15fem-15_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>05/13/1837</original>
                <normalized>13 May 1837</normalized>
            </date>
            <place>
                <original>Parowan, Iron, Utah, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <fact type="http://gedcomx.org/Death" id="Pp15fem-15_fact1">
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/007" resourceId="resourceId"/>
                <modified>2018-12-01T08:11:07.759-07:00</modified>
            </attribution>
            <date>
                <original>09/19/1905</original>
                <normalized>19 Sep 1905</normalized>
                <normalized>09/19/1905</normalized>
            </date>
            <place>
                <original>Torrance, Los Angeles, California, United States</original>
            </place>
            <value>factValue</value>
        </fact>
        <display>
            <ascendancyNumber>15</ascendancyNumber>
            <birthDate>05/13/1837</birthDate>
            <birthPlace>Parowan, Iron, Utah, United States</birthPlace>
            <deathDate>09/19/1905</deathDate>
            <deathPlace>Torrance, Los Angeles, California, United States</deathPlace>
            <gender>Female</gender>
            <lifespan>1837-1905</lifespan>
            <marriageDate>08/01/1845</marriageDate>
            <marriagePlace>Clifton, Franklin, Idaho, United States</marriagePlace>
            <name>Keziah DeGrey</name>
        </display>
    </person>
</fs:familysearch>