Download presentation
Presentation is loading. Please wait.
Published byAndra McCormick Modified over 9 years ago
1
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 1 Semantic Web Services Semantic Web - Fall 2005 Computer Engineering Department Sharif University of Technology
2
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 2 2 We have Ubiquitous Communications: Internet Universal Data Format:XML Service Interactions:SOAP Formal Service Descriptions:WSDL Publish, Find, Use Services:UDDI UDDI : Universal Description Discovery and Integration WSDL: Web Service Description Language SOAP : Simple Object Access Protocol URIHTMLHTTP UDDIWSDLSOAP
3
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 3 3 Web Service: Amazon Example On the surface
4
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 4 4 Web Service: Amazon Example Response in XML... XML header and HTTP request information... XML data here Request in REST (Representational State Transfer) http://webservices.amazon.co m/onca/xml?Service=AWSECo mmerceService&Subscription Id=[Your Subscription ID Here]&Operation=ItemSearch &Keywords=[A Keywords String]&SearchIndex=[A Search Index String]&Sort=[A Sort String] Under the surface
5
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 5 5 Web Service: Amazon Example True 0155658115 48 5 ASYDZOX0HKBSE New new...... Y01Y0538529Y2514641 249 USD $2.49 Usually ships in 1-2 business days
6
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 6 6 What is missing? It doesn’t know whether ‘1984’ is a year or the name of a book when you search on Amazon.com Well, I can still use “advanced search” to say ‘1984’ is the title. But actually the book uses alias “Nineteen Eighty-Four” Nineteen Eighty-Four Anyway, I eventually find two offers for the book with my human intelligence, one is USD 2.49, anther is JPY 150. Does USD mean UzbekiStan Dollar? Or even University of San Diego, University of South Dakota, Unified School District …University of San Diego University of South Dakota Thanks God, a friend tells me on the phone that USD is United States Dollar and JPY is Japanese Yen. which one is cheaper? I remembered some websites have currency converter, em, is it CNN, MSN, Yahoo, or Google…? Let’s try them all… Oops! it takes me 2 hours (including the surfing time on CNN news, MSN Chat, MyYahoo! …) to finish the job Mission: find and buy the book 1984 on the web
7
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 7 7 What is missing? Bad news: web service is not machine understandable Even worse news: Web service is not even human understandable -- sometimes It’s hard for agent To understand the result, like what is 1984, USD, JPY To find service, like finding currency converter. To compose services (like link the currency converter to book searching) To decompose service (like also search on half.com, books.com…) Web Web Service Static, human understandable Dynamic, human understandable No Semantics !
8
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 8 8 Review: Semantic Web Web Semantic Web Static, human understandable Static, machine understandable Add meaning (ontology) to the web
9
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 9 9 Semantic Web Service Combine them ! Mechanized support is needed in finding and comparing vendors and their offers. Machine processable semantics of information allows to mechanize these tasks. Mechanized support is needed in dealing with numerous and heterogeneous data formats. Ontology technology is required to define such standards better and to map between them. Mechanized support is needed in dealing with numerous and heterogeneous business logics. Mediation is needed to compensate these differences, allowing partners to cooperate properly. Web Semantic Web Static, human understandable Static, machine understandable Web Service Dynamic, human understandable Semantic Web Service Dynamic, machine understandable
10
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 10 10 OWL-S OWL-S is not a language, its just an ontology (defined in OWL language) It describes services. DAML-S (Rules, FOL?) RDF (Resource Description Framework) RDFS (RDF Schema) DAML+OIL OWL (Ontology) OWL-S (Services)
11
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 11 11 What is OWL-S? Ontology Web Language for Services An OWL ontology/language for (formally) describing properties and capabilities of Web services An approach that draws on many sources Description logic AI planning Workflow Formal process modeling Agents Web services
12
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 12 12 Automation Enabled by OWL-S Web Service Discovery & Selection Find an airline that can fly me to New York, NY Web Service Invocation Book flight tickets from USAirways to arrive May 18 Web Service Composition & Interoperation Arrange taxis, flights and hotel for travel from Santa Barbara to Boston, MA, via New York, NY Web Service Execution Monitoring Has the taxi to Newark Airport been reserved yet?
13
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 13 13 OWL-S: Upper Level
14
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 14 14 OWL-S: Upper Level
15
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 15 15 Service Profile: “What does it do?” High-level characterization/summary of a service Used for Populating service registries A service can have many profiles Automated service discovery Service selection (matchmaking) One can derive: Service advertisements Service requests
16
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 16 16 Service Profile: Functionality Description Functional Specification of what the service provides in terms of parameters, subclassed as: preconditions preconditions inputs inputs outputs outputs effects effects Summarizes the top-level Process
17
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 17 17 Service Profile: Non-Functional Properties
18
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 18 18 Exploiting Profile Hierarchies
19
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 19 19 Process Model: “How does it work?” Process Interpretable description of service provider’s behavior Tells service user how and when to interact (read/write messages) & Process control Ontology of process state; supports status queries (stubbed out at present) Used for: Service invocation, planning/composition, interoperation, monitoring All processes have Inputs, outputs, preconditions and effects Function/dataflow metaphor; action/process metaphor Composite processes Control flow Data flow
20
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 20 20 Service Model / Process Model
21
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 21 21 Atomic Process Example
22
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 22 22 Composite Process Example
23
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 23 23 Service Grounding: “How to access it” Implementation-specific Message formatting, transport mechanisms, protocols, serializations of types Service Model + Grounding give everything needed for using the service Builds upon WSDL
24
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 24 24 OWL-S / WSDL Grounding
25
Semantic web course – Computer Engineering Department – Sharif Univ. of Technology – Fall 2005 25 25 OWL-S / WSDL Grounding (cont’d)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.