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 The number 1 argument of GMV is an instance of agent
(domain grossMerchandiseSoldInPeriod 2 Organization) ComputerInput.kif 2994-2994 The number 2 argument of GMV is an instance of organization
(domain grossMerchandiseSoldInPeriod 3 CurrencyMeasure) ComputerInput.kif 2995-2995 The number 3 argument of GMV is an instance of currency measure
(domain grossMerchandiseSoldInPeriod 4 TimeInterval) ComputerInput.kif 2996-2996 The number 4 argument of GMV is an instance of time interval
(instance grossMerchandiseSoldInPeriod QuaternaryPredicate) ComputerInput.kif 2992-2992 GMV is an instance of quaternary predicate

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