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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VerifyingCardCode
VerifyingCardCode(verifying card code)

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


(documentation VerifyingCardCode EnglishLanguage "A subclass of AuthorizationOfTransaction where an ATM machine checks the code of the BankCard inserted to this machine.") FinancialOntology.kif 3583-3584
(subclass VerifyingCardCode AuthorizationOfTransaction) FinancialOntology.kif 3582-3582 Verifying card code is a subclass of authorization of transaction

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


(termFormat ChineseLanguage VerifyingCardCode "验证卡代码") domainEnglishFormat.kif 61561-61561
(termFormat ChineseTraditionalLanguage VerifyingCardCode "驗證卡代碼") domainEnglishFormat.kif 61560-61560
(termFormat EnglishLanguage VerifyingCardCode "verifying card code") domainEnglishFormat.kif 61559-61559

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 3586-3595


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