Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - VehicleBrake
VehicleBrake(vehicle brake)
brake_system, brakes, foot_brake, hydraulic_brake, hydraulic_brakes

appearance as argument number 1
-------------------------


(subclass VehicleBrake Brake) Mid-level-ontology.kif 4038-4038 Vehicle brake is a subclass of brake
(subclass VehicleBrake VehicleController) Mid-level-ontology.kif 4039-4039 Vehicle brake is a subclass of vehicle controller
(documentation VehicleBrake EnglishLanguage "A VehicleController which is capable of stopping the motion of a Vehicle.") Mid-level-ontology.kif 4040-4041 Vehicle brake is a subclass of vehicle controller
(externalImage VehicleBrake "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 0/ 07/ Drum_brake.jpg/ 180px_Drum_brake.jpg") pictureList.kif 1301-1301 Vehicle brake is a subclass of vehicle controller

appearance as argument number 2
-------------------------


(subclass ParkingBrake VehicleBrake) Cars.kif 491-491 Parking brake is a subclass of vehicle brake
(subclass DrumBrake VehicleBrake) Cars.kif 539-539 Drum brake is a subclass of vehicle brake
(subclass DiscBrake VehicleBrake) Cars.kif 588-588 Disc brake is a subclass of vehicle brake
(typicalPart BrakeCaliper VehicleBrake) Cars.kif 612-612 A brake caliper is typically a part of a vehicle brake
(subclass AntilockBrake VehicleBrake) Cars.kif 1221-1221 Antilock brake is a subclass of vehicle brake
(termFormat EnglishLanguage VehicleBrake "vehicle brake") domainEnglishFormat.kif 61359-61359 Antilock brake is a subclass of vehicle brake
(termFormat ChineseTraditionalLanguage VehicleBrake "車輛制動器") domainEnglishFormat.kif 61360-61360 Antilock brake is a subclass of vehicle brake
(termFormat ChineseLanguage VehicleBrake "车辆制动器") domainEnglishFormat.kif 61361-61361 Antilock brake is a subclass of vehicle brake

antecedent
-------------------------


(=>
    (and
        (instance ?B VehicleBrake)
        (instance ?V Vehicle)
        (part ?B ?V))
    (hasPurpose ?B
        (exists (?S)
            (and
                (instance ?S
                    (StopFn Motion))
                (patient ?S ?V)
                (instrument ?S ?B)))))
Mid-level-ontology.kif 4043-4053 If X is an instance of vehicle brake, Y is an instance of vehicle, and X is a part of Y, then X has the purpose there exists Z such that Z is an instance of the stop of motion, Y is a patient of Z, and X is an instrument for Z


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners