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

Formal Language: 



KB Term:  Term intersection
English Word: 

  incomeEarned

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 3294-3297
(domain incomeEarned 1 Human) FinancialOntology.kif 3291-3291 赚的收入 的 1 数量 是 人类instance
(domain incomeEarned 2 CurrencyMeasure) FinancialOntology.kif 3292-3292 赚的收入 的 2 数量 是 货币测量instance
(domain incomeEarned 3 OrganizationalProcess) FinancialOntology.kif 3293-3293 赚的收入 的 3 数量 是 机构性过程instance
(instance incomeEarned TernaryPredicate) FinancialOntology.kif 3290-3290 赚的收入三元谓语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 3323-3323 税后收入赚的收入subrelation
(subrelation beforeTaxIncome incomeEarned) FinancialOntology.kif 3343-3343 税前收入赚的收入subrelation
(subrelation taxDeferredIncome incomeEarned) FinancialOntology.kif 3303-3303 税收递延收入赚的收入subrelation
(termFormat ChineseLanguage incomeEarned "赚的收入") domainEnglishFormat.kif 29533-29533
(termFormat ChineseTraditionalLanguage incomeEarned "賺的收入") domainEnglishFormat.kif 29532-29532
(termFormat EnglishLanguage incomeEarned "income earned") domainEnglishFormat.kif 29531-29531

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 3331-3341
(=>
    (incomeEarned ?Agent ?Money ?Activity)
    (agent ?Activity ?Agent))
FinancialOntology.kif 3299-3301

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


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


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

Show without tree


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