PhotocopyingService |
appearance as argument number 1 |
(documentation PhotocopyingService EnglishLanguage "PhotocopyingService is a type of ServiceProcess wherein a copy of a document is created for a customer") | Hotel.kif 2127-2128 | |
(subclass PhotocopyingService ServiceProcess) | Hotel.kif 2126-2126 | PhotocopyingService è una sottoclasse di ServiceProcess |
appearance as argument number 2 |
(termFormat EnglishLanguage PhotocopyingService "photocopying service") | Hotel.kif 2129-2129 |
antecedent |
(=> (and (instance ?X PhotocopyingService) (serviceProvider ?X ?AGENT)) (exists (?DEVICE) (and (instance ?DEVICE Photocopier) (possesses ?AGENT ?DEVICE) (instrument ?X ?DEVICE)))) |
Hotel.kif 2138-2146 |
|
(=> (instance ?X PhotocopyingService) (exists (?COPY) (and (instance ?COPY Photocopying) (subProcess ?COPY ?X)))) |
Hotel.kif 2131-2136 |
|