From 5186d918807f69a372e8ef0f40d0836389cf55b8 Mon Sep 17 00:00:00 2001 From: elyoh Date: Tue, 27 Aug 2024 17:19:00 +0100 Subject: [PATCH] EXID.TYPE for BillionGraves.com and WikiTree identifiers (#540) * EXID.TYPE for BillionGraves.com and WikiTree identifiers Fixes #539 * Update exid-types.json Co-authored-by: Luther Tychonievich * Apply suggestions from code review Co-authored-by: Luther Tychonievich --------- Co-authored-by: Dave Thaler Co-authored-by: Luther Tychonievich --- exid-types.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/exid-types.json b/exid-types.json index b2df27e8..8d20e3c2 100644 --- a/exid-types.json +++ b/exid-types.json @@ -81,4 +81,28 @@ "change-controller": "FindAGrave.com", "reference": "https://support.findagrave.com/s/article/Cemetery-Search" } + { + "label": "BillionGraves Grave ID", + "type": "https://www.billiongraves.com/grave/", + "description": "BillionGraves Grave ID", + "contact": "GEDCOM@familysearch.org", + "change-controller": "BillionGraves.com", + "reference": "https://billiongraves.com/search" + }, + { + "label": "BillionGraves Cemetery ID", + "type": "https://www.billiongraves.com/cemetery/", + "description": "BillionGraves Cemetery ID", + "contact": "GEDCOM@familysearch.org", + "change-controller": "BillionGraves.com", + "reference": "https://billiongraves.com/search/cemetery" + } + { + "label": "WikiTree Person ID", + "type": "https://www.wikitree.com/wiki/", + "description": "WikiTree Person ID", + "contact": "GEDCOM@familysearch.org", + "change-controller": "wikitree.com", + "reference": "https://www.wikitree.com/wiki/Help:WikiTree_ID" + }, ]