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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PurchaseContract
PurchaseContract(purchase contract)purchase_agreement, purchase_contract

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


(documentation PurchaseContract EnglishLanguage "A Contract between two Agents in which one AutonomousAgent agrees to render the other some good or service in exchange for currency.") Mid-level-ontology.kif 14206-14208
(subAttribute PurchaseContract Contract) Mid-level-ontology.kif 14205-14205 Purchase contract is a subattribute of contract

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


(termFormat ChineseLanguage PurchaseContract "采购合同") domainEnglishFormat.kif 48154-48154
(termFormat ChineseTraditionalLanguage PurchaseContract "採購合同") domainEnglishFormat.kif 48153-48153
(termFormat EnglishLanguage PurchaseContract "purchase contract") domainEnglishFormat.kif 48152-48152

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


(=>
    (property ?C PurchaseContract)
    (exists (?S ?SELLER ?BUYER)
        (and
            (instance ?S Selling)
            (agent ?S ?SELLER)
            (destination ?S ?BUYER)
            (realization ?S ?C)
            (partyToAgreement ?C ?SELLER)
            (partyToAgreement ?C ?BUYER))))
Mid-level-ontology.kif 14210-14219


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