GeneralDurationDescription¶
Description of temporal extent structured with separate values for the various elements of a calendar-clock system.
NOTE: The extent of a time duration expressed as a GeneralDurationDescription depends on the Temporal Reference System. In some calendars the length of the week or month is not constant within the year. Therefore, a value like "2.5 months" may not necessarily be exactly compared with a similar duration expressed in terms of weeks or days. When non-earth-based calendars are considered even more care must be taken in comparing durations.
Diagram¶

Specializations of GeneralDurationDescription¶
| Class | Description |
|---|---|
| Duration Description | Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal |
| Year | Year duration |
Formalization for GeneralDurationDescription¶
| Property | Constraint |
|---|---|
| days | max 1 |
| hasTRS | exactly 1 |
| hours | max 1 |
| minutes | max 1 |
| months | max 1 |
| seconds | max 1 |
| weeks | max 1 |
| years | max 1 |
| subClassOf | TemporalDuration |