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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Saving
Saving

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


(documentation Saving EnglishLanguage "Any instance of Increasing where the PhysicalQuantity involved is a CurrencyMeasure. This includes saving in a financial account as well as stuffing gold bars under the matress, or a squirrel saving nuts for winter.") Mid-level-ontology.kif 23823-23826
(subclass Saving Increasing) Mid-level-ontology.kif 23822-23822

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


(termFormat ChineseLanguage Saving "保存") domainEnglishFormat.kif 51351-51351
(termFormat ChineseTraditionalLanguage Saving "保存") domainEnglishFormat.kif 51350-51350
(termFormat EnglishLanguage Saving "saving") domainEnglishFormat.kif 51349-51349

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


(=>
    (and
        (instance ?S Saving)
        (patient ?S ?O)
        (agent ?S ?A))
    (exists (?Q1 ?Q2 ?U)
        (and
            (instance ?U UnitOfCurrency)
            (holdsDuring
                (BeginFn
                    (WhenFn ?S))
                (monetaryValue ?O
                    (MeasureFn ?Q1 ?U)))
            (holdsDuring
                (EndFn
                    (WhenFn ?S))
                (monetaryValue ?O
                    (MeasureFn ?Q2 ?U)))
            (possesses ?A ?O)
            (lessThan ?Q1 ?Q2))))
Mid-level-ontology.kif 23828-23845


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