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


KB Term:  Term intersection
English Word: 

Sigma KEE - ServiceProcess
ServiceProcessservice

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


(documentation ServiceProcess ChineseLanguage "ServiceProcess 表示一类事件的类别, 当中一个实施体事向另外一个实施体提供服务。服务的形式不需要具有商业性质,也不需要 serviceRecipientserviceProvider 付款作为服务酬劳。") chinese_format.kif 3100-3102
(documentation ServiceProcess EnglishLanguage "ServiceProcess denotes the class of events in which one agent performs a service for another. The service need not be commercial, and it need not be the case that the serviceRecipient pays or recompenses the serviceProvider for the service.") Merge.kif 12038-12042
(documentation ServiceProcess JapaneseLanguage "ServiceProcess は、あるエージェントが別の エージェントに対してサービスを実行するイベントのクラスを示す。サービスは商用である必要はなく、 serviceRecipient がサービスの serviceProvider を支払ったり補償したりする必要はない。") japanese_format.kif 1871-1873
(subclass ServiceProcess SocialInteraction) Merge.kif 12036-12036 ServiceProcess is a subclass of social interaction

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


(subclass CateringService ServiceProcess) Dining.kif 571-571 CateringService is a subclass of ServiceProcess
(subclass CheckInService ServiceProcess) Hotel.kif 2159-2159 CheckInService is a subclass of ServiceProcess
(subclass CheckOutService ServiceProcess) Hotel.kif 2192-2192 CheckOutService is a subclass of ServiceProcess
(subclass ChildCareService ServiceProcess) Hotel.kif 1877-1877 ChildCareService is a subclass of ServiceProcess
(subclass CommercialService ServiceProcess) Merge.kif 12047-12047 CommercialService is a subclass of ServiceProcess
(subclass CurrencyExchangeService ServiceProcess) Hotel.kif 2107-2107 CurrencyExchangeService is a subclass of ServiceProcess
(subclass DryCleaningService ServiceProcess) Hotel.kif 1815-1815 DryCleaningService is a subclass of ServiceProcess
(subclass ExecutiveService ServiceProcess) Hotel.kif 2251-2251 ExecutiveService is a subclass of ServiceProcess
(subclass IroningService ServiceProcess) Hotel.kif 1861-1861 IroningService is a subclass of ServiceProcess
(subclass LaundryService ServiceProcess) Hotel.kif 1791-1791 LaundryService is a subclass of ServiceProcess
(subclass MedicalService ServiceProcess) Hotel.kif 2286-2286 MedicalService is a subclass of ServiceProcess
(subclass PhotocopyingService ServiceProcess) Hotel.kif 2137-2137 PhotocopyingService is a subclass of ServiceProcess
(subclass RoomCleaningService ServiceProcess) Hotel.kif 1929-1929 RoomCleaningService is a subclass of ServiceProcess
(subclass RoomService ServiceProcess) Hotel.kif 1975-1975 RoomService is a subclass of ServiceProcess
(subclass SafetyDepositService ServiceProcess) Hotel.kif 2266-2266 SafetyDepositService is a subclass of ServiceProcess
(subclass SecretarialService ServiceProcess) Hotel.kif 2305-2305 SecretarialService is a subclass of ServiceProcess
(subclass TourService ServiceProcess) Hotel.kif 2093-2093 TourService is a subclass of ServiceProcess
(subclass TransportationService ServiceProcess) Transportation.kif 4474-4474 TransportationService is a subclass of ServiceProcess
(subclass TurndownService ServiceProcess) Hotel.kif 1959-1959 TurndownService is a subclass of ServiceProcess
(subclass ValetParking ServiceProcess) TransportDetail.kif 147-147 ValetParking is a subclass of ServiceProcess
(subclass WakeUpService ServiceProcess) Hotel.kif 2000-2000 WakeUpService is a subclass of ServiceProcess
(termFormat ChineseLanguage ServiceProcess "服务") domainEnglishFormat.kif 52272-52272 WakeUpService is a subclass of ServiceProcess
(termFormat ChineseTraditionalLanguage ServiceProcess "服務") domainEnglishFormat.kif 52271-52271 WakeUpService is a subclass of ServiceProcess
(termFormat EnglishLanguage ServiceProcess "service") domainEnglishFormat.kif 52270-52270 WakeUpService is a subclass of ServiceProcess

appearance as argument number 3
-------------------------


(domain serviceProvider 1 ServiceProcess) Mid-level-ontology.kif 24509-24509 The number 1 argument of serviceProvider is an instance of ServiceProcess
(domain serviceRecipient 1 ServiceProcess) Mid-level-ontology.kif 24520-24520 The number 1 argument of serviceRecipient is an instance of ServiceProcess
(domainSubclass allRoomsServiceAmenity 2 ServiceProcess) Hotel.kif 216-216 The number 2 argument of allRoomsServiceAmenity is a subclass of ServiceProcess
(domainSubclass someRoomsServiceAmenity 2 ServiceProcess) Hotel.kif 201-201 The number 2 argument of someRoomsServiceAmenity is a subclass of ServiceProcess

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


(=>
    (instance ?EVENT ServiceProcess)
    (exists (?PROVIDER)
        (and
            (instance ?PROVIDER CognitiveAgent)
            (serviceProvider ?EVENT ?PROVIDER))))
Mid-level-ontology.kif 24528-24533
(=>
    (instance ?EVENT ServiceProcess)
    (exists (?RECEIVER)
        (and
            (instance ?RECEIVER CognitiveAgent)
            (serviceRecipient ?EVENT ?RECEIVER))))
Mid-level-ontology.kif 24535-24540
(=>
    (instance ?X ServiceProcess)
    (exists (?AGENT ?CUST)
        (and
            (serviceProvider ?X ?AGENT)
            (serviceRecipient ?X ?CUST)
            (not
                (equal ?AGENT ?CUST)))))
Hotel.kif 1783-1789

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


(=>
    (and
        (subjectiveAttribute ?ENTITY ?ATTR ?AGENT)
        (instance ?ATTR ServiceRating)
        (instance ?ENTITY AutonomousAgent))
    (exists (?SVC ?CLASSIFY)
        (and
            (instance ?SVC ServiceProcess)
            (agent ?SVC ?ENTITY)
            (instance ?CLASSIFY Classifying)
            (agent ?CLASSIFY ?AGENT)
            (destination ?CLASSIFY ?SVC)
            (patient ?CLASSIFY ?ATTR))))
Hotel.kif 3102-3114
(=>
    (instance ?RATING ServiceRating)
    (hasPurpose ?RATING
        (exists (?C ?S)
            (and
                (instance ?C Classifying)
                (destination ?C ?S)
                (patient ?C ?RATING)
                (instance ?S ServiceProcess)))))
Hotel.kif 3092-3100
(=>
    (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 15558-15567


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