unemploymentRateOfAreaInPeriod |
appearance as argument number 1 |
(documentation unemploymentRateOfAreaInPeriod EnglishLanguage "(unemploymentRateOfAreaInPeriod ?AREA ?RATE ?PERIOD) means that the unemployment rate in the GeographicalArea ?AREA is ?RATE, during the TimeInterval indicated by ?PERIOD.") | Economy.kif 1436-1439 | |
(domain unemploymentRateOfAreaInPeriod 1 GeopoliticalArea) | Economy.kif 1432-1432 | The number 1 argument of unemployment rate of area in period is an instance of geopolitical area |
(domain unemploymentRateOfAreaInPeriod 2 RealNumber) | Economy.kif 1433-1433 | The number 2 argument of unemployment rate of area in period is an instance of real number |
(domainSubclass unemploymentRateOfAreaInPeriod 3 TimeInterval) | Economy.kif 1434-1434 | The number 3 argument of unemployment rate of area in period is a subclass of time interval |
(instance unemploymentRateOfAreaInPeriod TernaryPredicate) | Economy.kif 1431-1431 | unemployment rate of area in period is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage unemploymentRateOfAreaInPeriod "%1 %n 是 对于 %3 在周期 %2 地区的 unemployment 比例") | domainEnglishFormat.kif 2563-2563 | |
(format ChineseTraditionalLanguage unemploymentRateOfAreaInPeriod "%1 %n 是 對於 %3 在週期 %2 地區的 unemployment 比例") | domainEnglishFormat.kif 2562-2562 | |
(format EnglishLanguage unemploymentRateOfAreaInPeriod "%1 is %n unemployment rate of area in period %2 for %3") | domainEnglishFormat.kif 2561-2561 | |
(termFormat ChineseLanguage unemploymentRateOfAreaInPeriod "期间的失业率") | domainEnglishFormat.kif 59964-59964 | |
(termFormat ChineseTraditionalLanguage unemploymentRateOfAreaInPeriod "期間的失業率") | domainEnglishFormat.kif 59963-59963 | |
(termFormat EnglishLanguage unemploymentRateOfAreaInPeriod "unemployment rate of area in period") | domainEnglishFormat.kif 59962-59962 |
antecedent |
(<=> (unemploymentRateOfAreaInPeriod ?AREA ?RATE ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (unemploymentRateOfArea ?AREA ?RATE))))) |
Economy.kif 1456-1461 | A geopolitical area is unemployment rate of area in period a 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 geopolitical area is unemployment rate of area the real number for holds during the time position |
(=> (unemploymentRateOfAreaInPeriod ?AREA ?RATE ?PERIOD) (lessThanOrEqualTo ?RATE 1.0)) |
Economy.kif 1441-1443 |
|