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


KB Term:  Term intersection
English Word: 

Sigma KEE - DeactivatingAnAccount
DeactivatingAnAccount(de_activating an account)

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


(subclass DeactivatingAnAccount DataEntry) ComputingBrands.kif 4404-4404 De_activating an account is a subclass of data entry
(documentation DeactivatingAnAccount EnglishLanguage "A UserAccount is made inactive.") ComputingBrands.kif 4405-4406 De_activating an account is a subclass of data entry

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


(termFormat EnglishLanguage DeactivatingAnAccount "de_activating an account") ComputingBrands.kif 4407-4407

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


(=>
    (and
        (instance ?DEACT DeactivatingAnAccount)
        (instance ?AC UserAccount)
        (patient ?DEACT ?AC))
    (and
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?DEACT))
            (attribute ?AC AccountDeactivated))
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?DEACT))
            (attribute ?AC AccountActive))))
ComputingBrands.kif 4409-4418 If X is an instance of de_activating an 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 after the time of existence of X and account active is an attribute of Y holds during immediately before 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