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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MiddleCIButton
MiddleCIButton

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


(disjoint MiddleCIButton LeftCIButton) ComputerInput.kif 219-219 MiddleCIButton est disjoint de LeftCIButton
(subclass MiddleCIButton ComputerInputButton) ComputerInput.kif 215-215 MiddleCIButton est une sous-classe de ComputerInputButton

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


(disjoint ComputerKeyboardKey MiddleCIButton) ComputerInput.kif 242-242 ComputerKeyboardKey est disjoint de MiddleCIButton
(disjoint RightCIButton MiddleCIButton) ComputerInput.kif 218-218 RightCIButton est disjoint de MiddleCIButton
(termFormat EnglishLanguage MiddleCIButton "middle CI button") domainEnglishFormat.kif 65167-65167

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


(=>
    (and
        (instance ?MID MiddleCIButton)
        (component ?MID ?DEV)
        (instance ?DEV ComputerInputDevice))
    (exists (?LEFT ?RIGHT)
        (and
            (instance ?RIGHT RightCIButton)
            (instance ?LEFT LeftCIButton)
            (component ?RIGHT ?DEV)
            (component ?LEFT ?DEV)
            (between ?LEFT ?MID ?RIGHT)
            (orientation ?MID ?LEFT Left)
            (orientation ?MID ?RIGHT Right))))
ComputerInput.kif 224-237

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


(=>
    (instance ?ACT MiddleClicking)
    (exists (?M_BUTTON)
        (and
            (patient ?ACT ?M_BUTTON)
            (instance ?M_BUTTON MiddleCIButton))))
ComputerInput.kif 1486-1491


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