![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SteeringBox(steering box) |
| appearance as argument number 1 |
|
|
| (subclass SteeringBox Gearbox) | Cars.kif 3833-3833 | Steering box is a subclass of gearbox |
| (documentation SteeringBox EnglishLanguage "A Gearbox at the end of the SteeringColumn that transmits Motion to the SteeringArms.") | Cars.kif 3835-3836 | Steering box is a subclass of gearbox |
| (typicalPart SteeringBox Automobile) | Cars.kif 3837-3837 | A steering box is typically a part of a automobile |
| (typicallyContainsPart SteeringBox Automobile) | Cars.kif 3838-3838 | A automobile typically has a part steering box |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SteeringBox "steering box") | Cars.kif 3834-3834 |
| antecedent |
|
|
| (=> (instance ?SB SteeringBox) (hasPurpose ?SB (exists (?SW ?SC) (and (instance ?SW SteeringWheel) (instance ?SC SteeringColumn) (connectedEngineeringComponents ?SW ?SC) (connectedEngineeringComponents ?SC ?SB))))) |
Cars.kif 3840-3848 | If X is an instance of steering box, then X has the purpose there exist Y, Z such that Y is an instance of steering wheel, Z is an instance of steering column, Y is connected to Z, and Z is connected to X |