From 83c6a5c9618a9c2fc3e00a636274607d564902be Mon Sep 17 00:00:00 2001 From: Luther Tychonievich Date: Thu, 3 Aug 2023 15:09:13 -0500 Subject: [PATCH] version 7.0.13 --- NOTICE | 2 +- changelog.md | 6 +++++- extracted-files/grammar.abnf | 2 +- extracted-files/tags/BURI | 20 ++++++++++++++------ extracted-files/tags/CREM | 2 +- extracted-files/tags/type-Age | 2 +- specification/gedcom-00-introduction.md | 2 +- 7 files changed, 24 insertions(+), 12 deletions(-) diff --git a/NOTICE b/NOTICE index bdc3d91d..a0330e52 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ NOTICE: This work comprises, is based on, or is derived from the FAMILYSEARCH GEDCOM™ -Specification, © 1984-2021 Intellectual Reserve, Inc. All rights reserved. +Specification, © 1984-2023 Intellectual Reserve, Inc. All rights reserved. "FAMILYSEARCH GEDCOM™" and "FAMILYSEARCH®" are trademarks of Intellectual Reserve, Inc. and may not be used except as allowed by the Apache 2.0 license diff --git a/changelog.md b/changelog.md index 54df2906..c51ae2e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,13 @@ -# (main branch) +# Version 7.0.13 - Deprecated `ADR1`, `ADR2`, and `ADR3` which convey no information not already in `ADDR`. - Fix `ABNF` for `g7:type-Age` datatype to agree with standard text that said the payload is optional. +- Update the label of `BURI` to "depositing remains" match its definition. + +- Update the definition of `CREM` to better describe cremation. + - Recommend that `MEDI`.`CALN` describe the medium directly found at that call number rather than a medium from which it was derived. - Add URIs for `CONT`, `HEAD`, and `TRLR`. diff --git a/extracted-files/grammar.abnf b/extracted-files/grammar.abnf index dc3a376e..f2c4dda0 100644 --- a/extracted-files/grammar.abnf +++ b/extracted-files/grammar.abnf @@ -96,7 +96,7 @@ fraction = 1*digit ; ------------- Age ------------- -Age = [ageBound D] ageDuration +Age = [[ageBound D] ageDuration] ageBound = "<" / ">" ageDuration = years [D months] [D weeks] [D days] diff --git a/extracted-files/tags/BURI b/extracted-files/tags/BURI index 43a2bf83..cba28756 100644 --- a/extracted-files/tags/BURI +++ b/extracted-files/tags/BURI @@ -9,12 +9,20 @@ uri: https://gedcom.io/terms/v7/BURI standard tag: BURI specification: - - Burial - - An Individual Event. See also INDIVIDUAL_EVENT_STRUCTURE. - - burial - - Disposing of the mortal remains of a deceased person. - -label: 'Burial' + - Depositing remains + - | + An Individual Event. See also INDIVIDUAL_EVENT_STRUCTURE. + + Although defined as any depositing of remains since it was introduced in + the first version of GEDCOM, this tag is a shortened form of the English + word “burial” and has been interpreted to mean “depositing of remains by + burial” by some applications and users. In the absence of a clarifying TYPE + substructure it is likely, but not guaranteed, that a BURI structure refers + to a burial rather than another form of depositing remains. + - depositing remains + - Depositing the mortal remains of a deceased person. + +label: 'Depositing remains' payload: Y| diff --git a/extracted-files/tags/CREM b/extracted-files/tags/CREM index 71b25b05..d7510843 100644 --- a/extracted-files/tags/CREM +++ b/extracted-files/tags/CREM @@ -12,7 +12,7 @@ specification: - Cremation - An Individual Event. See also INDIVIDUAL_EVENT_STRUCTURE. - cremation - - Disposal of the remains of a person’s body by fire. + - The act of reducing a dead body to ashes by fire. label: 'Cremation' diff --git a/extracted-files/tags/type-Age b/extracted-files/tags/type-Age index 3820f690..5b9d618b 100644 --- a/extracted-files/tags/type-Age +++ b/extracted-files/tags/type-Age @@ -10,7 +10,7 @@ specification: - | Ages are represented by counts of years, months, weeks, and days. - Age = [ageBound D] ageDuration + Age = [[ageBound D] ageDuration] ageBound = "<" / ">" ageDuration = years [D months] [D weeks] [D days] diff --git a/specification/gedcom-00-introduction.md b/specification/gedcom-00-introduction.md index 4448088d..450d4b60 100644 --- a/specification/gedcom-00-introduction.md +++ b/specification/gedcom-00-introduction.md @@ -1,6 +1,6 @@ --- title: The FamilySearch GEDCOM Specification -subtitle: 7.0.12 +subtitle: 7.0.13 email: GEDCOM@FamilySearch.org copyright: | :::{style="page-break-after: always;page-break-before: always;"}