(=>
(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 2914-2932 |
|
(=>
(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 2714-2728 |
|
(=>
(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 4362-4375 |
|
(=>
(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 6210-6221 |
|
(=>
(and
(instance ?R Rotating)
(patient ?R ?TRACK)
(instance ?TRACK ContinuousTrack))
(exists (?COLL ?MEM ?TREAD ?R2)
(and
(instance ?COLL Collection)
(member ?MEM ?COLL)
(instance ?MEM Wheel)
(memberCount ?MEM ?I)
(greaterThan ?I 2)
(part ?COLL ?TRACK)
(part ?TREAD ?TRACK)
(instance ?TREAD CorpuscularObject)
(shape ?TREAD LongAndThin)
(attribute ?TREAD Pliable)
(located ?COLL ?TREAD)
(instance ?R2 Rotating)
(causes ?R2 ?R)))) |
Military.kif 183-202 |
|
(=>
(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 18557-18569 |
|
(=>
(gearRatio ?G1 ?G2 ?R)
(exists (?R1 ?R2)
(and
(instance ?R1 Rotating)
(patient ?R1 ?G1)
(instance ?R2 Rotating)
(patient ?R2 ?G2)
(causes ?R1 ?R2)
(not
(equal ?R1 ?R2))))) |
engineering.kif 865-875 |
|
(=>
(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 2330-2364 |
- 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 1646-1652 |
|
(=>
(instance ?C Camshaft)
(hasPurpose ?C
(exists (?R)
(and
(instance ?R Rotating)
(patient ?R ?C))))) |
Cars.kif 1659-1665 |
|
(=>
(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 18576-18585 |
|
(=>
(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 18591-18600 |
|
(=>
(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 2258-2270 |
|
(=>
(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 2309-2321 |
|
(=>
(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 4264-4272 |
|
(=>
(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 2199-2214 |
- 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 2223-2231 |
|
(=>
(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 4649-4665 |
|
(=>
(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 16204-16212 |
|
(=>
(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 2277-2292 |
|
(=>
(instance ?R Rotor)
(capability Rotating instrument ?R)) |
engineering.kif 1096-1098 |
|
(=>
(instance ?S Shaft)
(exists (?R)
(and
(instance ?R Rotating)
(patient ?R ?S)))) |
engineering.kif 907-912 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |