(=>
(instance ?HR BaseballRun)
(exists (?T1 ?T2 ?T3 ?T4 ?B1 ?B2 ?B3 ?B4)
(and
(instance ?T1 Touching)
(instance ?T2 Touching)
(instance ?T3 Touching)
(instance ?T4 Touching)
(instance ?B1 BaseballBase)
(instance ?B2 BaseballBase)
(instance ?B3 BaseballBase)
(instance ?B4 BaseballBase)
(not
(equal ?B1 ?B2))
(not
(equal ?B1 ?B3))
(not
(equal ?B1 ?B4))
(not
(equal ?B2 ?B3))
(not
(equal ?B2 ?B4))
(not
(equal ?B3 ?B4))
(subProcess ?T1 ?HR)
(subProcess ?T2 ?HR)
(subProcess ?T3 ?HR)
(subProcess ?T4 ?HR)))) |
Sports.kif 723-744 |
- If a process is an instance of baseball run,
- then there exist another process, a third process,, , a fourth process,, , a fifth process,, , an entity,, , another entity,, , a third entity and a fourth entity such that the other process is an instance of touching and the third process is an instance of touching and the fourth process is an instance of touching and the fifth process is an instance of touching and the entity is an instance of baseball base and the other entity is an instance of baseball base and the third entity is an instance of baseball base and the fourth entity is an instance of baseball base and equal the entity and the other entity and equal the entity and the third entity and equal the entity and the fourth entity and equal the other entity and the third entity and equal the other entity and the fourth entity and equal the third entity and the fourth entity and the other process is a subprocess of the process and the third process is a subprocess of the process and the fourth process is a subprocess of the process and the fifth process is a subprocess of the process
|