currencyType |
appearance as argument number 1 |
(documentation currencyType EnglishLanguage "(currencyType ?AREA ?UNIT) means that the official currency used in the GeopoliticalArea ?AREA is the UnitOfMeasure ?UNIT.") | Economy.kif 2877-2879 | |
(domain currencyType 1 GeopoliticalArea) | Economy.kif 2872-2872 | The number 1 argument of currency type is an instance of geopolitical area |
(domain currencyType 2 UnitOfCurrency) | Economy.kif 2873-2873 | The number 2 argument of currency type is an instance of unit of currency |
(instance currencyType BinaryPredicate) | Economy.kif 2871-2871 | currency type is an instance of binary predicate |
(instance currencyType SingleValuedRelation) | Economy.kif 2875-2875 | currency type is an instance of single valued relation |
appearance as argument number 2 |
(format ChineseLanguage currencyType "%2 %n 是 %1 的 currency 类别") | domainEnglishFormat.kif 612-612 | |
(format ChineseTraditionalLanguage currencyType "%2 %n 是 %1 的 currency 類別") | domainEnglishFormat.kif 611-611 | |
(format EnglishLanguage currencyType "%2 is %n a currency type of %1") | domainEnglishFormat.kif 610-610 | |
(termFormat ChineseLanguage currencyType "货币类型") | domainEnglishFormat.kif 18112-18112 | |
(termFormat ChineseTraditionalLanguage currencyType "貨幣類型") | domainEnglishFormat.kif 18111-18111 | |
(termFormat EnglishLanguage currencyType "currency type") | domainEnglishFormat.kif 18110-18110 |
antecedent |
(=> (and (instance ?AREA Nation) (currencyType ?AREA EuroDollar)) (member ?AREA EuropeanMonetaryUnion)) |
Government.kif 3193-3197 |
|
consequent |
(=> (and (codeMapping ISO-4217-A ?A3 ?CURRENCY) (codeMapping ISO-3166-1-alpha-2 ?A2 ?AREA) (instance ?AREA GeopoliticalArea) (equal ?A2 (SubstringFn ?A3 0 2))) (currencyType ?AREA ?CURRENCY)) |
Media.kif 2889-2895 |
|
(=> (and (instance ?AREA Nation) (member ?AREA EuropeanMonetaryUnion)) (currencyType ?AREA EuroDollar)) |
Government.kif 3187-3191 |
|
appearance as argument number 0 |