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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShiftKey
ShiftKey

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


(disjoint ShiftKey FunctionKey) ComputerInput.kif 347-347
(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

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


(disjoint AltKey ShiftKey) ComputerInput.kif 361-361
(disjoint ControlKey ShiftKey) ComputerInput.kif 353-353
(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 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