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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - grossMerchandiseBoughtInPeriod
grossMerchandiseBoughtInPeriod

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


(documentation grossMerchandiseBoughtInPeriod EnglishLanguage "The total monetaryValue of all mechandise bought by a given AutonomousAgent from an Organization in a particular TimeInterval.") ComputerInput.kif 2969-2971
(domain grossMerchandiseBoughtInPeriod 1 AutonomousAgent) ComputerInput.kif 2964-2964 Il numero 1 argomenti di grossMerchandiseBoughtInPeriod è un istanza di AutonomousAgent
(domain grossMerchandiseBoughtInPeriod 2 Organization) ComputerInput.kif 2965-2965 Il numero 2 argomenti di grossMerchandiseBoughtInPeriod è un istanza di Organizzazione
(domain grossMerchandiseBoughtInPeriod 3 CurrencyMeasure) ComputerInput.kif 2966-2966 Il numero 3 argomenti di grossMerchandiseBoughtInPeriod è un istanza di MisuraMonetaria
(domain grossMerchandiseBoughtInPeriod 4 TimeInterval) ComputerInput.kif 2967-2967 Il numero 4 argomenti di grossMerchandiseBoughtInPeriod è un istanza di IntervalloTemporale
(instance grossMerchandiseBoughtInPeriod QuaternaryPredicate) ComputerInput.kif 2963-2963 grossMerchandiseBoughtInPeriod è un' istanza di PredicatoQuaternario

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


(format ChineseLanguage grossMerchandiseBoughtInPeriod "每个东西的 value 由 %1 购买的 对于 %2 在期间 %4 是 %3 ") domainEnglishFormat.kif 3554-3554
(format ChineseTraditionalLanguage grossMerchandiseBoughtInPeriod "每個東西的 value 由 %1 購買的 對於 %2 在期間 %4 是 %3 ") domainEnglishFormat.kif 3553-3553
(format EnglishLanguage grossMerchandiseBoughtInPeriod "the value of everything purchased by %1 for %2 during %4 is %3") domainEnglishFormat.kif 3552-3552
(termFormat EnglishLanguage grossMerchandiseBoughtInPeriod "GMB") ComputerInput.kif 2972-2972

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


(=>
    (grossMerchandiseBoughtInPeriod ?A ?O ?CM ?TP)
    (and
        (monetaryValue ?CI ?CM)
        (instance ?CI
            (KappaFn ?COL
                (and
                    (instance ?B Buying)
                    (instance ?ITEM ?COL)
                    (agent ?B ?A)
                    (patient ?B ?ITEM)
                    (patient ?B ?O)
                    (during ?B ?TP))))))
ComputerInput.kif 2974-2986


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