![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| importTotalInPeriod |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage importTotalInPeriod "%1 %n{doesn't} import total in period %2 for %3") | domainEnglishFormat.kif 1283-1283 | |
| (format ChineseTraditionalLanguage importTotalInPeriod "%1 %n{不} 對於 %3 在週期 %2 import 全部") | domainEnglishFormat.kif 1284-1284 | |
| (format ChineseLanguage importTotalInPeriod "%1 %n{不} 对于 %3 在周期 %2 import 全部") | domainEnglishFormat.kif 1285-1285 | |
| (termFormat EnglishLanguage importTotalInPeriod "import total in period") | domainEnglishFormat.kif 29451-29451 | |
| (termFormat ChineseTraditionalLanguage importTotalInPeriod "期間進口總量") | domainEnglishFormat.kif 29452-29452 | |
| (termFormat ChineseLanguage importTotalInPeriod "期间进口总量") | domainEnglishFormat.kif 29453-29453 |
| antecedent |
|
|
| (=> (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 |
| consequent |
|
|
| (=> (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 |