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 | |
(domain checkAccount 2 FinancialAccount) | FinancialOntology.kif 243-243 | |
(instance checkAccount BinaryPredicate) | FinancialOntology.kif 241-241 |
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 14249-14249 | |
(termFormat ChineseTraditionalLanguage checkAccount "檢查帳戶") | domainEnglishFormat.kif 14248-14248 | |
(termFormat EnglishLanguage checkAccount "check account") | domainEnglishFormat.kif 14247-14247 |
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 |