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



KB Term:  Term intersection
English Word: 

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


(termFormat EnglishLanguage VerifyingCardCode "verifying card code") domainEnglishFormat.kif 61539-61539
(termFormat ChineseTraditionalLanguage VerifyingCardCode "驗證卡代碼") domainEnglishFormat.kif 61540-61540
(termFormat ChineseLanguage VerifyingCardCode "验证卡代码") domainEnglishFormat.kif 61541-61541

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


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