Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - incomeEarned
incomeEarned

appearance as argument number 1
-------------------------


(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 3311-3314
(domain incomeEarned 1 Human) FinancialOntology.kif 3308-3308 incomeEarned の数値 1 引数は 人[人間]instance では
(domain incomeEarned 2 CurrencyMeasure) FinancialOntology.kif 3309-3309 incomeEarned の数値 2 引数は 通貨測定instance では
(domain incomeEarned 3 OrganizationalProcess) FinancialOntology.kif 3310-3310 incomeEarned の数値 3 引数は 組織プロセスinstance では
(instance incomeEarned TernaryPredicate) FinancialOntology.kif 3307-3307 incomeEarned3進述語instance では

appearance as argument number 2
-------------------------


(format ChineseLanguage incomeEarned "%1 %n 是 对于 %3 赚的 income ") domainEnglishFormat.kif 1301-1301
(format ChineseTraditionalLanguage incomeEarned "%1 %n 是 對於 %3 賺的 income ") domainEnglishFormat.kif 1300-1300
(format EnglishLanguage incomeEarned "%1 is %n income earned %2 for %3") domainEnglishFormat.kif 1299-1299
(subrelation afterTaxIncome incomeEarned) FinancialOntology.kif 3340-3340 afterTaxIncomeincomeEarnedsubrelation では
(subrelation beforeTaxIncome incomeEarned) FinancialOntology.kif 3360-3360 beforeTaxIncomeincomeEarnedsubrelation では
(subrelation taxDeferredIncome incomeEarned) FinancialOntology.kif 3320-3320 taxDeferredIncomeincomeEarnedsubrelation では
(termFormat ChineseLanguage incomeEarned "赚的收入") domainEnglishFormat.kif 29544-29544 taxDeferredIncomeincomeEarnedsubrelation では
(termFormat ChineseTraditionalLanguage incomeEarned "賺的收入") domainEnglishFormat.kif 29543-29543 taxDeferredIncomeincomeEarnedsubrelation では
(termFormat EnglishLanguage incomeEarned "income earned") domainEnglishFormat.kif 29542-29542 taxDeferredIncomeincomeEarnedsubrelation では

antecedent
-------------------------


(=>
    (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 3348-3358
(=>
    (incomeEarned ?Agent ?Money ?Activity)
    (agent ?Activity ?Agent))
FinancialOntology.kif 3316-3318

consequent
-------------------------


(=>
    (compensationPackage ?Agent ?Money ?Period)
    (exists (?Activity)
        (and
            (instance ?Activity Working)
            (agent ?Activity ?Agent)
            (equal ?Period
                (WhenFn ?Activity))
            (incomeEarned ?Agent ?Money ?Activity))))
FinancialOntology.kif 3390-3397


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners