Skip to content

Instantly share code, notes, and snippets.

@justincy
Created September 16, 2016 16:59
Show Gist options
  • Save justincy/4b582fbe832d553a429bb369c3091a47 to your computer and use it in GitHub Desktop.
Save justincy/4b582fbe832d553a429bb369c3091a47 to your computer and use it in GitHub Desktop.
Hyrum Don Carlos Clark - Ancestry
{
"persons": [{
"id": "1",
"sources": [{
"description": "#6"
}],
"gender": {
"type": "http://gedcomx.org/Male"
},
"names": [{
"nameForms": [{
"fullText": "Hyrum Don Carlos Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Hyrum Don Carlos"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "13 Feb 1856"
},
"place": {
"original": "Farmington, Davis, Utah Territory"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "2 Jul 1938"
},
"place": {
"original": "Farmington, Davis, Utah, USA"
}
}]
}, {
"id": "2",
"sources": [{
"description": "#6"
}],
"names": [{
"nameForms": [{
"fullText": "Ezra Thompson Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Ezra Thompson"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1823",
"formal": "+1823"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1901",
"formal": "+1901"
}
}]
}, {
"id": "3",
"sources": [{
"description": "#6"
}],
"names": [{
"nameForms": [{
"fullText": "Mary Stevenson",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Mary"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Stevenson"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1825",
"formal": "+1825"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1911",
"formal": "+1911"
}
}]
}, {
"id": "4",
"sources": [{
"description": "#6"
}],
"names": [{
"nameForms": [{
"fullText": "Ann Eliza Porter",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Ann Eliza"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Porter"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1862",
"formal": "+1862"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1927",
"formal": "+1927"
}
}]
}, {
"id": "5",
"sources": [{
"description": "#6"
}],
"names": [{
"nameForms": [{
"fullText": "Alma Porter Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Alma Porter"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1892",
"formal": "+1892"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1953",
"formal": "+1953"
}
}]
}],
"relationships": [{
"sources": [{
"description": "#6"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#2"
},
"person2": {
"resource": "#1"
}
}, {
"sources": [{
"description": "#6"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#3"
},
"person2": {
"resource": "#1"
}
}, {
"sources": [{
"description": "#6"
}],
"type": "http://gedcomx.org/Couple",
"person1": {
"resource": "#2"
},
"person2": {
"resource": "#3"
}
}, {
"sources": [{
"description": "#6"
}],
"type": "http://gedcomx.org/Couple",
"person1": {
"resource": "#1"
},
"person2": {
"resource": "#4"
},
"facts": [{
"type": "http://gedcomx.org/Marriage",
"date": {
"original": "11 Nov 1880"
},
"place": {
"original": "Salt Lake City, Salt Lake, Utah"
}
}]
}, {
"sources": [{
"description": "#6"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#1"
},
"person2": {
"resource": "#5"
}
}, {
"sources": [{
"description": "#6"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#4"
},
"person2": {
"resource": "#5"
}
}],
"sourceDescriptions": [{
"id": "6",
"citations": [{
"value": "\"Public Member Trees\", database, Ancestry.com (http://person.ancestry.com/tree/70025770/person/30447085302/facts : accessed 16 September 2016), profile for Hyrum Don Carlos Clark."
}],
"about": "http://person.ancestry.com/tree/70025770/person/30447085302/facts",
"titles": [{
"value": "Hyrum Don Carlos Clark - Ancestry Public Member Trees"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment