![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| laborForceTotalInPeriod |
| appearance as argument number 1 |
|
|
| (instance laborForceTotalInPeriod TernaryPredicate) | Economy.kif 1443-1443 | labor force total in period is an instance of ternary predicate |
| (domain laborForceTotalInPeriod 1 GeopoliticalArea) | Economy.kif 1444-1444 | The number 1 argument of labor force total in period is an instance of geopolitical area |
| (domain laborForceTotalInPeriod 2 NonnegativeRealNumber) | Economy.kif 1445-1445 | The number 2 argument of labor force total in period is an instance of nonnegative real number |
| (domainSubclass laborForceTotalInPeriod 3 TimeInterval) | Economy.kif 1446-1446 | The number 3 argument of labor force total in period is a subclass of timeframe |
| (documentation laborForceTotalInPeriod EnglishLanguage "(laborForceTotalInPeriod ?AREA ?AMOUNT ?PERIOD) means that the total labor force of the GeopoliticalArea ?AREA is ?AMOUNT during the TimeInterval indicated by ?PERIOD. This includes unemployed workers.") | Economy.kif 1448-1451 | The number 3 argument of labor force total in period is a subclass of timeframe |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage laborForceTotalInPeriod "%1 is %n labor force total in period %2 for %3") | domainEnglishFormat.kif 1421-1421 | |
| (format ChineseTraditionalLanguage laborForceTotalInPeriod "%1 %n 是 對於 %3 在週期 %2 的 labor 總力量") | domainEnglishFormat.kif 1422-1422 | |
| (format ChineseLanguage laborForceTotalInPeriod "%1 %n 是 对于 %3 在周期 %2 的 labor 总力量") | domainEnglishFormat.kif 1423-1423 | |
| (termFormat EnglishLanguage laborForceTotalInPeriod "labor force total in period") | domainEnglishFormat.kif 33033-33033 | |
| (termFormat ChineseTraditionalLanguage laborForceTotalInPeriod "期間勞動力總數") | domainEnglishFormat.kif 33034-33034 | |
| (termFormat ChineseLanguage laborForceTotalInPeriod "期间劳动力总数") | domainEnglishFormat.kif 33035-33035 |
| antecedent |
|
|
| (<=> (laborForceTotalInPeriod ?AREA ?AMOUNT ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (laborForceTotal ?AREA ?AMOUNT))))) |
Economy.kif 1462-1467 | X is labor force total in period Y for Z if, only if there exists W such that W is an instance of Z, and Y is a labor force total of X holds during W |