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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - checkAccount
checkAccount

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


(documentation checkAccount EnglishLanguage "(checkAccount ?Check ?Account) means that ?Account is the FinancialAccount from which the amount specifed on the check is paid.") FinancialOntology.kif 246-247
(domain checkAccount 1 Check) FinancialOntology.kif 244-244
(domain checkAccount 2 FinancialAccount) FinancialOntology.kif 245-245
(instance checkAccount BinaryPredicate) FinancialOntology.kif 243-243

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


(format ChineseLanguage checkAccount "%2 %n 是 %1 的 check 帐户") domainEnglishFormat.kif 432-432
(format ChineseTraditionalLanguage checkAccount "%2 %n 是 %1 的 check 帳戶") domainEnglishFormat.kif 431-431
(format EnglishLanguage checkAccount "%2 is %n a check account of %1") domainEnglishFormat.kif 430-430
(termFormat ChineseLanguage checkAccount "检查帐户") domainEnglishFormat.kif 14247-14247
(termFormat ChineseTraditionalLanguage checkAccount "檢查帳戶") domainEnglishFormat.kif 14246-14246
(termFormat EnglishLanguage checkAccount "check account") domainEnglishFormat.kif 14245-14245

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


(=>
    (and
        (instance ?Depositing DepositingACheck)
        (patient ?Depositing ?Check)
        (instance ?Check Check)
        (checkAccount ?Check ?Account)
        (monetaryValue ?Check ?Amount))
    (exists (?Deposit)
        (and
            (instance ?Deposit Deposit)
            (destination ?Deposit
                (CurrencyFn ?Account))
            (transactionAmount ?Deposit ?Amount))))
FinancialOntology.kif 342-353
(=>
    (and
        (instance ?Drawing DrawingACheck)
        (patient ?Drawing ?Check)
        (agent ?Drawing ?Agent)
        (checkAccount ?Check ?Account))
    (accountHolder ?Account ?Agent))
FinancialOntology.kif 323-329
(=>
    (and
        (monetaryValue ?Check ?Amount)
        (checkAccount ?Check ?Account)
        (instance ?Processing ProcessingACheck)
        (patient ?Processing ?Check)
        (equal
            (WhenFn ?Processing) ?ProcessingTime))
    (exists (?Withdrawal ?WithdrawalTime)
        (and
            (instance ?Withdrawal Withdrawal)
            (instrument ?Withdrawal ?Check)
            (equal
                (WhenFn ?Withdrawal) ?WithdrawalTime)
            (meetsTemporally ?ProcessingTime ?WithdrawalTime)
            (transactionAmount ?Withdrawal ?Amount)
            (origin ?Withdrawal ?Account))))
FinancialOntology.kif 106-120

consequent
-------------------------


(=>
    (instance ?Check Check)
    (exists (?Account)
        (checkAccount ?Check ?Account)))
FinancialOntology.kif 101-104


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