Ontology based data integration - Wikipedia, ...

来源:百度文库 编辑:神马文学网 时间:2024/04/30 06:02:41

Ontology based data integration

From Wikipedia, the free encyclopedia

Jump to: navigation, search

Ontology based Data Integration involves the use of ontology(s) to effectively combine data and/or information from multiple heterogeneous sources [1]. It is one of the multiple data integration approaches and may be classified as Local-As-View (LAV)[2]. The effectiveness of ontology based data integration is closely tied to the consistency and expressivity of the ontology used in the integration process.

Contents

[hide]
  • 1 Background
  • 2 The Role of Ontologies
    • 2.1 Approaches using ontologies for Data Integration
  • 3 See also
  • 4 References

[edit] Background

Data from multiple sources are characterized by multiple types of heterogeneity. The following hierarchy is often used [3][4]:

  • Syntactic Heterogeneity: is a result of differences in representation format of data
  • Schematic or Structural Heterogeneity: the native model or structure to store data differ in data sources leading to structural heterogeneity. Schematic heterogeneity that particularly appears in structured databases is also an aspect of structural heterogeneity [3].
  • Semantic Heterogeneity: differences in interpretation of the 'meaning' of data are source of semantic heterogeneity
  • System Heterogeneity: use of different operating system, hardware platforms lead to system heterogeneity

Ontologies, as formal models of representation with explicitly defined concepts and named relationships linking them, are used to address the issue of semantic heterogeneity in data sources. In domains like bioinformatics and biomedicine, the rapid development, adoption and public availability of ontologies [1]has made it possible for the data integration community to leverage them for semantic integration of data and information.

[edit] The Role of Ontologies

Ontologies enable the unambiguous identification of entities in heterogeneous information systems and assertion of applicable named relationships that connect these entities together. Specifically, ontologies play the following roles:

  • Content Explication [1]

The ontology enables accurate interpretation of data from multiple sources through the explicit definition of terms and relationships in the ontology.

  • Query Model [1]

In some systems like SIMS [5], the query is formulated using the ontology as a global query schema.

  • Verification [1]

The ontology verifies the mappings used to integrate data from multiple sources. These mappings may either be user specified or generated by a system.

[edit] Approaches using ontologies for Data Integration

There are three main architectures that are implemented in ontology based data integration applications [1] namely,

Single Ontology approach
A single ontology is used as a global reference model in the system. This is the simplest approach as it can be simulated by other approaches [1]. SIMS [5] is a prominent example of this approach.
Multiple Ontologies
Multiple ontologies, each modeling an individual data source, are used in combination for integration. Though, this approach is more flexible than the single ontology approach, it requires creation of mappings between the multiple ontologies. Ontology mapping is a challenging issue and is focus of large number of research efforts in computer science [2]. The OBSERVER system [6] is an example of this apporach.
Hybrid approaches
The hybrid approach involves the use of multiple ontologies that subscribe to a common, top-level vocabulary [7]. The top level vocabulary defines the basic terms of the domain. Thus, the hybrid approach makes it easier to use multiple ontologies for integration in presence of the common vocabulary.

[edit] See also

  • Schema matching
  • Data Integration
  • Enterprise application integration
  • Enterprise Information Integration
  • Data mapping
  • Ontology mapping
  • Semantic Integration

[edit] References

  1. ^ a b c d e f H. Wache, T. Vögele, U. Visser, H. Stuckenschmidt, G. Schuster, H. Neumann, S. Hübner (2001). "Ontology-Based Integration of Information A Survey of Existing Approaches".. 
  2. ^ Maurizio Lenzerini (2002). "Data Integration: A Theoretical Perspective".: 243-246. 
  3. ^ a b A.P. Sheth (1999). Changing Focus on Interoperability in Information Systems: From System, Syntax, Structure to Semantics, 5-30. 
  4. ^ AHM02 Tutorial 5: Data Integration and Mediation; Contributors: B. Ludaescher, I. Altintas, A. Gupta, M. Martone, R. Marciano, X. Qian
  5. ^ a b Y. Arens, C. Hsu, C.A. Knoblock (1996). "Query Processing in sims information mediator".. 
  6. ^ E. Mena, V. Kashyap, A. Sheth, A. Illarramendi (1996). "OBSERVER: An Approach for Query Processing in Global Information Systems based on Interoperation across Pre-existing Ontologies".. 
  7. ^ Cheng Hian Goh (1997). "Representing and Reasoning about Semantic Conflicts in Heterogeneous Information Systems".. 
Retrieved from "http://en.wikipedia.org/wiki/Ontology_based_data_integration"Categories: Ontology (computer science) | Data management