Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that BURI does not imply burial #311

Merged
merged 12 commits into from
Aug 3, 2023
16 changes: 14 additions & 2 deletions attribute-event-requests/INDI-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ Guides for using this document can be found in the associated [README.md](README
| `BASM` | 4.0 | [Bat Mitzvah](#bat-mitzvah) | |
| `BIRT` | 3.0 | [Birth](#birth) | |
| `BLES` | 3.0 | Blessing | |
| `BURI` | 3.0 | [Burial](#burial) | |
| \* | 3.0 | [Burial](#burial) | as `BURI`.`TYPE Burial` |
| `CENS` | 3.0 | Census | |
| `CHR` | 3.0 | [Christening](#christening) | |
| `CONF` | 3.0 | Confirmation | |
| `CREM` | 5.4 | [Cremation](#cremation) | |
| `CREM` | 5.4 | [Cremation](#cremation) | also `BURI`.`TYPE Cremation` prior to 5.4 |
| `DEAT` | 3.0 | [Death](#death) | |
| `BURI` | 3.0 | [Disposal of remains](#disposal-of-remains) | |
| `EMIG` | 3.0 | Emigration | |
| `FCOM` | 4.0 | First Communion | |
| `GRAD` | 4.0 | Graduation | |
Expand Down Expand Up @@ -48,6 +49,8 @@ In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications

## Burial

A subtype of [Disposal of remains](#disposal-of-remains)

In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Burial`

## Christening
Expand All @@ -56,12 +59,21 @@ In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications

## Cremation

A subtype of [Disposal of remains](#disposal-of-remains)

In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Cremation`

## Death

In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Death`

## Disposal of remains

A supertype of [Burial](#burial)

A supertype of [Cremation](#cremation)


## Immigration

In [GEDCOM X](https://github.com/FamilySearch/gedcomx/blob/master/specifications/fact-types-specification.md) with URI `http://gedcomx.org/Immigration`
Expand Down
11 changes: 8 additions & 3 deletions specification/gedcom-03-datamodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,12 +1292,12 @@ Tag | Name<br/>URI | Description
`BASM` | Bas Mitzvah<br/>`g7:BASM` | The ceremonial event held when a Jewish girl reaches age 13, also known as "Bat Mitzvah."
`BIRT` | birth<br/>`g7:BIRT` | Entering into life.
`BLES` | blessing<br/>`g7:BLES` | Bestowing divine care or intercession. Sometimes given in connection with a naming ceremony.
`BURI` | burial<br/>`g7:BURI` | Disposing of the mortal remains of a deceased person.
`BURI` | disposal of remains<br/>`g7:BURI` | Disposing of the mortal remains of a deceased person.
tychonievich marked this conversation as resolved.
Show resolved Hide resolved
`CENS` | census<br/>`g7:INDI-CENS` | Periodic count of the population for a designated locality, such as a national or state census.
`CHR` | christening<br/>`g7:CHR` | Baptism or naming events for a child.
`CHRA` | adult christening<br/>`g7:CHRA` | Baptism or naming events for an adult person.
`CONF` | confirmation<br/>`g7:CONF` | Conferring full church membership.
`CREM` | cremation<br/>`g7:CREM` | Disposal of the remains of a person's body by fire.
`CREM` | cremation<br/>`g7:CREM` | The act of reducing a dead body to ashes by fire.
`DEAT` | death<br/>`g7:DEAT` | Mortal life terminates.
`EMIG` | emigration<br/>`g7:EMIG` | Leaving one's homeland with the intent of residing elsewhere.
`FCOM` | first communion<br/>`g7:FCOM` | The first act of sharing in the Lord's supper as part of church worship.
Expand Down Expand Up @@ -1507,11 +1507,16 @@ See also `INDIVIDUAL_EVENT_STRUCTURE`.
An [Individual Event](#individual-events).
See also `INDIVIDUAL_EVENT_STRUCTURE`.

#### `BURI` (Burial) `g7:BURI`
#### `BURI` (Disposal of remains) `g7:BURI`
tychonievich marked this conversation as resolved.
Show resolved Hide resolved

An [Individual Event](#individual-events).
See also `INDIVIDUAL_EVENT_STRUCTURE`.

Although defined as any disposal 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 "disposal of remains by placing under the ground" 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 disposal of remains.

See also `CREM`, a speicifc subtype of `BURI`.

tychonievich marked this conversation as resolved.
Show resolved Hide resolved
#### `CALN` (Call number) `g7:CALN`

An identification or reference description used to file and retrieve items from the holdings of a repository.
Expand Down