afterTaxIncome |
appearance as argument number 1 |
(documentation afterTaxIncome EnglishLanguage "An amount (usually income) after taxes have been subtracted.") | FinancialOntology.kif 3328-3329 | |
(domain afterTaxIncome 1 Human) | FinancialOntology.kif 3325-3325 | The number 1 argument of after tax income is an instance of human |
(domain afterTaxIncome 2 CurrencyMeasure) | FinancialOntology.kif 3326-3326 | The number 2 argument of after tax income is an instance of currency measure |
(domain afterTaxIncome 3 OrganizationalProcess) | FinancialOntology.kif 3327-3327 | The number 3 argument of after tax income is an instance of organizational process |
(instance afterTaxIncome TernaryPredicate) | FinancialOntology.kif 3324-3324 | after tax income is an instance of ternary predicate |
(subrelation afterTaxIncome incomeEarned) | FinancialOntology.kif 3323-3323 | after tax income is a subrelation of income earned |
appearance as argument number 2 |
(format ChineseLanguage afterTaxIncome "从 %3 由 %1 引申的 after tax income 是 %2 ") | domainEnglishFormat.kif 2706-2706 | |
(format ChineseTraditionalLanguage afterTaxIncome "從 %3 由 %1 引申的 after tax income 是 %2 ") | domainEnglishFormat.kif 2705-2705 | |
(format EnglishLanguage afterTaxIncome "the after tax income derived by %1 from %3 is %2") | domainEnglishFormat.kif 2704-2704 | |
(termFormat ChineseLanguage afterTaxIncome "税后收入") | domainEnglishFormat.kif 5782-5782 | |
(termFormat ChineseTraditionalLanguage afterTaxIncome "稅後收入") | domainEnglishFormat.kif 5781-5781 | |
(termFormat EnglishLanguage afterTaxIncome "after tax income") | domainEnglishFormat.kif 5780-5780 |
consequent |
(=> (and (incomeEarned ?Agent (MeasureFn ?Income ?CU) ?Activity) (amountCharged ?Tax (MeasureFn ?TaxAmount ?CU)) (causes ?Activity ?Tax) (equal ?ATIncome (SubtractionFn ?Income ?TaxAmount))) (afterTaxIncome ?Agent (MeasureFn ?ATIncome ?CU) ?Activity)) |
FinancialOntology.kif 3331-3341 |
|