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 238-239 | |
(domain cardAccount 1 BankCard) | FinancialOntology.kif 236-236 | The number 1 argument of card account is an instance of bank card |
(domain cardAccount 2 FinancialAccount) | FinancialOntology.kif 237-237 | The number 2 argument of card account is an instance of financial account |
(instance cardAccount BinaryPredicate) | FinancialOntology.kif 235-235 | 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 13198-13198 | |
(termFormat ChineseTraditionalLanguage cardAccount "卡帳戶") | domainEnglishFormat.kif 13197-13197 | |
(termFormat EnglishLanguage cardAccount "card account") | domainEnglishFormat.kif 13196-13196 |
antecedent |
(=> (and (cardCode ?Code ?Card) (cardAccount ?Card ?Account)) (exists (?Encoding) (and (instance ?Encoding Encoding) (patient ?Encoding ?Account)))) |
FinancialOntology.kif 3504-3511 |
|
(=> (and (holdsDuring ?Time (instance ?Card ExpiredCard)) (cardAccount ?Card ?Account)) (holdsDuring ?Time (not (attribute ?Card ActiveAgreement)))) |
FinancialOntology.kif 3529-3534 |
|
consequent |