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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ServiceProcess

Sigma KEE - ServiceProcess
ServiceProcess

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 11866-11870
(documentation ServiceProcess JapaneseLanguage "ServiceProcess は、あるエージェントが別の エージェントに対してサービスを実行するイベントのクラスを示す。サービスは商用である必要はなく、 serviceRecipient がサービスの serviceProvider を支払ったり補償したりする必要はない。") japanese_format.kif 1871-1873
(subclass ServiceProcess SocialInteraction) Merge.kif 11864-11864 ServiceProcess ist eine teilkategorie von SocialInteraction

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


(subclass CateringService ServiceProcess) Dining.kif 571-571 CateringService ist eine teilkategorie von ServiceProcess
(subclass CheckInService ServiceProcess) Hotel.kif 2148-2148 CheckInService ist eine teilkategorie von ServiceProcess
(subclass CheckOutService ServiceProcess) Hotel.kif 2181-2181 CheckOutService ist eine teilkategorie von ServiceProcess
(subclass ChildCareService ServiceProcess) Hotel.kif 1866-1866 ChildCareService ist eine teilkategorie von ServiceProcess
(subclass CommercialService ServiceProcess) Merge.kif 11875-11875 CommercialService ist eine teilkategorie von ServiceProcess
(subclass CurrencyExchangeService ServiceProcess) Hotel.kif 2096-2096 CurrencyExchangeService ist eine teilkategorie von ServiceProcess
(subclass DryCleaningService ServiceProcess) Hotel.kif 1804-1804 DryCleaningService ist eine teilkategorie von ServiceProcess
(subclass ExecutiveService ServiceProcess) Hotel.kif 2240-2240 ExecutiveService ist eine teilkategorie von ServiceProcess
(subclass IroningService ServiceProcess) Hotel.kif 1850-1850 IroningService ist eine teilkategorie von ServiceProcess
(subclass LaundryService ServiceProcess) Hotel.kif 1780-1780 LaundryService ist eine teilkategorie von ServiceProcess
(subclass MedicalService ServiceProcess) Hotel.kif 2275-2275 MedicalService ist eine teilkategorie von ServiceProcess
(subclass PhotocopyingService ServiceProcess) Hotel.kif 2126-2126 PhotocopyingService ist eine teilkategorie von ServiceProcess
(subclass RoomCleaningService ServiceProcess) Hotel.kif 1918-1918 RoomCleaningService ist eine teilkategorie von ServiceProcess
(subclass RoomService ServiceProcess) Hotel.kif 1964-1964 RoomService ist eine teilkategorie von ServiceProcess
(subclass SafetyDepositService ServiceProcess) Hotel.kif 2255-2255 SafetyDepositService ist eine teilkategorie von ServiceProcess
(subclass SecretarialService ServiceProcess) Hotel.kif 2294-2294 SecretarialService ist eine teilkategorie von ServiceProcess
(subclass TourService ServiceProcess) Hotel.kif 2082-2082 TourService ist eine teilkategorie von ServiceProcess
(subclass TransportationService ServiceProcess) Transportation.kif 3335-3335 TransportationService ist eine teilkategorie von ServiceProcess
(subclass TurndownService ServiceProcess) Hotel.kif 1948-1948 TurndownService ist eine teilkategorie von ServiceProcess
(subclass ValetLaundryService ServiceProcess) Hotel.kif 1821-1821 ValetLaundryService ist eine teilkategorie von ServiceProcess
(subclass ValetParking ServiceProcess) TransportDetail.kif 143-143 ValetParking ist eine teilkategorie von ServiceProcess
(subclass WakeUpService ServiceProcess) Hotel.kif 1989-1989 WakeUpService ist eine teilkategorie von ServiceProcess
(termFormat ChineseLanguage ServiceProcess "服务") domainEnglishFormat.kif 52269-52269
(termFormat ChineseTraditionalLanguage ServiceProcess "服務") domainEnglishFormat.kif 52268-52268
(termFormat EnglishLanguage ServiceProcess "service") domainEnglishFormat.kif 52267-52267

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(domain serviceProvider 1 ServiceProcess) Mid-level-ontology.kif 22877-22877 Die Zahl 1 Argument von serviceProvider ist ein fall von ServiceProcess %n{nicht}
(domain serviceRecipient 1 ServiceProcess) Mid-level-ontology.kif 22888-22888 Die Zahl 1 Argument von serviceRecipient ist ein fall von ServiceProcess %n{nicht}
(domainSubclass allRoomsServiceAmenity 2 ServiceProcess) Hotel.kif 216-216 Die Zahl 2 Argument von allRoomsServiceAmenity ist eine teilkategorie von ServiceProcess %n{nicht}
(domainSubclass someRoomsServiceAmenity 2 ServiceProcess) Hotel.kif 201-201 Die Zahl 2 Argument von someRoomsServiceAmenity ist eine teilkategorie von ServiceProcess %n{nicht}

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


(=>
    (instance ?EVENT ServiceProcess)
    (exists (?PROVIDER)
        (and
            (instance ?PROVIDER CognitiveAgent)
            (serviceProvider ?EVENT ?PROVIDER))))
Mid-level-ontology.kif 22896-22901
(=>
    (instance ?EVENT ServiceProcess)
    (exists (?RECEIVER)
        (and
            (instance ?RECEIVER CognitiveAgent)
            (serviceRecipient ?EVENT ?RECEIVER))))
Mid-level-ontology.kif 22903-22908
(=>
    (instance ?X ServiceProcess)
    (exists (?AGENT ?CUST)
        (and
            (serviceProvider ?X ?AGENT)
            (serviceRecipient ?X ?CUST)
            (not
                (equal ?AGENT ?CUST)))))
Hotel.kif 1772-1778

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 3091-3103
(=>
    (instance ?RATING ServiceRating)
    (hasPurpose ?RATING
        (exists (?C ?S)
            (and
                (instance ?C Classifying)
                (destination ?C ?S)
                (patient ?C ?RATING)
                (instance ?S ServiceProcess)))))
Hotel.kif 3081-3089
(=>
    (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 14198-14207


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