Difference between revisions of "YearlyRecurringEvent"
(Created page with "{{Class Definition |Subclass Of=RecurringEvent |Description=A YearlyRecurringEvent recurs regularly on the same day of the same month, as specified by the hasMonth and dayOfMo...") |
|||
Line 17: | Line 17: | ||
}} | }} | ||
}} | }} | ||
− | {{Supplementary Figures}} | + | {{Supplementary Figures |
+ | |Figure Row={{Figure Row | ||
+ | |Figure=Recurring2.png, | ||
+ | |Caption=Figure 1: Basic structure of the Recurring Event Pattern. | ||
+ | }} | ||
+ | }} |
Revision as of 21:09, 3 July 2021
Pattern
This class has been associated with the following pattern:
Pattern:Recurring Event Pattern
Subclass Of
Description
An English description of the definition (what distinguishes this sense of the term?).
A YearlyRecurringEvent recurs regularly on the same day of the same month, as specified by the hasMonth and dayOfMonth properties. As with MonthlyRecurringEvent, there may be ambiguity regarding the semantics of a yearly recurring event, however this formalization captures only the notion of an event that recurs on the same day of the same month (e.g. a birthday).
Class Diagram Description
A YearlyRecurringEvent recurs regularly on the same day of the same month, as specified by the hasMonth and dayOfMonth properties. As with MonthlyRecurringEvent, there may be ambiguity regarding the semantics of a yearly recurring event, however this formalization captures only the notion of an event that recurs on the same day of the same month (e.g. a birthday).
Required by Use Case(s)
(why is this specialized definition needed?)
CDM References
What other classes or properties reference this term?
Interface Specification References
This class has been associated with the following interface specification items:
Sources
Sources considered when developing the class:
Status
Pending Approval
Has Subclass(es)
Annotations
Annotation | Value |
---|
Manchester Syntax Specification
Property | Restriction | Value |
---|---|---|
HasMonth | exactly 1 | Month |
DayOfMonth | exactly 1 | rdfs:Literal |
Supplementary Figures
Figure | Caption |
---|---|
Figure 1: Basic structure of the Recurring Event Pattern. |