(=>
(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 886-908 |
- If a transfer is an instance of Thoracentesis 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 objectTransferred the other transfer and 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 objectTransferred the transfer and 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 844-866 |
|
(=>
(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 790-801 |
|
(=>
(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 599-608 |
|
(=>
(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 819-835 |
|
(=>
(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 4898-4918 |
|