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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - grossMerchandiseSoldInPeriod
grossMerchandiseSoldInPeriod

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


(documentation grossMerchandiseSoldInPeriod EnglishLanguage "The total monetaryValue of all mechandise sold by a given AutonomousAgent through an Organization in a particular TimeInterval.") ComputerInput.kif 2988-2990
(domain grossMerchandiseSoldInPeriod 1 AutonomousAgent) ComputerInput.kif 2993-2993
(domain grossMerchandiseSoldInPeriod 2 Organization) ComputerInput.kif 2994-2994
(domain grossMerchandiseSoldInPeriod 3 CurrencyMeasure) ComputerInput.kif 2995-2995
(domain grossMerchandiseSoldInPeriod 4 TimeInterval) ComputerInput.kif 2996-2996
(instance grossMerchandiseSoldInPeriod QuaternaryPredicate) ComputerInput.kif 2992-2992

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


(termFormat EnglishLanguage grossMerchandiseSoldInPeriod "GMV") ComputerInput.kif 2991-2991

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


(=>
    (grossMerchandiseSoldInPeriod ?A ?O ?CM ?TP)
    (and
        (monetaryValue ?CI ?CM)
        (instance ?CI
            (KappaFn ?COL
                (and
                    (instance ?S Selling)
                    (instance ?ITEM ?COL)
                    (agent ?S ?A)
                    (patient ?S ?ITEM)
                    (patient ?S ?O)
                    (during ?S ?TP))))))
ComputerInput.kif 2998-3010


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