(=>
(and
(instance ?V ViolentContest)
(patient ?V ?H)
(attribute ?H
(InjuryCausedFn ?PC))
(attribute ?H
(ImpairedBodyPartFn Airway)))
(modalAttribute
(or
(subclass ?PC Combustion)
(exists (?FI)
(and
(instance ?I Injuring)
(located ?I ?F)
(instance ?F Face)
(patient ?I ?H)))) Likely)) |
Medicine.kif 676-693 |
If X is an instance of violent contest, Y is a patient of X, an injury caused by Z is an attribute of Y, and impaired body part fn airway is an attribute of Y, then the statement Z is a subclass of burning or there exists W such that V is an instance of injuring, V is located at U, U is an instance of face, and Y is a patient of V has the modal force of likely |