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


KB Term:  Term intersection
English Word: 

Sigma KEE - BrakeDrum
BrakeDrum(brake drum)brake_drum, drum

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


(subclass BrakeDrum Device) Cars.kif 603-603 Brake drum is a subclass of device
(documentation BrakeDrum EnglishLanguage "A rotating surface that is pressed on by the BrakeShoe.") Cars.kif 604-605 Brake drum is a subclass of device
(typicalPart BrakeDrum DrumBrake) Cars.kif 606-606 A brake drum is typically a part of a drum brake
(typicallyContainsPart BrakeDrum DrumBrake) Cars.kif 607-607 A drum brake typically has a part brake drum

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


(termFormat EnglishLanguage BrakeDrum "brake drum") domainEnglishFormat.kif 64566-64566

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


(=>
    (and
        (instance ?BS BrakeShoe)
        (instance ?BD BrakeDrum)
        (instance ?R Rotating)
        (patient ?R ?BD)
        (instance ?F Friction)
        (resource ?F ?BS)
        (patient ?F ?BD))
    (not
        (patient ?R ?BS)))
Cars.kif 576-586 If All of the following hold: (1) X is an instance of brake shoe (2) Y is an instance of brake drum (3) Z is an instance of rotating (4) Y is a patient of Z (5) W is an instance of friction (6) X is a resource for W (7) Y is a patient of W, then X is not a patient of Z

consequent
-------------------------


(=>
    (instance ?B BrakeShoe)
    (hasPurpose ?B
        (exists (?F ?BD)
            (and
                (instance ?F Friction)
                (resource ?F ?B)
                (instance ?BD BrakeDrum)
                (patient ?F ?BD)))))
Cars.kif 566-574 If X is an instance of brake shoe, then X has the purpose there exist Y, Z such that Y is an instance of friction, X is a resource for Y, Z is an instance of brake drum, and Z is a patient of Y


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