Skip to content

Commit

Permalink
Define "principle date" (#492)
Browse files Browse the repository at this point in the history
* Define "principle date"

As pointed out in #488 and #490, the definition of DATE includes the vague phrase "principle date" which could use some clarification. This is my effort to provide that clarification.

Note, if competing definitions of the principle date in these contexts exists then this suggestion could be seen as backwards-incompatible and may need to be reworded as a non-normative recommendation or note. That said, I'm not aware of any conflicting definitions.

Resolves #490

* typos

* typo
  • Loading branch information
tychonievich authored Jun 25, 2024
1 parent e871b23 commit 18028c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/gedcom-3-structures-3-meaning.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,13 @@ with substructures providing additional details about the source (not the export
The principal date of the subject of the superstructure.
The payload is a `DateValue`.
When the superstructure is an event, the principal date indicates when the event took place.
When the superstructure is an attribute, the principal date indicates when the attribute was observed, asserted, or applied.
A date period might put bounds on the attributes applicability, but other date forms assume that the attribute may have also applied on other dates too.
When the superstructure is a `g7:SOUR-DATA`, the principal date indicates when the data was entered into the source; or, for a source like a website that changes over time, a date on which the source contained the data.
See `DATE_VALUE` for more details.
#### `DATE` (Date) `g7:DATE-exact`
Expand Down

0 comments on commit 18028c7

Please sign in to comment.