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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ControlKeyHoldDown

Sigma KEE - ControlKeyHoldDown
ControlKeyHoldDown

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 ControlKeyHoldDown est une sous-classe de KeyHoldDown

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


(disjoint AltKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1313-1313 AltKeyHoldDown est disjoint de ControlKeyHoldDown
(disjoint FunctionKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1337-1337 FunctionKeyHoldDown est disjoint de ControlKeyHoldDown
(disjoint ShiftKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1291-1291 ShiftKeyHoldDown est disjoint de ControlKeyHoldDown
(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 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 is open source software produced by Articulate Software and its partners