Interrogation System Architecture of Heterogeneous Data for Decision Making

Size: px
Start display at page:

Download "Interrogation System Architecture of Heterogeneous Data for Decision Making"

Transcription

1 Interrogation System Architecture of Heterogeneous Data for Decision Making Cécile Nicolle, Youssef Amghar, Jean-Marie Pinon Laboratoire d'ingénierie des Systèmes d'information INSA de Lyon Abstract Decision support system has, for several years, been a very active domain of research. The deciders of today are faced with an ever increasing flow of data, which is becoming more and more diverse. It is therefore difficult, in a company, for the decision maker to find the data which is necessary for him to make decision. It is in this context that is placed our study. We propose, in this article, an access system to heterogeneous databases. This system will permit deciders to formulate request without having to know the structure of their data and allow them to have an overview of their information system. This system is centered on a repository which constitute its knowledge base. A thesaurus is also used to allow decider to formulate his requests using natural language. Finally, the different links that exist between the databases are used to find data the most pertinent and help to eliminate the risk of noise in the answers. Introduction A common problem facing many organizations today concerns disparate information sources and repositories, including databases, object stores, knowledge bases, file systems, electronic mail systems, etc. Decision makers often need information from multiple sources. Among the solutions to resolve this problem, the approaches built around mediator and wrapper techniques are widely used (Hammer et al, 1995 ; Wiederhold, 1992 ; Zhou et al, 1996). It is in this framework, the project presented in this paper is developed. More precisely, the work presented in this paper deals with problem of heterogeneous data sources used within family allowance administration (CNEDI 1 ). Data manipulated in such organization are, in one hand juridical and legal documents structured according to SGML standard and in another hand alphanumeric (atomic and complex) data for describing individuals subject to family allowances. Legal documents contains attribution conditions for family allowances (Chabbat, 1997). These data necessitates different systems for storing, handling and interrogation. In addition, the most important point is that documents and alphanumeric data are interrelated through attribution rules materialized by production rules (more than rules). A rule determine the manner an individual attribute (for instance, allowance amount) can be valued. Consequently, this administration and particularly their decision makers, needs new means to access these data and interpret them. The existing applications, developed independently, do not take into account the links between legal texts and individual data. Beyond classical treatments on these information's, it is often indispensable for decision makers to correlate data and documents. For that, they may formulate a query that concerns not only a unique base but necessitates full semantic over administration data. Another interesting point in this work is to offer a support to the development of new applications which require to know the information cartography within used architectures, in order to reuse existing data and avoid the useless creation or modification of new schema of databases. To summarize, CNEDI de Lyon uses three databases concerning: Legal texts structured with respect to SGML standard. These texts are applied to the framework of family allowance. They contain laws, decrees, etc. Alphanumeric data about individuals subject to family allowance. These data are described by simple properties such as name, family situation, resources, child's number, income tax, etc. The database schema is a relational schema. Rules of allowance attribution which are expressed by production rules following the pattern "if condition then action". Condition corresponds to individual resources and/or family position, and action corresponds to allowance computation. These rules are manually extracted from legal texts by law 1 This work is supported by CNEDI de Lyon: Centre National d'etudes et Développements Informatiques that manages family allowances' attributions.

2 specialists. Among CNEDI s applications, let us note that there is a real-time application based on an expert system to compute individuals allowances. Allowance computation use the appropriate rules set for the individual under consideration. Related works The research for information amongst different databases has been the subject of very active research for many years (Ahmed et al, 1991 ; Chrisment et al, 1997 ; Flesca et al, 1998 ; Fourel, 1998 ; Gupta, 1989 ; Hull & Zhou, 1996). In the 90s, federated databases (Litwin et al, 1990 ; Sheth & Larson, 1990 ; Su et al, 1996 ; Thomas et al, 1990 ; Wiederhold, 1992) have been proposed for integrating existing databases while limiting the complexity of this integration and conserving some of the autonomy of the existing databases. One of the main drawback of federated databases is that there is no real coordination of the flow of information, which can lead to information dispersion. During the last few years, systems based on mediators (Wiederhold, 1992) have been studied such as Information Manifold (from AT&T) (Levy, 1996) and TSIMMIS (from Stanford University) (Chawathe et al, 1994 ; Garcia-Molina et al, 1997), which are two examples of mediator implementation. We can define the basic mediator architecture as two level architecture : mediators and wrappers levels. A wrapper is a translator which, having being defined for a particular database, translates the information from the mediator to a language which is understandable to the database for which it is attached, and vice-versa. On the other hand, a mediator is in charge of querying one or many databases and so is linked to one or more wrappers (or mediators). When different databases are queried, many problems have to be taken into account: The dispersion of the types of data, The difference between the interrogation languages of different systems, The heterogeneity of the data schemas. When a user send a request towards a central access system, the system should decide towards which databases the request has to be sent, and should be also capable to modify the request when necessary before sending it to a database. The request should arrive at the managing system of the database in a comprehensible language. The role of mediator is to "point" request towards the right database. It is the wrapper that translates the request into a language which is understandable by the managing system of the database in question. The wrapper then receives the answer from the system and send it to the mediator in a language which is known by the mediator. This way a mediator can dialog with many wrappers (which can as well be used by several mediators). A wrapper, however, is dedicated to one type of database. Proposition To allow decision makers to access and retrieve relevant data from legal texts and individual data, we propose a mediator as the main component of the interrogation system architecture. The mediation level is based on a repository that constitutes the knowledge base. The repository model summarizes document models and individual models across production rules (allowance attribution rules). The interrogation issued from end-users concerns queries such as: (1) Which are the texts applying to a given individual? (2) which are the relevant properties in allowance computation? The building of repository model (knowledge database) is motivated by the two main functionality's described above: i) search of correlated data and ii) knowledge of cartography elements. First functionality requires the elaboration of a knowledge database that memorize relationships between data of different databases. Relationships between legal texts and production rules are easy to understand because rules are a translation of legislator s legal texts made by law specialists. These relationships describe links between texts and rules. Indeed, although it is important to decision makers to know what production rules are extracted from decrees, it is also important to retrieve decrees from a certain number of rules. Queries such as which law treats home allowance attribution will be easily treated. Relationships between legal texts and individual data allow specialist to understand the allowance nature of each individual. The decrees set applying to such individual and the reason of attribution modification can be known. Let us note that the "legal text base" stores different versions of laws in order to justify allowance history. Semantic of

