(=>
(attribute ?ORGANISM
(ParalysisFn ?PART))
(exists (?MUSCLE)
(and
(instance ?MUSCLE Muscle)
(part ?MUSCLE ?PART)
(part ?PART ?ORGANISM)
(not
(exists (?MOTION)
(and
(instance ?MOTION BodyMotion)
(agent ?MOTION ?ORGANISM)
(patient ?MOTION ?MUSCLE))))))) |
Mid-level-ontology.kif 7451-7464 |
If paralysis of the X is an attribute of Y, then there exists Z such that Z is an instance of muscle, Z is a part of X, X is a part of Y, there doesn't exist W such that W is an instance of body motion, Y is an agent of W, and Z is a patient of W |