militaryExpendituresInUSDollars |
appearance as argument number 1 |
(documentation militaryExpendituresInUSDollars EnglishLanguage "(militaryExpendituresInUSDollars ?AREA ?AMOUNT) means that the estimated military spending of the GeopoliticalArea ?AREA is ?AMOUNT in UnitedStatesDollars. Note: This predicate was created to represent data from the CIA World Fact Book, which calculates ?AMOUNT by multiplying estimated percentage of ?AREA's budget spent on defense by its gross domestic product (GDP) expressed in U.S. dollars. Note that this GDP is calculated by the exchange rate method rather than by PPPBasedEconomicValuation. Military expenditures data is approximate.") | Military.kif 961-969 | |
(domain militaryExpendituresInUSDollars 1 GeopoliticalArea) | Military.kif 958-958 | The number 1 argument of military expenditures in US dollars is an instance of geopolitical area |
(domain militaryExpendituresInUSDollars 2 CurrencyMeasure) | Military.kif 959-959 | The number 2 argument of military expenditures in US dollars is an instance of currency measure |
(instance militaryExpendituresInUSDollars BinaryPredicate) | Military.kif 957-957 | military expenditures in US dollars is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage militaryExpendituresInUSDollars "%2 %n 是 %1 的 military 在美元的花费") | domainEnglishFormat.kif 1727-1727 | |
(format ChineseTraditionalLanguage militaryExpendituresInUSDollars "%2 %n 是 %1 的 military 美元花費") | domainEnglishFormat.kif 1726-1726 | |
(format EnglishLanguage militaryExpendituresInUSDollars "%2 is %n a military expenditures in US dollars of %1") | domainEnglishFormat.kif 1725-1725 | |
(termFormat ChineseLanguage militaryExpendituresInUSDollars "军费用美元") | domainEnglishFormat.kif 37607-37607 | |
(termFormat ChineseTraditionalLanguage militaryExpendituresInUSDollars "軍費用美元") | domainEnglishFormat.kif 37606-37606 | |
(termFormat EnglishLanguage militaryExpendituresInUSDollars "military expenditures in US dollars") | domainEnglishFormat.kif 37605-37605 |
consequent |
(<=> (militaryExpendituresInUSDollarsInPeriod ?AREA ?AMOUNT ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (militaryExpendituresInUSDollars ?AREA ?AMOUNT))))) |
Military.kif 971-976 | A geopolitical area is military expenditures in US dollars in period a currency measure for a time interval if and only if there exists a time position such that the time position is an instance of the time interval and the currency measure is a military expenditures in US dollars of the geopolitical area holds during the time position |