![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SteeringWheel(steering wheel) | steering_wheel, wheel |
| appearance as argument number 1 |
|
|
| (subclass SteeringWheel VehicleController) | Mid-level-ontology.kif 4016-4016 | Steering wheel is a subclass of vehicle controller |
| (documentation SteeringWheel EnglishLanguage "A VehicleController which enables one to steer a Vehicle.") | Mid-level-ontology.kif 4017-4018 | Steering wheel is a subclass of vehicle controller |
| (typicalPart SteeringWheel Automobile) | Cars.kif 3859-3859 | A steering wheel is typically a part of a automobile |
| (typicallyContainsPart SteeringWheel Automobile) | Cars.kif 3860-3860 | A automobile typically has a part steering wheel |
| (externalImage SteeringWheel "http://upload.wikimedia.org/wikipedia/commons/ thumb/ d/ dc/ Volvo_steering_wheel.jpg/ 200px_Volvo_steering_wheel.jpg") | pictureList.kif 1300-1300 | A automobile typically has a part steering wheel |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?W SteeringWheel) (capability DirectionChange instrument ?W)) |
Mid-level-ontology.kif 4020-4022 | If X is an instance of steering wheel, then X is capable of doing direction change as a instrument |
| consequent |
|
|
| (=> (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 |