(=>
(and
(instance ?C Crankshaft)
(instance ?I IntermittentCombustionEngine)
(part ?I ?C))
(hasPurpose ?C
(exists (?E ?R)
(and
(instance ?E Explosion)
(instance ?R Rotating)
(patient ?R ?C)
(eventLocated ?R ?I)
(causes ?E ?R))))) |
Cars.kif 349-361 |
|
(=>
(and
(instance ?EG EngineGovernor)
(instance ?E Engine)
(connectedEngineeringComponents ?EG ?E)
(governorSpeed ?E
(MeasureFn ?S MilesPerHour)))
(hasPurpose ?EG
(not
(exists (?R ?P ?M)
(and
(instance ?P Device)
(part ?P ?E)
(instance ?R Rotating)
(holdsDuring
(WhenFn ?R)
(and
(measure ?P
(MeasureFn ?M MilesPerHour))
(greaterThan ?M ?S)))))))) |
Cars.kif 2930-2948 |
|
(=>
(and
(instance ?FB FanBelt)
(instance ?EF EngineFan)
(instance ?A Automobile)
(part ?FB ?A)
(part ?EF ?A)
(instance ?M Motion)
(patient ?M ?FB))
(hasPurpose ?FB
(exists (?M2)
(and
(instance ?M2 Rotating)
(causes ?M ?M2)
(patient ?M2 ?EF))))) |
Cars.kif 2730-2744 |
|
(=>
(and
(instance ?HR Reel)
(instance ?K Keeping)
(instance ?H CorpuscularObject)
(attribute ?H LongAndThin)
(attribute ?H Pliable)
(instrument ?K ?HR)
(patient ?K ?H))
(exists (?R)
(and
(instance ?R Rotating)
(patient ?R ?HR)
(subProcess ?R ?K)))) |
Cars.kif 4301-4314 |
|
(=>
(and
(instance ?L Lathe)
(instance ?OBJ Object)
(instrument ?PROC ?L)
(patient ?PROC ?OBJ))
(exists (?R)
(and
(instance ?R Rotating)
(subProcess ?PROC ?R)
(patient ?R ?OBJ)
(agent ?R ?L)))) |
Economy.kif 5998-6009 |
|
(=>
(and
(instance ?T Transportation)
(instance ?W Wheel)
(instance ?A Automobile)
(part ?W ?A)
(instrument ?T ?A)
(instance ?AB AntilockBrake)
(instance ?D Decelerating)
(instrument ?D ?AB)
(part ?AB ?W))
(hasPurpose ?AB
(exists (?R)
(and
(instance ?R Rotating)
(during ?R ?D))))) |
Cars.kif 1292-1307 |
|
(=>
(axis ?AXIS ?OBJ)
(exists (?R)
(and
(instance ?R Rotating)
(part ?AXIS ?OBJ)
(experiencer ?R ?OBJ)
(not
(exists (?R2)
(and
(instance ?R2 Rotating)
(subProcess ?R2 ?R)
(experiencer ?R2 ?AXIS))))))) |
Mid-level-ontology.kif 17440-17452 |
|
(=>
(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 2346-2380 |
- 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 ?C Cam)
(hasPurpose ?C
(exists (?R)
(and
(instance ?R Rotating)
(patient ?R ?C))))) |
Cars.kif 1639-1645 |
|
(=>
(instance ?C Camshaft)
(hasPurpose ?C
(exists (?R)
(and
(instance ?R Rotating)
(patient ?R ?C))))) |
Cars.kif 1652-1658 |
|
(=>
(instance ?C ChurningButter)
(hasPurpose ?C
(exists (?M ?R ?B)
(and
(instance ?M Milk)
(instance ?R Rotating)
(patient ?R ?M)
(result ?R ?B)
(instance ?B Butter))))) |
Food.kif 3065-3074 |
|
(=>
(instance ?CM CentrifugalMotion)
(exists (?R ?A ?O1 ?O2)
(and
(instance ?R Rotating)
(axis ?A ?O1)
(origin ?CM ?A)
(experiencer ?R ?O1)
(experiencer ?CM ?O2)
(causes ?R ?CM)))) |
Mid-level-ontology.kif 17459-17468 |
|
(=>
(instance ?CM CentripetalMotion)
(exists (?R ?A ?O1 ?O2)
(and
(instance ?R Rotating)
(axis ?A ?O1)
(destination ?CM ?A)
(experiencer ?R ?O1)
(experiencer ?CM ?O2)
(causes ?R ?CM)))) |
Mid-level-ontology.kif 17474-17483 |
|
(=>
(instance ?CS CyclonicStorm)
(exists (?R ?A ?TRAN ?T)
(and
(instance ?R Rotating)
(instance ?A Air)
(instance ?TRAN Translocation)
(subProcess ?R ?T)
(subProcess ?TRAN ?R)
(patient ?TRAN ?A)
(direction ?TRAN Horizontal)))) |
Weather.kif 560-570 |
|
(=>
(instance ?D Distributor)
(hasPurpose ?D
(exists (?SP ?S ?O ?R ?E)
(and
(instance ?E Engine)
(instance ?SP SparkPlug)
(instance ?S Spark)
(part ?O ?D)
(part ?D ?E)
(part ?SP ?E)
(instance ?R Rotating)
(causes ?R ?S))))) |
Cars.kif 2274-2286 |
|
(=>
(instance ?D Driveshaft)
(hasPurpose ?D
(exists (?R1 ?R2 ?W ?A)
(and
(instance ?A Automobile)
(instance ?W Wheel)
(part ?D ?A)
(part ?W ?A)
(instance ?R1 Rotating)
(patient ?R1 ?D)
(patient ?R2 ?W)
(causes ?R1 ?R2))))) |
Cars.kif 2325-2337 |
|
(=>
(instance ?D Screwdriver)
(hasPurpose ?D
(exists (?R ?S)
(and
(instance ?R Rotating)
(instrument ?R ?D)
(patient ?R ?S)
(instance ?S Screw))))) |
Mid-level-ontology.kif 4170-4178 |
|
(=>
(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 2215-2230 |
- 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 ?F Flywheel)
(hasPurpose ?F
(exists (?R1 ?R2)
(and
(instance ?R1 Rotating)
(instance ?R2 Rotating)
(patient ?R1 ?F)
(causes ?R1 ?R2))))) |
Cars.kif 2239-2247 |
|
(=>
(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 4588-4604 |
|
(=>
(instance ?HINGE Hinge)
(hasPurpose ?HINGE
(exists (?OBJ1 ?OBJ2)
(and
(connects ?HINGE ?OBJ1 ?OBJ2)
(or
(capability Rotating patient ?OBJ1)
(capability Rotating patient ?OBJ2)))))) |
Mid-level-ontology.kif 15248-15256 |
|
(=>
(instance ?P Pulley)
(hasPurpose ?P
(exists (?P2 ?D ?R1 ?R2)
(and
(instance ?P2 Pulley)
(not
(equal ?P ?P2))
(instance ?D Drivebelt)
(instance ?R1 Rotating)
(instance ?R2 Rotating)
(connectedEngineeringComponents ?P ?D)
(connectedEngineeringComponents ?P2 ?D)
(patient ?R1 ?P)
(patient ?R2 ?P2)
(causes ?R1 ?R2))))) |
Cars.kif 2293-2308 |
|
(=>
(instance ?R Rotor)
(capability Rotating instrument ?R)) |
engineering.kif 784-786 |
|
(=>
(instance ?T Tachometer)
(hasPurpose ?T
(exists (?R ?M ?O)
(and
(instance ?R Rotating)
(patient ?R ?O)
(instance ?M Measuring)
(instrument ?M ?T)
(patient ?M ?O))))) |
Cars.kif 4019-4028 |
|
(=>
(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 4611-4643 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |