![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
CreditCard(credit card)
| charge_card, charge_plate, credit_card, plastic |
| appearance as argument number 1 |
|
|
| (subclass CreditCard BankCard) | FinancialOntology.kif 215-215 | Credit card is a subclass of bank card |
| (documentation CreditCard EnglishLanguage "Any card that may be used repeatedly to borrow money or buy products and services on credit. Issued by banks, savings and loans, retail stores, and other businesses.") | FinancialOntology.kif 216-218 | Credit card is a subclass of bank card |
| (externalImage CreditCard "http://upload.wikimedia.org/wikipedia/commons/ 3/ 3b/ WeTakeCreditDebitCardsCrop.jpg") | pictureList.kif 5939-5939 | Credit card is a subclass of bank card |
| (externalImage CreditCard "http://upload.wikimedia.org/wikipedia/commons/ 4/ 4f/ Credit_cards.jpg") | pictureList.kif 6318-6318 | Credit card is a subclass of bank card |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?Card CreditCard) (possesses ?Agent ?Card)) (exists (?Account) (and (instance ?Account CreditCardAccount) (cardAccount ?Card ?Account) (accountHolder ?Account ?Agent)))) |
FinancialOntology.kif 220-228 | If X is an instance of credit card and Y possesses X, then there exists Z such that Z is an instance of credit card account, Z is a card account of X, and Y holds account Z |
| consequent |
|
|
| (=> (and (instance ?Account CreditCardAccount) (instance ?Transaction FinancialTransaction) (origin ?Transaction (CurrencyFn ?Account))) (exists (?Card) (and (instance ?Card CreditCard) (instrument ?Transaction ?Card)))) |
FinancialOntology.kif 1277-1285 | If X is an instance of credit card account, Y is an instance of financial transaction, and Y originates at the currency of X, then there exists Z such that Z is an instance of credit card and Z is an instrument for Y |