(=>
(and
(instance ?F Flooding)
(eventLocated ?F ?P))
(exists (?L1 ?L2 ?U)
(and
(instance ?U UnitOfLength)
(holdsDuring
(BeginFn
(WhenFn ?F))
(waterDepth ?P
(MeasureFn ?L1 ?U)))
(holdsDuring
(EndFn
(WhenFn ?F))
(waterDepth ?P
(MeasureFn ?L2 ?U)))
(greaterThan ?L2 ?L1)))) |
Mid-level-ontology.kif 19505-19520 |
If X is an instance of flooding and X is located at Y, then there exist Z, W and V such that V is an instance of unit of length and Z V(s) is a water depth of Y holds during the beginning of the time of existence of X and W V(s) is a water depth of Y holds during the end of the time of existence of X and W is greater than Z |