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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SpecialComputerKeyboardKey
SpecialComputerKeyboardKey

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


(disjoint SpecialComputerKeyboardKey CharacterKey) ComputerInput.kif 278-278
(documentation SpecialComputerKeyboardKey EnglishLanguage "A SpecialComputerKeyboardKey is a type of ComputerKeyboardKey on a ComputerKeyboard that does not simply send a single visible character to a computer to which it is attached. This includes the Enter/ Return key, backspace, delete, function, control, shift, and other non-character keys.") ComputerInput.kif 274-277
(subclass SpecialComputerKeyboardKey ComputerKeyboardKey) ComputerInput.kif 273-273

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


(subclass ArrowKey SpecialComputerKeyboardKey) ComputerInput.kif 292-292
(subclass EnterKey SpecialComputerKeyboardKey) ComputerInput.kif 287-287
(subclass MultiKeypressKey SpecialComputerKeyboardKey) ComputerInput.kif 327-327
(subclass NumberedFunctionKey SpecialComputerKeyboardKey) ComputerInput.kif 319-319
(subclass TabKey SpecialComputerKeyboardKey) ComputerInput.kif 280-280
(termFormat EnglishLanguage SpecialComputerKeyboardKey "special computer keyboard key") domainEnglishFormat.kif 65526-65526

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


(=>
    (and
        (instance ?ACT SpecialCharacterPress)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY SpecialComputerKeyboardKey))
ComputerInput.kif 1402-1407
(=>
    (instance ?ACT SpecialCharacterPress)
    (exists (?KEY)
        (and
            (instance ?KEY SpecialComputerKeyboardKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1395-1400


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