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 2376-2380 | |
(domain exportTotalInPeriod 1 GeopoliticalArea) | Economy.kif 2372-2372 | The number 1 argument of export total in period is an instance of geopolitical area |
(domain exportTotalInPeriod 2 CurrencyMeasure) | Economy.kif 2373-2373 | The number 2 argument of export total in period is an instance of currency measure |
(domainSubclass exportTotalInPeriod 3 TimeInterval) | Economy.kif 2374-2374 | The number 3 argument of export total in period is a subclass of time interval |
(instance exportTotalInPeriod TernaryPredicate) | Economy.kif 2371-2371 | 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 22950-22950 | |
(termFormat ChineseTraditionalLanguage exportTotalInPeriod "期間出口總額") | domainEnglishFormat.kif 22949-22949 | |
(termFormat EnglishLanguage exportTotalInPeriod "export total in period") | domainEnglishFormat.kif 22948-22948 |
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 2392-2401 |
|
consequent |
![]() |
(=> (and (holdsDuring ?YEAR (annualExportTotal ?AREA ?AMOUNT)) (instance ?YEAR ?PERIOD) (or (subclass ?PERIOD Year) (subclass ?PERIOD (FiscalYearFn ?AREA)))) (exportTotalInPeriod ?AREA ?AMOUNT ?PERIOD)) |
Economy.kif 2403-2410 |
|
![]() |
![]() |