©2002, karl aberer, epfl-ssc, laboratoire de systèmes d'informations répartis...

4
"Semantic" Web Services Karl Aberer - EPFL

Upload: hailey-rankin

Post on 27-Mar-2015

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: ©2002, Karl Aberer, EPFL-SSC, Laboratoire de systèmes d'informations répartis "Semantic" Web Services Karl Aberer - EPFL

"Semantic" Web ServicesKarl Aberer - EPFL

Page 2: ©2002, Karl Aberer, EPFL-SSC, Laboratoire de systèmes d'informations répartis "Semantic" Web Services Karl Aberer - EPFL

Syntax - Semantics

• Separation of concerns for documents: XML – RDF

• XML = exchange format– purpose: communication

• RDF = data model– purpose: conceptualization

• Relationship XML – RDF– 1:RDF -> n:XML (different serializations, formal translation)– 1:XML -> n:RDF (different annotations, interpretation – non-formal)

• How can we carry on this separation for web services ?

Page 3: ©2002, Karl Aberer, EPFL-SSC, Laboratoire de systèmes d'informations répartis "Semantic" Web Services Karl Aberer - EPFL

Stateless Web Services

• functions addressable and accessible through Web standards– URI's, message interfaces

• f(I):O (syntactic representation given e.g. in WSDL)

• Semantic description (annotation)– f is a resource, thus may belong to some RDF class

• problem: binding semantic to syntactic description

– I, O are resources, thus may belong to some RDF class• problem: as before

– f implements a relationship I-O• problem: characterize its nature, current possibilities in RDF/OIL probably

insufficient

Page 4: ©2002, Karl Aberer, EPFL-SSC, Laboratoire de systèmes d'informations répartis "Semantic" Web Services Karl Aberer - EPFL

Statefull Web Services

• state accessible through Web-addressable functions• invocation of Web service functions state dependent

• functions have side-effects on the state, in order to model the semantics of the Web service we have to characterize the state– Problems

• how to model state (any decent process model is fine)• how to model semantics of different states (states are resources)• what is the semantics of transitions (a sort of relationship among states ?)• is a "syntactic process model" required, or is this just internal to the Web

service• serialization of the description

State {f1,…,fn}