3 information extracted is visualized with a labeled graph of dependencies to restore inter-data semantics. Second functionality necessitates to elaborate a model for memorizing all entities corresponding to information system elements. The different components of this model are entities and their relationships used in each database, model type (relational, document-oriented model, SGML), applications used data and their distribution among administration sites. System architecture The architecture of the interrogation system (Figure1) is composed of three levels: i) the interface level whose goal is to present results, ii) the mediation level which is the hart of interrogation system and whose components are briefly described below and iii) the source level containing existing data. 1. The Parser module which allows the analysis of user interrogation type. Obviously, interrogation system does not filter queries concerning a unique database. In this case, it plays the role of a multiplexor. A query on individual data does not necessitates system specificity's. 2. The extraction module which needs meta-data issued from repository in order to know which databases must be accessed, language to use, physical name of data, etc. This module uses rule base. Intermediate results are stored in log files. 3. The integration module that permits the extraction module results. The integration consists on response elaboration from heterogeneous data. 4. The Result formatting that allows to built an homogeneous response to the initial query. Answers are combined to form a unique response and are coded according to XML standard warranting a coherent exchange with any application. DECISION MAKER WORKSTATION USER INTERFACE PARSER MODULE MEDIATION LEVEL KNOWLEDGE DATABASE RESULT FORMATTING INTEGRATION MODULE EXTRACTION MODULE Juridical Texts Production rules Individual data HETEROGENEOUS SOURCES Figure 1: Logical interrogation system Architecture.

4 Knowledge base We propose a model of knowledge base to identify necessary information for querying different databases. Th diagram below illustrates this knowledge base model. Rule "storagesin" Database Stored in Data has > Model Type <composed of Entity Composed of Element Schema <composed of Composed of > Association Comes from Textual use Multimedia Non Textual Structured Non Structured Applies to > Image Sound Vidéo Alphanumerical Figure 2 : knowledge base's model, in UML The role of knowledge base is to give a general view on searched data. It particularly allows to identify: The location of data, The links within a database (particularly with "Association" Entity), The links between databases, The links between rules and texts of which they are issued. Example We use both a knowledge base and a thesaurus. The knowledge base allows to navigate through knowledge of various managed databases whereas thesaurus permits particularly to analyse a request formulated in natural language. A decision maker could, for example, formulate a request like : "allowers concerned by law number ". The decision maker who likes to know the impact of a possible modification of law number , formulates his request as : The figure below illustrates different steps of research. "impact of modification of law n ?" The access system, thanks to thesaurus, can determine that it needs to search all which is in connection with the law n ( step 0 in figure). First, we search various existing links between legal texts of law type and the others bases (step 1). We find, thanks to knowledge base, that a link exists between legal texts' base and rules' base. Hence, the link between rules base and allowers database is identified. We so know not only links between bases but also fields which allow to connect these different bases. Once this is determined, we can elaborate the succession plan and the decomposition filter to elaborate various sub-queries for bases (here, we have to question three bases : legal texts base, rules' base and allowers base). We so search for the concerned law (step 2), which gives us the following information (step 3) : the text

5 about the APE (Allocation Parentale d'education). Furthermore, we search in rules base all rules (step 4) which have : As predicate, the APE associated to another one (that's to say another predicates), which will give us different benefits impacted by the modification of APE management (for example, collection of APE invalidate payment of Family Complement), As validated term (that's to say the right part of the rule) the APE (for example, if an allower collect the APJE 2, he can't collect the APE). We get in return (step 5) all benefits which are implicated (directly, like APE, or indirectly, like APJE) by the modification of the law. Afterwards, we search all allowers collecting APE or another benefits resulting of the search on the rules base (step 6). The answers (step 7) are next sent to access system which is going to form the final answer before it gives it to the user (step 8). "Impact of modification of the law n ? " Answer given to user 8 Access System Legal Texts' Rules' Allowers' Thesaurus Knowledge Figure 3 : Different steps of a research. When answers are, two treatments are possible : 1. Either we search texts associated to various benefits found in order to give directly to the user the impact of law modification on the other texts, and then we search benefits implicated, etc., until having no more modifications. But it can be long and unnecessary to decision maker ; 2. Or we allow to user, once the final answer is given, to realize a search merely by clicking on one of concerned benefits, and by making the following search : "impact of text modification treating of this benefit". We choose the second option. We thus supply only the answer concerning initial request, but we give also the possibility to decision makers to easily do a thorough search. 2 APJE : Allocation Pour Jeunes Enfants

6 Conclusion The work developed in this project can be used for enhancing powerful information retrieval systems since all data relied to a process domain of an enterprise can be used during interrogation step. Repository model can be generalized to other data types. Indeed, multimedia data can be included, for instance voice databases allowing recording of expert annotations. However, let us note that repository maintenance problems, particularly after database updates, have not been considered but constitute our future work. It's important (and even essential) to have all useful data for a good decision making. Nowadays, the consultation of data is not only numerous but also heterogeneous. In this paper, we have proposed an access system which permits to question all databases of a firm from an easily access system, and thanks to a request wrote in natural language. The access system is based on mediators and wrappers to realize the connection with databases. Moreover, we use XML language to handle requests and answers internally in access system, as well as question various databases. References Ahmed, R. et al, (1991). The Pegasus heterogeneous multidatabase system, IEEE Computer, 24:19-27, 1991 Chabbat, B. et al (1996). Structuring the semantics : an experiment with legal documents, In: Proceedings of International Conference Circuits, Systems and Computers (CSC'96), edited by Hellenic Naval Academy, Piraeus - Greece, juillet 1996, pp Chabbat B., (1997). Modélisation multiparadigme de textes réglementaires, Thèse en Informatique soutenue le 8 décembre 1997 à l'insa de Lyon, France Chawathe, S. et al (1994). The TSIMMIS Project : Integration of heterogeneous information sources, Proceedings of IPSJ Conference, pp 7-18, Tokyo, Japan, October 1994 Chrisment, C. et al (1997). Extraction et synthèse de connaissances à partir de bases de données hétérogènes, Ingénierie des Systèmes d'information. Volume 5 - n 3/1997, pages 367 à 400 Flesca, S. et al (1998). An architecture for accessing a large number of autonomous, heterogeneous databases, Networking and Information Systems Journal, Volume 1 n 4-5/1998, pages 495 à 518 Fourel, F. (1998). Modélisation, indexation et recherche de documents structurés, Thèse de IMAG, 05 février 1998 Garcia-Molina, H. et al (1997). The TSIMMIS Approach to Mediation : Data Models and Languages, Journal of Intelligent Information Systems, 1997 Gupta, A. (1989). Integration of Information Systems : Bridging Heterogeneous Databases, IEEE Press, 1989 Hammer, J. et al (1995). Hammer J. et al, Information Translation, Mediation, and Mosaic-d Browsing in the TSIMMIS System, In Proceedings of the ACM SIGMOD International Conference on Management of Data, San Jose, California, June Hull, R. & Zhou, G. (1996). A framework for supporting Data Integration Using the materialised and virtual approaches, in Proceedings of the ACM SIGMOD International Conference of the Management of Data, pp , june 1996

7 Levy, A. et al (1996). Querying heterogeneous data sources using source description, Proceedings of the 22nd Very Large Data s (VLDB) Conference, pp , 1996 Litwin, W. et al (1990). Interoperability of multiple autonomous databases, ACM Computing Surveys, 22: , 1990 Sheth, A.P. & Larson J.A. (1990). Federated Database System for Managing Distributed, Heterogeneous, and Autonomous Databases, ACM Computing Surveys, vol. 22, n 3, ACM Press, pp , 1990 Su, S.Y.W. et al (1996). NCL : A Common Language for Achieving Rule-d Interoperability Among Heterogeneous Systems, Journal of Intelligent Information Systems : Integrating Artificial Intelligence and Database Technologies, vol.6, n 2-3, Kluwer Academic Publishers, pp , 1996 Thomas, G. et al (1990). Heterogeneous distributed database systems for production use, ACM Computing Surveys, 22: , 1990 Wiederhold, G. (1992). Mediators in the architecture of future information systems, The IEEE Computer Magazine, Vol. 25, n 3, March 1992, pp 38 à 49 Zhou, G.et al (1996). Generating Data Integration Mediators that Use Materialization, in Kluwer Academic Publishers, Boston MA, July 1996, ISBN:

Advances in Databases and Information Systems 1997

Advances in Databases and Information Systems 1997 ELECTRONIC WORKSHOPS IN COMPUTING Series edited by Professor C.J. van Rijsbergen Rainer Manthey and Viacheslav Wolfengagen (Eds) Advances in Databases and Information Systems 1997 Proceedings of the First

More information

A MAS Based ETL Approach for Complex Data

A MAS Based ETL Approach for Complex Data A MAS Based ETL Approach for Complex Data O. Boussaid, F. Bentayeb, J. Darmont Abstract : In a data warehousing process, the phase of data integration is crucial. Many methods for data integration have

More information

Browsing in the tsimmis System. Stanford University. into requests the source can execute. The data returned by the source is converted back into the

Browsing in the tsimmis System. Stanford University. into requests the source can execute. The data returned by the source is converted back into the Information Translation, Mediation, and Mosaic-Based Browsing in the tsimmis System SIGMOD Demo Proposal (nal version) Joachim Hammer, Hector Garcia-Molina, Kelly Ireland, Yannis Papakonstantinou, Jerey

More information

I. Khalil Ibrahim, V. Dignum, W. Winiwarter, E. Weippl, Logic Based Approach to Semantic Query Transformation for Knowledge Management Applications,

I. Khalil Ibrahim, V. Dignum, W. Winiwarter, E. Weippl, Logic Based Approach to Semantic Query Transformation for Knowledge Management Applications, I. Khalil Ibrahim, V. Dignum, W. Winiwarter, E. Weippl, Logic Based Approach to Semantic Query Transformation for Knowledge Management Applications, Proc. of the International Conference on Knowledge Management

More information

An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources

An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources Edith Cowan University Research Online ECU Publications Pre. 2011 2006 An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources Chaiyaporn Chirathamjaree Edith Cowan University 10.1109/TENCON.2006.343819

More information

Information mining and information retrieval : methods and applications

Information mining and information retrieval : methods and applications Information mining and information retrieval : methods and applications J. Mothe, C. Chrisment Institut de Recherche en Informatique de Toulouse Université Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse

More information

The Specifications Exchange Service of an RM-ODP Framework

The Specifications Exchange Service of an RM-ODP Framework The Specifications Exchange Service of an RM-ODP Framework X. Blanc (*+), M-P. Gervais(*), J. Le Delliou(+) (*)Laboratoire d'informatique de Paris 6-8 rue du Capitaine Scott F75015 PARIS (+)EDF Research

More information

Data integration supports seamless access to autonomous, heterogeneous information

Data integration supports seamless access to autonomous, heterogeneous information Using Constraints to Describe Source Contents in Data Integration Systems Chen Li, University of California, Irvine Data integration supports seamless access to autonomous, heterogeneous information sources

More information

Mapping Target Schemas to Source Schemas Using WordNet Hierarchies

Mapping Target Schemas to Source Schemas Using WordNet Hierarchies Mapping Target Schemas to Source Schemas Using WordNet Hierarchies A Thesis Proposal Presented to the Department of Computer Science Brigham Young University In Partial Fulfillment of the Requirements

More information

Semantic Exploitation of Engineering Models: An Application to Oilfield Models

Semantic Exploitation of Engineering Models: An Application to Oilfield Models Semantic Exploitation of Engineering Models: An Application to Oilfield Models Laura Silveira Mastella 1,YamineAït-Ameur 2,Stéphane Jean 2, Michel Perrin 1, and Jean-François Rainaud 3 1 Ecole des Mines

More information

References. 6. Conclusions

References. 6. Conclusions insert((1, 2), R 1 ). Suppose further two local updates insert((2, 5), R 2 ) and delete((5, 6), R 3 ) occurred before the maintenance sub-queries for insert((1, 2), R 1 ) are evaluated by S 2 and S 3,

More information

Advanced Geographic Information Systems Vol. II - GIS Interoperability, from Problems to Solutions - R. Laurini, K. Yétongnon, D.

Advanced Geographic Information Systems Vol. II - GIS Interoperability, from Problems to Solutions - R. Laurini, K. Yétongnon, D. GIS INTEROPERABILITY, FROM PROBLEMS TO SOLUTIONS R. Laurini LIRIS Laboratory, INSA de Lyon, Villeurbanne, France K. Yétongnon LE2I-Equipe Ingénierie Informatique, Université de Bourgogne, Dijon, France

More information

GLOBAL INDEX CONSTRUCTION FOR DATA INTEGRATION IN LARGE SCALE SYSTEM

GLOBAL INDEX CONSTRUCTION FOR DATA INTEGRATION IN LARGE SCALE SYSTEM Association for Information Systems AIS Electronic Library (AISeL) MCIS 2008 Proceedings Mediterranean Conference on Information Systems (MCIS) 10-2008 GLOBAL INDEX CONSTRUCTION FOR DATA INTEGRATION IN

More information

A FRAMEWORK FOR EFFICIENT DATA SEARCH THROUGH XML TREE PATTERNS

A FRAMEWORK FOR EFFICIENT DATA SEARCH THROUGH XML TREE PATTERNS A FRAMEWORK FOR EFFICIENT DATA SEARCH THROUGH XML TREE PATTERNS SRIVANI SARIKONDA 1 PG Scholar Department of CSE P.SANDEEP REDDY 2 Associate professor Department of CSE DR.M.V.SIVA PRASAD 3 Principal Abstract:

More information

FlowBack: Providing Backward Recovery for Workflow Management Systems

FlowBack: Providing Backward Recovery for Workflow Management Systems FlowBack: Providing Backward Recovery for Workflow Management Systems Bartek Kiepuszewski, Ralf Muhlberger, Maria E. Orlowska Distributed Systems Technology Centre Distributed Databases Unit ABSTRACT The

More information

Overview of the Integration Wizard Project for Querying and Managing Semistructured Data in Heterogeneous Sources

Overview of the Integration Wizard Project for Querying and Managing Semistructured Data in Heterogeneous Sources In Proceedings of the Fifth National Computer Science and Engineering Conference (NSEC 2001), Chiang Mai University, Chiang Mai, Thailand, November 2001. Overview of the Integration Wizard Project for

More information

Interoperability via Mapping Objects

