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


KB Term:  Term intersection
English Word: 

Sigma KEE - UsingAnAccount
UsingAnAccount

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


(documentation UsingAnAccount EnglishLanguage "An activity of using a financial account") FinancialOntology.kif 311-311
(externalImage UsingAnAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 99/ Gnucash_account_summary.png") pictureList.kif 10327-10327
(subclass UsingAnAccount FinancialTransaction) FinancialOntology.kif 310-310 UsingAnAccount is a subclass of financial transaction

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


(subclass DepositingACheck UsingAnAccount) FinancialOntology.kif 331-331 DepositingACheck is a subclass of UsingAnAccount
(subclass DrawingACheck UsingAnAccount) FinancialOntology.kif 320-320 DrawingACheck is a subclass of UsingAnAccount
(termFormat ChineseLanguage UsingAnAccount "使用帐户") domainEnglishFormat.kif 60859-60859 DrawingACheck is a subclass of UsingAnAccount
(termFormat ChineseTraditionalLanguage UsingAnAccount "使用帳戶") domainEnglishFormat.kif 60858-60858 DrawingACheck is a subclass of UsingAnAccount
(termFormat EnglishLanguage UsingAnAccount "using an account") domainEnglishFormat.kif 60857-60857 DrawingACheck is a subclass of UsingAnAccount

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


(=>
    (and
        (instance ?Account FinancialAccount)
        (minimumBalance ?Account UsingAnAccount
            (MeasureFn ?Balance ?U))
        (instance ?U UnitOfCurrency)
        (currentAccountBalance ?Account ?Date
            (MeasureFn ?Amount ?U))
        (lessThan ?Amount ?Balance))
    (exists (?Penalty)
        (and
            (instance ?Penalty Penalty)
            (date ?Penalty ?Date)
            (destination ?Penalty
                (CurrencyFn ?Account)))))
FinancialOntology.kif 703-716
(=>
    (and
        (instance ?Using UsingAnAccount)
        (patient ?Using ?Account)
        (accountHolder ?Account ?Agent))
    (agent ?Using ?Agent))
FinancialOntology.kif 313-318


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