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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AmountsFn

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 7574-7576
(domain AmountsFn 2 CorpuscularObject) Merge.kif 7578-7578
(domain AmountsFn 3 UnitOfMass) Merge.kif 7579-7579
(domainSubclass AmountsFn 1 Substance) Merge.kif 7577-7577
(instance AmountsFn BinaryFunction) Merge.kif 7573-7573
(range AmountsFn List) Merge.kif 7580-7580

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


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

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


(=>
    (and
        (inList ?E ?L)
        (equal ?L
            (AmountsFn ?S ?CO ?U)))
    (instance ?E RationalNumber))
Merge.kif 7582-7587

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


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