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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Offering
Offering(offering)
more pictures...
offer, sale, upgrade, volunteer

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


(documentation Offering ChineseLanguage "这是 Committing 的子类别,它发生在当一个 CognitiveAgent 给另外一个实施体提供某些东西的时候。提供可以是无条件的(中间承诺作出 UnilateralGiving),或者是有条件的(当中承诺作出某种a Transaction )。") chinese_format.kif 3276-3278
(documentation Offering EnglishLanguage "The subclass of Committing in which a CognitiveAgent offers something Physical to another agent. Offerings may be unconditional (in which case they are a promise to effect a UnilateralGiving) or conditional (in which case they are a promise to effect a Transaction of some sort).") Merge.kif 13389-13393
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/0/ 09/ A_Roman_Offering_-_JWW.jpg") pictureList.kif 11526-11526
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/5/ 5b/ Lowell_Offering_1.jpg") pictureList.kif 11525-11525
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/6/ 6d/ IMG_0193_-_Wien_-_Stephansdom_-_Offering_candles.JPG") pictureList.kif 11531-11531
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/6/ 6f/ Offering_bearers.jpg") pictureList.kif 10157-10157
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/8/ 8b/ Juan_van_der_Hamne-_Offering_a_Flora%2C_1627%2C_Prado..jpg") pictureList.kif 11532-11532
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/a/ a7/ Hatshepsut_offering_nw_jars.jpg") pictureList.kif 11527-11527
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/d/ d9/ Circe_Offering_the_Cup_to_Odysseus.jpg") pictureList.kif 11529-11529
(externalImage Offering "http://upload.wikimedia.org/wikipedia/commons/f/ ff/ Godward_An_Offering_to_Venus-1912.jpg") pictureList.kif 11530-11530
(subclass Offering Committing) Merge.kif 13387-13387 Offering is a subclass of committing

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


(subclass BargainSale Offering) Mid-level-ontology.kif 9011-9011 Bargain sale is a subclass of offering
(subclass OfferingForSale Offering) Mid-level-ontology.kif 8994-8994 Offering for sale is a subclass of offering
(subclass OfferingToPurchase Offering) Mid-level-ontology.kif 9008-9008 Offering to purchase is a subclass of offering
(subclass Volunteering Offering) Merge.kif 10831-10831 Volunteering is a subclass of offering
(termFormat ChineseLanguage Offering "提供") domainEnglishFormat.kif 41670-41670 Volunteering is a subclass of offering
(termFormat ChineseTraditionalLanguage Offering "提供") domainEnglishFormat.kif 41669-41669 Volunteering is a subclass of offering
(termFormat EnglishLanguage Offering "offering") domainEnglishFormat.kif 41668-41668 Volunteering is a subclass of offering

consequent
-------------------------


(=>
    (and
        (instance ?PROC IntentionalProcess)
        (result ?PROC ?DOC)
        (recordForAgreement ?DOC ?AG)
        (attribute ?AG Legal))
    (exists (?O ?A ?A1 ?A2)
        (and
            (instance ?O Offering)
            (instance ?A ReachingAgreement)
            (refers ?O ?AG)
            (refers ?A ?AG)
            (agent ?O ?A1)
            (agent ?A ?A2)
            (earlier
                (WhenFn ?O)
                (WhenFn ?A)))))
Law.kif 532-546
(=>
    (askPrice ?Obj ?Money ?Agent)
    (exists (?Offering)
        (and
            (instance ?Offering Offering)
            (patient ?Offering
                (exists (?Selling)
                    (and
                        (instance ?Selling Selling)
                        (agent ?Selling ?Agent)
                        (patient ?Selling ?Obj)
                        (transactionAmount ?Selling ?Money)))))))
FinancialOntology.kif 1950-1960
(=>
    (bidPrice ?Obj ?Money ?Agent)
    (exists (?Offering)
        (and
            (instance ?Offering Offering)
            (patient ?Offering
                (exists (?Buying)
                    (and
                        (instance ?Buying Buying)
                        (agent ?Buying ?Agent)
                        (patient ?Buying ?Obj)
                        (transactionAmount ?Buying ?Money)))))))
FinancialOntology.kif 1929-1939


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