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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SpecialComputerKeyboardKey
SpecialComputerKeyboardKey(special computer keyboard key)

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


(disjoint SpecialComputerKeyboardKey CharacterKey) ComputerInput.kif 278-278 Special computer keyboard key is disjoint from character key
(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 Special computer keyboard key is a subclass of computer keyboard key

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


(subclass ArrowKey SpecialComputerKeyboardKey) ComputerInput.kif 292-292 Arrow key is a subclass of special computer keyboard key
(subclass EnterKey SpecialComputerKeyboardKey) ComputerInput.kif 287-287 Enter key is a subclass of special computer keyboard key
(subclass MultiKeypressKey SpecialComputerKeyboardKey) ComputerInput.kif 327-327 Multi keypress key is a subclass of special computer keyboard key
(subclass NumberedFunctionKey SpecialComputerKeyboardKey) ComputerInput.kif 319-319 Numbered function key is a subclass of special computer keyboard key
(subclass TabKey SpecialComputerKeyboardKey) ComputerInput.kif 280-280 Tab key is a subclass of special computer keyboard key
(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