Skip to content

Documentation of eventDate #558

@wilsotc

Description

@wilsotc

One of the interval examples for eventDate is inconsistent with ISO 8601-1:2019. The date interval includes the first instant of the starting unit and excludes the first instant of the end unit. Therefore 1900/1909 would include the first instant of 1900 and exclude the first instant of 1909 as a 9 year interval. This is also consistent with the duration being derived by subtracting the end unit from the start unit yielding in this example 9.

The decade of 1900 would be the interval 1900/1910.

The line:
1900/1909 (some time during the interval between the beginning of the year 1900 and the end of the year 1909)

Should be:
1900/1909 (some time during the interval between the beginning of the year 1900 and the start of the year 1909 exclusive)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions