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


KB Term:  Term intersection
English Word: 

Sigma KEE - ActivatingADeactivatedAccount
ActivatingADeactivatedAccount(activating a deactivated account)

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


(subclass ActivatingADeactivatedAccount DataEntry) ComputingBrands.kif 4388-4388 Activating a deactivated account is a subclass of data entry
(documentation ActivatingADeactivatedAccount EnglishLanguage "A UserAccount is made active from a deactivated state.") ComputingBrands.kif 4389-4390 Activating a deactivated account is a subclass of data entry

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


(termFormat EnglishLanguage ActivatingADeactivatedAccount "activating a deactivated account") ComputingBrands.kif 4391-4391

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


(=>
    (and
        (instance ?ACT ActivatingADeactivatedAccount)
        (instance ?AC UserAccount)
        (patient ?ACT ?AC))
    (and
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?ACT))
            (attribute ?AC AccountDeactivated))
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?ACT))
            (attribute ?AC AccountActive))))
ComputingBrands.kif 4393-4402 If X is an instance of activating a deactivated account, Y is an instance of user account, and Y is a patient of X, then account deactivated is an attribute of Y holds during immediately before the time of existence of X and account active is an attribute of Y holds during immediately after the time of existence of X


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners