(=>
(and
(holdsDuring ?T
(measure ?C ?S))
(engineIdleSpeed ?E ?S)
(instance ?A Automobile)
(part ?E ?A)
(part ?C ?E))
(modalAttribute
(not
(exists (?P ?GP)
(and
(during ?P ?T)
(instance ?P Pushing)
(destination ?P ?GP)
(part ?GP ?A)))) Likely)) |
Cars.kif 2550-2566 |
|
(=>
(instance ?BC BrakeCaliper)
(hasPurpose ?BC
(exists (?P ?W)
(and
(instance ?P Pushing)
(instrument ?P ?BC)
(patient ?P ?W)
(instance ?W WearingFrictionSurface))))) |
Cars.kif 1567-1575 |
|
(=>
(instance ?BP BrakePedal)
(hasPurpose ?BP
(exists (?PU)
(and
(instance ?PU Pushing)
(destination ?PU ?BP))))) |
Cars.kif 685-691 |
|
(=>
(instance ?GP GasPedal)
(hasPurpose ?GP
(exists (?P ?T ?F ?E ?A)
(and
(instance ?P Pushing)
(instance ?T Transfer)
(instance ?F Fuel)
(instance ?E Engine)
(instance ?A Automobile)
(part ?GP ?A)
(part ?E ?A)
(destination ?P ?GP)
(destination ?T ?E)
(patient ?T ?F)
(causes ?P ?T))))) |
Cars.kif 2523-2538 |
|
(=>
(instance ?RA RockerArm)
(hasPurpose ?RA
(exists (?P1 ?C ?P2 ?V ?O ?FSE)
(and
(instance ?P1 Pushing)
(instance ?C Cam)
(instance ?P2 Pushing)
(instance ?V Valve)
(instance ?O Opening)
(instance ?FSE FourStrokeEngine)
(part ?RA ?FSE)
(part ?C ?FSE)
(part ?V ?FSE)
(instrument ?P1 ?C)
(destination ?P1 ?RA)
(instrument ?P2 ?RA)
(destination ?P2 ?V)
(causes ?P1 ?P2)
(causes ?P2 ?O)
(patient ?O ?V))))) |
Cars.kif 3829-3849 |
- If a physical is an instance of rocker arm,
- then the physical has the purpose there exist an entity, another entity,, , a third entity,, , a fourth entity,, , a fifth entity and a sixth entity such that the entity is an instance of pushing and the other entity is an instance of cam and the third entity is an instance of pushing and the fourth entity is an instance of valve and the fifth entity is an instance of opening and the sixth entity is an instance of four stroke engine and the physical is a part of the sixth entity and the other entity is a part of the sixth entity and the fourth entity is a part of the sixth entity and the other entity is an instrument for the entity and the entity ends up at the physical and the physical is an instrument for the third entity and the third entity ends up at the fourth entity and the entity causes the third entity and the third entity causes the fifth entity and the fourth entity is a patient of the fifth entity
|