![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| incomeEarned |
| appearance as argument number 1 |
|
|
| (instance incomeEarned TernaryPredicate) | FinancialOntology.kif 3347-3347 | income earned is an instance of ternary predicate |
| (domain incomeEarned 1 Human) | FinancialOntology.kif 3348-3348 | The number 1 argument of income earned is an instance of human |
| (domain incomeEarned 2 CurrencyMeasure) | FinancialOntology.kif 3349-3349 | The number 2 argument of income earned is an instance of currency measure |
| (domain incomeEarned 3 OrganizationalProcess) | FinancialOntology.kif 3350-3350 | The number 3 argument of income earned is an instance of organizational process |
| (documentation incomeEarned EnglishLanguage "(incomeEarned ?Agent ?Money ?Action) means that ?Agent earned the amount of money ?Money from performing ?Action. Note that incomeEarned denotes that amount of money made before taxes are deducted.") | FinancialOntology.kif 3351-3354 | The number 3 argument of income earned is an instance of organizational process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (incomeEarned ?Agent ?Money ?Activity) (agent ?Activity ?Agent)) |
FinancialOntology.kif 3356-3358 | If X is income earned Y for Z, then X is an agent of Z |
| (=> (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 3388-3398 | If X is income earned Y Z(s) for W, V Z(s) is the amount charged in U, W causes U, and equal T and (Y and V), then the after tax income derived by X from W is T Z(s) |
| consequent |
|
|
| (=> (compensationPackage ?Agent ?Money ?Period) (exists (?Activity) (and (instance ?Activity Working) (agent ?Activity ?Agent) (equal ?Period (WhenFn ?Activity)) (incomeEarned ?Agent ?Money ?Activity)))) |
FinancialOntology.kif 3430-3437 | If X compensation package Y for Z, then there exists W such that W is an instance of working, X is an agent of W, equal Z, the time of existence of W, and X is income earned Y for W |