highestDecileShareOfHouseholdIncome |
appearance as argument number 1 |
(documentation highestDecileShareOfHouseholdIncome EnglishLanguage "(highestDecileShareOfHouseholdIncome ?AREA ?FRACTION) means that in the GeopoliticalArea ?AREA, the highest decile (90-100%) of households with respect to household income (or consumption) had ?FRACTION amount of the total household income (or consumption). Data from different countries may not be directly comparable due to variation in the basis of the data (e.g., based on income versus based on consumption).") | Economy.kif 1265-1272 | |
(domain highestDecileShareOfHouseholdIncome 1 GeopoliticalArea) | Economy.kif 1262-1262 | The number 1 argument of highest decile share of household income is an instance of geopolitical area |
(domain highestDecileShareOfHouseholdIncome 2 RealNumber) | Economy.kif 1263-1263 | The number 2 argument of highest decile share of household income is an instance of real number |
(instance highestDecileShareOfHouseholdIncome BinaryPredicate) | Economy.kif 1261-1261 | highest decile share of household income is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage highestDecileShareOfHouseholdIncome "%2 %n 是 %1 的 highest 平分家庭收入") | domainEnglishFormat.kif 1177-1177 | |
(format ChineseTraditionalLanguage highestDecileShareOfHouseholdIncome "%2 %n 是 %1 的 highest 平分家庭收入") | domainEnglishFormat.kif 1176-1176 | |
(format EnglishLanguage highestDecileShareOfHouseholdIncome "%2 is %n a highest decile share of household income of %1") | domainEnglishFormat.kif 1175-1175 | |
(termFormat ChineseLanguage highestDecileShareOfHouseholdIncome "最高的等分家庭收入") | domainEnglishFormat.kif 28129-28129 | |
(termFormat ChineseTraditionalLanguage highestDecileShareOfHouseholdIncome "最高的等分家庭收入") | domainEnglishFormat.kif 28128-28128 | |
(termFormat EnglishLanguage highestDecileShareOfHouseholdIncome "highest decile share of household income") | domainEnglishFormat.kif 28127-28127 |
antecedent |
(=> (highestDecileShareOfHouseholdIncome ?AREA ?FRACTION) (lessThanOrEqualTo ?FRACTION 1.0)) |
Economy.kif 1275-1277 |
|
consequent |
(<=> (highestDecileShareOfHouseholdIncomeInPeriod ?AREA ?FRACTION ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (highestDecileShareOfHouseholdIncome ?AREA ?FRACTION))))) |
Economy.kif 1279-1284 | A geopolitical area is highest decile share of household income 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 real number is a highest decile share of household income of the geopolitical area holds during the time position |