![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
AntilockBrake
|
|
|
| appearance as argument number 1 |
|
|
| (subclass AntilockBrake VehicleBrake) | Cars.kif 1221-1221 | Antilock brake is a subclass of vehicle brake |
| (documentation AntilockBrake EnglishLanguage "A VehicleBrake with an electronic component that reduces the likelihood of locking up the wheels during a sudden stop. If the wheels stop turning, the controller reduces pressure on the brakes until they begin turning again, then alternates application and reduction of braking pressure in short intervals. The goal is to keep the wheels at as near as possible the point of transition between dynamic or sliding friction and the point of static friction (at which the stopping force is greater).") | Cars.kif 1223-1229 | Antilock brake is a subclass of vehicle brake |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage AntilockBrake "antilock brake") | Cars.kif 1222-1222 |
| antecedent |
|
|
| (=> (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 1231-1246 | If All of the following hold: (1) X is an instance of transportation (2) Y is an instance of wheel (3) Z is an instance of automobile (4) Y is a part of Z (5) Z is an instrument for X (6) W is an instance of antilock brake (7) V is an instance of decelerating (8) W is an instrument for V (9) W is a part of Y, then W has the purpose there exists U such that U is an instance of rotating and U takes place during V |