Interoperability via Mapping Objects Interoperability via Mapping Objects Fragkiskos Pentaris and Yannis Ioannidis University of Athens, Dept of Informatics and Telecommunications Panepistemioupolis, 157 84, Athens, Hellas (Greece) {frank,

More information

Managing Changes to Schema of Data Sources in a Data Warehouse

Managing Changes to Schema of Data Sources in a Data Warehouse Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Managing Changes to Schema of Data Sources in

More information

Correctness Criteria Beyond Serializability

Correctness Criteria Beyond Serializability Correctness Criteria Beyond Serializability Mourad Ouzzani Cyber Center, Purdue University http://www.cs.purdue.edu/homes/mourad/ Brahim Medjahed Department of Computer & Information Science, The University

More information

A CORBA-based Multidatabase System - Panorama Project

A CORBA-based Multidatabase System - Panorama Project A CORBA-based Multidatabase System - Panorama Project Lou Qin-jian, Sarem Mudar, Li Rui-xuan, Xiao Wei-jun, Lu Zheng-ding, Chen Chuan-bo School of Computer Science and Technology, Huazhong University of

More information

EUROPASS DIPLOMA SUPPLEMENT TO HIGHER TECHNICAL VOCATIONAL TRAINING

EUROPASS DIPLOMA SUPPLEMENT TO HIGHER TECHNICAL VOCATIONAL TRAINING EUROPASS DIPLOMA SUPPLEMENT TO HIGHER TECHNICAL VOCATIONAL TRAINING TITLE OF THE DIPLOMA (ES) Técnico Superior en Desarrollo de Aplicaciones Web TRANSLATED TITLE OF THE DIPLOMA (EN) (1) Higher Technician

More information

For information systems, it is increasingly

For information systems, it is increasingly Wilhelm Hasselbring INFORMATION SYSTEM INTEGRATION JAMES GARY For information systems, it is increasingly difficult to draw a line around an application system and say that you own and control it. For

More information

Enterprise Multimedia Integration and Search

Enterprise Multimedia Integration and Search Enterprise Multimedia Integration and Search José-Manuel López-Cobo 1 and Katharina Siorpaes 1,2 1 playence, Austria, 2 STI Innsbruck, University of Innsbruck, Austria {ozelin.lopez, katharina.siorpaes}@playence.com

More information

Ontology Construction -An Iterative and Dynamic Task

Ontology Construction -An Iterative and Dynamic Task From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. Ontology Construction -An Iterative and Dynamic Task Holger Wache, Ubbo Visser & Thorsten Scholz Center for Computing

More information

A Data warehouse within a Federated database architecture

A Data warehouse within a Federated database architecture Association for Information Systems AIS Electronic Library (AISeL) AMCIS 1997 Proceedings Americas Conference on Information Systems (AMCIS) 8-15-1997 A Data warehouse within a Federated database architecture

More information

A MODEL FOR ADVANCED QUERY CAPABILITY DESCRIPTION IN MEDIATOR SYSTEMS

A MODEL FOR ADVANCED QUERY CAPABILITY DESCRIPTION IN MEDIATOR SYSTEMS A MODEL FOR ADVANCED QUERY CAPABILITY DESCRIPTION IN MEDIATOR SYSTEMS Alberto Pan, Paula Montoto and Anastasio Molano Denodo Technologies, Almirante Fco. Moreno 5 B, 28040 Madrid, Spain Email: apan@denodo.com,

More information

A Metadatabase System for Semantic Image Search by a Mathematical Model of Meaning

A Metadatabase System for Semantic Image Search by a Mathematical Model of Meaning A Metadatabase System for Semantic Image Search by a Mathematical Model of Meaning Yasushi Kiyoki, Takashi Kitagawa and Takanari Hayama Institute of Information Sciences and Electronics University of Tsukuba

More information

Interoperability and Workflow: Multi-Agency Databases

Interoperability and Workflow: Multi-Agency Databases Interoperability and Workflow: Multi-Agency Databases Rudolf N. Müller and Andrew U. Frank Dept. of Geoinformation Technical University of Vienna {mueller, frank}@geoinfo.tuwien.ac.at Abstract. Many agencies

More information

arxiv: v1 [cs.db] 16 Sep 2008

arxiv: v1 [cs.db] 16 Sep 2008 An MAS-Based ETL Approach for Complex Data O. Boussaid, F. Bentayeb, J. Darmont arxiv:0809.2686v1 [cs.db] 16 Sep 2008 ERIC/BDD, Université Lumière Lyon 2 5 avenue Pierre-Mendès-France Bron Cedex FRANCE

More information

Generalized Document Data Model for Integrating Autonomous Applications

Generalized Document Data Model for Integrating Autonomous Applications 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Generalized Document Data Model for Integrating Autonomous Applications Zsolt Hernáth, Zoltán Vincellér Abstract

More information

Kiosks for Tourists: Heterogeneous Distributed Database Access for Multimedia Information Presentation. Michael Wilson Rutherford Appleton Laboratory

Kiosks for Tourists: Heterogeneous Distributed Database Access for Multimedia Information Presentation. Michael Wilson Rutherford Appleton Laboratory 1 Kiosks for Tourists: Heterogeneous Distributed Database Access for Multimedia Information Presentation Michael Wilson Rutherford Appleton Laboratory ABSTRACT When accessing on-line electronic information

More information

Designing and Implementing an Object Relational Data Warehousing System

Designing and Implementing an Object Relational Data Warehousing System Designing and Implementing an Object Relational Data Warehousing System Abstract Bodgan Czejdo 1, Johann Eder 2, Tadeusz Morzy 3, Robert Wrembel 3 1 Department of Mathematics and Computer Science, Loyola

More information

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING K KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING Dietmar Jannach a, Christian Timmerer b, and Hermann Hellwagner b a Department of Computer Science, Dortmund University of Technology, Germany b

More information

Wrapper 2 Wrapper 3. Information Source 2

Wrapper 2 Wrapper 3. Information Source 2 Integration of Semistructured Data Using Outer Joins Koichi Munakata Industrial Electronics & Systems Laboratory Mitsubishi Electric Corporation 8-1-1, Tsukaguchi Hon-machi, Amagasaki, Hyogo, 661, Japan

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

A Knowledge-Based System for the Specification of Variables in Clinical Trials

A Knowledge-Based System for the Specification of Variables in Clinical Trials A Knowledge-Based System for the Specification of Variables in Clinical Trials Matthias Löbe, Barbara Strotmann, Kai-Uwe Hoop, Roland Mücke Institute for Medical Informatics, Statistics and Epidemiology

More information

The dialog tool set : a new way to create the dialog component

The dialog tool set : a new way to create the dialog component The dialog tool set : a new way to create the dialog component Guilaume Texier, Laurent Guittet, Patrick Girard LISI/ENSMA Téléport 2 1 Avenue Clément Ader - BP 40109 86961 Futuroscope Chasseneuil Cedex

More information

MIWeb: Mediator-based Integration of Web Sources

MIWeb: Mediator-based Integration of Web Sources MIWeb: Mediator-based Integration of Web Sources Susanne Busse and Thomas Kabisch Technical University of Berlin Computation and Information Structures (CIS) sbusse,tkabisch@cs.tu-berlin.de Abstract MIWeb

More information

Metamorphosis An Environment to Achieve Semantic Interoperability with Topic Maps

Metamorphosis An Environment to Achieve Semantic Interoperability with Topic Maps Metamorphosis An Environment to Achieve Semantic Interoperability with Topic Maps Giovani Rubert Librelotto 1 and José Carlos Ramalho 2 and Pedro Rangel Henriques 2 1 UNIFRA Centro Universitário Franciscano

More information

Integrated Usage of Heterogeneous Databases for Novice Users

Integrated Usage of Heterogeneous Databases for Novice Users International Journal of Networked and Distributed Computing, Vol. 3, No. 2 (April 2015), 109-118 Integrated Usage of Heterogeneous Databases for Novice Users Ayano Terakawa Dept. of Information Science,

More information

3.4 Data-Centric workflow

3.4 Data-Centric workflow 3.4 Data-Centric workflow One of the most important activities in a S-DWH environment is represented by data integration of different and heterogeneous sources. The process of extract, transform, and load

More information

Easy Ed: An Integration of Technologies for Multimedia Education 1

Easy Ed: An Integration of Technologies for Multimedia Education 1 Easy Ed: An Integration of Technologies for Multimedia Education 1 G. Ahanger and T.D.C. Little Multimedia Communications Laboratory Department of Electrical and Computer Engineering Boston University,

More information

A Design Rationale Representation for Model-Based Designs in Software Engineering

A Design Rationale Representation for Model-Based Designs in Software Engineering A Design Rationale Representation for Model-Based Designs in Software Engineering Adriana Pereira de Medeiros, Daniel Schwabe, and Bruno Feijó Dept. of Informatics, PUC-Rio, Rua Marquês de São Vicente

More information

An Overview of Cost-based Optimization of Queries with Aggregates

An Overview of Cost-based Optimization of Queries with Aggregates An Overview of Cost-based Optimization of Queries with Aggregates Surajit Chaudhuri Hewlett-Packard Laboratories 1501 Page Mill Road Palo Alto, CA 94304 chaudhuri@hpl.hp.com Kyuseok Shim IBM Almaden Research

More information

A test bed for distributed real-time scheduling experimentation based on the CHORUS micro-kernel

A test bed for distributed real-time scheduling experimentation based on the CHORUS micro-kernel A test bed for distributed real-time scheduling experimentation based on the CHORUS micro-kernel Joelle DELACROIX**, Christian SANTELLANI* ** CNAM, Département Informatique, 292 rue Saint Martin, 75141

More information

Describing and Utilizing Constraints to Answer Queries in Data-Integration Systems

Describing and Utilizing Constraints to Answer Queries in Data-Integration Systems Describing and Utilizing Constraints to Answer Queries in Data-Integration Systems Chen Li Information and Computer Science University of California, Irvine, CA 92697 chenli@ics.uci.edu Abstract In data-integration

More information

Chapter 4 Research Prototype

Chapter 4 Research Prototype Chapter 4 Research Prototype According to the research method described in Chapter 3, a schema and ontology-assisted heterogeneous information integration prototype system is implemented. This system shows

More information

A Constraint Programming Based Approach to Detect Ontology Inconsistencies

A Constraint Programming Based Approach to Detect Ontology Inconsistencies The International Arab Journal of Information Technology, Vol. 8, No. 1, January 2011 1 A Constraint Programming Based Approach to Detect Ontology Inconsistencies Moussa Benaissa and Yahia Lebbah Faculté

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION ABSTRACT A Framework for Multi-Agent Multimedia Indexing Bernard Merialdo Multimedia Communications Department Institut Eurecom BP 193, 06904 Sophia-Antipolis, France merialdo@eurecom.fr March 31st, 1995

More information

THE MOMIS METHODOLOGY FOR INTEGRATING HETEROGENEOUS DATA SOURCES *

THE MOMIS METHODOLOGY FOR INTEGRATING HETEROGENEOUS DATA SOURCES * THE MOMIS METHODOLOGY FOR INTEGRATING HETEROGENEOUS DATA SOURCES * Domenico Beneventano and Sonia Bergamaschi Dipartimento di Ingegneria dell'informazione Università degli Studi di Modena e Reggio Emilia

More information

CoastBase The Virtual European Coastal and Marine Data Warehouse

CoastBase The Virtual European Coastal and Marine Data Warehouse 1 CoastBase The European Coastal and Marine Warehouse Wassili Kazakos, Ralf Kramer and Andreas Schmidt 1 Abstract CoastBase is a project within the IST programme of the European Commission, which started

More information

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING in partnership with Overall handbook to set up a S-DWH CoE: Deliverable: 4.6 Version: 3.1 Date: 3 November 2017 CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING Handbook to set up a S-DWH 1 version 2.1 / 4

More information

SEMI-AUTOMATIC WRAPPER GENERATION AND ADAPTION Living with heterogeneity in a market environment

SEMI-AUTOMATIC WRAPPER GENERATION AND ADAPTION Living with heterogeneity in a market environment SEMI-AUTOMATIC WRAPPER GENERATION AND ADAPTION Living with heterogeneity in a market environment Michael Christoffel, Bethina Schmitt, Jürgen Schneider Institute for Program Structures and Data Organization,

More information

Query Processing and Optimization on the Web

Query Processing and Optimization on the Web Query Processing and Optimization on the Web Mourad Ouzzani and Athman Bouguettaya Presented By Issam Al-Azzoni 2/22/05 CS 856 1 Outline Part 1 Introduction Web Data Integration Systems Query Optimization

More information

Multi-models: New potentials for the combined use of planning and controlling information

Multi-models: New potentials for the combined use of planning and controlling information M.Sc. Sven-Eric Schapke, Institut für Bauinformatik, Technische Universität Dresden Dr.-Ing. Christoph Pflug, Max Bögl Multi-models: New potentials for the combined use of planning and controlling information

More information

International Jmynal of Intellectual Advancements and Research in Engineering Computations

International Jmynal of Intellectual Advancements and Research in Engineering Computations www.ijiarec.com ISSN:2348-2079 DEC-2015 International Jmynal of Intellectual Advancements and Research in Engineering Computations VIRTUALIZATION OF DISTIRIBUTED DATABASES USING XML 1 M.Ramu ABSTRACT Objective

More information

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Abstract Jörg Heuer José Luis Casas André Kaup {Joerg.Heuer, Jose.Casas, Andre.Kaup}@mchp.siemens.de Siemens Corporate Technology, Information

More information

HELIOS: a General Framework for Ontology-based Knowledge Sharing and Evolution in P2P Systems

HELIOS: a General Framework for Ontology-based Knowledge Sharing and Evolution in P2P Systems HELIOS: a General Framework for Ontology-based Knowledge Sharing and Evolution in P2P Systems S. Castano, A. Ferrara, S. Montanelli, D. Zucchelli Università degli Studi di Milano DICO - Via Comelico, 39,

More information

KNOWLEDGE MANAGEMENT VIA DEVELOPMENT IN ACCOUNTING: THE CASE OF THE PROFIT AND LOSS ACCOUNT

KNOWLEDGE MANAGEMENT VIA DEVELOPMENT IN ACCOUNTING: THE CASE OF THE PROFIT AND LOSS ACCOUNT KNOWLEDGE MANAGEMENT VIA DEVELOPMENT IN ACCOUNTING: THE CASE OF THE PROFIT AND LOSS ACCOUNT Tung-Hsiang Chou National Chengchi University, Taiwan John A. Vassar Louisiana State University in Shreveport

More information

Semantic Reconciliation in Interoperability Management through Model-driven Approach

Semantic Reconciliation in Interoperability Management through Model-driven Approach Semantic Reconciliation in Interoperability Management through Model-driven Approach Frédérick Bénaben 1, Nicolas Boissel-Dallier 1,2, Jean-Pierre Lorré 2, Hervé Pingaud 1 1 Mines Albi Université de Toulouse,

More information

XBenchMatch: a Benchmark for XML Schema Matching Tools

XBenchMatch: a Benchmark for XML Schema Matching Tools XBenchMatch: a Benchmark for XML Schema Matching Tools Fabien Duchateau, Zohra Bellahsene, Ela Hunt To cite this version: Fabien Duchateau, Zohra Bellahsene, Ela Hunt. XBenchMatch: a Benchmark for XML

More information

Category Theory in Ontology Research: Concrete Gain from an Abstract Approach

Category Theory in Ontology Research: Concrete Gain from an Abstract Approach Category Theory in Ontology Research: Concrete Gain from an Abstract Approach Markus Krötzsch Pascal Hitzler Marc Ehrig York Sure Institute AIFB, University of Karlsruhe, Germany; {mak,hitzler,ehrig,sure}@aifb.uni-karlsruhe.de

More information

COMMIUS Project Newsletter COMMIUS COMMUNITY-BASED INTEROPERABILITY UTILITY FOR SMES

COMMIUS Project Newsletter COMMIUS COMMUNITY-BASED INTEROPERABILITY UTILITY FOR SMES Project Newsletter COMMUNITY-BASED INTEROPERABILITY UTILITY FOR SMES Issue n.4 January 2011 This issue s contents: Project News The Process Layer Dear Community member, You are receiving this newsletter

More information

DESIGN PATTERN MATCHING

DESIGN PATTERN MATCHING PERIODICA POLYTECHNICA SER. EL. ENG. VOL. 47, NO. 3 4, PP. 205 212 (2003) DESIGN PATTERN MATCHING Dániel PETRI and György CSERTÁN Department of Measurement and Information Systems Budapest University of

More information

A Digital Library Framework for Reusing e-learning Video Documents

A Digital Library Framework for Reusing e-learning Video Documents A Digital Library Framework for Reusing e-learning Video Documents Paolo Bolettieri, Fabrizio Falchi, Claudio Gennaro, and Fausto Rabitti ISTI-CNR, via G. Moruzzi 1, 56124 Pisa, Italy paolo.bolettieri,fabrizio.falchi,claudio.gennaro,

More information

Combination of fuzzy sets with the Object Constraint Language (OCL)

Combination of fuzzy sets with the Object Constraint Language (OCL) Combination of fuzzy sets with the Object Constraint Language (OCL) Dagi Troegner Institute of Systems Engineering, Department of Simulation, Leibniz Universität, Welfengarten 1, 30167 Hannover Dagi.Troegner@dlr.de

More information

An UML-XML-RDB Model Mapping Solution for Facilitating Information Standardization and Sharing in Construction Industry

An UML-XML-RDB Model Mapping Solution for Facilitating Information Standardization and Sharing in Construction Industry An UML-XML-RDB Model Mapping Solution for Facilitating Information Standardization and Sharing in Construction Industry I-Chen Wu 1 and Shang-Hsien Hsieh 2 Department of Civil Engineering, National Taiwan

More information

Integrating Data Sources Using A Standardized Global Dictionary

Integrating Data Sources Using A Standardized Global Dictionary Chapter 16 Integrating Data Sources Using A Standardized Global Dictionary Ramon Lawrence and Ken Barker * Department of Computer Science, University of Manitoba, Canada * Department of Computer Science,

More information

A Comparison of Algorithms to Construct Ontologies from Relational Databases

A Comparison of Algorithms to Construct Ontologies from Relational Databases A Comparison of Algorithms to Construct Ontologies from Relational Databases Sameen Fatima Faculty of Computer Science Institute of Business Administration Karachi, Pakistan e-mail: shigon_sl@hotmail.com

More information

Concurrency Control with Java and Relational Databases

Concurrency Control with Java and Relational Databases Concurrency Control with Java and Relational Databases Sérgio Soares and Paulo Borba Informatics Center Federal University of Pernambuco Recife, PE, Brazil scbs,phmb @cin.ufpe.br Abstract As web based

More information

MarcOnt - Integration Ontology for Bibliographic Description Formats

MarcOnt - Integration Ontology for Bibliographic Description Formats MarcOnt - Integration Ontology for Bibliographic Description Formats Sebastian Ryszard Kruk DERI Galway Tel: +353 91-495213 Fax: +353 91-495541 sebastian.kruk @deri.org Marcin Synak DERI Galway Tel: +353

More information

A Java API for Global Querying and Updates for a System of Databases

A Java API for Global Querying and Updates for a System of Databases A Java API for Global Querying and Updates for a System of Databases Rajshekhar Sunderraman, Erdogan Dogdu, Praveen Madiraju and Laxmikanth Malladi Department of Computer Science Georgia State University

More information

Requirements Engineering for Enterprise Systems

Requirements Engineering for Enterprise Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Requirements Engineering for Enterprise Systems

More information

MULTIMEDIA DATABASES OVERVIEW

MULTIMEDIA DATABASES OVERVIEW MULTIMEDIA DATABASES OVERVIEW Recent developments in information systems technologies have resulted in computerizing many applications in various business areas. Data has become a critical resource in

More information

Key words: Digital library, electronic resources, information sources

Key words: Digital library, electronic resources, information sources The Role of Digital Library in Technical Education: Present Scenario By Sharanabasappa Librarian Govt., First Grade College, Badami, Bagalkot, Karnataka sharanua@gmail.com and Dr. Anitha S Rai Head Library

More information

Modeling Legal Documents as Typed Linked Data for Relational Querying

Modeling Legal Documents as Typed Linked Data for Relational Querying Modeling Legal Documents as Typed Linked Data for Relational Querying Nada Mimouni LIPN, Paris 13 University Sorbonne Paris Cité & CNRS (UMR 7030) F-93430, Villetaneuse, France nada.mimouni@lipn.univ-paris13.fr

More information

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries EunKyung Chung, eunkyung.chung@usm.edu School of Library

More information

XML/Relational mapping Introduction of the Main Challenges

XML/Relational mapping Introduction of the Main Challenges HELSINKI UNIVERSITY OF TECHNOLOGY November 30, 2004 Telecommunications Software and Multimedia Laboratory T-111.590 Research Seminar on Digital Media (2-5 cr.): Autumn 2004: Web Service Technologies XML/Relational

More information

A Shared Information System Architecture for Integrating Risk Management Tools: A Case Study

A Shared Information System Architecture for Integrating Risk Management Tools: A Case Study A Shared Information System Architecture for Integrating Risk Management Tools: A Case Study Shaosong Xu Hoh Peter In Martin S. Feather Dept. of Computer Science Dept. of Computer Science Jet Propulsion

More information

Improving Resource Management And Solving Scheduling Problem In Dataware House Using OLAP AND OLTP Authors Seenu Kohar 1, Surender Singh 2

Improving Resource Management And Solving Scheduling Problem In Dataware House Using OLAP AND OLTP Authors Seenu Kohar 1, Surender Singh 2 Improving Resource Management And Solving Scheduling Problem In Dataware House Using OLAP AND OLTP Authors Seenu Kohar 1, Surender Singh 2 1 M.tech Computer Engineering OITM Hissar, GJU Univesity Hissar

More information

Chapter 2 Overview of the Design Methodology

Chapter 2 Overview of the Design Methodology Chapter 2 Overview of the Design Methodology This chapter presents an overview of the design methodology which is developed in this thesis, by identifying global abstraction levels at which a distributed

More information

Information management - Topic Maps visualization

Information management - Topic Maps visualization Information management - Topic Maps visualization Benedicte Le Grand Laboratoire d Informatique de Paris 6, Universite Pierre et Marie Curie, Paris, France Benedicte.Le-Grand@lip6.fr http://www-rp.lip6.fr/~blegrand

More information

ANALYSIS OF SaaS MULTI-TENANT DATABASE IN A CLOUD ENVIRONMENT

ANALYSIS OF SaaS MULTI-TENANT DATABASE IN A CLOUD ENVIRONMENT ANALYSIS OF SaaS MULTI-TENANT DATABASE IN A CLOUD ENVIRONMENT Maram Hassan AlAlwan Alalwan.maram@gmail.com Soha S. Zaghloul smekki@ksu.edu.sa College of Computer and Information Science Department of Computer

More information

Adding Semantic Web Technology to the Object-Oriented Method for Interoperability

Adding Semantic Web Technology to the Object-Oriented Method for Interoperability Adding Semantic Web Technology to the Object-Oriented Method for Interoperability P. Anisetty 1, P.Young 2 1 Acxiom Corporation, Conway, AR, USA 2 Computer Science Department, University of Central Arkansas,

More information

Information Integration

Information Integration Information Integration Part 1: Basics of Relational Database Theory Werner Nutt Faculty of Computer Science Master of Science in Computer Science A.Y. 2012/2013 Integration in Data Management: Evolution

More information

Improving Decision-Making Support

Improving Decision-Making Support Improving Decision-Making Support by Linking Database results to Simulations Gio Wiederhold Stanford University May 2014 Gio Wiederhold SimQL 1 Problem : Mismatch Database Technology should support Decision-Making

More information

AROMA results for OAEI 2009

AROMA results for OAEI 2009 AROMA results for OAEI 2009 Jérôme David 1 Université Pierre-Mendès-France, Grenoble Laboratoire d Informatique de Grenoble INRIA Rhône-Alpes, Montbonnot Saint-Martin, France Jerome.David-at-inrialpes.fr

More information

Interoperability in GIS Enabling Technologies

Interoperability in GIS Enabling Technologies Interoperability in GIS Enabling Technologies Ubbo Visser, Heiner Stuckenschmidt, Christoph Schlieder TZI, Center for Computing Technologies University of Bremen D-28359 Bremen, Germany {visser heiner

More information

Verbalizing Business Rules: Part 9

Verbalizing Business Rules: Part 9 Verbalizing Business Rules: Part 9 Terry Halpin Northface University Business rules should be validated by business domain experts, and hence specified using concepts and languages easily understood by

More information

Semantic Data Extraction for B2B Integration

Semantic Data Extraction for B2B Integration Silva, B., Cardoso, J., Semantic Data Extraction for B2B Integration, International Workshop on Dynamic Distributed Systems (IWDDS), In conjunction with the ICDCS 2006, The 26th International Conference

More information

An ODBC CORBA-Based Data Mediation Service

An ODBC CORBA-Based Data Mediation Service An ODBC CORBA-Based Data Mediation Service Paul L. Bergstein Dept. of Computer and Information Science University of Massachusetts Dartmouth, Dartmouth MA pbergstein@umassd.edu Keywords: Data mediation,

More information

Joint Entity Resolution

Joint Entity Resolution Joint Entity Resolution Steven Euijong Whang, Hector Garcia-Molina Computer Science Department, Stanford University 353 Serra Mall, Stanford, CA 94305, USA {swhang, hector}@cs.stanford.edu No Institute

More information

An ontology-based approach for semantics ranking of the web search engines results

An ontology-based approach for semantics ranking of the web search engines results An ontology-based approach for semantics ranking of the web search engines results Abdelkrim Bouramoul*, Mohamed-Khireddine Kholladi Computer Science Department, Misc Laboratory, University of Mentouri

More information

Verification of Multiple Agent Knowledge-based Systems

Verification of Multiple Agent Knowledge-based Systems Verification of Multiple Agent Knowledge-based Systems From: AAAI Technical Report WS-97-01. Compilation copyright 1997, AAAI (www.aaai.org). All rights reserved. Daniel E. O Leary University of Southern

More information

Visualization process of Temporal Data

Visualization process of Temporal Data Visualization process of Temporal Data Chaouki Daassi 1, Laurence Nigay 2 and Marie-Christine Fauvet 2 1 Laboratoire SysCom, Université de Savoie, Chambéry, France 2 Laboratoire CLIPS-IMAG BP 53-38041,

More information

Modelling of an Adaptive Hypermedia System Based on Active Rules

Modelling of an Adaptive Hypermedia System Based on Active Rules Modelling of an Adaptive Hypermedia System Based on Active Rules Hussein Raad and Bernard Causse LIUPPA Université de Pau BP 576 64010 Pau cedex Tel : 01.47.98.72.84 raadhussein@hotmail.com Bernard.Causse@iutbay.univ-pau.fr

More information

Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal

Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal Margherita Sini 1, Gauri Salokhe 1, Christopher Pardy 1, Janice Albert 1, Johannes Keizer 1,

More information

For our sample application we have realized a wrapper WWWSEARCH which is able to retrieve HTML-pages from a web server and extract pieces of informati

For our sample application we have realized a wrapper WWWSEARCH which is able to retrieve HTML-pages from a web server and extract pieces of informati Meta Web Search with KOMET Jacques Calmet and Peter Kullmann Institut fur Algorithmen und Kognitive Systeme (IAKS) Fakultat fur Informatik, Universitat Karlsruhe Am Fasanengarten 5, D-76131 Karlsruhe,

More information

Schema Repository Database Evolution And Metamodeling

Schema Repository Database Evolution And Metamodeling Schema Repository Database Evolution And Metamodeling Evolving XML schemas and documents using UML class diagrams. E Domínguez, J 31, 2005. MeDEA: A database evolution architecture with traceability 21,

More information