(=>
(and
(instance ?FR FlowRegion)
(located ?FLUID ?FR))
(attribute ?FLUID Fluid)) |
Mid-level-ontology.kif 9279-9283 |
|
(=>
(and
(instance ?PIPE Pipeline)
(instance ?MOTION Motion)
(instrument ?MOTION ?PIPE)
(patient ?MOTION ?STUFF))
(instance ?STUFF
(ExtensionFn Fluid))) |
Transportation.kif 777-783 |
|
(=>
(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 ?T Transportation)
(instrument ?T ?D)
(instance ?D Pump))
(exists (?F)
(and
(instrument ?T ?F)
(attribute ?F Fluid)))) |
Mid-level-ontology.kif 15669-15677 |
|
(=>
(and
(instance ?TANK FluidContainer)
(contains ?TANK ?STUFF))
(attribute ?STUFF Fluid)) |
Mid-level-ontology.kif 4677-4681 |
|
(=>
(and
(instance ?X Substance)
(or
(attribute ?X Gas)
(attribute ?X Liquid)
(attribute ?X Plasma)))
(attribute ?X Fluid)) |
Merge.kif 17673-17680 |
|
(=>
(instance ?N Needle)
(hasPurpose ?N
(exists (?H ?TP ?F ?RI)
(and
(instance ?H Animal)
(instance ?TP TherapeuticProcss)
(attribute ?F Fluid)
(patient ?TP ?H)
(instrument ?TP ?N)
(or
(instance ?RI Removing)
(instance ?RI Inserting))
(subProcess ?RI ?TP)
(objectTransferred ?RI ?F))))) |
Medicine.kif 924-938 |
|
(=>
(instance ?SHIP SpecializedTankerShip)
(cargoType ?SHIP
(ExtensionFn Fluid))) |
Transportation.kif 2597-2599 |
|
(=>
(instance ?STEM PlantStem)
(hasPurpose ?STEM
(exists (?TRAN ?ROOT ?SUB)
(and
(instance ?TRAN Transfer)
(instrument ?TRAN ?STEM)
(instance ?ROOT PlantRoot)
(origin ?TRAN ?ROOT)
(instance ?SUB Substance)
(attribute ?SUB Fluid)
(objectTransferred ?TRAN ?SUB))))) |
Mid-level-ontology.kif 9764-9775 |
|
(=>
(instance ?STUFF Effluent)
(attribute ?STUFF Fluid)) |
Geography.kif 2670-2672 |
|
(=>
(instance ?T Tube)
(hasPurpose ?T
(exists (?P ?OBJ)
(and
(instance ?P Transfer)
(path ?P ?T)
(patient ?P ?OBJ)
(attribute ?OBJ Fluid))))) |
Mid-level-ontology.kif 1520-1528 |
|
(=>
(instance ?V Valve)
(hasPurpose ?V
(exists (?FLUID ?PROC ?FLOW)
(and
(instance ?FLOW Transfer)
(path ?FLOW ?V)
(patient ?FLOW ?FLUID)
(attribute ?FLUID Fluid)
(instance ?PROC Process)
(instrument ?PROC ?V)
(patient ?PROC ?FLOW))))) |
engineering.kif 914-925 |
|