currencyCode |
appearance as argument number 1 |
(documentation currencyCode EnglishLanguage "(currencyCode ?CODE ?UNIT) means that ?CODE is the InternationalOrganizationForStandardization (ISO) 4217 alphabetic currency code for the national CurrencyMeasure ?UNIT.") | Economy.kif 3618-3621 | |
(domain currencyCode 1 SymbolicString) | Economy.kif 3614-3614 | The number 1 argument of currency code is an instance of symbolic string |
(domain currencyCode 2 UnitOfCurrency) | Economy.kif 3615-3615 | The number 2 argument of currency code is an instance of unit of currency |
(instance currencyCode BinaryPredicate) | Economy.kif 3613-3613 | currency code is an instance of binary predicate |
(subrelation currencyCode abbreviation) | Economy.kif 3616-3616 | currency code is a subrelation of abbreviation |
appearance as argument number 2 |
(format ChineseLanguage currencyCode "%2 %n 是 %1 的 currency 代码") | domainEnglishFormat.kif 592-592 | |
(format ChineseTraditionalLanguage currencyCode "%2 %n 是 %1 的 currency 代碼") | domainEnglishFormat.kif 591-591 | |
(format EnglishLanguage currencyCode "%2 is %n a currency code of %1") | domainEnglishFormat.kif 590-590 | |
(termFormat ChineseLanguage currencyCode "货币代码") | domainEnglishFormat.kif 18076-18076 | |
(termFormat ChineseTraditionalLanguage currencyCode "貨幣代碼") | domainEnglishFormat.kif 18075-18075 | |
(termFormat EnglishLanguage currencyCode "currency code") | domainEnglishFormat.kif 18074-18074 |
antecedent |
(=> (currencyCode ?TOKEN ?CURRENCY) (codeMapping ISO-4217-A ?TOKEN ?CURRENCY)) |
Media.kif 2320-2322 |
|
consequent |
(=> (codeMapping ISO-4217-A ?TOKEN ?CURRENCY) (currencyCode ?TOKEN ?CURRENCY)) |
Media.kif 2316-2318 |
|