Changes between Version 2 and Version 3 of SemanticWebServices

Show
Ignore:
Timestamp:
2009/03/18 10:41:10 (15 years ago)
Author:
markw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticWebServices

    v2 v3  
    1212   * create some WABI-SADI services 
    1313 
     14 = DECISIONS MADE =  
    1415 
     16 * Service provider will "decorate" input by adding a new predicate/object to the incoming data; this is no longer a client-side task 
     17 * Client '''''must''''' semantically-type their input data according to the OWL document describing the service provider's input 
     18   * this allows the service to find the input nodes based on their rdf:type rather than having to reason-over the incoming data. 
     19   * service provider will strip this rdf:type tag off of the data before sending it back to the client. 
     20 * Service providers '''''must''''' semantically-type their output data according to the OWL document describing their output such that the client can recognize the nodes that have been decorated by the service.  Clients may chose (probably will want to) strip the rdf:type tag off of the returning data. 
     21 
     22