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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ServiceContract
ServiceContract(service contract)indenture, service_contract

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


(documentation ServiceContract EnglishLanguage "A Contract where an AutonomousAgent agrees to perform a service for another AutonomousAgent (usually for a price).") Mid-level-ontology.kif 15584-15585
(subAttribute ServiceContract Contract) Mid-level-ontology.kif 15583-15583 Service contract is a subattribute of contract

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


(subAttribute Employment ServiceContract) FinancialOntology.kif 3273-3273 Employment is a subattribute of service contract
(subAttribute FinancialOrder ServiceContract) FinancialOntology.kif 1962-1962 Financial order is a subattribute of service contract
(subAttribute Warranty ServiceContract) Mid-level-ontology.kif 15598-15598 Warranty is a subattribute of service contract
(termFormat ChineseLanguage ServiceContract "服务合同") domainEnglishFormat.kif 52272-52272 Warranty is a subattribute of service contract
(termFormat ChineseTraditionalLanguage ServiceContract "服務合同") domainEnglishFormat.kif 52271-52271 Warranty is a subattribute of service contract
(termFormat EnglishLanguage ServiceContract "service contract") domainEnglishFormat.kif 52270-52270 Warranty is a subattribute of service contract

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


(=>
    (property ?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 15587-15596

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


(=>
    (attribute ?Broker Broker)
    (exists (?Contract)
        (and
            (instance ?Contract ServiceContract)
            (partyToAgreement ?Broker ?Contract))))
FinancialOntology.kif 2075-2080
(=>
    (instance ?Account FinancialAccount)
    (and
        (property ?Account FinancialContract)
        (property ?Account ServiceContract)))
FinancialOntology.kif 65-69


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