(=>
(and
(attribute ?O Concave)
(surface ?O ?S)
(part ?P1 ?S)
(part ?P2 ?S)
(equal ?L
(LineFn ?P1 ?P2))
(not
(equal ?P1 ?P2))
(part ?PL ?L))
(orientation ?PL ?O Outside)) |
ComputingBrands.kif 2693-2704 |
|
(=>
(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 883-905 |
- 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 841-863 |
|
(=>
(attribute ?X DownAndInRoom)
(exists (?LOC ?INDOOR)
(and
(instance ?INDOOR Indoors)
(instance ?LOC Region)
(orientation ?LOC ?X Adjacent)
(orientation ?LOC ?X Outside)
(located ?LOC ?INDOOR)))) |
Hotel.kif 1057-1065 |
|
(=>
(attribute ?X DownAndOutRoom)
(exists (?LOC ?OUTDOOR)
(and
(instance ?OUTDOOR Outdoors)
(instance ?LOC Region)
(orientation ?LOC ?X Adjacent)
(orientation ?LOC ?X Outside)
(located ?LOC ?OUTDOOR)))) |
Hotel.kif 1072-1080 |
|
(=>
(instance ?C Catheter)
(hasPurpose ?C
(exists (?M ?O ?OBJ ?L)
(and
(instance ?O Organism)
(instance ?M Motion)
(moves ?M ?OBJ)
(orientation ?L ?O Outside)
(path ?M ?C)
(or
(and
(origin ?M ?L)
(destination ?M ?O))
(and
(origin ?M ?O)
(destination ?M ?L))))))) |
Medicine.kif 536-552 |
|
(=>
(instance ?E Entering)
(exists (?R ?A)
(and
(instance ?R Region)
(destination ?E ?R)
(agent ?E ?A)
(instance ?A AutonomousAgent)
(holdsDuring
(BeginFn
(WhenFn ?E))
(orientation ?A ?R Outside))
(holdsDuring
(EndFn
(WhenFn ?E))
(orientation ?A ?R Inside))))) |
Mid-level-ontology.kif 18139-18152 |
|
(=>
(instance ?E Exiting)
(exists (?R ?A)
(and
(instance ?R Region)
(origin ?E ?R)
(agent ?E ?A)
(instance ?A AutonomousAgent)
(holdsDuring
(BeginFn
(WhenFn ?E))
(orientation ?A ?R Inside))
(holdsDuring
(EndFn
(WhenFn ?E))
(orientation ?A ?R Outside))))) |
Mid-level-ontology.kif 18158-18171 |
|
(=>
(instance ?OE OutboardEngine)
(hasPurpose ?OE
(exists (?W)
(and
(instance ?W WaterVehicle)
(meetsSpatially ?OE ?W)
(orientation ?OE ?W Outside))))) |
Cars.kif 4411-4418 |
|
(=>
(instance ?ROOT PlantRoot)
(hasPurpose ?ROOT
(exists (?TRAN ?STUFF ?HOST)
(and
(instance ?TRAN Transfer)
(instrument ?TRAN ?ROOT)
(origin ?TRAN ?HOST)
(orientation ?HOST ?ROOT Outside)
(objectTransferred ?TRAN ?STUFF)
(or
(instance ?STUFF FreshWater)
(instance ?STUFF Nutrient)))))) |
Mid-level-ontology.kif 10403-10415 |
|
(=>
(instance ?VRR VehicleRoofRack)
(hasPurpose ?VRR
(exists (?T ?A ?C)
(and
(instance ?T Transfer)
(patient ?T ?C)
(instance ?A Automobile)
(orientation ?VRR ?A Outside)
(meetsSpatially ?C ?VRR)
(part ?VRR ?A)
(instrument ?T ?A))))) |
Cars.kif 4730-4741 |
|
(=>
(instance ?X Exoskeleton)
(exists (?A)
(and
(instance ?A Animal)
(part ?X ?A)
(not
(exists (?PART)
(and
(properPart ?PART ?A)
(orientation ?PART ?X Outside))))))) |
Mid-level-ontology.kif 12587-12597 |
|
(=>
(part ?OBJ ?REGION)
(not
(orientation ?OBJ ?REGION Outside))) |
Mid-level-ontology.kif 9897-9900 |
|