(=>
(attribute ?D DeviceNormal)
(not
(exists (?DAM)
(and
(instance ?DAM Damaging)
(patient ?DAM ?D)
(not
(exists (?R)
(and
(instance ?R Repairing)
(patient ?R ?D)
(earlier
(WhenFn ?DAM)
(WhenFn ?R))))))))) |
Mid-level-ontology.kif 32036-32048 |
If device normal is an attribute of X, then there doesn't exist Y such that Y is an instance of damaging, X is a patient of Y, there doesn't exist Z such that Z is an instance of repairing, X is a patient of Z, and the time of existence of Y happens earlier than the time of existence of Z |