SteeringColumn |
appearance as argument number 1 |
(documentation SteeringColumn EnglishLanguage "A Shaft that connects the SteeringWheel of an Automobile to the SteeringBox.") | Cars.kif 3967-3968 | |
(subclass SteeringColumn Shaft) | Cars.kif 3965-3965 | |
(typicalPart SteeringColumn Automobile) | Cars.kif 3969-3969 | |
(typicallyContainsPart SteeringColumn Automobile) | Cars.kif 3970-3970 |
appearance as argument number 2 |
(termFormat EnglishLanguage SteeringColumn "steering column") | Cars.kif 3966-3966 |
consequent |
(=> (instance ?SB SteeringBox) (hasPurpose ?SB (exists (?SW ?SC) (and (instance ?SW SteeringWheel) (instance ?SC SteeringColumn) (connectedEngineeringComponents ?SW ?SC) (connectedEngineeringComponents ?SC ?SB))))) |
Cars.kif 3955-3963 | |
(=> (instance ?X SteeringColumnLock) (hasPurpose ?X (exists (?SC ?P ?CAR ?T) (and (instance ?SC SteeringColumn) (instance ?CAR Automobile) (component ?SC ?CAR) (part ?X ?SC) (instance ?P Protecting) (instrument ?P ?X) (decreasesLikelihood (holdsDuring ?T (attribute ?X Locked)) (holdsDuring ?T (exists (?STEAL) (and (instance ?STEAL Stealing) (patient ?STEAL ?CAR))))))))) |
Cars.kif 3979-3997 |