bankAccount |
appearance as argument number 1 |
(documentation bankAccount EnglishLanguage "(bankAccount ?Type ?Bank) holds if ?Type is a type of the financial accounts offered by the bank.") | FinancialOntology.kif 3940-3941 | |
(domain bankAccount 2 BankFinancialOrganization) | FinancialOntology.kif 3939-3939 | The number 2 argument of bank account is an instance of BankFinancialOrganization |
(domainSubclass bankAccount 1 FinancialAccount) | FinancialOntology.kif 3938-3938 | The number 1 argument of bank account is a subclass of financial account |
(instance bankAccount BinaryPredicate) | FinancialOntology.kif 3937-3937 | bank account is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage bankAccount "%2 是 %1 的 bank 帐号") | domainEnglishFormat.kif 252-252 | |
(format ChineseTraditionalLanguage bankAccount "%2 是 %1 的 bank 帳號") | domainEnglishFormat.kif 251-251 | |
(format EnglishLanguage bankAccount "%2 is %n a bank account of %1") | domainEnglishFormat.kif 250-250 | |
(termFormat ChineseLanguage bankAccount "银行账户") | domainEnglishFormat.kif 9818-9818 | |
(termFormat ChineseTraditionalLanguage bankAccount "銀行賬戶") | domainEnglishFormat.kif 9817-9817 | |
(termFormat EnglishLanguage bankAccount "bank account") | domainEnglishFormat.kif 9816-9816 |
antecedent |
(<=> (bankAccount ?AccountType ?Bank) (exists (?Account) (and (instance ?Account ?AccountType) (accountAt ?Account ?Bank)))) |
FinancialOntology.kif 3943-3948 | A BankFinancialOrganization is a bank account of a kind of financial account if and only if there exists another financial account such that the other financial account is an instance of a kind of financial account and the other financial account is held by the BankFinancialOrganization |