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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VehicleBrake
VehicleBrake

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


(documentation VehicleBrake EnglishLanguage "A VehicleController which is capable of stopping the motion of a Vehicle.") Mid-level-ontology.kif 3875-3876
(externalImage VehicleBrake "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 0/ 07/ Drum_brake.jpg/ 180px_Drum_brake.jpg") pictureList.kif 1301-1301
(subclass VehicleBrake Brake) Cars.kif 552-552
(subclass VehicleBrake VehicleController) Mid-level-ontology.kif 3874-3874

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


(subclass AntilockBrake VehicleBrake) Cars.kif 1282-1282
(subclass DiscBrake VehicleBrake) Cars.kif 651-651
(subclass DrumBrake VehicleBrake) Cars.kif 602-602
(subclass ParkingBrake VehicleBrake) Cars.kif 554-554
(termFormat ChineseLanguage VehicleBrake "车辆制动器") domainEnglishFormat.kif 61381-61381
(termFormat ChineseTraditionalLanguage VehicleBrake "車輛制動器") domainEnglishFormat.kif 61380-61380
(termFormat EnglishLanguage VehicleBrake "vehicle brake") domainEnglishFormat.kif 61379-61379
(typicalPart BrakeCaliper VehicleBrake) Cars.kif 675-675

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 3878-3888


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 is open source software produced by Articulate Software and its partners