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



KB Term:  Term intersection
English Word: 

  GraphPathFn

Sigma KEE - ServiceProcess
ServiceProcess(service)service

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


(subclass ServiceProcess SocialInteraction) Merge.kif 12140-12140 Service is a subclass of social interaction
(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 12142-12146 Service is a subclass of social interaction

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


(subclass CommercialService ServiceProcess) Merge.kif 12151-12151 Commercial service is a subclass of service
(subclass CateringService ServiceProcess) Dining.kif 571-571 Catering is a subclass of service
(subclass LaundryService ServiceProcess) Hotel.kif 1791-1791 Laundry service is a subclass of service
(subclass DryCleaningService ServiceProcess) Hotel.kif 1818-1818 Dry-clean is a subclass of service
(subclass IroningService ServiceProcess) Hotel.kif 1867-1867 Ironing service is a subclass of service
(subclass ChildCareService ServiceProcess) Hotel.kif 1883-1883 Child-care service is a subclass of service
(subclass RoomCleaningService ServiceProcess) Hotel.kif 1936-1936 Service is a subclass of service
(subclass TurndownService ServiceProcess) Hotel.kif 1966-1966 Turndown service is a subclass of service
(subclass RoomService ServiceProcess) Hotel.kif 1982-1982 Room service is a subclass of service
(subclass WakeUpService ServiceProcess) Hotel.kif 2007-2007 Wake-up service is a subclass of service
(subclass TourService ServiceProcess) Hotel.kif 2100-2100 Tour service is a subclass of service
(subclass CurrencyExchangeService ServiceProcess) Hotel.kif 2114-2114 Currency exchange is a subclass of service
(subclass PhotocopyingService ServiceProcess) Hotel.kif 2144-2144 Photocopying service is a subclass of service
(subclass CheckInService ServiceProcess) Hotel.kif 2166-2166 Check-in service is a subclass of service
(subclass CheckOutService ServiceProcess) Hotel.kif 2199-2199 Check-out service is a subclass of service
(subclass ExecutiveService ServiceProcess) Hotel.kif 2258-2258 Executive service is a subclass of service
(subclass SafetyDepositService ServiceProcess) Hotel.kif 2273-2273 Safety deposit box is a subclass of service
(subclass MedicalService ServiceProcess) Hotel.kif 2293-2293 Medical service is a subclass of service
(subclass SecretarialService ServiceProcess) Hotel.kif 2312-2312 Secretarial service is a subclass of service
(subclass ValetParking ServiceProcess) TransportDetail.kif 147-147 Valet parking is a subclass of service
(subclass TransportationService ServiceProcess) Transportation.kif 5018-5018 Transportation service is a subclass of service
(termFormat EnglishLanguage ServiceProcess "service") domainEnglishFormat.kif 52264-52264 Transportation service is a subclass of service
(termFormat ChineseTraditionalLanguage ServiceProcess "服務") domainEnglishFormat.kif 52265-52265 Transportation service is a subclass of service
(termFormat ChineseLanguage ServiceProcess "服务") domainEnglishFormat.kif 52266-52266 Transportation service is a subclass of service

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


(domain serviceProvider 1 ServiceProcess) Mid-level-ontology.kif 25195-25195 The number 1 argument of service provider is an instance of service
(domain serviceRecipient 1 ServiceProcess) Mid-level-ontology.kif 25206-25206 The number 1 argument of service recipient is an instance of service
(domainSubclass someRoomsServiceAmenity 2 ServiceProcess) Hotel.kif 201-201 The number 2 argument of service amenity in some rooms is a subclass of service
(domainSubclass allRoomsServiceAmenity 2 ServiceProcess) Hotel.kif 216-216 The number 2 argument of service amenity in all rooms is a subclass of service
(domain serviceInstrument 1 ServiceProcess) TravelPolicies.kif 765-765 The number 1 argument of serviceInstrument is an instance of service

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


(=>
    (instance ?EVENT ServiceProcess)
    (exists (?PROVIDER)
        (and
            (instance ?PROVIDER CognitiveAgent)
            (serviceProvider ?EVENT ?PROVIDER))))
Mid-level-ontology.kif 25214-25219 If X is an instance of service, then there exists Y such that Y is an instance of cognitive agent and Y provides a service during X
(=>
    (instance ?EVENT ServiceProcess)
    (exists (?RECEIVER)
        (and
            (instance ?RECEIVER CognitiveAgent)
            (serviceRecipient ?EVENT ?RECEIVER))))
Mid-level-ontology.kif 25221-25226 If X is an instance of service, then there exists Y such that Y is an instance of cognitive agent and Y receives a service during X
(=>
    (instance ?X ServiceProcess)
    (exists (?AGENT ?CUST)
        (and
            (serviceProvider ?X ?AGENT)
            (serviceRecipient ?X ?CUST)
            (not
                (equal ?AGENT ?CUST)))))
Hotel.kif 1783-1789 If X is an instance of service, then there exist Y, Z such that Y provides a service during X, Z receives a service during X, equal Y, and Z

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


(=>
    (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
(=>
    (instance ?RATING ServiceRating)
    (hasPurpose ?RATING
        (exists (?C ?S)
            (and
                (instance ?C Classifying)
                (destination ?C ?S)
                (patient ?C ?RATING)
                (instance ?S ServiceProcess)))))
Hotel.kif 3099-3107 If X is an instance of service rating, then X has the purpose there exist Y, Z such that Y is an instance of classifying, Y ends up at Z, X is a patient of Y, and Z is an instance of service
(=>
    (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 3109-3121 If X believes Y is Z, Z is an instance of service rating, and Y is an instance of agent, then All of the following hold: (1) there exist W (2) V such that W is an instance of service (3) Y is an agent of W (4) V is an instance of classifying (5) X is an agent of V (6) V ends up at W (7) Z is a patient of V


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners