Skip to content

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

cluster_associated TemporalDuration TemporalDuration GeneralDurationDescription GeneralDurationDescription days : xsd:decimal hours : xsd:decimal minutes : xsd:decimal months : xsd:decimal seconds : xsd:decimal weeks : xsd:decimal years : xsd:decimal GeneralDurationDescription->TemporalDuration owl_Thing owl:Thing GeneralDurationDescription->owl_Thing hasTRS 1

GeneralDurationDescription 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