158
Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

  • View
    214

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

Christoph Bussler

Adrian Mocan

Matthew Moran

Michael Stollberg

Michal Zaremba

Liliana Cabral

John Domingue

Page 2: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 2

Table of Contents

1:30 – 3:00

Semantic Web ServicesMichal Zaremba

Adrian MocanWeb Services Modelling Ontology

3:00 - 3:30 Coffee break

3:30 - 4:10

WSMO ContinueAdrian Mocan

Michal ZarembaWeb Services Modelling Language

Web Services Execution Environment

4:10 - 5:00

IRSIII & Demo

Liliana CabralWSMO Tools

Summary, Conclusions & Future Work

Page 3: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 3

Semantic Web Services

Michal Zaremba

Page 4: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 4

Static

– 500 million users

– more than 3 billion pages

WWWURI, HTML, HTTP

Semantic Web -The Vision

Syntax Semantics

Dynamic

Page 5: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 5

WWWURI, HTML, HTTP

Serious Problems in • information finding,

• information extracting,

• information representing,

• information interpreting and

• and information maintaining.

Semantic WebRDF, RDF(S), OWL

Static

Semantic Web -The Vision

Syntax Semantics

Dynamic

Page 6: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 6

WWWURI, HTML, HTTP

Bringing the computer back as a device for computation

Semantic WebRDF, RDF(S), OWL

Dynamic Web ServicesUDDI, WSDL, SOAP

Static

Semantic Web -The Vision

Syntax Semantics

Page 7: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 7

WWWURI, HTML, HTTP

Bringing the web to its full potential

Semantic WebRDF, RDF(S), OWL

Dynamic

Web ServicesUDDI, WSDL, SOAP

Static

Intelligent WebServices

Semantic Web -The Vision

Syntax Semantics

Page 8: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 8

Ontology Definition

formal, explicit specification of a shared conceptualization

commonly accepted understanding

conceptual model of a domain

(ontological theory)

unambiguous definition of all concepts, attributes

and relationships

machine-readability

Page 9: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 9

Ontology Example

Concept conceptual entity of the domain

Property attribte describing a concept

Relation relationship between concepts or properties

Axiom coherent description between Concepts / Properties / Relations via logical expressions

Person

Student Professor

Lecture

isA – hierarchy (taxonomy)

name email

matr.-nr.research

field

topiclecture

nr.

attends holds

holds(Professor, Lecture) :- Lecture.topic € Professor.researchField

Page 10: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 10

Ontology Languages

• Requirements: – ”expressivity“

• knowledge representation• ontology theory support

– ”reasoning support“ • sound (unambiguous, decidable) • support reasoners / inference engines

• Semantic Web languages: – web compatibility – Existing W3C Recommendations:

• XML, RDF, OWL

Page 11: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 11

“Semantic Web Language Layer Cake”

Page 12: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 12

Web Services

Web Services: [Stencil Group]• loosely coupled, reusable components• encapsulate discrete functionality • distributed • programmatically accessible over standard

internet protocols• add new level of functionality on top of the

current web

Page 13: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 13

Web Services Problems

Page 14: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 14

Web Services Problems

Page 15: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 15

Lack of SWS standards

Current technology does not allow realization of any of the parts of the Web Services’ usage process:

• Only syntactical standards available

• Lack of fully developed markup languages

• Lack of marked up content and services

• Lack of semantically enhanced repositories

• Lack of frameworks that facilitate discovery, composition and execution

• Lack of tools and platforms that allow to semantically enrich current Web content

Page 16: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 16

Semantic Web Services

• Define exhaustive description frameworks for describing Web Services and related aspects (Web Service Description Ontologies)

• Support ontologies as underlying data model to allow machine supported data interpretation (Semantic Web aspect)

• Define semantically driven technologies for automation of the Web Service usage process (Web Service aspect)

Page 17: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 17

Semantic Web Services (2)

Usage Process:• Publication: Make available the description of the capability of a

service • Discovery: Locate different services suitable for a given task • Selection: Choose the most appropriate services among the

available ones • Composition: Combine services to achieve a goal• Mediation: Solve mismatches (data, protocol, process) among the

combined • Execution: Invoke services following programmatic conventions

Page 18: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 18

Semantic Web Services (3)

Usage Process – execution support

• Monitoring: Control the execution process• Compensation: Provide transactional support and undo or

mitigate unwanted effects• Replacement: Facilitate the substitution of services by

equivalent ones• Auditing: Verify that service execution occurred in the expected

way

Page 19: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 19

Semantic Web Services =

Semantic Web Technology +

Web Service Technology

Conclusion

Page 20: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 20

Web Service Modelling Ontology(WSMO)

Adrian Mocan

Page 21: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 21

Features

• WSMO is a complete conceptual model for Semantic Web Services and related aspects

• Identifies four main elements: Web Services, Goals, Ontologies, and Mediators

Page 22: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 22

Overview

• WSMO Working Groups

• WSMO Design Principles

• WSMO Top Level Notions• Ontologies

• Goals

• Web Services

• Mediators

• Basic Notions of WSML

• Using WSMO to address Web Services problems • Discovery

• Composition

• Grounding

Page 23: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 23

WSMO Working Groups

A Conceptual Model for SWS

A Formal Language for WSMO

A Rule-based Language for SWS

Execution Environment for WSMO

Page 24: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 24

Strong Decoupling & Strong Mediationautonomous components with mediators for interoperability

Interface vs. Implementationdistinguish interface (= description) from implementation (=program)

Peer to Peerinteraction between equal partners (in terms of control)

Execution Semanticsreference implementation (WSMX)

WSMO Design Principles

Page 25: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 25

WSMO Top Level Notions

Objectives that a client may havewhen consulting a Web Service

Provide the formally specified terminologyof the information used by all other components

Semantic description of Web Services: - Capability (functional)- Interfaces (usage)

Connectors between components with mediation facilities for handling heterogeneities

Ontologies

Goals

Web Services

Mediators

Page 26: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 26

Non-Functional Properties

• Every WSMO elements is described by properties that contain relevant, non-functional aspects of the item

• Used for management and element overall description• Core Properties:

- Dublin Core Metadata Element Set plus version (evolution support)

- W3C-recommendations for description type • Web Service Specific Properties:

- Quality aspects and other non-functional information of Web Services

- Used for Service Selection

Page 27: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 27

Non-Functional Properties

ontology <http://www.wsmo.org/2004/d3/d3.2/v0.1/20040628/dt.wsml>

nonFunctionalProperties dc:title "Date and Time Ontology" dc:creator "DERI International" dc:subject "Date", "Time", "Date and Time Algebra" dc:description "generic representation of data and time including basic algebra" dc:publisher "DERI International" dc:contributor "Holger Lausen", "Axel Polleres", "Ruben Lara" dc:date 2004-06-28 dc:type http://www.wsmo.org/2004/d2/v0.3/20040329/#ontos dc:format "text/plain" dc:language "en-US" dc:relation <http://www.w3.org/TR/xmlschema-2/> dc:coverage "World" dc:rights <http://www.deri.org/privacy.html> version 1.21

Page 28: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 28

WSMO Ontologies

Provide the formally specified terminologyof the information used by all other components

Semantic description of Web Services: - Capability (functional)- Interfaces (usage)

Objectives that a client may havewhen consulting a Web Service

Connectors between components with mediation facilities for handling heterogeneities

Ontologies

Goals

Web Services

Mediators

Page 29: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 29

• Non functional properties • Imported Ontologies Importing existing ontologies

where no heterogeneities arise• Used mediators: OO Mediators (ontology import with

terminology mismatch handling) • ‘Standard’ Ontology Notions:

Concepts set of concepts that belong to the ontologyAttributes set of attributes that belong to a conceptRelations: define interrelations between several conceptsFunctions: special type of relation (unary range = return value) Instances: set of instances that belong to the represented ontology

Axioms axiomatic expressions in ontology (logical statement)

Ontology Specification

Page 30: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 30

WSMO Goals

Provide the formally specified terminologyof the information used by all other components

Semantic description of Web Services: - Capability (functional)- Interfaces (usage)

Objectives that a client may havewhen consulting a Web Service

Connectors between components with mediation facilities for handling heterogeneities

Ontologies

Goals

Web Services

Mediators

Page 31: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 31

Goals

• De-coupling of Request and Service Goal-driven Approach, derived from AI rational agent approach- Requester formulates objective independent / without regard to services

for resolution- ‘Intelligent’ mechanisms detect suitable services for solving the Goal- Allows re-use of Services for different purposes

• Usage of Goals within Semantic Web Services– A Requester, that is an agent (human or machine), defines a Goal to be

resolved – Web Service Discovery detects suitable Web Services for solving the

Goal automatically – Goal Resolution Management is realized in implementations

Page 32: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 32

Goal Specification

• Non functional properties • Imported Ontologies• Used mediators

– OO Mediators: - import ontologies with integration

– GG Mediators: - allow goal definition by reusing an already existing goal - allow specification of Goal Ontologies

• Post-conditions - the state of the information space that is desired. - The result expected from execution a Web Service- Expressed as an axiom (unambiguous, based on ontology)

• Effects - the state of the world that is desired. - Expected changes in the world that should hold after a service execution- Expressed as an axiom (unambiguous, based on ontology)

Page 33: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 33

Ontologies

Goals

Web Services

Mediators

WSMO Web Services

Provide the formally specified terminologyof the information used by all other components

Semantic description of Web Services: - Capability (functional)- Interfaces (usage)

Objectives that a client may havewhen consulting a Web Service

Connectors between components with mediation facilities for handling heterogeneities

Page 34: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 34

WSMO Web Service Description

Web ServiceImplementation(not of interest in Web Service Description)

Choreography --- Interfaces --- Orchestration

Capability

Functional description

WS

WS

- Advertise of Web Service- Support for WS Discovery

Interaction Interface for consuming WS- Messages - External Visible Behavior- Grounding

Realization of WS by using other WS- Functional decomposition - WS Composition

Non-functional Properties

Core + WS-specific

- Complete item description- Quality aspects - WS Management

WS

Page 35: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 35

Web Service specific Properties

• Non-functional information of Web Services:

Accuracy Robustness

Availability Scalability

Financial Security

Network-related QoS Transactional

Performance Trust

Reliability

Page 36: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 36

Capability Specification

• Non functional properties

• Imported Ontologies

• Used mediators – OO Mediator: importing ontologies as terminology definition – WG Mediator: link to a Goal that is solved by the Web Service

• Pre-conditions– What a web service expects (conditions over the input)

• Assumptions – Conditions on the state of the world before the WS execution

• Post-conditions – The result of the WS in relation to the input, and conditions on it

• Effects – Conditions on the state of the world after the WS execution

(i.e. changes in the state of the world)

Page 37: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 37

Choreography in WSMO

“Choreography describes the behavior of the service from a user point of view”

• External Visible Behavior

– those aspects of the workflow of a Web Service where User Interaction is required

– described by process / workflow constructs

• Communication Structure

– messages sent and received

– their order (messages are related to activities)

Page 38: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 38

Choreography in WSMO (2)

• Grounding

– Concrete communication technology for interaction

– Choreography related errors (e.g. input wrong, message timeout, etc.)

• Formal Model

– Allow operations / mediation on Choreographies

– Formal Basis: Abstract State Machines (ASM)

Page 39: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 39

“…how the overall functionality of the service is achieved by the cooperation of other WSMO service providers ”

• Orchestration Language– Decomposition of Web Service functionality

– Control structure for aggregation of Web Services

• Web Service Composition– Combine Web Services into higher-level functionality

– Resolve mismatches occurring between composed Web Services

• Proxy Technology– Placeholders for used Web Services

– Facility for applying the Choreography of used Web Services

WSMO Orchestration

Page 40: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 40

WSMO Orchestration Overview

Decomposition of the Web Service functionality into sub-functionalities

Proxies as placeholders for used Web Services

Control Structure for aggregation of other Web Services

Page 41: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 41

• VTA example:

• WSMO Choreography models all visible interactions of the service (Orchestration shows how all the interaction are related)

Choreography & Orchestration Example

VTAService

Date

Time

Flight, Hotel

Error

Confirmation

Hotel Service

Flight Service

Date, Time

Hotel

Error

Date, Time

Flight

Error

When the service is requested

When the service requests

Page 42: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 42

Ontologies

Goals

Web Services

Mediators

WSMO Mediators

Provide the formally specified terminologyof the information used by all other components

Semantic description of Web Services: - Capability (functional)- Interfaces (usage)

Objectives that a client may havewhen consulting a Web Service

Connectors between components with mediation facilities for handling heterogeneities

Page 43: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 43

Mediation

• Heterogeneity … – Mismatches on structural / semantic / conceptual level – Occur between different components that shall interoperate– Especially in distributed & open environments like the Internet

• Concept of Mediation (Wiederhold, 94): – Mediators as components that resolve mismatches– Declarative Approach:

• Semantic description of resources • ‘Intelligent’ mechanisms that resolve mismatches independent of content

– Mediation cannot be fully automated (integration decision)

• Levels of Mediation within Semantic Web Services: (1) Data Level: mediate heterogeneous Data Sources (2) Process/Protocol Level: mediate heterogeneous

Business Processes/Communication Patterns

Page 44: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 44

WSMO Mediators Overview

Page 45: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 45

Mediator Structure

WSMO Mediator

uses a Mediation Service via

Source Component

Source Component

TargetComponent 1 .. n

1

Mediation Services

- as a Goal - directly- through another mediator

Page 46: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 46

GG Mediators

• Aim:– Support specification of Goals by re-using existing Goals – Allow definition of Goal Ontologies (collection of pre-defined Goals)– Terminology mismatches handled by OO Mediators

• Example: Goal Refinement

GG MediatorMediation Service

Source Goal“Buy a ticket”

Target Goal “Buy a Train Ticket”

Page 47: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 47

WG & WW Mediators

• WG Mediators:– link a Web Service to a Goal and resolve occurring mismatches

– match Web Services and Goals that do not match a priori

– handle terminology mismatches between Web Services and Goals broader range of Goals solvable by a Web Service

• WW Mediators:– enable interoperability of heterogeneous Web Services

– handle terminology mismatches between Web Services support automated collaboration between Web Services

– Data Mediation for resolving terminology mismatches (OO Mediators)

– Process/Protocol Mediation for establishing valid multi-party collaborations and making Business Processes interoperable

Page 48: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 48

Web Services Modelling Language (WSML)

Adrian Mocan

Page 49: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 49

WSML - Web Service Modeling Language

• WSML provides a formal grounding for the conceptual elements of WSMO, based on:– Description Logics– Rule Languages– First-Order Logic

Page 50: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 50

Rationale of WSML

• Provide a Web Service Modeling Language based on the WSMO conceptual model– Concrete syntax– Semantics

• Provide a Rule Language for the Semantic Web• Many current Semantic Web languages have

– undesirable computational properties– unintuitive conceptual modeling features– inappropriate language layering

• RDFS/OWL• OWL Lite/DL/Full• OWL/SWRL

Page 51: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 51

Variants of WSML

Page 52: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 52

WSML Conceptual Syntax for Ontologies

• Ontologies• Namespaces• Imported Ontologies• Used Mediators

• Concepts• Relations• Functions

– Special kind of relation• Instances

– Explicitly defined in ontology– Retrieved from external instance store

• Axioms

Extra-Logical declarations

Logical Declarations

No

n-F

un

ctio

nal

Pro

per

ties

Page 53: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 53

WSML Logical Expressions

• Frame- and first-order-based concrete syntax (BNF Grammar in D2, Appendix B)

• Elements:– Function symbols (e.g. f())– Molecules (e.g. Human subClassOf Animal, John memberOf Human,

John[name hasValue ‘John Smith’]).– Predicates (e.g. distance(to:?x, from:?y, distance:?z))– Logical connectives (or, and, not, implies, equivalent, impliedBy,

forall, exists)• Example:

?x memberOf Human equivalent

?x memberOf Animal and ?x memberOf LegalAgent.

Page 54: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 54

WSML Goals and Web Services

• Goal / Web Service – assumptions

– effects

– pre-conditions

– post-conditions

are defined through WSML logical expressions

• Logical expressions are based on ontologies

Page 55: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 55

Logical Expression Syntax

Conceptual Syntax

concept ticket origin ofType location destination ofType location departure ofType xsd:dateTime arrival ofType xsd:dateTime fare ofType price axiom validDates definedBy <- ?x memberOf ticket[arrival hasValue ?y, departure hasValue ?z] and ?y < ?z.

WSML-Flight - Example

Page 56: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 56

WSML Summary

• Formal languages for WSML• Variants:

– WSML-Core– WSML-Flight– WSML-Rule– WSML-DL– WSML-Full

• Modular, Frame-based• Conceptual syntax vs. Logical Expressions• Syntaxes:

– Human readable– XML– OWL/RDF

Page 57: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 57

Using WSMO to address Web Services problems

Adrian Mocan

Page 58: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 58

WSMO Discovery - Foundations

• “Web service” and “service” have to be distinguished:– Web service: a computational entity able to perform many services, e.g.

Amazon Web service– Service: a concrete invocation of a Web service, e.g. buying „Silver

Bullet“ for EUR 37,40 with free delivery within 2-3 days.

• Heuristic Classifications (William J. Clancey, 1985)

– Abstraction• Process of translating concrete descriptions into features usable for

classification, e.g. a concrete body temperature into „lower fever“

– Matching• Inferring potential classification or solutions from extracted features

– Refinement• Inferring final diagnoses; it may include the acquisition of new features

describing the given case

Page 59: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 59

WSMO Discovery

Findings

Abstraction

AbstractedFindings Matching

AbstractedDiagnosis

Refinement

Diagnosis

Data

Process

Page 60: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 60

WSMO Discovery

Desire

Goal Discovery

Goals MatchingAbstractedDiagnosis

Refinement

Diagnosis

Abstracting goals from concrete user desire, e.g.: „Buying a train ticket from Innsbruck to Karlsruhe for today” into “buying train tickets in Europe”.

Data

Process

Page 61: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 61

WSMO Discovery

Desire

Goal Discovery

Goals Web ServiceDiscovery

Web Service

Refinement

Diagnosis

Abstracting goals from concrete user desire, e.g.: „Buying a train ticket from Innsbruck to Karlsruhe for today” into “buying train tickets in Europe”.

Matching between abstract goals and abstract services,e.g. “train tickets in Europe” and “transportation in Europe”

Data

Process

Page 62: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 62

WSMO Discovery

Desire

Goal Discovery

Goals Web ServiceDiscovery

Web Service

ServiceDiscovery

Services

Abstracting goals from concrete user desire, e.g.: „Buying a train ticket from Innsbruck to Karlsruhe for today” into “buying train tickets in Europe”.

Matching between abstract goals and abstract services,e.g. “train tickets in Europe” and “transportation in Europe”

Based on the use of an Web service to discover the actual service.Requires strong mediation (protocol, process and data)

Data

Process

Page 63: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 63

WSMO Discovery

Desire

Goal Discovery

Goals Web ServiceDiscovery

Web Service

ServiceDiscovery

Services

Abstracting goals from concrete user desire, e.g.: „Buying a train ticket from Innsbruck to Karlsruhe for today” into “buying train tickets in Europe”.

Matching between abstract goals and abstract services,e.g. “train tickets in Europe” and “transportation in Europe”

Based on the use of an Web service to discover the actual service.Requires strong mediation (protocol, process and data)

Data

Process

Page 64: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 64

Description and Discovery

Capability descriptions - Levels of abstraction & possible accuracy

WS

{Keyword}

Lev

el o

f A

bst

ract

ion

What? (Syntactically)

What? (Semantic „Light“)

What & When? (Semantic „Heavy“)

Concrete capability

Abstract capability

Syntactic capability

complete & perhaps correct

complete & correct(if user input known & interaction)

perhaps complete & perhaps correct

Page 65: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 65

“Automated selection, composition, and interoperation of [existing] Web services to perform some complex task, given a high-level description of an objective.”

• Web services are described at two abstraction levels: – functional (or capability) level

• the focus is on the service inputs, outputs, preconditions, and effects

• WSMO capability model

– process level• the Web service is defined by an

activity flow or an interaction pattern• WSMO interface model

WebService

input

output

WebService

process

Web Service Composition

Page 66: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 66

Functional-level vs. process-level- Composition task -

• Functional-level composition– select a set of services that, combined in a suitable way, are

able to match a given objective:• Given the requirements for a trip (destination, duration, budget…), find the

services that are necessary to prepare the trip (Deutsche Bahnhof, Hotels@Karlsruhe, Hertz…)

• Process-level composition– define an interaction pattern with the selected services, so

that an executable implementation of the composition is obtained:

• Find the correct order for the interactions with the selected services (e.g., interactions with train and hotel have to be interleaved to guarantee consistency of arrival and departure dates)

Page 67: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 67

Service Grounding – WSMO

• Deal with existing WSDL services– Map from XML Schema used in WSDL to WSMO

– Use existing tools to mediate from WSMO ontology to WSMO ontology

• Also investigating– Using XSLT to map from XML-S of WSDL directly to

WSML/XML of ontology used by WSMO description

• Ultimate aim to have semantic description of interface grounding in the choreography

Page 68: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 68

Service Grounding – WSMO

Amazon WS

WSDL

XML Schema

WSMO WS

Interface

Book Ontology

WSMO ontology from XML Schema

Mapping Rules

Create WSMO description

1

used by

Map XML schema to WSMO conceptual model

2

Create MappingRules

3

Use mapping rules from WSMO choreography

4

Page 69: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 69

Conclusion: How WSMO Addresses WS problems

• Discovery– Provide formal representation of capabilities and goal– Conceptual model for service discovery– Different levels to Web Service discovery

• Composition– Provide formal representation of capabilities and choreographies

