Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justincy
Created August 31, 2016 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justincy/766d6832f3951fbe3aa92dcd5d006308 to your computer and use it in GitHub Desktop.
Save justincy/766d6832f3951fbe3aa92dcd5d006308 to your computer and use it in GitHub Desktop.
Genscrape examples
{
"persons": [{
"id": "1",
"sources": [{
"description": "#7"
}],
"gender": {
"type": "http://gedcomx.org/Female"
},
"names": [{
"nameForms": [{
"fullText": "Ida Dolder",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Ida"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Dolder"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "28 February 1899"
},
"place": {
"original": "Logan, Cache, Utah, United States"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "3 April 1965"
},
"place": {
"original": "Blackfoot, Bingham County, Idaho, USA"
}
}, {
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1910"
},
"place": {
"original": "Marsh Valley, Bannock, Idaho, USA"
}
}, {
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1930"
},
"place": {
"original": "Blackfoot, Bingham, Idaho, USA"
}
}, {
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1935"
},
"place": {
"original": "Blackfoot, Bingham, Idaho"
}
}, {
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1939"
},
"place": {
"original": "Idaho Falls, Idaho, USA"
}
}, {
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1 Apr 1940"
},
"place": {
"original": "Blackfoot, Bingham, Idaho, USA"
}
}]
}, {
"id": "2",
"sources": [{
"description": "#7"
}],
"names": [{
"nameForms": [{
"fullText": "Christian Dolder",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Christian"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Dolder"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1864",
"formal": "+1864"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1917",
"formal": "+1917"
}
}]
}, {
"id": "3",
"sources": [{
"description": "#7"
}],
"names": [{
"nameForms": [{
"fullText": "Anna Lehmann",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Anna"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Lehmann"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1859",
"formal": "+1859"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1939",
"formal": "+1939"
}
}]
}, {
"id": "4",
"sources": [{
"description": "#7"
}],
"names": [{
"nameForms": [{
"fullText": "Fred William Kiefer",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Fred William"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Kiefer"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1883",
"formal": "+1883"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "1964",
"formal": "+1964"
}
}]
}, {
"id": "5",
"sources": [{
"description": "#7"
}],
"names": [{
"nameForms": [{
"fullText": "Fred William Kiefer Jr",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Fred William Kiefer"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Jr"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1925",
"formal": "+1925"
}
}, {
"type": "http://gedcomx.org/Death",
"date": {
"original": "2016",
"formal": "+2016"
}
}]
}, {
"id": "6",
"sources": [{
"description": "#7"
}],
"names": [{
"nameForms": [{
"fullText": "Clara Kiefer",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Clara"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Kiefer"
}]
}]
}],
"facts": [{
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1927",
"formal": "+1927"
}
}]
}],
"relationships": [{
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#2"
},
"person2": {
"resource": "#1"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#3"
},
"person2": {
"resource": "#1"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/Couple",
"person1": {
"resource": "#2"
},
"person2": {
"resource": "#3"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/Couple",
"person1": {
"resource": "#1"
},
"person2": {
"resource": "#4"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#1"
},
"person2": {
"resource": "#5"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#4"
},
"person2": {
"resource": "#5"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#1"
},
"person2": {
"resource": "#6"
}
}, {
"sources": [{
"description": "#7"
}],
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#4"
},
"person2": {
"resource": "#6"
}
}],
"sourceDescriptions": [{
"id": "7",
"citations": [{
"value": "\"Public Member Trees\", database, Ancestry.com (http://person.ancestry.com/tree/70025770/person/30445230455/facts : accessed 31 August 2016), profile for Ida Dolder."
}],
"about": "http://person.ancestry.com/tree/70025770/person/30445230455/facts",
"titles": [{
"value": "Ida Dolder - Ancestry Public Member Trees"
}]
}]
}
{
"persons": [{
"id": "L5J4-BMQ",
"sources": [{
"id": "1e1f4672-0269-47ad-b990-a511dd823e9f",
"description": "https://familysearch.org/platform/sources/descriptions/9FY2-9NS",
"attribution": {
"changeMessage": "census",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470879470818
}
}, {
"id": "c2397bc6-bc51-4800-963c-85d43c2dc286",
"description": "https://familysearch.org/platform/sources/descriptions/9FYK-B6D",
"attribution": {
"changeMessage": "census",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470878724243
}
}],
"identifiers": {
"http://gedcomx.org/Persistent": ["https://familysearch.org/ark:/61903/4:1:L5J4-BMQ"]
},
"gender": {
"id": "168846a7-21ad-4113-a6ca-d3311e956a80",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470878278072
},
"type": "http://gedcomx.org/Male"
},
"names": [{
"id": "af4729aa-16e8-4cae-9761-5ff7a3095a5c",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470878278072
},
"type": "http://gedcomx.org/BirthName",
"nameForms": [{
"fullText": "Card Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Card"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}],
"facts": [{
"id": "ae32d362-cecd-40ff-8d63-c76cb89aa923",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470879708898
},
"type": "http://gedcomx.org/Birth",
"date": {
"original": "20 February 1921",
"formal": "+1921-02-20"
},
"place": {
"original": "Afton, Lincoln, Wyoming, United States"
}
}, {
"id": "51c04483-c260-47c4-9857-00ac474a497a",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470878278072
},
"type": "http://gedcomx.org/Death"
}, {
"id": "412ce218-e5f8-486b-9b68-87fa8a82250a",
"attribution": {
"changeMessage": "census",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470878723889
},
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1940",
"formal": "+1940"
},
"place": {
"original": "Election District 12, Lincoln, Wyoming, United States"
}
}, {
"id": "691ec779-8714-4dd9-b88b-ee2e9df9078f",
"attribution": {
"changeMessage": "census",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470878723969
},
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1935",
"formal": "+1935"
},
"place": {
"original": "Lincoln, Wyoming, United States"
}
}, {
"id": "8e4b7e98-e395-4351-a516-29eb1161f531",
"attribution": {
"changeMessage": "census",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM7T-56D"
},
"modified": 1470879470502
},
"type": "http://gedcomx.org/Residence",
"date": {
"original": "1930",
"formal": "+1930"
},
"place": {
"original": "Afton, Lincoln, Wyoming, United States"
}
}]
}, {
"id": "KWC8-LK8",
"sources": [{
"id": "a9dc7d63-b144-415f-b598-666f1ae864f0",
"description": "https://familysearch.org/platform/sources/descriptions/9FR2-44M"
}, {
"id": "b327ced3-588e-41cd-a0f6-4b7f1aaa380b",
"description": "https://familysearch.org/platform/sources/descriptions/9XTN-F27"
}, {
"id": "c30a45e3-9998-4283-a346-21842977ed12",
"description": "https://familysearch.org/platform/sources/descriptions/9XP2-8T4"
}, {
"id": "4a5be23b-b656-4c83-9e41-28218e045d35",
"description": "https://familysearch.org/platform/sources/descriptions/98MD-ZQJ"
}, {
"id": "27e1d749-7dc3-497a-8896-5f5dd50d0551",
"description": "https://familysearch.org/platform/sources/descriptions/98MD-CLL"
}, {
"id": "80d36ee8-5765-411b-a29b-e02a2d46fd8e",
"description": "https://familysearch.org/platform/sources/descriptions/9ZBG-VN5"
}, {
"id": "cf5c6ec1-a9bf-4309-97b8-b0b437f073c6",
"description": "https://familysearch.org/platform/sources/descriptions/9ZT7-ZV9"
}, {
"id": "f425dc75-6e74-4abc-91e4-d9a4d867d6ed",
"description": "https://familysearch.org/platform/sources/descriptions/9ZJS-NHJ"
}, {
"id": "320addeb-61f0-4f58-9935-02f52cb5cfa8",
"description": "https://familysearch.org/platform/sources/descriptions/MSGZ-BLV"
}, {
"id": "c48c50e0-e700-4fe7-bb52-84a5246903f0",
"description": "https://familysearch.org/platform/sources/descriptions/MSGZ-YPK"
}, {
"id": "f993e516-cc9a-4b23-9e31-c00fea2b6153",
"description": "https://familysearch.org/platform/sources/descriptions/MSXW-1NT"
}, {
"id": "ad14b90c-bc1b-4d8b-bac7-006c38f53b01",
"description": "https://familysearch.org/platform/sources/descriptions/MSXW-1N7"
}, {
"id": "58636f8f-1abc-4f98-b257-1d26fe626b9b",
"description": "https://familysearch.org/platform/sources/descriptions/M9G2-VQS"
}, {
"id": "e885cfa4-9718-42d2-a394-835a6557acc9",
"description": "https://familysearch.org/platform/sources/descriptions/MMRV-8MN"
}, {
"id": "07bd9729-77c7-4439-a3a3-41ce7253d4ee",
"description": "https://familysearch.org/platform/sources/descriptions/MM8V-V2G"
}, {
"id": "5773842a-ad46-47dd-a40e-99c13a51a6fc",
"description": "https://familysearch.org/platform/sources/descriptions/MM8V-VF9"
}, {
"id": "829c5ca9-e011-4cd1-88f0-5a44891e3fc1",
"description": "https://familysearch.org/platform/sources/descriptions/MM8V-V8X"
}, {
"id": "05bf3c20-e3a9-444e-8446-4dc4fb74cb54",
"description": "https://familysearch.org/platform/sources/descriptions/MMM9-7ZN"
}, {
"id": "e12496f7-9754-4271-9b1a-3fdf77c23626",
"description": "https://familysearch.org/platform/sources/descriptions/MMMM-KG5"
}, {
"id": "fa855101-9748-41d9-a4b9-76b259604689",
"description": "https://familysearch.org/platform/sources/descriptions/MMMM-KGR"
}, {
"id": "036fe4a3-68d3-48ba-9ffd-89ec6d8a94b7",
"description": "https://familysearch.org/platform/sources/descriptions/MMMM-KGT"
}, {
"id": "676f08bd-57e3-4e2a-8918-ef5f30e33ca1",
"description": "https://familysearch.org/platform/sources/descriptions/MMMM-VVV"
}],
"evidence": [{
"resource": "https://familysearch.org/platform/memories/memories/5688494/personas/5688494-2192443"
}, {
"resource": "https://familysearch.org/platform/memories/memories/23519879/personas/23519879-8699316"
}, {
"resource": "https://familysearch.org/platform/memories/memories/19983591/personas/19983591-7311308"
}, {
"resource": "https://familysearch.org/platform/memories/memories/869200/personas/869200-7311308"
}, {
"resource": "https://familysearch.org/platform/memories/memories/1864763/personas/1864763-776562"
}, {
"resource": "https://familysearch.org/platform/memories/memories/832838/personas/832838-358548"
}, {
"resource": "https://familysearch.org/platform/memories/memories/832861/personas/832861-358548"
}, {
"resource": "https://familysearch.org/platform/memories/memories/5914913/personas/5914913-2280194"
}, {
"resource": "https://familysearch.org/platform/memories/memories/28291983/personas/28291983-10279939"
}, {
"resource": "https://familysearch.org/platform/memories/memories/6983768/personas/6983768-2685935"
}, {
"resource": "https://familysearch.org/platform/memories/memories/6574192/personas/6574192-2574764"
}],
"identifiers": {
"http://gedcomx.org/Persistent": ["https://familysearch.org/ark:/61903/4:1:KWC8-LK8", "https://familysearch.org/ark:/61903/4:1:KWC8-LK8"]
},
"gender": {
"id": "baa2673f-4a42-48d2-90ad-74695235f106",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMWG-V3Y"
},
"modified": 1327549853751
},
"type": "http://gedcomx.org/Male"
},
"names": [{
"id": "ddfa08c7-905a-4cbf-b994-9d4514d2af50",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMWG-V3Y"
},
"modified": 1327549853751
},
"type": "http://gedcomx.org/BirthName",
"nameForms": [{
"fullText": "Alma Porter Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Alma Porter"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}, {
"id": "60c61a81-df2b-47ac-9a4b-1eeede9fd734",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM63-NW6"
},
"modified": 1337700657197
},
"type": "http://gedcomx.org/Nickname",
"nameForms": [{
"fullText": "Fearless Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Fearless"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}, {
"id": "6ae40f0c-3df3-4a2d-bc3b-04274b2cbc46",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM6V-G3Z"
},
"modified": 1454442398652
},
"type": "http://gedcomx.org/AlsoKnownAs",
"nameForms": [{
"fullText": "AP",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "AP"
}]
}]
}, {
"id": "73099637-dcf3-427a-83b7-465ccec21f15",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM6V-G3Z"
},
"modified": 1454442418731
},
"type": "http://gedcomx.org/AlsoKnownAs",
"nameForms": [{
"fullText": "Porter Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Porter"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}],
"facts": [{
"id": "e915c5ed-7055-4ffa-bbaf-3416df6daca7",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM63-NW6"
},
"modified": 1327549853751
},
"type": "data:,mission",
"date": {
"original": "From 1948 to 1949",
"formal": "+1948/+1949"
},
"place": {
"original": "Hawaii, United States"
}
}, {
"id": "5c8088e8-79ee-4273-8476-f0690d4ec71c",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMXJ-G54"
},
"modified": 1327549853751
},
"type": "data:,mission",
"date": {
"original": "From 22 November 1912 to 1914",
"formal": "+1912-11-22/+1914-12-31"
},
"place": {
"original": "Eastern States, U.S."
}
}, {
"id": "dcee390e-9c44-4733-838b-f4dd162ca03e",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM63-NW6"
},
"modified": 1327549853751
},
"type": "http://gedcomx.org/Occupation",
"place": {
"original": "Star Valley, Lincoln, Wyoming, United States"
},
"value": "Rancher & Cattleman"
}, {
"id": "94461359-56f6-4ce3-b35c-86e778d441eb",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMJF-TLW"
},
"modified": 1402321792382
},
"type": "http://gedcomx.org/Birth",
"date": {
"original": "8 January 1892",
"formal": "+1892-01-08"
},
"place": {
"original": "Farmington, Davis, Utah, United States"
}
}, {
"id": "1365cf01-dcde-4c49-80df-8bd67e2543eb",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMJF-TLW"
},
"modified": 1402321801895
},
"type": "http://gedcomx.org/Death",
"date": {
"original": "29 September 1953",
"formal": "+1953-09-29"
},
"place": {
"original": "Brigham City, Box Elder, Utah, United States"
}
}, {
"id": "1e73cb45-18cd-472e-b749-c3a2ae0b27fe",
"attribution": {
"changeMessage": "Correct information",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMDF-GV6"
},
"modified": 1462018674162
},
"type": "data:,Mission",
"date": {
"original": "1912",
"formal": "+1912"
},
"place": {
"original": "Eastern States"
}
}, {
"id": "3f5d9f24-885c-4dda-808b-44e81c0dfc1d",
"attribution": {
"changeMessage": "Correct information",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMDF-GV6"
},
"modified": 1462018675142
},
"type": "http://gedcomx.org/Residence",
"place": {
"original": "Farmington, Davis, Utah, United States"
}
}, {
"id": "774891e1-e643-41e5-a459-15bab543d57e",
"attribution": {
"changeMessage": "I saw his headstone.",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MM28-386"
},
"modified": 1468206656119
},
"type": "http://gedcomx.org/Burial",
"date": {
"original": "3 October 1953",
"formal": "+1953-10-03"
},
"place": {
"original": "Farmington, Davis, Utah, United States"
}
}]
}, {
"id": "KWC8-LKW",
"sources": [{
"id": "90925ada-26ee-476f-965a-89a2f15b59bb",
"description": "https://familysearch.org/platform/sources/descriptions/9FPF-L8N"
}, {
"id": "da06eab5-d21e-4e49-9276-628acaba83c1",
"description": "https://familysearch.org/platform/sources/descriptions/9FPF-L84"
}, {
"id": "f576bd90-af78-432b-914f-a1a1de490bde",
"description": "https://familysearch.org/platform/sources/descriptions/9FPF-LZR"
}, {
"id": "a474e4ee-c305-4ce1-9554-c545a8765dfb",
"description": "https://familysearch.org/platform/sources/descriptions/MMM9-7ZN"
}, {
"id": "d8d81457-8a0e-4089-a6b3-cb39ff3652b6",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MWY"
}, {
"id": "ac0a058a-506c-4a50-b737-122fa08f7186",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-M8V"
}, {
"id": "1eff8f56-e0e1-44e3-8a3e-234306c3a90f",
"description": "https://familysearch.org/platform/sources/descriptions/MMMM-KGT"
}, {
"id": "49006738-ef7a-4024-8794-d1fa7553ab44",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MCZ"
}, {
"id": "9d95e7ec-23dd-4223-ab90-13c63b9d2422",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MWS"
}, {
"id": "a562c776-156c-4d6a-b7b7-65d3105981b9",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-M7P"
}, {
"id": "df7199a9-e0eb-4ffe-bdec-842c8ec28989",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MZT"
}, {
"id": "aeb5d3f9-254f-48db-8598-4267b4745ddc",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MHY"
}, {
"id": "266a2ed4-d445-4ce7-bbf7-e80e9c82df4a",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MZX"
}, {
"id": "575ee3fc-8748-4177-9c5d-d6dfd231f339",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MCB"
}, {
"id": "6d565d24-aa40-4c28-ba2d-955657bf235b",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MHZ"
}, {
"id": "85e5f053-f458-4d2a-ba8f-a676db4019ed",
"description": "https://familysearch.org/platform/sources/descriptions/MMMM-KGR"
}, {
"id": "2da31a34-f1c7-4211-833b-cddbfaec5456",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-M42"
}, {
"id": "d48d6a27-7da1-4196-87bb-339dddff7a33",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-M4D"
}, {
"id": "6616ea8e-0626-4a0b-8b42-b37a316fd4cf",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MWK"
}, {
"id": "630aa6b4-64a3-45a2-b5b4-35f0d9df0d02",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-M44"
}, {
"id": "dbae00b2-2d85-4abf-beee-f1d72b198e46",
"description": "https://familysearch.org/platform/sources/descriptions/9XYS-MW6"
}, {
"id": "8c870cf5-d79d-4fe7-8792-c80efd32621f",
"description": "https://familysearch.org/platform/sources/descriptions/9ZT7-ZKZ"
}, {
"id": "582e2fb2-41be-4e4b-92cd-2a637cc65449",
"description": "https://familysearch.org/platform/sources/descriptions/9ZT7-ZJG"
}, {
"id": "d593f35b-ecd3-413b-8d36-dfb56565eddf",
"description": "https://familysearch.org/platform/sources/descriptions/9ZT7-ZJQ"
}, {
"id": "1fa4a4dd-78b1-4efa-900b-91dd11f1c613",
"description": "https://familysearch.org/platform/sources/descriptions/M9G2-V36"
}, {
"id": "f8e91232-949c-4855-b86b-14c7816ba555",
"description": "https://familysearch.org/platform/sources/descriptions/M965-BNW"
}, {
"id": "cc4947c6-cb48-45ca-9fa7-8fdcfc43707a",
"description": "https://familysearch.org/platform/sources/descriptions/M965-B8W"
}, {
"id": "f85ee3ba-3804-4280-8f28-4b8de5791900",
"description": "https://familysearch.org/platform/sources/descriptions/MM3W-5SF"
}, {
"id": "c41bfdfe-1e2e-4bf3-8e55-add925e31ae0",
"description": "https://familysearch.org/platform/sources/descriptions/MM3W-575"
}, {
"id": "6d1f68a9-1a9f-4d9d-8398-100e94f24783",
"description": "https://familysearch.org/platform/sources/descriptions/M965-B5D"
}, {
"id": "7226ec83-075d-435a-bbc0-1840da680750",
"description": "https://familysearch.org/platform/sources/descriptions/M996-3SB"
}, {
"id": "467baa51-8388-4003-bae1-10f5e62d6928",
"description": "https://familysearch.org/platform/sources/descriptions/M965-B2N"
}, {
"id": "b59efc10-99e6-4844-b708-4397b83073f8",
"description": "https://familysearch.org/platform/sources/descriptions/M93S-WGJ"
}, {
"id": "a5828c0e-ea6f-4ce6-b19b-d767e27463da",
"description": "https://familysearch.org/platform/sources/descriptions/MM8V-VHV"
}, {
"id": "55002daf-8bc4-4b73-a896-954ff8651fd6",
"description": "https://familysearch.org/platform/sources/descriptions/MSGZ-BL7"
}, {
"id": "73ad6895-7e4e-4c97-8a7b-dd5c49314204",
"description": "https://familysearch.org/platform/sources/descriptions/MSGZ-YPF"
}, {
"id": "a7130e02-69f3-48a6-a0b9-21ff7c24fe44",
"description": "https://familysearch.org/platform/sources/descriptions/9XP2-8T8"
}, {
"id": "290c9b9a-c5b4-49e7-a3bd-da25a060a557",
"description": "https://familysearch.org/platform/sources/descriptions/9Z11-SF3"
}],
"evidence": [{
"resource": "https://familysearch.org/platform/memories/memories/13038428/personas/13038428-10038849"
}, {
"resource": "https://familysearch.org/platform/memories/memories/1864763/personas/1864763-776556"
}, {
"resource": "https://familysearch.org/platform/memories/memories/19983591/personas/19983591-5401139"
}, {
"resource": "https://familysearch.org/platform/memories/memories/832861/personas/832861-5401139"
}, {
"resource": "https://familysearch.org/platform/memories/memories/1864797/personas/1864797-776556"
}, {
"resource": "https://familysearch.org/platform/memories/memories/1864788/personas/1864788-776556"
}, {
"resource": "https://familysearch.org/platform/memories/memories/1864790/personas/1864790-776556"
}, {
"resource": "https://familysearch.org/platform/memories/memories/28292045/personas/28292045-9902749"
}, {
"resource": "https://familysearch.org/platform/memories/memories/27189440/personas/27189440-9902749"
}, {
"resource": "https://familysearch.org/platform/memories/memories/27188245/personas/27188245-9902749"
}, {
"resource": "https://familysearch.org/platform/memories/memories/6983768/personas/6983768-2685931"
}],
"identifiers": {
"http://gedcomx.org/Persistent": ["https://familysearch.org/ark:/61903/4:1:KWC8-LKW", "https://familysearch.org/ark:/61903/4:1:KWC8-LKW"]
},
"gender": {
"id": "cd255b38-b1d9-42d7-9a08-046d505de26a",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMK4-DD2"
},
"modified": 1391796229022
},
"type": "http://gedcomx.org/Female"
},
"names": [{
"id": "225f7404-0ba1-488d-add3-c4762bd3d2d2",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMMM-MMD"
},
"modified": 1337700658869
},
"type": "http://gedcomx.org/MarriedName",
"nameForms": [{
"fullText": "Lavinia Card Clark",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Lavinia Card"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Clark"
}]
}]
}, {
"id": "ddfa08c7-905a-4cbf-b994-9d4514d2af50",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMMM-MM6"
},
"modified": 1337700660046
},
"type": "http://gedcomx.org/BirthName",
"nameForms": [{
"fullText": "Lavinia Irene Card",
"parts": [{
"type": "http://gedcomx.org/Given",
"value": "Lavinia Irene"
}, {
"type": "http://gedcomx.org/Surname",
"value": "Card"
}]
}]
}],
"facts": [{
"id": "444622b8-da61-4833-b413-af27a00928ea",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMJF-TLW"
},
"modified": 1402321088439
},
"type": "http://gedcomx.org/Death",
"date": {
"original": "14 March 1984",
"formal": "+1984-03-14"
},
"place": {
"original": "Brigham City, Box Elder, Utah, United States"
}
}, {
"id": "7b67460c-14ec-47bd-8806-6d6adebff86d",
"attribution": {
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMJF-TLW"
},
"modified": 1402321958568
},
"type": "http://gedcomx.org/Birth",
"date": {
"original": "1 April 1892",
"formal": "+1892-04-01"
},
"place": {
"original": "Emporium, Cameron, Pennsylvania, United States"
}
}, {
"id": "774891e1-e643-41e5-a459-15bab543d57e",
"attribution": {
"changeMessage": "standardized",
"contributor": {
"resource": "https://familysearch.org/platform/users/agents/MMDD-8QF"
},
"modified": 1470115648325
},
"type": "http://gedcomx.org/Burial",
"date": {
"original": "19 March 1984",
"formal": "+1984-03-19"
},
"place": {
"original": "Farmington, Davis, Utah, United States"
}
}]
}],
"relationships": [{
"id": "FMYTV-YNJ",
"identifiers": {
"http://familysearch.org/v1/ChildAndParentsRelationship": "https://familysearch.org/platform/tree/child-and-parents-relationships/MYTV-YNJ"
},
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#KWC8-LK8"
},
"person2": {
"resource": "#L5J4-BMQ"
}
}, {
"id": "MMYTV-YNJ",
"identifiers": {
"http://familysearch.org/v1/ChildAndParentsRelationship": "https://familysearch.org/platform/tree/child-and-parents-relationships/MYTV-YNJ"
},
"type": "http://gedcomx.org/ParentChild",
"person1": {
"resource": "#KWC8-LKW"
},
"person2": {
"resource": "#L5J4-BMQ"
}
}],
"sourceDescriptions": [{
"id": "SD-L5J4-BMQ",
"resourceType": "http://gedcomx.org/Person",
"citations": [{
"lang": "en",
"value": "\"Family Tree,\" database, <i>FamilySearch</i> (http://familysearch.org : modified 11 August 2016, 01:41), entry for Card Clark(PID https://familysearch.org/ark:/61903/4:1:L5J4-BMQ); contributed by various users."
}],
"about": "#L5J4-BMQ",
"componentOf": {
"description": "https://familysearch.org/platform/collections/tree"
},
"titles": [{
"value": "Card Clark"
}],
"identifiers": {
"http://gedcomx.org/Persistent": ["https://familysearch.org/ark:/61903/4:1:L5J4-BMQ"]
},
"modified": 1470879708000
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment