![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ServiceContract(service contract) | indenture, service_contract |
| appearance as argument number 1 |
|
|
| (subclass ServiceContract Contract) | Mid-level-ontology.kif 15798-15798 | Service contract is a subclass of contract |
| (documentation ServiceContract EnglishLanguage "A Contract where an AutonomousAgent agrees to perform a service for another AutonomousAgent (usually for a price).") | Mid-level-ontology.kif 15799-15800 | Service contract is a subclass of contract |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?C ServiceContract) (exists (?SP ?SERVICE ?CUST) (and (instance ?SP ServiceProcess) (realization ?SP ?C) (serviceProvider ?SP ?SERVICE) (serviceRecipient ?SP ?CUST) (partyToAgreement ?C ?SERVICE) (partyToAgreement ?C ?CUST)))) |
Mid-level-ontology.kif 15802-15811 | If X is an instance of service contract, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of service (3) Y expresses the content of X (4) Z provides a service during Y (5) W receives a service during Y (6) Z is a party to agreement of X (7) W is a party to agreement of X |
| consequent |
|
|
| (=> (instance ?Account FinancialAccount) (and (instance ?Account FinancialContract) (instance ?Account ServiceContract))) |
FinancialOntology.kif 65-69 | If X is an instance of financial account, then X is an instance of financial contract and X is an instance of service contract |
| (=> (attribute ?Broker Broker) (exists (?Contract) (and (instance ?Contract ServiceContract) (partyToAgreement ?Broker ?Contract)))) |
FinancialOntology.kif 2105-2110 | If broker is an attribute of X, then there exists Y such that Y is an instance of service contract and Y is a party to agreement of X |