• Invocation– Support any type of WS invocation mechanism– Clear separation between WS description and implementation

• Guaranteeing Security and Policies– No explicit policy and security specification yet– Proposed solution will interoperate with WS standards

• Mediation and Interoperation– Mediators as a key conceptual element– Mediation mechanism not dictated– (Multiple) formal choreographies + mediation enabled interoperation

• The solutions are envisioned maintaining a strong relation with existing WS standards

Page 70: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 70

Web Service Execution Environment(WSMX)

Michal Zaremba

Page 71: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 71

Overview

• WSMX Overview

• Components and System Architecture

• Interrelationship of components– Execution semantics

• Component interfaces– Data flow between components

Page 72: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 72

WSMX Introduction

• WSMX is a software framework that allows runtime binding of service requesters and service providers

• WSMX interprets service requester goal to– Discover matching services– Select the service that best fits– Provide data mediation if required– Make the service invocation

• WSMX is based on the conceptual model provided by WSMO• WSMX has a formal execution semantics• WSMX has service oriented and event-based architecture

based on microkernel design using such enterprise technologies as J2EE, Hibernate, Spring, JMX, etc.

Page 73: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 73

WSMX Design Principles

Strong Decoupling & Strong Mediationautonomous components with mediators for interoperability

Interface vs. Implementationdistinguish interface (= description) from implementation (=program)

Peer to Peer

interaction between equal partners (in terms of control)

WSMO Design Principles == WSMX Design Principles

== SOA Design Principles

Page 74: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 74

Scope of WSMX Development

• Reference implementation for WSMO

• Complete architecture for SWS discovery, mediation, selection and invocation

• Example of implemented functionality - achieving a user-specified goal by invoking WS described with the semantic markup

Page 75: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 75

System Architecture

Page 76: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 76

Dynamic Execution Semantics

• WSMX consists of loosely coupled components• Components might be dynamically plug-in or plug-out• Execution Semantics - invocation order of components• Event-based implementation• New execution semantics can appear in the future

including new components• We need a flexible way to create new execution

semantics and deploy them in the system• Ultimate goal is to execute workflow definition

describing interactions between system components

Page 77: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 77

Define “Business” ProcessDiscover Web Services

Create Choreography

Created

Discover Services

Mediate Data

Mediate Data

Return Mediated Data

Return Mediated Data

Return Web Services

Check Choreography

Confirmed

Call Invoker

Confirmed

Start

End

Discovery Wrapper

Data Mediator Wrapper

ChoreographyWrapper

Communication Manager Wrapper

Registry of known components

Page 78: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 78

Event-based Implementation

MediatorDiscoveryChoreographyCommunication

Manager

Core – Manager

“Business” Process – Internal Workflow

Choreography Wrapper

Discovery Wrapper

implements Mediator Interface

Event and Notification Distribution/Delivery Mechanism

Data Mediator Wrapper

Communication Manager Wrapper

events events eventsnotifications notifications notificationsnotificationsevents

Page 79: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 79

System Architecture

Page 80: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 80

System Architecture

Request to discoverWeb services. May be sent to adapteror adapter may extract from backend app.

Page 81: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 81

System Architecture

Goal expressed in WSMLsent to WSMX System Interface

Page 82: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 82

System Architecture

Comm Manager component implements the interface to receive WSML goals

Page 83: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 83

System Architecture

Comm Manager tells coreGoal has been recieved

Page 84: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 84

System Architecture

Choreography wrapperPicks up event for Choreography component

Page 85: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 85

System Architecture

A new choreography Instance is created

Page 86: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 86

System Architecture

Core is notified that choreography instance has been created.

Page 87: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 87

System Architecture

Parser wrapper picks up event for Parser component

Page 88: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 88

System Architecture

WSML goal is parsed to internal format

Page 89: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 89

System Architecture

Page 90: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 90

System Architecture

Page 91: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 91

System Architecture

Discovery is invokedfor parsed goal

Page 92: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 92

System Architecture

Page 93: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 93

System Architecture

Page 94: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 94

System Architecture

Discovery component requires data mediation.

Page 95: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 95

System Architecture

Page 96: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 96

System Architecture

Page 97: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 97

System Architecture

After data mediation, discovery component completes its task.

Page 98: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 98

System Architecture

Page 99: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 99

System Architecture

Page 100: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 100

System Architecture

After discovery, the choreography instance for goal requester is checkedfor next step in interaction.

Page 101: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 101

System Architecture

Page 102: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 102

System Architecture

Page 103: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 103

System Architecture

Next step in choreography is to return set of discoveredWeb services to goal requester

Page 104: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 104

System Architecture

Set of Web Service descriptionsexpressed in WSML sent to appropriate adapter

Page 105: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 105

System Architecture

Set of Web Service descriptionsexpressed in requester’s ownformat returned to goal requester

Page 106: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 106

WSMX Summary

• Event based component architecture

• Conceptual model is WSMO

• End to end functionality for executing SWS

• Has a formal execution semantics

• Open source code base at sourceforge

• Developers welcome

Page 107: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 107

WSMX Useful Links

• Home– http://www.wsmx.org/

• Overview– http://www.wsmo.org/2004/d13/d13.0/v0.1/

• Architecture– http://www.wsmo.org/2004/d13/d13.4/v0.2/

• Mediation– http://www.wsmo.org/2004/d13/d13.3/v0.2/

• Execution Semantics– http://www.wsmo.org/2004/d13/d13.2/v0.1/

• Open source code base at SourceForge– https://sourceforge.net/projects/wsmx

Page 108: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 108

IRS-III: A framework and platform for Semantic Web Services

Liliana Cabral

Page 109: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 109

IRS-III

The Internet Reasoning Service is an infrastructure for publishing, locating, executing and composing Semantic Web Services, organized according to the WSMO conceptual model

Page 110: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 110

IRS-III Server

Domain Models

Web Service Descriptions+ Registry of Implementors

Goal Descriptions

IRS Publisher

S O

A P

IRS Client

SOAP

IRS Publisher

IRS Publisher

IRS Publisher

Lisp

Java

Java WS

IRS-III Framework

Mediator Descriptions

Page 111: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 111

IRS-III Features

• Provides capability-centred service invocation

• Provides built-in brokering and service discovery support

• Publishing support for variety of platforms– Java Web Services, Java, Lisp, Web Applications

• Enables publication of ‘standard code’ – Provides clever wrappers automatically, which turn

code into web services– One-click publishing of web services

• Provides Java API for client applications

• Based on Soap messaging standard

Page 112: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 112

LispWeb Server

IRS-III Architecture

IRS-III Server

WS Publisher Registry

OCML

WSMO Library

OWL(-S) HandlerOWL(-S)

Browser

Invocation Client

Publishing Clients

SOAP Handler

SOAP

Publishing Platforms

Web Service

Java Code

Web Application

SOAPBrowserHandler

PublisherHandler

InvocationHandler

Java

API

WSMX

Page 113: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 113

Publishing Platform Architecture

IRS-III Publishing Platform

HTTP Server

SOAP Handler

ServiceRegistra

rServiceInvoker

WS Service RegistryIRS-III Server

Invocation Client

SOAP

SOAP

Publishing Clients

SOAP

Web Service 1Web Service 2

Web Service 3

Page 114: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 114

IRS-III/WSMO differences

• Underlying language OCML

• Goals have inputs and outputs

• IRS-III broker finds applicable web services via mediators

– Used mediator within WS capability

– Mediator source = goal

• Web services have inputs and outputs ‘inherited’ from goal descriptions

• Web service selected via assumption (in capability)

Page 115: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 115

English Train Ticket Booking Web ServiceAustrian Train Ticket

Booking Web ServiceGerman Train Ticket Booking Web ServiceFrench Train Ticket

Booking Web Service

Customer

Buy book goalBook Flight goalBuy cinema tickets goal

Buy train ticket goal

SWS in IRS III

Development Team

Customer Team

Page 116: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 116

SWS Creation & Usage Steps

• Create a goal description – (e.g. book-train-goal)– Add input and output roles– Include role type and soap binding

• Create a wg-mediator description – Link a goal to a Web Service– Source component = goal– Possibly add a mediation service

• Create a web service description– Used-mediator of WS capability = wg-mediator above

• Publish Lisp function against web service description• Invoke web service by ‘achieve goal’

Page 117: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 117

Multiple Web Services for a Goal

• Each WS links to a Goal through the mediator in the used-mediator slot of capability– Some WS may share a mediator

• Define a constraint for solving the Goal - a logical expression for assumption slot of WS capability– logical expression format

• (kappa (?goal) <ocml relations>)– Getting the value of an input role

• (wsmo-role-value ?goal <role-name>)

Page 118: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 118

Valid Logical Expressions (relations)

• Classes are unary relations

– e.g. (country ?x)

• Slots are binary relations

– e.g. (is-capital-of ?x ?y)

• Standard relations in base (OCML toplevel) ontology:

=, ==, <, >, member

• Example:

