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



KB Term:  Term intersection
English Word: 

  Entity

Sigma KEE - SpecialComputerKeyboardKey
SpecialComputerKeyboardKey(special computer keyboard key)

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


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

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


(subclass TabKey SpecialComputerKeyboardKey) ComputerInput.kif 296-296 Tab key is a subclass of special computer keyboard key
(subclass EnterKey SpecialComputerKeyboardKey) ComputerInput.kif 303-303 Enter key is a subclass of special computer keyboard key
(subclass ArrowKey SpecialComputerKeyboardKey) ComputerInput.kif 308-308 Arrow key is a subclass of special computer keyboard key
(subclass NumberedFunctionKey SpecialComputerKeyboardKey) ComputerInput.kif 335-335 Numbered function key is a subclass of special computer keyboard key
(subclass MultiKeypressKey SpecialComputerKeyboardKey) ComputerInput.kif 343-343 Multi keypress key is a subclass of special computer keyboard key
(termFormat EnglishLanguage SpecialComputerKeyboardKey "special computer keyboard key") domainEnglishFormat.kif 65529-65529 Multi keypress key is a subclass of special computer keyboard key

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


(=>
    (instance ?ACT SpecialCharacterPress)
    (exists (?KEY)
        (and
            (instance ?KEY SpecialComputerKeyboardKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1411-1416 If X is an instance of special character press, then there exists Y such that Y is an instance of special computer keyboard key and Y is a patient of X
(=>
    (and
        (instance ?ACT SpecialCharacterPress)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY SpecialComputerKeyboardKey))
ComputerInput.kif 1418-1423 If X is an instance of special character press, Y is a patient of X, and Y is an instance of computer keyboard key, then Y is an instance of special computer keyboard key


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners