蔡益坤臺灣大學:資訊管理學研究所劉智雄Liu, Chih-HsiungChih-HsiungLiu2007-11-262018-06-292007-11-262018-06-292004http://ntur.lib.ntu.edu.tw//handle/246246/54406The Web services paradigm is believed to substantially alter the way business processes cooperate. It follows an XML-based interfacing standard so that existing services can be composed by a suitable choreographic language. However, the composition and related discovery and matching tasks mostly have to be done manually. Though UDDI has become a de facto standard for service discovery and matching, it does not provide adequate semantic and can only support limited keyword search. Lack of semantic descriptions about services renders UDDI incapable of providing inference ability which is essential for supporting more sophisticated search constraints. In this thesis, we propose an ontology-based scheme for service matching and composition. The scheme consists of a service registry and a matching procedure and is parameterized by domain ontologies and rules. We assume that all services have their capabilities characterized by OWL and described in their service descriptions. The service registry verifies the consistency of service descriptions and stores their capabilities in the knowledge base. Upon receiving a service requirement, our matching procedure reduces the service matching problem to Description Logic inference problems, which can be solved by existing inference engines. The matching procedure applies domain rules on top of the domain ontologies to provide domain specific inference services. We have developed a prototype matching system with tourism-related ontologies to show how services about transportation and hotel can be inferred accurately and e±ciently.1 Introduction 2 1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 Motivation and Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Thesis Outline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2 Related Work 6 2.1 Web Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.1.1 WSDL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.1.2 UDDI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.2 The Semantic Web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2.1 RDF and RDFS . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.2.2 OWL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.3 OWL-S . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 2.3 Service Matching and Ranking . . . . . . . . . . . . . . . . . . . . . . . . 17 2.3.1 Adding Semantics to Service Description . . . . . . . . . . . . . . 18 2.3.2 Service Matching . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.3.3 Service Ranking . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3 Preliminaries 24 3.1 Basics of Description Logics . . . . . . . . . . . . . . . . . . . . . . . . . 24 3.1.1 Formal Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 3.1.2 Introduction Axioms . . . . . . . . . . . . . . . . . . . . . . . . . 27 3.2 Inference Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3.3 Concrete Domains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 3.4 Relationship Between DL and OWL . . . . . . . . . . . . . . . . . . . . . 32 4 Matching Scheme 35 4.1 Service Characterization . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.2 System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.2.1 Service Register . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.2.2 Knowledge Base and Inference Service . . . . . . . . . . . . . . . 38 4.2.3 Service Matchmaker . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.3 Domain Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 4.4 Service Matching Procedure . . . . . . . . . . . . . . . . . . . . . . . . . 43 iii 5 Prototype System: Tourism-related Inference Services 48 5.1 Inference Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 5.2 Trip Ontology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 5.3 Transportation Inference . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 5.4 System Demonstration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6 Conclusion 57 6.1 Contributions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 6.2 Future Works . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581144947 bytesapplication/pdfen-US知識本體網路服務媒合推論語義網路OntologyService CompositionDescription LogicSemantic WebMatchmaking以OWL知識本體與描述邏輯推論能力為基礎之網路服務媒合Web Services Matchmaking Based on OWL Ontologies and Description Logic Inferencesotherhttp://ntur.lib.ntu.edu.tw/bitstream/246246/54406/1/ntu-93-R91725040-1.pdf