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



KB Term:  Term intersection
English Word: 

Sigma KEE - CharacterKey
CharacterKey(character key)

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


(subclass CharacterKey ComputerKeyboardKey) ComputerInput.kif 285-285 Character key is a subclass of computer keyboard key
(documentation CharacterKey EnglishLanguage "A CharacterKey is a type of ComputerKeyboardKey on a ComputerKeyboard that sends a single (printable or whitespace) character to a computer to which it is attached.") ComputerInput.kif 286-287 Character key is a subclass of computer keyboard key

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


(disjoint SpecialComputerKeyboardKey CharacterKey) ComputerInput.kif 294-294 Special computer keyboard key is disjoint from character key
(termFormat EnglishLanguage CharacterKey "character key") domainEnglishFormat.kif 64616-64616 Special computer keyboard key is disjoint from character key

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


(=>
    (instance ?ACT CharacterKeyPress)
    (exists (?KEY)
        (and
            (instance ?KEY CharacterKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1386-1391 If X is an instance of character key press, then there exists Y such that Y is an instance of character key and Y is a patient of X
(=>
    (and
        (instance ?ACT CharacterKeyPress)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY CharacterKey))
ComputerInput.kif 1393-1398 If X is an instance of character key press, Y is a patient of X, and Y is an instance of computer keyboard key, then Y is an instance of character key


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