Skip to content

Commit

Permalink
version 7.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tychonievich committed Aug 3, 2023
1 parent 0bcefcd commit 83c6a5c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion extracted-files/grammar.abnf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
20 changes: 14 additions & 6 deletions extracted-files/tags/BURI
Original file line number Diff line number Diff line change
Expand Up @@ -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|<NULL>

Expand Down
2 changes: 1 addition & 1 deletion extracted-files/tags/CREM
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion extracted-files/tags/type-Age
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion specification/gedcom-00-introduction.md
Original file line number Diff line number Diff line change
@@ -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;"}
Expand Down

0 comments on commit 83c6a5c

Please sign in to comment.