![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| annualImportTotal |
| appearance as argument number 1 |
|
|
| (instance annualImportTotal BinaryPredicate) | Economy.kif 2905-2905 | annual import total is an instance of binary predicate |
| (domain annualImportTotal 1 GeopoliticalArea) | Economy.kif 2906-2906 | The number 1 argument of annual import total is an instance of geopolitical area |
| (domain annualImportTotal 2 CurrencyMeasure) | Economy.kif 2907-2907 | The number 2 argument of annual import total is an instance of currency measure |
| (documentation annualImportTotal EnglishLanguage "(annualImportTotal ?AREA ?AMOUNT) means that the total value of imports to the GeopoliticalArea ?AREA is ?AMOUNT (in UnitedStatesDollars) annually. Import value is calculated on a Cost, Insurance, and Freight (C.I.F.) or a Free on Board (F.O.B.) basis.") | Economy.kif 2909-2913 | The number 2 argument of annual import total is an instance of currency measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage annualImportTotal "%2 is %n an annual import total of %1") | domainEnglishFormat.kif 178-178 | |
| (format ChineseTraditionalLanguage annualImportTotal "%2 %n 是 %1 的 annual 總共輸入") | domainEnglishFormat.kif 179-179 | |
| (format ChineseLanguage annualImportTotal "%2 %n 是 %1 的 annual 总共输入") | domainEnglishFormat.kif 180-180 | |
| (termFormat EnglishLanguage annualImportTotal "annual import total") | domainEnglishFormat.kif 7691-7691 | |
| (termFormat ChineseTraditionalLanguage annualImportTotal "年進口總額") | domainEnglishFormat.kif 7692-7692 | |
| (termFormat ChineseLanguage annualImportTotal "年进口总额") | domainEnglishFormat.kif 7693-7693 |
| antecedent |
|
|
| (=> (and (holdsDuring ?YEAR (annualImportTotal ?AREA ?AMOUNT)) (instance ?YEAR ?PERIOD) (or (subclass ?PERIOD Year) (subclass ?PERIOD (FiscalYearFn ?AREA)))) (importTotalInPeriod ?AREA ?AMOUNT ?PERIOD)) |
Economy.kif 2926-2933 | If X is an annual import total of Y holds during Z, Z is an instance of W, and W is a subclass of year or W is a subclass of the fiscal year of Y, then Y import total in period X for W |
| consequent |
|
|
| (=> (and (importTotalInPeriod ?AREA ?AMOUNT ?PERIOD) (or (subclass ?PERIOD Year) (subclass ?PERIOD (FiscalYearFn ?AREA)))) (exists (?YEAR) (and (instance ?YEAR ?PERIOD) (holdsDuring ?YEAR (annualImportTotal ?AREA ?AMOUNT))))) |
Economy.kif 2915-2924 | If X import total in period Y for Z and Z is a subclass of year or Z is a subclass of the fiscal year of X, then there exists W such that W is an instance of Z and Y is an annual import total of X holds during W |