From 0a0538ca5478cb9fb7f54ad20b29198ef9250b33 Mon Sep 17 00:00:00 2001 From: elyoh Date: Tue, 27 Aug 2024 11:39:42 +0100 Subject: [PATCH 1/3] EXID.TYPE for BillionGraves.com and WikiTree identifiers Fixes #539 --- exid-types.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/exid-types.json b/exid-types.json index b2df27e8..f1622f93 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" + }, ] From 760aafb012d72bc5c28655adb4930f8f52f5f04a Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Tue, 27 Aug 2024 09:15:51 -0700 Subject: [PATCH 2/3] Update exid-types.json Co-authored-by: Luther Tychonievich --- exid-types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exid-types.json b/exid-types.json index f1622f93..412ca207 100644 --- a/exid-types.json +++ b/exid-types.json @@ -83,7 +83,7 @@ } { "label": "BillionGraves Grave ID", - "type": "https://www.billiongraves.com/grave", + "type": "https://www.billiongraves.com/grave/", "description": "BillionGraves Grave ID", "contact": "GEDCOM@familysearch.org", "change-controller": "BillionGraves.com", From 0425c750dd6681b4bbe568a6ea0fe9887ee6b0c4 Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Tue, 27 Aug 2024 09:16:04 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Luther Tychonievich --- exid-types.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exid-types.json b/exid-types.json index 412ca207..8d20e3c2 100644 --- a/exid-types.json +++ b/exid-types.json @@ -91,7 +91,7 @@ }, { "label": "BillionGraves Cemetery ID", - "type": "https://www.billiongraves.com/cemetery", + "type": "https://www.billiongraves.com/cemetery/", "description": "BillionGraves Cemetery ID", "contact": "GEDCOM@familysearch.org", "change-controller": "BillionGraves.com", @@ -99,7 +99,7 @@ } { "label": "WikiTree Person ID", - "type": "https://www.wikitree.com/wiki", + "type": "https://www.wikitree.com/wiki/", "description": "WikiTree Person ID", "contact": "GEDCOM@familysearch.org", "change-controller": "wikitree.com",