(=>
(equal
(EndFn ?INTERVAL1)
(BeginFn ?INTERVAL2))
(meetsTemporally ?INTERVAL1 ?INTERVAL2)) |
Merge.kif 8541-8545 |
If equal the end of X and the beginning of Y, then X meets Y |
(=>
(instance ?INTERVAL TimeInterval)
(meetsTemporally
(PastFn ?INTERVAL) ?INTERVAL)) |
Merge.kif 8688-8690 |
If X is an instance of timeframe, then before X meets X |
(=>
(instance ?INTERVAL TimeInterval)
(meetsTemporally ?INTERVAL
(FutureFn ?INTERVAL))) |
Merge.kif 8719-8721 |
If X is an instance of timeframe, then X meets after X |
(=>
(and
(instance ?DAY1
(DayFn ?NUMBER1 ?MONTH))
(instance ?DAY2
(DayFn ?NUMBER2 ?MONTH))
(equal
(SubtractionFn ?NUMBER2 ?NUMBER1) 1))
(meetsTemporally ?DAY1 ?DAY2)) |
Merge.kif 8805-8810 |
If X is an instance of the day Y of month Z, W is an instance of the day V of month Z, and equal (V and Y) and 1, then X meets W |
(=>
(and
(instance ?HOUR1
(HourFn ?NUMBER1 ?DAY))
(instance ?HOUR2
(HourFn ?NUMBER2 ?DAY))
(equal
(SubtractionFn ?NUMBER2 ?NUMBER1) 1))
(meetsTemporally ?HOUR1 ?HOUR2)) |
Merge.kif 8831-8836 |
If X is an instance of the hour Y, Z is an instance of the hour W, and equal (W and Y) and 1, then X meets Z |
(=>
(and
(instance ?MINUTE1
(MinuteFn ?NUMBER1 ?HOUR))
(instance ?MINUTE2
(MinuteFn ?NUMBER2 ?HOUR))
(equal
(SubtractionFn ?NUMBER2 ?NUMBER1) 1))
(meetsTemporally ?MINUTE1 ?MINUTE2)) |
Merge.kif 8858-8863 |
If X is an instance of the minute Y, Z is an instance of the minute W, and equal (W and Y) and 1, then X meets Z |
(=>
(and
(instance ?SECOND1
(SecondFn ?NUMBER1 ?MINUTE))
(instance ?SECOND2
(SecondFn ?NUMBER2 ?MINUTE))
(equal
(SubtractionFn ?NUMBER2 ?NUMBER1) 1))
(meetsTemporally ?SECOND1 ?SECOND2)) |
Merge.kif 8885-8890 |
If X is an instance of the second Y, Z is an instance of the second W, and equal (W and Y) and 1, then X meets Z |
(=>
(and
(instance ?Y1
(YearFn ?N1))
(instance ?Y2
(YearFn ?N2))
(equal
(SubtractionFn ?N2 ?N1) 1))
(meetsTemporally ?Y1 ?Y2)) |
Merge.kif 8950-8955 |
If X is an instance of the year Y, Z is an instance of the year W, and equal (W and Y) and 1, then X meets Z |
(=>
(instance ?DAY DayTime)
(exists (?NIGHT1 ?NIGHT2)
(and
(instance ?NIGHT1 NightTime)
(instance ?NIGHT2 NightTime)
(meetsTemporally ?DAY ?NIGHT1)
(meetsTemporally ?NIGHT2 ?DAY)))) |
Merge.kif 9072-9079 |
If X is an instance of day time, then there exist Y, Z such that Y is an instance of night time, Z is an instance of night time, X meets Y, and Z meets X |
(=>
(instance ?NIGHT NightTime)
(exists (?DAY1 ?DAY2)
(and
(instance ?DAY1 DayTime)
(instance ?DAY2 DayTime)
(meetsTemporally ?NIGHT ?DAY1)
(meetsTemporally ?DAY2 ?NIGHT)))) |
Merge.kif 9094-9101 |
If X is an instance of night time, then there exist Y, Z such that Y is an instance of day time, Z is an instance of day time, X meets Y, and Z meets X |
(=>
(and
(instance ?EVE Evening)
(instance ?AFT Afternoon)
(instance ?D Day)
(during ?EVE ?D)
(during ?AFT ?D))
(meetsTemporally ?AFT ?EVE)) |
Merge.kif 9124-9131 |
If X is an instance of evening, Y is an instance of afternoon, Z is an instance of day, X takes place during Z, and Y takes place during Z, then Y meets X |
(=>
(and
(instance ?MONTH1
(MonthFn January ?YEAR))
(instance ?MONTH2
(MonthFn February ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9258-9262 |
If X is an instance of the month January and Y is an instance of the month February, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn February ?YEAR))
(instance ?MONTH2
(MonthFn March ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9282-9286 |
If X is an instance of the month February and Y is an instance of the month March, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn March ?YEAR))
(instance ?MONTH2
(MonthFn April ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9296-9300 |
If X is an instance of the month March and Y is an instance of the month April, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn April ?YEAR))
(instance ?MONTH2
(MonthFn May ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9310-9314 |
If X is an instance of the month April and Y is an instance of the month May, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn May ?YEAR))
(instance ?MONTH2
(MonthFn June ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9324-9328 |
If X is an instance of the month May and Y is an instance of the month June, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn June ?YEAR))
(instance ?MONTH2
(MonthFn July ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9338-9342 |
If X is an instance of the month June and Y is an instance of the month July, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn July ?YEAR))
(instance ?MONTH2
(MonthFn August ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9352-9356 |
If X is an instance of the month July and Y is an instance of the month August, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn August ?YEAR))
(instance ?MONTH2
(MonthFn September ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9366-9370 |
If X is an instance of the month August and Y is an instance of the month September, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn September ?YEAR))
(instance ?MONTH2
(MonthFn October ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9381-9385 |
If X is an instance of the month September and Y is an instance of the month October, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn October ?YEAR))
(instance ?MONTH2
(MonthFn November ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9395-9399 |
If X is an instance of the month October and Y is an instance of the month November, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn November ?YEAR))
(instance ?MONTH2
(MonthFn December ?YEAR)))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9409-9413 |
If X is an instance of the month November and Y is an instance of the month December, then X meets Y |
(=>
(and
(instance ?MONTH1
(MonthFn December ?YEAR1))
(instance ?MONTH2
(MonthFn January ?YEAR2))
(instance ?Y1 ?YEAR1)
(instance ?Y2 ?YEAR2)
(meetsTemporally ?Y1 ?Y2))
(meetsTemporally ?MONTH1 ?MONTH2)) |
Merge.kif 9423-9430 |
If X is an instance of the month December, Y is an instance of the month January, Z is an instance of W, V is an instance of U, and Z meets V, then X meets Y |
(=>
(and
(instance ?DAY1 Sunday)
(instance ?DAY2 Monday)
(instance ?WEEK Week)
(temporalPart ?DAY1 ?WEEK)
(temporalPart ?DAY2 ?WEEK))
(meetsTemporally ?DAY1 ?DAY2)) |
Merge.kif 9445-9452 |
If X is an instance of Sunday, Y is an instance of Monday, Z is an instance of week, X is a part of Z, and Y is a part of Z, then X meets Y |
(=>
(and
(instance ?DAY1 Monday)
(instance ?DAY2 Tuesday)
(instance ?WEEK Week)
(temporalPart ?DAY1 ?WEEK)
(temporalPart ?DAY2 ?WEEK))
(meetsTemporally ?DAY1 ?DAY2)) |
Merge.kif 9458-9465 |
If X is an instance of Monday, Y is an instance of Tuesday, Z is an instance of week, X is a part of Z, and Y is a part of Z, then X meets Y |
|
| Display limited to 25 items. Show next 25 |
|
| Display limited to 25 items. Show next 25 |