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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ControlKeyHoldDown
ControlKeyHoldDown(control key hold down)

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


(documentation ControlKeyHoldDown EnglishLanguage "A ControlKeyHoldDown is a UserDirectAction of pressing and holding down the Control key on a keyboard.") ComputerInput.kif 1287-1289
(subclass ControlKeyHoldDown KeyHoldDown) ComputerInput.kif 1285-1285 Control key hold down is a subclass of holding down a key

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


(disjoint AltKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1313-1313 Alt key hold down is disjoint from control key hold down
(disjoint FunctionKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1337-1337 Function key hold down is disjoint from control key hold down
(disjoint ShiftKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1291-1291 Shift key hold down is disjoint from control key hold down
(termFormat EnglishLanguage ControlKeyHoldDown "control key hold down") domainEnglishFormat.kif 64699-64699

antecedent
-------------------------


(=>
    (and
        (instance ?ACT ControlKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY ControlKey))
ComputerInput.kif 1299-1304
(=>
    (instance ?ACT ControlKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY ControlKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1292-1297


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