-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove class 'Service' #3
Comments
I am baffled by this proposition. Other than the technical implications I wonder if it is such a good idea. |
see uaal issues S1: Class 'Service' prevents automatic service (de-)composition |
There can still be a "hierarchy", or classification, of services that is based on the ontologies (because there is a hierachy of ontologies) and of the actual service profile (it's effects, return values..). |
From a "hands-on" practical point of view of the people that I know have made services for uAAL, they mostly do not need the Service ontology class toher than because it is needed. |
The class 'Service' and its sub classes make it very difficult to implement automatic service composition. It is a concept that is defined only in universAAL; no other ontology provides it.
This class (and the classs hierarchy) should be removed. Investigate possibilities to formulate service requests and perform the matchmaking without this class.
The text was updated successfully, but these errors were encountered: