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



KB Term:  Term intersection
English Word: 

Sigma KEE - CreditCard
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
-------------------------


(subclass VisaCard CreditCard) FinancialOntology.kif 3507-3507 Visa card is a subclass of credit card
(subclass MasterCard CreditCard) FinancialOntology.kif 3508-3508 Master card is a subclass of credit card
(subclass DiscoverCard CreditCard) FinancialOntology.kif 3509-3509 Discover card is a subclass of credit card
(subclass AmericanExpressCard CreditCard) FinancialOntology.kif 3510-3510 American express card is a subclass of credit card
(termFormat EnglishLanguage CreditCard "credit card") domainEnglishFormat.kif 17748-17748 American express card is a subclass of credit card
(termFormat ChineseTraditionalLanguage CreditCard "信用卡") domainEnglishFormat.kif 17749-17749 American express card is a subclass of credit card
(termFormat ChineseLanguage CreditCard "信用卡") domainEnglishFormat.kif 17750-17750 American express card is a subclass of credit card

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


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners