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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - BargainSale
BargainSale

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


(documentation BargainSale EnglishLanguage "Offering to sell something to someone at a reduced price.") Mid-level-ontology.kif 9012-9013
(subclass BargainSale Offering) Mid-level-ontology.kif 9011-9011 BargainSaleOfferingsubclass では

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


(termFormat ChineseLanguage BargainSale "廉价出售") domainEnglishFormat.kif 9913-9913
(termFormat ChineseTraditionalLanguage BargainSale "廉價出售") domainEnglishFormat.kif 9912-9912
(termFormat EnglishLanguage BargainSale "bargain sale") domainEnglishFormat.kif 9911-9911

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


(=>
    (and
        (instance ?SALE BargainSale)
        (patient ?SALE ?OBJ)
        (instance ?OBJ Object))
    (exists (?PRICE1 ?PRICE2 ?AGENT1 ?AGENT2 ?U)
        (and
            (instance ?U UnitOfCurrency)
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?SALE))
                (price ?OBJ
                    (MeasureFn ?PRICE1 ?U) ?AGENT1))
            (holdsDuring
                (WhenFn ?SALE)
                (price ?OBJ
                    (MeasureFn ?PRICE2 ?U) ?AGENT2))
            (lessThan ?PRICE2 ?PRICE1))))
Mid-level-ontology.kif 9015-9029


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