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

Formal Language: 



KB Term:  Term intersection
English Word: 

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

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


(documentation BrakeDrum EnglishLanguage "A rotating surface that is pressed on by the BrakeShoe.") Cars.kif 667-668
(subclass BrakeDrum Device) Cars.kif 666-666 Brake drum is a subclass of device
(typicalPart BrakeDrum DrumBrake) Cars.kif 669-669 A brake drum is typically a part of a drum brake
(typicallyContainsPart BrakeDrum DrumBrake) Cars.kif 670-670 A drum brake typically has a part brake drum

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


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

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 639-649

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


(=>
    (instance ?B BrakeShoe)
    (hasPurpose ?B
        (exists (?F ?BD)
            (and
                (instance ?F Friction)
                (resource ?F ?B)
                (instance ?BD BrakeDrum)
                (patient ?F ?BD)))))
Cars.kif 629-637


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