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

Formal Language: 



KB Term:  Term intersection
English Word: 

  UsingAnAccount

Sigma KEE - UsingAnAccount
UsingAnAccount(using an account)

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


(documentation UsingAnAccount EnglishLanguage "An activity of using a financial account") FinancialOntology.kif 309-309
(externalImage UsingAnAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 99/ Gnucash-account-summary.png") pictureList.kif 10329-10329
(subclass UsingAnAccount FinancialTransaction) FinancialOntology.kif 308-308 Using an account is a subclass of financial transaction

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


(subclass DepositingACheck UsingAnAccount) FinancialOntology.kif 329-329 DepositingA check is a subclass of using an account
(subclass DrawingACheck UsingAnAccount) FinancialOntology.kif 318-318 DrawingA check is a subclass of using an account
(termFormat ChineseLanguage UsingAnAccount "使用帐户") domainEnglishFormat.kif 60866-60866
(termFormat ChineseTraditionalLanguage UsingAnAccount "使用帳戶") domainEnglishFormat.kif 60865-60865
(termFormat EnglishLanguage UsingAnAccount "using an account") domainEnglishFormat.kif 60864-60864

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 701-714
(=>
    (and
        (instance ?Using UsingAnAccount)
        (patient ?Using ?Account)
        (accountHolder ?Account ?Agent))
    (agent ?Using ?Agent))
FinancialOntology.kif 311-316


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