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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DeactivatingAnAccount
DeactivatingAnAccount(de_activating an account)

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


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

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


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

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 4493-4502


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