(=>
(and
(instance ?Card DebitCard)
(possesses ?Agent ?Card)
(instance ?Transaction FinancialTransaction)
(instrument ?Transaction ?Card))
(exists (?PIN ?Enter)
(and
(pin ?PIN ?Card)
(instance ?Enter EnteringAPin)
(patient ?Enter ?PIN)
(agent ?Enter ?Agent)))) |
FinancialOntology.kif 3601-3612 |
If X is an instance of debit card, Y possesses X, Z is an instance of financial transaction, and X is an instrument for Z, then there exist W, V such that X is a pin of W, V is an instance of entering a PIN, W is a patient of V, and Y is an agent of V |