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


KB Term:  Term intersection
English Word: 

Sigma KEE - amountCharged
amountCharged

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


(subrelation amountCharged transactionAmount) FinancialOntology.kif 931-931 amount charged is a subrelation of transaction amount
(instance amountCharged BinaryPredicate) FinancialOntology.kif 932-932 amount charged is an instance of binary predicate
(domain amountCharged 1 ChargingAFee) FinancialOntology.kif 933-933 The number 1 argument of amount charged is an instance of charging a fee
(domain amountCharged 2 CurrencyMeasure) FinancialOntology.kif 934-934 The number 2 argument of amount charged is an instance of currency measure
(documentation amountCharged EnglishLanguage "(amountCharged ?Fee ?Amount) means that ?Amount is the amount of the fee charged.") FinancialOntology.kif 935-936 The number 2 argument of amount charged is an instance of currency measure

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


(format EnglishLanguage amountCharged "%2 is the amount charged in %1") domainEnglishFormat.kif 2784-2784
(format ChineseTraditionalLanguage amountCharged "%2 是在 %1 的 amount charged ") domainEnglishFormat.kif 2785-2785
(format ChineseLanguage amountCharged "%2 是在 %1 的 amount charged ") domainEnglishFormat.kif 2786-2786
(termFormat EnglishLanguage amountCharged "amount charged") domainEnglishFormat.kif 7253-7253
(termFormat ChineseTraditionalLanguage amountCharged "收費金額") domainEnglishFormat.kif 7254-7254
(termFormat ChineseLanguage amountCharged "收费金额") domainEnglishFormat.kif 7255-7255

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 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
-------------------------


(=>
    (instance ?C Corkage)
    (exists (?AMT)
        (amountCharged ?C ?AMT)))
Dining.kif 110-113 If X is an instance of corkage, then there exists Y such that Y is the amount charged in X
(=>
    (serviceFee ?Bank ?Action ?Amount)
    (exists (?Fee)
        (and
            (instance ?Fee ChargingAFee)
            (agent ?Fee ?Bank)
            (causes ?Action ?Fee)
            (amountCharged ?Fee ?Amount))))
FinancialOntology.kif 922-929 If X is service fee Y for Z, then there exists W such that W is an instance of charging a fee, X is an agent of W, Y causes W, and Z is the amount charged in W


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners