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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AmountsFn
AmountsFn

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


(documentation AmountsFn EnglishLanguage "A List of all the MassMeasures of instances of a type of Substance found in an Object.") Merge.kif 7584-7586
(domain AmountsFn 2 CorpuscularObject) Merge.kif 7588-7588 The number 2 argument of Amounts fn is an instance of corpuscular object
(domain AmountsFn 3 UnitOfMass) Merge.kif 7589-7589 The number 3 argument of Amounts fn is an instance of unit of mass
(domainSubclass AmountsFn 1 Substance) Merge.kif 7587-7587 The number 1 argument of Amounts fn is a subclass of substance
(instance AmountsFn BinaryFunction) Merge.kif 7583-7583 Amounts fn is an instance of binary function
(range AmountsFn List) Merge.kif 7590-7590 The range of Amounts fn is an instance of list

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


(termFormat EnglishLanguage AmountsFn "Amounts fn") domainEnglishFormat.kif 64464-64464

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


(=>
    (and
        (amount ?S ?CO
            (MeasureFn ?N ?U))
        (instance ?SI ?S)
        (measure ?SI
            (MeasureFn ?N2 ?U))
        (part ?SI ?CO))
    (exists (?L)
        (and
            (inList
                (MeasureFn ?N2 ?U) ?L)
            (equal ?L
                (AmountsFn ?S ?CO ?U))
            (equal ?N
                (ListSumFn ?L)))))
Merge.kif 7607-7622


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