Skip to main content
Top

2007 | Book

Ontology Matching

Authors: Jérôme Euzenat, Pavel Shvaiko

Publisher: Springer Berlin Heidelberg

insite
SEARCH

About this book

Ontologies tend to be found everywhere. They are viewed as the silver bullet for many applications, such as database integration, peer-to-peer systems, e-commerce, semantic web services, or social networks. However, in open or evolving systems, such as the semantic web, different parties would, in general, adopt different ontologies. Thus, merely using ontologies, like using XML, does not reduce heterogeneity: it just raises heterogeneity problems to a higher level.

Euzenat and Shvaiko’s book is devoted to ontology matching as a solution to the semantic heterogeneity problem faced by computer systems. Ontology matching aims at finding correspondences between semantically related entities of different ontologies. These correspondences may stand for equivalence as well as other relations, such as consequence, subsumption, or disjointness, between ontology entities. Many different matching solutions have been proposed so far from various viewpoints, e.g., databases, information systems, artificial intelligence.

With Ontology Matching, researchers and practitioners will find a reference book which presents currently available work in a uniform framework. In particular, the work and the techniques presented in this book can equally be applied to database schema matching, catalog integration, XML schema matching and other related problems. The objectives of the book include presenting (i) the state of the art and (ii) the latest research results in ontology matching by providing a detailed account of matching techniques and matching systems in a systematic way from theoretical, practical and application perspectives.

Table of Contents

Frontmatter

Introduction

Introduction
Abstract
An ontology typically provides a vocabulary describing a domain of interest and a specification of the meaning of terms in that vocabulary. Depending on the precision of this specification, the notion of ontology encompasses several data or conceptual models, e.g., classifications, database schemas, fully axiomatised theories. Ontologies tend to be everywhere. They are viewed as the silver bullet for many applications, such as database integration, peer-to-peer systems, e-commerce, semantic web services, social networks [Fensel, 2004]. They are, indeed, a practical means to conceptualise what is expressed in a computer format [Brodie et al., 1984]. However, in open or evolving systems, such as the semantic web, different parties would, in general, adopt different ontologies. Thus, merely using ontologies, like using XML, does not reduce heterogeneity: it raises heterogeneity problems to a higher level.

The matching problem

Frontmatter
1. Applications
Abstract
Matching models is an important operation in traditional applications, such as ontology integration, schema integration, or data warehouses. Typically, these applications are characterised by heterogeneous structural models that are analysed and matched either manually or semi-automatically at design time. In such applications matching is a prerequisite of running the actual system.
2. The matching problem
Abstract
In a distributed and open system, such as the semantic web and many other applications presented in the previous chapter, heterogeneity cannot be avoided. Different actors have different interests and habits, use different tools and knowledge, and most often, at different levels of detail. These various reasons for heterogeneity lead to diverse forms of heterogeneity, and, therefore, should be carefully taken into consideration.

Ontology matching techniques

Frontmatter
3. Classifications of ontology matching techniques
Abstract
Having defined what the matching problem is, we attempt at classifying the techniques that can be used for solving this problem. The major contributions of the previous decades are presented in [Larson et al., 1989, Batini et al., 1986, Kashyap and Sheth, 1996, Parent and Spaccapietra, 1998], while the topic through the recent years have been surveyed in [Rahm and Bernstein, 2001, Wache et al., 2001, Kalfoglou and Schorlemmer, 2003b]. These three works address the matching problem from different perspectives (artificial intelligence, information systems, databases) and analyse disjoint sets of systems. [Shvaiko and Euzenat, 2005] have attempted to consider the above mentioned works together, focusing on schema-based matching methods, and aiming to provide a common conceptual basis for their analysis. Here, we follow and extend this work on classifying matching approaches and use it in the following chapters for organising the presentation.
4. Basic techniques
Abstract
The goal of ontology matching is to find the relations between entities expressed in different ontologies. Very often, these relations are equivalence relations that are discovered through the measure of the similarity between the entities of ontologies.
5. Matching strategies
Abstract
The basic techniques presented in Chap. 4 are the building blocks on which a matching solution is built. Once the similarity or (dis)similarity between ontology entities are available, the alignment remains to be computed. This involves more global treatments. In particular, the following aspects of building a working matching system are considered in this chapter:
  • aggregating the results of the basic methods in order to compute the compound similarity between entities (§5.2) and organising the combination of various similarities or matching algorithms (§5.1);
  • developing a strategy for computing these similarities in spite of cycles and non linearity in the constraints governing similarities (§5.3);
  • learning from data the best method and the best parameters for matching (§5.4);
  • using probabilistic methods to combine matchers or to derive missing correspondences (§5.5);
  • involving users in the loop (§5.6);
  • extracting the alignments from the resulting (dis)similarity: indeed, different alignments with different characteristics can be extracted from the same (dis)similarity (§5.7).

Systems and evaluation

Frontmatter
6. Overview of matching systems
Abstract
This chapter is an overview of matching systems which have emerged during the last decade. There have already been some comparisons of matching systems, in particular in [Parent and Spaccapietra, 2000, Rahm and Bernstein, 2001, Do et al., 2002, Kalfoglou and Schorlemmer, 2003b, Noy, 2004a, Doan and Halevy, 2005, Shvaiko and Euzenat, 2005]. Our purpose here is not to compare them in full detail, though we give some comparisons, but rather to show their variety, in order to demonstrate in how many different ways the methods presented in previous chapters have been practically exploited.
7. Evaluation of matching systems
Abstract
The increasing number of methods available for ontology matching suggests the need for evaluating these methods. However, very few extensive experimental comparisons of algorithms are available. Matching systems are difficult to compare, but we believe that the ontology matching field can only evolve if evaluation criteria are provided. These should help system designers to assess the strengths and weaknesses of their systems as well as help application developers to choose the most appropriate algorithm.

Representing, explaining, and processing alignments

Frontmatter
8. Frameworks and formats: representing alignments
Abstract
Once matching is performed, the resulting alignments are usually used in a wider context than a matching system itself. To that extent, several proposals have been made for representing the alignments and exchanging them among tools. This chapter is concerned with these topics.
9. Explaining alignments
Abstract
Matching systems may produce effective alignments that may not be intuitively obvious to human users. In order for users to trust the alignments, and thus use them, they need information about them, e.g., they need access to the sources that were used to determine semantic correspondences between ontology entities. Explanations are also useful when matching large applications with thousands of entities, e.g., business product classifications, such as UNSPSC and eCl@ss. In such cases, automatic matching solutions will find many plausible correspondences, and hence user input is required for performing cleaning-up of the alignment. Finally, explanations can also be viewed and applied as argumentation schemas for negotiating alignments between agents.
10. Processing alignments
Abstract
In this book we have taken a two steps view on reducing semantic heterogeneity: (i) matching of entities to determine alignment and (ii) processing the alignment according to application needs. In the previous chapters we have discussed various themes related to the first step. In this chapter, in turn, we present how the alignments can be specifically used by the applications, thus focusing on the alignment processing step.

Conclusions

Frontmatter
11. Conclusions
Abstract
In this book we have attempted at covering ontology matching in its diversity. In particular, we have shown that there are many applications that may need ontology matching (Chap. 1) and that there are different forms of ontologies that may need to be matched (Chap. 2). Ontology matching can take advantage of innumerable basic techniques (Chap. 4) composed and supervised in diverse ways (Chap. 5). The output of matching can be provided according to different representations (Chap. 8) or executable forms (Chap. 10) which may need to be justified (Chap. 9). This, in turn, has led to a profusion of available systems (Chap. 6).
Backmatter
Metadata
Title
Ontology Matching
Authors
Jérôme Euzenat
Pavel Shvaiko
Copyright Year
2007
Publisher
Springer Berlin Heidelberg
Electronic ISBN
978-3-540-49612-0
Print ISBN
978-3-540-49611-3
DOI
https://doi.org/10.1007/978-3-540-49612-0

Premium Partner