![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| annualExpendituresOfArea |
| appearance as argument number 1 |
|
|
| (instance annualExpendituresOfArea BinaryPredicate) | Economy.kif 1627-1627 | annual expenditures of area is an instance of binary predicate |
| (domain annualExpendituresOfArea 1 GeopoliticalArea) | Economy.kif 1628-1628 | The number 1 argument of annual expenditures of area is an instance of geopolitical area |
| (domain annualExpendituresOfArea 2 CurrencyMeasure) | Economy.kif 1629-1629 | The number 2 argument of annual expenditures of area is an instance of currency measure |
| (documentation annualExpendituresOfArea EnglishLanguage "(annualExpendituresOfArea ?AREA ?AMOUNT) means that the annual budgetary expenditures of the GeopoliticalArea ?AREA are ?AMOUNT, calculated in U.S. dollars according to the currency exchange rate method.") | Economy.kif 1631-1635 | The number 2 argument of annual expenditures of area is an instance of currency measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage annualExpendituresOfArea "%2 is %n an annual expenditures of area of %1") | domainEnglishFormat.kif 166-166 | |
| (format ChineseTraditionalLanguage annualExpendituresOfArea "%2 %n 是 %1 在 annual 地區消費") | domainEnglishFormat.kif 167-167 | |
| (format ChineseLanguage annualExpendituresOfArea "%2 %n 是 %1 在 annual 地区消费") | domainEnglishFormat.kif 168-168 | |
| (termFormat EnglishLanguage annualExpendituresOfArea "annual expenditures of area") | domainEnglishFormat.kif 7673-7673 | |
| (termFormat ChineseTraditionalLanguage annualExpendituresOfArea "區域年度支出") | domainEnglishFormat.kif 7674-7674 | |
| (termFormat ChineseLanguage annualExpendituresOfArea "区域年度支出") | domainEnglishFormat.kif 7675-7675 |
| antecedent |
|
|
| (=> (and (holdsDuring ?TIME (capitalExpendituresOfArea ?AREA ?CAPAMOUNT)) (holdsDuring ?TIME (annualExpendituresOfArea ?AREA ?TOTALAMOUNT))) (greaterThan ?TOTALAMOUNT ?CAPAMOUNT)) |
Economy.kif 1678-1682 | If X is a capital expenditures of area of Y holds during Z and W is an annual expenditures of area of Y holds during Z, then W is greater than X |
| consequent |
|
|
| (<=> (annualExpendituresOfAreaInPeriod ?AREA ?AMOUNT ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (annualExpendituresOfArea ?AREA ?AMOUNT))))) |
Economy.kif 1637-1642 | X annual expenditures of area in period Y for Z if, only if there exists W such that W is an instance of Z, and Y is an annual expenditures of area of X holds during W |