laborForceTotal |
appearance as argument number 1 |
(documentation laborForceTotal EnglishLanguage "(laborForceTotal ?AREA ?AMOUNT) means that the total labor force of the GeopoliticalArea ?AREA is ?AMOUNT. This includes unemployed workers.") | Economy.kif 1368-1371 | |
(domain laborForceTotal 1 GeopoliticalArea) | Economy.kif 1365-1365 | The number 1 argument of labor force total is an instance of geopolitical area |
(domain laborForceTotal 2 NonnegativeRealNumber) | Economy.kif 1366-1366 | The number 2 argument of labor force total is an instance of nonnegative real number |
(instance laborForceTotal BinaryPredicate) | Economy.kif 1364-1364 | labor force total is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage laborForceTotal "%2 %n 是 %1 的 labor 总力量") | domainEnglishFormat.kif 1419-1419 | |
(format ChineseTraditionalLanguage laborForceTotal "%2 %n 是 %1 的 labor 總力量") | domainEnglishFormat.kif 1418-1418 | |
(format EnglishLanguage laborForceTotal "%2 is %n a labor force total of %1") | domainEnglishFormat.kif 1417-1417 | |
(termFormat ChineseLanguage laborForceTotal "劳动力总数") | domainEnglishFormat.kif 33054-33054 | |
(termFormat ChineseTraditionalLanguage laborForceTotal "勞動力總數") | domainEnglishFormat.kif 33053-33053 | |
(termFormat EnglishLanguage laborForceTotal "labor force total") | domainEnglishFormat.kif 33052-33052 |
consequent |
(<=> (laborForceTotalInPeriod ?AREA ?AMOUNT ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (laborForceTotal ?AREA ?AMOUNT))))) |
Economy.kif 1373-1378 | A geopolitical area is labor force total in period a nonnegative real number for a kind of time interval if and only if there exists a time position such that the time position is an instance of a kind of time interval and the nonnegative real number is a labor force total of the geopolitical area holds during the time position |