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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Promise
Promise(promise)agreed_upon, booking, committed, confederacy, consensual, conspiracy, conspiracy_of_silence, contract, declaration, engagement, gig, guarantee, guaranty, promissory, public_easement, stipulatory

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


(documentation Promise ChineseLanguage "这个 Attribute 是用来表示一个 Agent 答应实现 PropositionPromise 可以是含蓄或明确的,它可以以书面或口头或手势形式来表达。") chinese_format.kif 3911-3912
(documentation Promise EnglishLanguage "Attribute that applies to Propositions that an AutonomousAgent promises to make true. Promises may be implicit or explicit. They may be expressed in a written or verbal or gestural manner.") Merge.kif 17591-17593
(subAttribute Promise Obligation) Merge.kif 17590-17590 Promise is a subattribute of obligation

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


(subAttribute Contract Promise) Mid-level-ontology.kif 15062-15062 Contract is a subattribute of promise
(subAttribute NakedPromise Promise) Mid-level-ontology.kif 15057-15057 Naked promise is a subattribute of promise
(termFormat ChineseLanguage Promise "诺言") domainEnglishFormat.kif 47739-47739 Naked promise is a subattribute of promise
(termFormat ChineseTraditionalLanguage Promise "諾言") domainEnglishFormat.kif 47738-47738 Naked promise is a subattribute of promise
(termFormat EnglishLanguage Promise "promise") domainEnglishFormat.kif 47737-47737 Naked promise is a subattribute of promise

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


(=>
    (and
        (agreementClause ?PROP ?ATTR ?AGREEMENT ?AGENT)
        (or
            (equal ?ATTR Obligation)
            (equal ?ATTR Promise)))
    (modalAttribute
        (exists (?PROC)
            (and
                (realization ?PROC ?PROP)
                (agent ?PROC ?AGENT))) Likely))
Mid-level-ontology.kif 15007-15017
(=>
    (property ?ENTITY Promise)
    (or
        (property ?ENTITY Contract)
        (property ?ENTITY NakedPromise)))
Mid-level-ontology.kif 15051-15055

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


(=>
    (and
        (instance ?COMMIT Committing)
        (patient ?COMMIT ?FORMULA)
        (instance ?FORMULA Formula))
    (modalAttribute ?FORMULA Promise))
Merge.kif 13301-13306
(=>
    (and
        (negotiatedPrice ?ENT ?PRICE ?AGREE)
        (partyToAgreement ?SELLER ?AGREE)
        (partyToAgreement ?BUYER ?AGREE))
    (modalAttribute
        (exists (?S ?ITEM)
            (and
                (instance ?S Selling)
                (patient ?S ?ITEM)
                (immediateInstance ?ITEM ?ENT)
                (agent ?S ?SELLER)
                (destination ?S ?BUYER)
                (transactionAmount ?S ?PRICE))) Promise))
Catalog.kif 276-289
(=>
    (unpaidItem ?ITEM ?AGENT)
    (and
        (modalAttribute
            (exists (?BUYING)
                (and
                    (instance ?BUYING Buying)
                    (patient ?BUYING ?ITEM)
                    (agent ?BUYING ?AGENT))) Promise)
        (not
            (exists (?BUYING)
                (and
                    (instance ?BUYING Buying)
                    (patient ?BUYING ?ITEM)
                    (agent ?BUYING ?AGENT))))))
UXExperimentalTerms.kif 452-466


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