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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DeletingAnAccount

Sigma KEE - DeletingAnAccount
DeletingAnAccount(deleting an account)

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


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

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


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

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 4566-4576


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