exportTotalInPeriod |
appearance as argument number 1 |
(documentation exportTotalInPeriod EnglishLanguage "(exportTotalInPeriod ?AREA ?AMOUNT ?PERIOD) means that the total value of exports from the GeopoliticalArea ?AREA is ?AMOUNT (in UnitedStatesDollars) for the TimeInterval indicated by ?PERIOD. Export value is calculated on a Free on Board (F.O.B.) basis.") | Economy.kif 2261-2265 | |
(domain exportTotalInPeriod 1 GeopoliticalArea) | Economy.kif 2257-2257 | The number 1 argument of export total in period is an instance of geopolitical area |
(domain exportTotalInPeriod 2 CurrencyMeasure) | Economy.kif 2258-2258 | The number 2 argument of export total in period is an instance of currency measure |
(domainSubclass exportTotalInPeriod 3 TimeInterval) | Economy.kif 2259-2259 | The number 3 argument of export total in period is a subclass of time interval |
(instance exportTotalInPeriod TernaryPredicate) | Economy.kif 2256-2256 | export total in period is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage exportTotalInPeriod "%1 %n{不} 对于 %3 在周期 %2 export 全部") | domainEnglishFormat.kif 975-975 | |
(format ChineseTraditionalLanguage exportTotalInPeriod "%1 %n{不} 對於 %3 在週期 %2 export 全部") | domainEnglishFormat.kif 974-974 | |
(format EnglishLanguage exportTotalInPeriod "%1 %n{doesn't} export total in period %2 for %3") | domainEnglishFormat.kif 973-973 | |
(termFormat ChineseLanguage exportTotalInPeriod "期间出口总额") | domainEnglishFormat.kif 22956-22956 | |
(termFormat ChineseTraditionalLanguage exportTotalInPeriod "期間出口總額") | domainEnglishFormat.kif 22955-22955 | |
(termFormat EnglishLanguage exportTotalInPeriod "export total in period") | domainEnglishFormat.kif 22954-22954 |
antecedent |
(=> (and (exportTotalInPeriod ?AREA ?AMOUNT ?PERIOD) (or (subclass ?PERIOD Year) (subclass ?PERIOD (FiscalYearFn ?AREA)))) (exists (?YEAR) (and (instance ?YEAR ?PERIOD) (holdsDuring ?YEAR (annualExportTotal ?AREA ?AMOUNT))))) |
Economy.kif 2277-2286 |
|
consequent |
(=> (and (holdsDuring ?YEAR (annualExportTotal ?AREA ?AMOUNT)) (instance ?YEAR ?PERIOD) (or (subclass ?PERIOD Year) (subclass ?PERIOD (FiscalYearFn ?AREA)))) (exportTotalInPeriod ?AREA ?AMOUNT ?PERIOD)) |
Economy.kif 2288-2295 |
|