(=>
(and
(instance ?RO RecoveryOperation)
(agent ?RO ?A)
(patient ?RO ?O)
(holdsDuring
(PastFn
(WhenFn ?RO))
(possesses ?A ?O)))
(exists (?AC)
(and
(instance ?AC AchievingControl)
(destination ?RO ?AC)
(result ?RO ?AC)
(controlled ?AC ?O)
(gainsControl ?AC ?A)))) |
MilitaryProcesses.kif 577-592 |
If X is an instance of recovery operation, Y is an agent of X, Z is a patient of X, and Y possesses Z holds during before the time of existence of X, then there exists W such that W is an instance of achieving control, X ends up at W, W is a result of X, Z comes to be physically controlled by an agent during W, and Y gains physical control over some object during W |