![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| PurchaseContract(purchase contract) | purchase_agreement, purchase_contract |
| appearance as argument number 1 |
|
|
| (subclass PurchaseContract Contract) | Mid-level-ontology.kif 15782-15782 | Purchase contract is a subclass of contract |
| (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 15783-15785 | Purchase contract is a subclass of contract |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?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 15787-15796 | If X is an instance of purchase contract, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of selling (3) Z is an agent of Y (4) Y ends up at W (5) Y expresses the content of X (6) Z is a party to agreement of X (7) W is a party to agreement of X |