Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BankCardPayment
BankCardPayment

appearance as argument number 1
-------------------------


(documentation BankCardPayment EnglishLanguage "a BankCardPayment is a type of Payment where a CreditCard or a DebitCard is used as the FinancialInstrument in the transaction.") Dining.kif 430-432
(subclass BankCardPayment Payment) Dining.kif 429-429 BankCardPaymentPaymentsubclass では %n

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage BankCardPayment "bank card payment") Dining.kif 433-433

antecedent
-------------------------


(=>
    (and
        (instance ?P BankCardPayment)
        (destination ?P ?AGENT))
    (capability BankCardPayment destination ?AGENT))
Dining.kif 437-441
(=>
    (instance ?P BankCardPayment)
    (exists (?C)
        (and
            (instrument ?P ?C)
            (instance ?C BankCard))))
Dining.kif 443-448

consequent
-------------------------


(=>
    (and
        (instance ?P BankCardPayment)
        (destination ?P ?AGENT))
    (capability BankCardPayment destination ?AGENT))
Dining.kif 437-441


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners