FixedHoliday |
appearance as argument number 1 |
(documentation FixedHoliday EnglishLanguage "FixedHoliday is the class of Holidays whose observance is fixed to recurrences of the calendar day that the holiday commemorates. See commemoratesDate.") | Mid-level-ontology.kif 15074-15076 | |
(subclass FixedHoliday Holiday) | Mid-level-ontology.kif 15073-15073 |
appearance as argument number 2 |
(subclass ChristmasDay FixedHoliday) | Media.kif 336-336 | |
(subclass Epiphany FixedHoliday) | Media.kif 518-518 | |
(termFormat ChineseLanguage FixedHoliday "固定假期") | domainEnglishFormat.kif 24133-24133 | |
(termFormat ChineseTraditionalLanguage FixedHoliday "固定假期") | domainEnglishFormat.kif 24132-24132 | |
(termFormat EnglishLanguage FixedHoliday "fixed holiday") | domainEnglishFormat.kif 24131-24131 |
antecedent |
(=> (and (commemoratesDate ?HOLIDAY (DayFn ?DAY (MonthFn ?MONTH (YearFn ?YEAR)))) (instance ?DATE ?HOLIDAY) (subclass ?HOLIDAY FixedHoliday) (lessThanOrEqualTo ?YEAR ?LATER-YEAR)) (instance ?DATE (DayFn ?DAY (MonthFn ?MONTH (YearFn ?LATER-YEAR))))) |
Government.kif 583-589 |