Skip to content

GeneralDateTimeDescription

Description of date and time structured with separate values for the various elements of a calendar-clock system

NOTE: Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property.

Diagram

cluster_associated TemporalPosition TemporalPosition GeneralDateTimeDescription GeneralDateTimeDescription day dayOfYear : xsd:nonNegativeInteger hour : xsd:nonNegativeInteger minute : xsd:nonNegativeInteger month second : xsd:decimal week : xsd:nonNegativeInteger year GeneralDateTimeDescription->TemporalPosition owl_Thing owl:Thing GeneralDateTimeDescription->owl_Thing unitType 1 GeneralDateTimeDescription->owl_Thing dayOfWeek 0..1 GeneralDateTimeDescription->owl_Thing monthOfYear 0..1 GeneralDateTimeDescription->owl_Thing timeZone 0..1

GeneralDateTimeDescription Diagram

Specializations of GeneralDateTimeDescription

Class Description
Date Time Description Description of date and time 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 year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively.
January
Month Of Year The month of the year

Formalization for GeneralDateTimeDescription

Property Constraint
day max 1
dayOfWeek max 1
dayOfYear max 1
hour max 1
minute max 1
month max 1
monthOfYear max 1
second max 1
timeZone max 1
unitType exactly 1
week max 1
year max 1
subClassOf TemporalPosition