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 244-245
(domain checkAccount 1 Check) FinancialOntology.kif 242-242 checkAccount の数値 1 引数は Checkinstance では %n
(domain checkAccount 2 FinancialAccount) FinancialOntology.kif 243-243 checkAccount の数値 2 引数は FinancialAccountinstance では %n
(instance checkAccount BinaryPredicate) FinancialOntology.kif 241-241 checkAccount2進述語instance では %n

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 14238-14238
(termFormat ChineseTraditionalLanguage checkAccount "檢查帳戶") domainEnglishFormat.kif 14237-14237
(termFormat EnglishLanguage checkAccount "check account") domainEnglishFormat.kif 14236-14236

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 340-351
(=>
    (and
        (instance ?Drawing DrawingACheck)
        (patient ?Drawing ?Check)
        (agent ?Drawing ?Agent)
        (checkAccount ?Check ?Account))
    (accountHolder ?Account ?Agent))
FinancialOntology.kif 321-327
(=>
    (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 104-118

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


(=>
    (instance ?Check Check)
    (exists (?Account)
        (checkAccount ?Check ?Account)))
FinancialOntology.kif 99-102


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