(=>
(instance ?AT AutomobileTransmission)
(hasPurpose ?AT
(exists (?C ?D ?A ?R1 ?N1 ?R2 ?R3 ?R4 ?N2 ?N3)
(and
(instance ?C Crankshaft)
(instance ?D Driveshaft)
(instance ?A Automobile)
(part ?D ?A)
(part ?AT ?A)
(part ?C ?A)
(connectedEngineeringComponents ?C ?AT)
(connectedEngineeringComponents ?D ?AT)
(instance ?R1 Rotating)
(instance ?R2 Rotating)
(instance ?R3 Rotating)
(instance ?R4 Rotating)
(patient ?R1 ?C)
(patient ?R2 ?C)
(patient ?R3 ?D)
(patient ?R4 ?D)
(causes ?R1 ?R3)
(causes ?R2 ?R4)
(not
(equal ?R1 ?R2))
(holdsDuring ?R1
(measure ?C
(RotationFn ?N1 MinuteDuration)))
(holdsDuring ?R2
(measure ?C
(RotationFn ?N1 MinuteDuration)))
(holdsDuring ?R3
(measure ?D
(RotationFn ?N2 MinuteDuration)))
(holdsDuring ?R4
(measure ?D
(RotationFn ?N3 MinuteDuration)))
(not
(equal ?N2 ?N3)))))) |
Cars.kif 2329-2363 |
- If a physical is an instance of transmission,
- then the physical has the purpose there exist an entity, another entity,, , a third entity,, , a fourth entity,, , a fifth entity,, , a sixth entity,, , a seventh entity,, , a eighth entity,, , a ninth entity and a tenth entity such that the entity is an instance of crankshaft and the other entity is an instance of driveshaft and the third entity is an instance of automobile and the other entity is a part of the third entity and the physical is a part of the third entity and the entity is a part of the third entity and the entity is connected to the physical and the other entity is connected to the physical and the fourth entity is an instance of rotating and the sixth entity is an instance of rotating and the seventh entity is an instance of rotating and the eighth entity is an instance of rotating and the entity is a patient of the fourth entity and the entity is a patient of the sixth entity and the other entity is a patient of the seventh entity and the other entity is a patient of the eighth entity and the fourth entity causes the seventh entity and the sixth entity causes the eighth entity and the fourth entity is not equal to the sixth entity and the measure of the entity is the rotation of the fifth entity during minute duration holds during the fourth entity and the measure of the entity is the rotation of the fifth entity during minute duration holds during the sixth entity and the measure of the other entity is the rotation of the ninth entity during minute duration holds during the seventh entity and the measure of the other entity is the rotation of the tenth entity during minute duration holds during the eighth entity and the ninth entity is not equal to the tenth entity
|
(=>
(instance ?EC EngineCranking)
(exists (?EM ?E ?S ?R1 ?C ?R2)
(and
(instance ?EM ElectricalMotor)
(instance ?E InternalCombustionEngine)
(instance ?S Shaft)
(instance ?C Crankshaft)
(part ?S ?EM)
(subProcess ?R1 ?EC)
(instance ?R1 Rotating)
(patient ?R1 ?S)
(instance ?R2 Rotating)
(patient ?R2 ?C)
(part ?C ?E)
(causes ?R1 ?R2)))) |
Cars.kif 2198-2213 |
- If a process is an instance of engine cranking,
- then there exist an object, another object,, , a third object,, , another process,, , a fourth object and a third process such that the object is an instance of electrical motor and the other object is an instance of internal combustion engine and the third object is an instance of shaft and the fourth object is an instance of crankshaft and the third object is a part of the object and the other process is a subprocess of the process and the other process is an instance of rotating and the third object is a patient of the other process and the third process is an instance of rotating and the fourth object is a patient of the third process and the fourth object is a part of the other object and the other process causes the third process
|
(=>
(instance ?ECR EngineConnectingRod)
(hasPurpose ?ECR
(exists (?P ?C)
(and
(instance ?P Piston)
(instance ?C Crankshaft)
(connectedEngineeringComponents ?P ?ECR)
(connectedEngineeringComponents ?C ?ECR))))) |
Cars.kif 1955-1963 |
|
(=>
(instance ?FB FanBelt)
(hasPurpose ?FB
(exists (?P1 ?P2 ?C ?A)
(and
(instance ?P1 Pulley)
(instance ?P2 Pulley)
(not
(equal ?P1 ?P2))
(instance ?C Crankshaft)
(instance ?A Automobile)
(part ?P1 ?A)
(part ?P2 ?A)
(part ?C ?A)
(part ?FB ?A)
(connectedEngineeringComponents ?C ?P1)
(connectedEngineeringComponents ?P1 ?FB)
(connectedEngineeringComponents ?FB ?P2))))) |
Cars.kif 2694-2711 |
|
(=>
(instance ?FWD FourWheelDriveVehicle)
(hasPurpose ?FWD
(forall (?W)
(and
(part ?W ?FWD)
(exists (?E ?C ?R1 ?R2)
(and
(instance ?E Engine)
(part ?E ?FWD)
(instance ?C Crankshaft)
(part ?C ?E)
(instance ?R1 Rotating)
(patient ?R1 ?C)
(instance ?R2 Rotating)
(patient ?R2 ?W)
(causes ?R1 ?R2))))))) |
Cars.kif 4573-4589 |
|
(=>
(instance ?TWD TwoWheelDriveVehicle)
(hasPurpose ?TWD
(exists (?W1 ?W2)
(and
(part ?W1 ?TWD)
(part ?W2 ?TWD)
(not
(equal ?W1 ?W2))
(exists (?E ?C ?R1 ?R2 ?R3)
(and
(instance ?E Engine)
(part ?E ?TWD)
(instance ?C Crankshaft)
(part ?C ?E)
(instance ?R1 Rotating)
(patient ?R1 ?C)
(instance ?R2 Rotating)
(patient ?R2 ?W1)
(causes ?R1 ?R2)
(patient ?R3 ?W2)
(causes ?R1 ?R3)
(not
(exists (?W3 ?R4)
(and
(not
(equal ?W1 ?W3))
(not
(equal ?W2 ?W3))
(part ?W3 ?TWD)
(instance ?R4 Rotating)
(patient ?R4 ?W3)
(causes ?R1 ?R4)))))))))) |
Cars.kif 4596-4628 |
|