(=>
(and
(patient ?I ?B)
(instance ?B Brain)
(or
(instance ?I Stroke)
(instance ?I Injuring)
(instance ?I Seizure))
(experiencer ?I ?H)
(part ?B ?H))
(modalAttribute
(exists (?M)
(and
(instance ?M Mydriasis)
(experiencer ?M ?H)
(causes ?I ?M))) Possibility)) |
emotion.kif 864-879 |
If X is a patient of Y, X is an instance of brain, At least one of the following holds: (1) Y is an instance of stroke (2) Y is an instance of injuring (3) Y is an instance of epileptic seizure, Z experiences Y, and X is a part of Z, then the statement there exists W such that W is an instance of mydriasis, Z experiences W, and Y causes W has the modal force of possibility |