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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - cardCode
cardCode

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


(documentation cardCode EnglishLanguage "(cardCode ?Code ?Card) means that ?Code represents the account number of the BankCard ?Card.") FinancialOntology.kif 3519-3520
(domain cardCode 1 ContentBearingObject) FinancialOntology.kif 3517-3517 The number 1 argument of card code is an instance of content bearing object
(domain cardCode 2 BankCard) FinancialOntology.kif 3518-3518 The number 2 argument of card code is an instance of bank card
(instance cardCode BinaryPredicate) FinancialOntology.kif 3515-3515 card code is an instance of binary predicate
(subrelation cardCode represents) FinancialOntology.kif 3516-3516 card code is a subrelation of represents

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


(format ChineseLanguage cardCode "%2 %n 是 %1 的 card 代号") domainEnglishFormat.kif 372-372
(format ChineseTraditionalLanguage cardCode "%2 %n 是 %1 的 card 代號") domainEnglishFormat.kif 371-371
(format EnglishLanguage cardCode "%2 is %n a card code of %1") domainEnglishFormat.kif 370-370
(termFormat ChineseLanguage cardCode "卡代码") domainEnglishFormat.kif 13209-13209
(termFormat ChineseTraditionalLanguage cardCode "卡代碼") domainEnglishFormat.kif 13208-13208
(termFormat EnglishLanguage cardCode "card code") domainEnglishFormat.kif 13207-13207

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


(=>
    (and
        (cardCode ?Code ?Card)
        (cardAccount ?Card ?Account))
    (exists (?Encoding)
        (and
            (instance ?Encoding Encoding)
            (patient ?Encoding ?Account))))
FinancialOntology.kif 3522-3529
(=>
    (and
        (instance ?Check VerifyingCardCode)
        (patient ?Check ?Code)
        (cardCode ?Code ?Card))
    (exists (?Decode)
        (and
            (instance ?Decode Decoding)
            (subProcess ?Decode ?Check)
            (patient ?Decode ?Code))))
FinancialOntology.kif 3590-3599


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