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

Formal Language: 



KB Term:  Term intersection
English Word: 

  MiddleCIButton

Sigma KEE - MiddleCIButton
MiddleCIButton(middle CI button)

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


(disjoint MiddleCIButton LeftCIButton) ComputerInput.kif 219-219 Middle CI button is disjoint from left CI button
(subclass MiddleCIButton ComputerInputButton) ComputerInput.kif 215-215 Middle CI button is a subclass of computer input button

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


(disjoint ComputerKeyboardKey MiddleCIButton) ComputerInput.kif 242-242 Computer keyboard key is disjoint from middle CI button
(disjoint RightCIButton MiddleCIButton) ComputerInput.kif 218-218 Right CI button is disjoint from middle CI button
(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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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