![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| bankAccount |
| appearance as argument number 1 |
|
|
| (instance bankAccount BinaryPredicate) | FinancialOntology.kif 3995-3995 | bank account is an instance of binary predicate |
| (domainSubclass bankAccount 1 FinancialAccount) | FinancialOntology.kif 3996-3996 | The number 1 argument of bank account is a subclass of financial account |
| (domain bankAccount 2 BankFinancialOrganization) | FinancialOntology.kif 3997-3997 | The number 2 argument of bank account is an instance of bank |
| (documentation bankAccount EnglishLanguage "(bankAccount ?Type ?Bank) holds if ?Type is a type of the financial accounts offered by the bank.") | FinancialOntology.kif 3998-3999 | The number 2 argument of bank account is an instance of bank |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage bankAccount "%2 is %n a bank account of %1") | domainEnglishFormat.kif 250-250 | |
| (format ChineseTraditionalLanguage bankAccount "%2 是 %1 的 bank 帳號") | domainEnglishFormat.kif 251-251 | |
| (format ChineseLanguage bankAccount "%2 是 %1 的 bank 帐号") | domainEnglishFormat.kif 252-252 | |
| (termFormat EnglishLanguage bankAccount "bank account") | domainEnglishFormat.kif 9808-9808 | |
| (termFormat ChineseTraditionalLanguage bankAccount "銀行賬戶") | domainEnglishFormat.kif 9809-9809 | |
| (termFormat ChineseLanguage bankAccount "银行账户") | domainEnglishFormat.kif 9810-9810 |
| antecedent |
|
|
| (<=> (bankAccount ?AccountType ?Bank) (exists (?Account) (and (instance ?Account ?AccountType) (accountAt ?Account ?Bank)))) |
FinancialOntology.kif 4001-4006 | X is a bank account of Y if, only if there exists Z such that Z is an instance of Y, and Z is held by X |