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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - cardAccount
cardAccount

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


(documentation cardAccount EnglishLanguage "(cardAccount ?Card ?Account) means that ?Account is the FinancialAccount linked to a BankCard ?Card.") FinancialOntology.kif 240-241
(domain cardAccount 1 BankCard) FinancialOntology.kif 238-238 The number 1 argument of card account is an instance of bank card
(domain cardAccount 2 FinancialAccount) FinancialOntology.kif 239-239 The number 2 argument of card account is an instance of financial account
(instance cardAccount BinaryPredicate) FinancialOntology.kif 237-237 card account is an instance of binary predicate

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


(format ChineseLanguage cardAccount "%2 %n 是 %1 的 card 帐户") domainEnglishFormat.kif 368-368
(format ChineseTraditionalLanguage cardAccount "%2 %n 是 %1 的 card 帳戶") domainEnglishFormat.kif 367-367
(format EnglishLanguage cardAccount "%2 is %n a card account of %1") domainEnglishFormat.kif 366-366
(termFormat ChineseLanguage cardAccount "卡帐户") domainEnglishFormat.kif 13197-13197
(termFormat ChineseTraditionalLanguage cardAccount "卡帳戶") domainEnglishFormat.kif 13196-13196
(termFormat EnglishLanguage cardAccount "card account") domainEnglishFormat.kif 13195-13195

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


(=>
    (and
        (cardCode ?Code ?Card)
        (cardAccount ?Card ?Account))
    (exists (?Encoding)
        (and
            (instance ?Encoding Encoding)
            (patient ?Encoding ?Account))))
FinancialOntology.kif 3522-3529
(=>
    (and
        (holdsDuring ?Time
            (instance ?Card ExpiredCard))
        (cardAccount ?Card ?Account))
    (holdsDuring ?Time
        (not
            (attribute ?Card ActiveAgreement))))
FinancialOntology.kif 3547-3552

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


(=>
    (and
        (instance ?Card BankCard)
        (issuedBy ?Card ?Bank))
    (exists (?Account)
        (and
            (instance ?Account FinancialAccount)
            (cardAccount ?Card ?Account)
            (accountAt ?Account ?Bank))))
FinancialOntology.kif 190-198
(=>
    (and
        (instance ?Card CreditCard)
        (possesses ?Agent ?Card))
    (exists (?Account)
        (and
            (instance ?Account CreditCardAccount)
            (cardAccount ?Card ?Account)
            (accountHolder ?Account ?Agent))))
FinancialOntology.kif 220-228
(=>
    (and
        (instance ?Card DebitCard)
        (possesses ?Agent ?Card))
    (exists (?Account)
        (and
            (instance ?Account DepositAccount)
            (cardAccount ?Card ?Account)
            (accountHolder ?Account ?Agent))))
FinancialOntology.kif 205-213


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