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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ServiceContract

Sigma KEE - ServiceContract
ServiceContract

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 14166-14167
(subAttribute ServiceContract Contract) Mid-level-ontology.kif 14165-14165

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


(subAttribute Employment ServiceContract) FinancialOntology.kif 3269-3269
(subAttribute FinancialOrder ServiceContract) FinancialOntology.kif 1959-1959
(subAttribute Warranty ServiceContract) Mid-level-ontology.kif 14180-14180
(termFormat ChineseLanguage ServiceContract "服务合同") domainEnglishFormat.kif 52251-52251
(termFormat ChineseTraditionalLanguage ServiceContract "服務合同") domainEnglishFormat.kif 52250-52250
(termFormat EnglishLanguage ServiceContract "service contract") domainEnglishFormat.kif 52249-52249

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 14169-14178

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


(=>
    (attribute ?Broker Broker)
    (exists (?Contract)
        (and
            (instance ?Contract ServiceContract)
            (partyToAgreement ?Contract ?Broker))))
FinancialOntology.kif 2072-2077
(=>
    (instance ?Account FinancialAccount)
    (and
        (property ?Account FinancialContract)
        (property ?Account ServiceContract)))
FinancialOntology.kif 63-67


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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