(=>
(and
(equal
(MeasureFn ?H HourDuration)
(MTTRecoveryFn ?CLASS))
(instance ?D ?CLASS)
(equal
(MeasureFn ?X HourDuration)
(MTTRecoveryInstanceFn ?D))
(inList ?X ?L))
(equal ?H
(AverageFn ?L))) |
Mid-level-ontology.kif 34711-34722 |
If equal X hour duration(s) and The MTTRecoveryFn of Y, Z is an instance of Y, equal W hour duration(s) and The time to repair of Z is HourDuration, and W is a member of V, then equal X and the average of the numbers in V |