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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ShiftKey

Sigma KEE - ShiftKey
ShiftKey(shift key)shift, shift_key

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


(disjoint ShiftKey FunctionKey) ComputerInput.kif 347-347 Shift key is disjoint from function key
(documentation ShiftKey EnglishLanguage "A ShiftKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled ``Shift'' which affects the output of other keys if typed while it is being held down.") ComputerInput.kif 344-346
(subclass ShiftKey MultiKeypressKey) ComputerInput.kif 343-343 Shift key is a subclass of multi keypress key

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


(disjoint AltKey ShiftKey) ComputerInput.kif 361-361 Alt key is disjoint from shift key
(disjoint ControlKey ShiftKey) ComputerInput.kif 353-353 Control key is disjoint from shift key
(termFormat EnglishLanguage ShiftKey "shift key") domainEnglishFormat.kif 65485-65485

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


(=>
    (and
        (instance ?ACT ShiftKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY ShiftKey))
ComputerInput.kif 1278-1283
(=>
    (instance ?ACT ShiftKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY ShiftKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1271-1276


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