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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BrakeDrum
BrakeDrum

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 BrakeDrum est une sous-classe de appareil
(typicalPart BrakeDrum DrumBrake) Cars.kif 669-669 typicalPart BrakeDrum and DrumBrake
(typicallyContainsPart BrakeDrum DrumBrake) Cars.kif 670-670 typicallyContainsPart BrakeDrum and DrumBrake

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