(kappa (?goal)

(member (wsmo-role-value ?goal 'has_source_currency) '(euro pound)))

Page 119: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 119

Defining a WG-Mediator

G WS

WGMediator

G

Source Target

Mediation Service

passenger (person)

time-date (list)

time-date (univ-time)

time-date (univ-time)

departure (city)

destination (city)

time-date (list)

Page 120: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 120

Defining a Mediation Service

• Defined in the Mediator

• Mediation-service = Goal

• Web Service implements the mediation (mappings)

• Mediation Goal input roles are a subset of source Goal input roles

• Mediation Goal output is a subset of target Web Service input roles.

Page 121: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 121

Goal Based Invocation

Invocation

Instantiate Goal Description

Exchange-rate-goal Has-source-currency: us-dollarsHas-target-currency: pound

Web Service Discovery

European-exchange-rate-wsNon-european-exchange-rate-wsEuropean-bank-exchange-rate-ws

Goal -> WG Mediator -> WS/Capability/Used-mediator

Web service selection

European-exchange-rate

Mediate input values

‘$’ -> us-dollar

WS -> Capability -> Assumptionexpression Mediation

Invoke selected web service

European-exchange-rate

Invocation

Page 122: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 122

IRS-III Demo

Liliana Cabral

Page 123: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 123

European Travel Scenario

Page 124: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 124

European Travel Demo

Page 125: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 125

Demo - Objective

• Develop an application for the European Travel scenario based on SWS. The application should support a person booking a train ticket between 2 European cities at a specific time and date

• Create Goal, Web service and Mediator WSMO descriptions in IRS-III (european-travel-service-descriptions) for available services. Service constraints involves start and end locations and the type of traveller. Use the assumption slot to express this.

• Publish available lisp functions against Web Service descriptions

• Invoke the web services through ‘Achieve Goal’

• Solution using IRS-III browser will be provided

Page 126: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 126

Travel Related Knowledge Models

Page 127: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 127

Key Classes, Relations, Instances(European-Train-Travel-Application)

Is-in-country <city> <country> e.g.

(is-in-country berlin germany) -> true

student instances: john matt michal

business-person instances: liliana michael

Page 128: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 128

Goals

• 1- Get train timetable– Inputs: origin and destination cities, date– Output: timetable (list)

• 2- Book train– Inputs: passenger name, origin and destination

cities, departure time-date– Output: booking information (string)

Page 129: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 129

Services

• 1 service available for goal 1– No constraints

• 6 services available for goal 2– As a provider write the constraints applicable to

the services to satisfy the goal (assumption logical expressions)

• 1 wg-mediator mediation-service– Used to convert time in list format to time in

universal format

Page 130: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 130

Service constraints

• Services 2-5– Services for (origin and destination) cities in

determined countries

• Service 4-5– Need a mediation service to map goal time-date to

service time-date

• Services 6-7– Services for students or business people in Europe

Page 131: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 131

Available Functions (1/3)

1- get-train-times paris london (18 4 2004)"Timetable of trains from PARIS to LONDON on 18, 4, 2004 5:18…23:36"

2- book-english-train-journey christoph milton-keynes london (20 33 16 15 9 2004)"British Rail: CHRISTOPH is booked on the 476 going from MILTON-KEYNES

to LONDON at 16:34, 15, SEPTEMBER 2004.The price is 179 Euros.“

3- book-french-train-journey sinuhe paris lyon (3 4 6 18 8 2004)"SNCF: SINUHE is booked on the 593 going from PARIS to LYON at 6:12, 18,

AUGUST 2004.The price is 25 Euros."

Page 132: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 132

Available Functions (2/3)

4- book-german-train-journey christoph berlin frankfurt 3305020023"German Rail (Die Bahn): CHRISTOPH is booked on the 362 going

from BERLIN to FRANKFURT at 14:47, 24, SEPTEMBER 2004.The price is 35 Euros."

5- book-austrian-train-journey sinuhe vienna innsbruck 3304686609"Austrian Rail (OBB): SINUHE is booked on the 681 going from

VIENNA to INNSBRUCK at 17:43, 20, SEPTEMBER 2004.The price is 36 Euros."

Page 133: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 133

Available Functions (3/3)

6- book-student-european-train-journey john london nice (3 4 6 18 8 2004)"European Student Rail Travel: JOHN is booked on the 408 going from LONDON to NICE

at 6:44, 18, AUGUST 2004.The price is 86 Euros."

7- book-business-european-train-journey liliana paris innsbruck (3 4 6 18 8 2004)"Business Europe: LILIANA is booked on the 461 going from PARIS to INNSBRUCK at

6:12, 18, AUGUST 2004.The price is 325 Euros.“

8- mediate-time (lisp function) or JavaMediateTime/mediate (java) (9 30 17 20 9 2004)3304686609

Page 134: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 134

Using IRS-III Browser for the VTA Demo application

• Semantic Descriptions of:– Goals– Web Services– Mediators

• Publishing

• Invocation

Page 135: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 135

IRS-III Browser

Page 136: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 136

Creating a Goal description

Page 137: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 137

Creating a Mediator description

Page 138: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 138

Creating a Web Service description

Page 139: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 139

Adding a Mediator to the Web Service Capability

Page 140: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 140

Adding a constraint to the Web Service Capability

Page 141: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 141

Creating a Goal (Mediation Service)

Page 142: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 142

Creating a Mediator description (Mediation Service)

Page 143: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 143

Adding a Mediator to the Web Service (Mediation Service)

Page 144: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 144

Publishing Web Services (lisp functions)

Page 145: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 145

Achieving a Goal (Mediation Service)

Page 146: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 146

Achieving a Goal

Page 147: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 147

IRS-III Future Work

• IRS-III Choreography definition language is being specified.– Based on guarded state transitions as forward

chaining rules

• IRS-III Orchestration is being defined.

• OO-mediators will have mapping rules.

Page 148: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 148

IRS-III Link

• Webpage: http://kmi.open.ac.uk/projects/irs/

• Download available:– Java API– Browser/Editor

Page 149: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 149

WSMO Tools

Liliana Cabral

Page 150: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 150

WSMO Tools(in development)

1. WSMX Server - http://sourceforge.net/projects/wsmx2. IRS-III API - http://kmi.open.ac.uk/projects/irs/3. WSMO API/WSMO4J - http://wsmo4j.sourceforge.net/

Java API for WSMO / WSML 4. WSMT – Web Services Modelling Toolkit5. WSMO Studio - http://www.wsmostudio.org/

(currently: SWWS Studio)Creation and editing of WSMO specificationsWSML Editor Ontology Management System OMSOpen for Plug-Ins for SWS tools (discovery, composer, …)

6. WSML Validator and Parser validates WSMO specifications in WSML parsing into intermediary FOL format (every FOL compliant syntax can be derived from

this) 7. OWL Lite Reasoner for WSML-OWL variant

OWL Lite Reasoner based on TRIPLE

Page 151: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 151

Summary, Conclusions & Future Work

Liliana Cabral

Page 152: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 152

Conclusions

• This tutorial should enable you to:– understand aims & challenges within Semantic

Web Services – understand the objectives and features of WSMO – model Semantic Web Services with WSMO – correctly assess emerging technologies & products

for Semantic Web Services – use implemented tools to create SWS

Page 153: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 153

References WSMO

• The central location where WSMO work and papers can be found is WSMO Working Group: http://www.wsmo.org

• In regard of WSMO languages: WSML Working Group: http://www.wsml.org

• WSMO implementation: WSMX working group can be found at: http://www.wsmx.org

• WSMX open source can be found at: https://sourceforge.net/projects/wsmx/

Page 154: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 154

References WSMO

• [WSMO Specification]: Roman, D.; Lausen, H.; Keller, U. (eds.): Web Service Modeling Ontology, WSMO Working Draft D2, final version 1.1, 10 February 2005.

• [WSMO Primer]: Feier, C. (ed.): WSMO Primer, WSMO Working Draft D3.1, 23 March 2005.

• [WSMO Choreography and Orchestration] Roman, D.; Scicluna, J.; Feier, C. :(eds.): Ontology-based Choreography and Orchestration of WSMO Services , WSMO Working Draft D14, 1 March 2005.

• [WSMO Use Case] Stollberg, M.; Lara, R. (ed.): WSMO Use Case Modeling and Testing, WSMO Working Drafts D3.2; D3.3.; D3.4; D3.5, final version 0.1, 17 November 2004.

Page 155: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 155

References WSMO

• [Arroyo et al. 2004] Arroyo, S., Lara, R., Gomez, J. M., Berka, D., Ding, Y. and Fensel, D: "Semantic Aspects of Web Services" in Practical Handbook of Internet Computing. Munindar P. Singh, editor. Chapman Hall and CRC Press, Baton Rouge. 2004.

• [Berners-Lee et al. 2001] Tim Berners-Lee, James Hendler, and Ora Lassila, “The Semantic Web”. Scientific American, 284(5):34-43, 2001.

• Domingue, J. Cabral, L., Hakimpour, F., Sell D., and Motta, E., (2004) IRS-III: A Platform and Infrastructure for Creating WSMO-based Semantic Web Services WSMO Implementation Workshop (WIW), Frankfurt, Germany, September,2004

• [Fensel, 2001] Dieter Fensel, “Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce”, Springer-Verlag, Berlin, 2001.

• [Gruber, 1993] Thomas R. Gruber, “A Translation Approach to Portable Ontology Specifications”, Knowledge Acquisition, 5:199-220, 1993.

• [Stencil Group] - www.stencilgroup.com/ideas_scope_200106wsdefined.html

Page 156: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 156

References WSMX

• Adrian Mocan and Emilia Cimpian and Michal Zaremba and Christoph Bussler: Mediation in Web Service Modeling Execution Environment (WSMX), Information Integration on the Web (iiWeb2004), Sep, 2004, Toronto, Canada.

• Adrian Mocan: Ontology Mediation in WSMX, 1st WSMO Implementation Workshop, Sep, 2004, Frankfurt, Germany.

• Matthew Moran and Adrian Mocan: WSMX-An Architecture for Semantic Web Service Discovery, Mediation and Invocation, 3rd International Semantic Web Conference (ISWC2004), Nov, 2004, Hiroshima, Japan.

• Matthew Moran and Michal Zaremba and Adrian Mocan and Christoph Bussler: Using WSMX to bind Requester & Provider at Runtime when Executing Semantic Web Services, 1st WSMO Implementation Workshop, Sep, 2004, Frankfurt, Germany.

• Matthew Moran and Adrian Mocan: WSMX - An Architecture for Semantic Web Service Discovery, Mediation and Invocation, Third International Semantic Web Services Conference, ISWC'04, 2004, Hiroshima, Japan.

• Matthew Moran and Michal Zaremba: WSMX - An Architecture for Dynamic Composition, Mediation and Invocation of Semantic Web Services, IADIS International WWW/Internet Conference, 2004, Madrid.

• Michal Zaremba and Matthew Moran: Enabling Execution of Semantic Web Services: WSMX Core Platform, Proceedings of the WIW 2004 Workshop on WSMO Implementations, Jul, 2004, Frankfurt, Germany.

• Michal Zaremba, Armin Haller, Maciej Zaremba, and Matthew Moran : WSMX-Infrastructure for Execution of Semantic Web Services, ISWC 2004: Demo Papers, Nov, 2004, Hiroshima, Japan.

Page 157: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 157

References IRS-III

• J. Domingue, L. Cabral, F. Hakimpour,D. Sell and E. Motta: IRS-III: A Platform and Infrastructure for Creating WSMO-based Semantic Web Services. Proceedings of the Workshop on WSMO Implementations (WIW 2004) Frankfurt, Germany, CEUR Workshop Proceedings, online http://CEUR-WS.org/Vol-113/paper3.pdf.

• J. Domingue and S. Galizia: Towards a Choreography for IRS-III.Proceedings of the Workshop on WSMO Implementations (WIW 2004) Frankfurt, Germany, CEUR Workshop Proceedings, online http://CEUR-WS.org/Vol-113/paper7.pdf.

• Cabral, L., Domingue, J., Motta, E., Payne, T. and Hakimpour, F. (2004).Approaches to Semantic Web Services: An Overview and Comparisons. In proceedings of the First European Semantic Web Symposium (ESWS2004), Heraklion, Crete, Greece.

• Motta, E., Domingue, J., Cabral, L. and Gaspari, M. (2003) IRS-II: A Framework and Infrastructure for Semantic Web Services. In proceedings of the 2nd International Semantic Web Conference (ISWC2003) 20-23 October 2003, Sundial Resort, Sanibel Island, Florida, USA.

Page 158: Christoph Bussler Adrian Mocan Matthew Moran Michael Stollberg Michal Zaremba Liliana Cabral John Domingue

2005 OASIS Symposium 158

Acknowledgements

The WSMO work is funded by the European Commission under the projects DIP, Knowledge Web, SEKT, SWWS, AKT and Esperonto; by Science Foundation Ireland under the DERI-Lion project; and by the Vienna city government under the CoOperate program.