![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| VerifyingCardCode(verifying card code) |
| appearance as argument number 1 |
|
|
| (subclass VerifyingCardCode AuthorizationOfTransaction) | FinancialOntology.kif 3626-3626 | Verifying card code is a subclass of authorization of transaction |
| (documentation VerifyingCardCode EnglishLanguage "A subclass of AuthorizationOfTransaction where an ATM machine checks the code of the BankCard inserted to this machine.") | FinancialOntology.kif 3627-3628 | Verifying card code is a subclass of authorization of transaction |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?Check VerifyingCardCode) (patient ?Check ?Code) (cardCode ?Code ?Card)) (exists (?Decode) (and (instance ?Decode Decoding) (subProcess ?Decode ?Check) (patient ?Decode ?Code)))) |
FinancialOntology.kif 3630-3639 | If X is an instance of verifying card code, Y is a patient of X, and Z is a card code of Y, then there exists W such that W is an instance of decoding, W is a subprocess of X, and Y is a patient of W |