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



KB Term:  Term intersection
English Word: 

Sigma KEE - DeletingAnAccount
DeletingAnAccount(deleting an account)

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


(subclass DeletingAnAccount DeletingData) ComputingBrands.kif 4472-4472 Deleting an account is a subclass of deleting data
(documentation DeletingAnAccount EnglishLanguage "Removing all the data from an account so that it no longer exists.") ComputingBrands.kif 4473-4474 Deleting an account is a subclass of deleting data

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


(termFormat EnglishLanguage DeletingAnAccount "deleting an account") ComputingBrands.kif 4475-4475

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


(=>
    (and
        (instance ?D DeletingAnAccount)
        (instance ?AC Account)
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?D))
            (hasAccount ?A ?AC))
        (patient ?D ?AC)
        (agent ?D ?A))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?D))
        (not
            (hasAccount ?A ?AC))))
ComputingBrands.kif 4477-4487 If X is an instance of deleting an account, Y is an instance of account, Z has account Y holds during immediately before the time of existence of X, Y is a patient of X, and Z is an agent of X, then Z has account 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-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners