(=>
(and
(instance ?T Thoracentesis)
(patient ?T ?H))
(exists (?I ?O ?IN ?L ?C ?F)
(and
(instance ?I Inserting)
(subProcess ?I ?T)
(objectTransferred ?I ?N)
(origin ?I ?O)
(destination ?I ?IN)
(instance ?N Needle)
(attribute ?F Fluid)
(objectTransferred ?T ?F)
(destination ?F ?O)
(instance ?L Lung)
(instance ?C Chest)
(part ?L ?H)
(part ?C ?H)
(origin ?T ?IN)
(destination ?T ?O)
(between ?L ?IN ?C)
(orientation ?O ?H Outside)))) |
Medicine.kif 895-917 |
- If a transfer is an instance of needle decompression and an object is a patient of the transfer,
- then there exist another transfer, another object,, , the other transferN,, , a fourth object,, , a fifth object and a sixth object such that the other transfer is an instance of inserting and the other transfer is a subprocess of the transfer and the object transferred in the other transfer is a seventh object and the other transfer originates at the other object and the other transfer ends up at the other transferN and the seventh object is an instance of needle and fluid is an attribute of the sixth object and the object transferred in the transfer is the sixth object and the sixth object ends up at the other object and the fourth object is an instance of lung and the fifth object is an instance of chest and the fourth object is a part of the object and the fifth object is a part of the object and the transfer originates at the other transferN and the transfer ends up at the other object and the other transferN is between the fourth object and the fifth object and the other object is outside to the object
|
(=>
(and
(instance ?VCS VentedChestSeal)
(instance ?A Attaching)
(objectTransferred ?A ?VCS)
(destination ?A ?H))
(hasPurpose ?VCS
(exists (?A ?L ?C ?H)
(and
(instance ?A Air)
(instance ?L Lung)
(instance ?C Chest)
(part ?L ?H)
(part ?C ?H)
(holdsDuring
(ImmediatePastFn
(WhenFn ?A))
(between ?L ?A ?C))
(hasPurpose ?VCS
(holdsDuring
(ImmediateFutureFn
(WhenFn ?A))
(orientation ?A ?H Outside))))))) |
Medicine.kif 853-875 |
|
(=>
(holdsDuring ?T
(attribute ?H Pneumothorax))
(holdsDuring ?T
(exists (?A)
(and
(instance ?A Air)
(instance ?L Lung)
(instance ?C Chest)
(part ?L ?H)
(part ?C ?H)
(between ?L ?A ?C))))) |
Medicine.kif 799-810 |
|
(=>
(instance ?CPR CPR)
(exists (?C ?CH ?O)
(and
(instance ?C Compressing)
(patient ?CPR ?O)
(instance ?CH Chest)
(part ?CH ?O)
(patient ?C ?CH)
(subProcess ?C ?CPR)))) |
Medicine.kif 609-618 |
|
(=>
(instance ?CS ChestSeal)
(hasPurpose ?CS
(exists (?C ?CH ?I ?H)
(and
(instance ?C Closing)
(instrument ?C ?CS)
(located ?C ?CH)
(instance ?CH Chest)
(instance ?H HoleRegion)
(equal ?CH
(HoleHostFn ?H))
(instance ?I Injuring)
(located ?I ?CH)
(earlier
(WhenFn ?I)
(WhenFn ?C)))))) |
Medicine.kif 828-844 |
|
(=>
(instance ?I Ivabradine)
(hasPurpose ?I
(exists (?H ?IN ?P)
(and
(instance ?H Human)
(instance ?P
(PainFn Chest))
(experiencer ?P ?H)
(instance ?IN Ingesting)
(agent ?IN ?H)
(earlier
(WhenFn ?P)
(WhenFn ?IN))
(not
(exists (?P2)
(and
(instance ?P2
(PainFn Chest))
(experiencer ?P2 ?H)
(earlier
(WhenFn ?IN)
(WhenFn ?P2))))))))) |
Medicine.kif 4891-4911 |
|