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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AltKey
AltKey

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


(disjoint AltKey ControlKey) ComputerInput.kif 360-360 AltKey 和 % 2 是 disjoint
(disjoint AltKey FunctionKey) ComputerInput.kif 362-362 AltKey 和 % 2 是 disjoint
(disjoint AltKey ShiftKey) ComputerInput.kif 361-361 AltKey 和 % 2 是 disjoint
(documentation AltKey EnglishLanguage "An AltKey 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 357-359
(subclass AltKey MultiKeypressKey) ComputerInput.kif 356-356 AltKeyMultiKeypressKeysubclass

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


(termFormat EnglishLanguage AltKey "alt key") domainEnglishFormat.kif 64436-64436

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


(=>
    (and
        (instance ?ACT AltKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY AltKey))
ComputerInput.kif 1322-1327
(=>
    (instance ?ACT AltKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY AltKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1315-1320


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