![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DepositAccount(deposit account) | bank_account, fund, giro_account, monetary_fund, pension_fund, slush_fund, superannuation_fund, war_chest |
| appearance as argument number 1 |
|
|
| (subclass DepositAccount FinancialAccount) | FinancialOntology.kif 1049-1049 | Deposit account is a subclass of financial account |
| (documentation DepositAccount EnglishLanguage "An account where money is deposited for checking, savings or brokerage use.") | FinancialOntology.kif 1050-1051 | Deposit account is a subclass of financial account |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (and (instance ?Card DebitCard) (possesses ?Agent ?Card)) (exists (?Account) (and (instance ?Account DepositAccount) (cardAccount ?Card ?Account) (accountHolder ?Account ?Agent)))) |
FinancialOntology.kif 205-213 | If X is an instance of debit card and Y possesses X, then there exists Z such that Z is an instance of deposit account, Z is a card account of X, and Y holds account Z |