(=>
(and
(birthdate JesusOfNazareth ?DAY)
(instance ?Y1
(YearFn -6))
(instance ?Y2
(YearFn 4)))
(temporalPart ?DAY
(TimeIntervalFn
(BeginFn ?Y1)
(EndFn ?Y2)))) |
Media.kif 1934-1939 |
|
(=>
(and
(deathdate JesusOfNazareth ?DAY)
(instance ?Y1
(YearFn 29))
(instance ?Y2
(YearFn 36)))
(temporalPart ?DAY
(TimeIntervalFn
(BeginFn ?Y1)
(EndFn ?Y2)))) |
Media.kif 1941-1946 |
|
(=>
(and
(instance ?T1
(YearFn 26))
(instance ?T2
(YearFn 100)))
(temporalPart
(WhenFn TwelveApostles)
(TimeIntervalFn
(BeginFn ?T1)
(EndFn ?T2)))) |
Media.kif 1957-1961 |
|
(=>
(and
(instance ?TIME TimePoint)
(holdsDuring ?TIME
(age ?OBJ ?DURATION)))
(duration
(TimeIntervalFn
(BeginFn
(WhenFn ?OBJ)) ?TIME) ?DURATION)) |
Merge.kif 7428-7432 |
|
(=>
(and
(instance ?X BreakingRecord)
(agent ?X ?A1))
(exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(and
(instance ?AC Set)
(instance ?A1 ?AC)
(subclass ?PC Process)
(subclass ?L Region)
(instance ?TP TimePoint)
(instance ?Q Quantity)
(instance ?P1 ?PC)
(refers ?X ?Q)
(refers ?Q ?P1)
(playsRoleInEvent ?A1 ?ROLE ?P1)
(eventLocated ?P1 ?L)
(not
(exists (?A2 ?P2)
(and
(instance ?A2 ?AC)
(not
(equal ?A2 ?A1))
(instance ?P2 ?PC)
(holdsDuring
(TimeIntervalFn ?TP
(EndFn
(WhenFn ?X)))
(and
(playsRoleInEvent ?A2 ?ROLE ?P2)
(eventLocated ?P2 ?L))))))))) |
Mid-level-ontology.kif 29408-29438 |
- If a process is an instance of BreakingRecord and an agent is an agent of the process,
- then there exist a class, another class,, , another process,, , a time point,, , a case role,, , a third class and an entity such that the class is an instance of set and the agent is an instance of the class and the other class is a subclass of process and the third class is a subclass of region and the time point is an instance of time point and the entity is an instance of quantity and the other process is an instance of the other class and the process includes a reference to the entity and the entity includes a reference to the other process and the agent plays role in event the case role for the other process and the other process is located at 2 and there don't exist another entity and a third entity such that the other entity is an instance of the class and the other entity is not equal to the agent and the third entity is an instance of the other class and the other entity plays role in event the case role for the third entity and the third entity is located at 2 holds during interval between the time point and the end of the time of existence of the process
|
(=>
(and
(reservationStart ?TIME1 ?R)
(reservationEnd ?TIME2 ?R)
(reservingEntity ?CUST ?R)
(fulfillingEntity ?AGENT ?R))
(modalAttribute
(holdsDuring
(TimeIntervalFn ?TIME1 ?TIME2)
(exists (?P)
(and
(instance ?P IntentionalProcess)
(agent ?P ?AGENT)
(destination ?P ?CUST)))) Likely)) |
Dining.kif 665-678 |
|
(=>
(and
(reservedRoom ?RESERVE ?ROOMTYPE)
(reservationStart ?RESERVE ?TIME1)
(reservationEnd ?RESERVE ?TIME2)
(reservingEntity ?RESERVE ?CUST))
(modalAttribute
(holdsDuring
(TimeIntervalFn ?TIME1 ?TIME2)
(and
(instance ?X ?ROOMTYPE)
(stays ?CUST ?X))) Likely)) |
Hotel.kif 2920-2931 |
|
(=>
(instance ?INTERVAL TimeInterval)
(equal
(FutureFn ?INTERVAL)
(TimeIntervalFn
(EndFn ?INTERVAL) PositiveInfinity))) |
Merge.kif 8423-8425 |
|
(=>
(instance ?INTERVAL TimeInterval)
(equal
(PastFn ?INTERVAL)
(TimeIntervalFn NegativeInfinity
(BeginFn ?INTERVAL)))) |
Merge.kif 8392-8394 |
|
(=>
(instance ?TIME LunchTime)
(exists (?ELEVEN ?THREE)
(and
(during ?TIME
(TimeIntervalFn
(BeginFn ?ELEVEN)
(EndFn ?THREE)))
(instance ?ELEVEN
(HourFn 11 ?DAY))
(instance ?THREE
(HourFn 15 ?DAY))))) |
Food.kif 195-204 |
|
(=>
(measuringListDuration ?LIST ?DURATION)
(exists (?T)
(and
(equal ?T
(TimeIntervalFn
(BeginFn
(WhenFn
(FirstFn ?LIST)))
(EndFn
(WhenFn
(LastFn ?LIST)))))
(duration ?T ?DURATION)))) |
Weather.kif 1877-1885 |
|