Integration and Coordination in in both Mediator-Based and Peer-to-Peer Systems

Size: px
Start display at page:

Download "Integration and Coordination in in both Mediator-Based and Peer-to-Peer Systems"

Transcription

1 Dottorato di Ricerca in Ingegneria dell Informazione e sua applicazione nell Industria e nei Servizi Integration and Coordination in in both Mediator-Based and Peer-to-Peer Systems presenter: (pense@inform.unian.it) ( Tutor: Advisor: Prof. Maurizio Panti Prof. Luca Spalazzi Motivation The network allows any organizations/users to catch up services/information every time everywhere. Producers and consumers are constantly producing and consuming location-dependent and location-independent information. Producers and consumers are considered as autonomous units that need to be coordinated each other as automatically as possible. Generally, at any time, such units have no permanent network connections and no global visibility over partners/units.

2 Motivation In order to effectively support such scenarios, we must cope with the principal information coordination and integration issues that one expects when dealing with distributed, heterogeneous, and dynamic data: problem reformulation; data integration; source schema updating; consumer s information updating; failure handling. Goals In order to overcome such problems, we must build up an integration and coordination system that owns: an appropriate architecture; efficient query rewriting and data integration algorithms; expressive query language and data description language; an effective cooperation among all the components of the system;

3 Talk Overview Talk Overview - The Core Agent Platform and the Mediator-based System -- The information source -- The mediator - The Peer Agent System -- The Planner role -- The Strategy components - Conclusions and future work System Architecture System Architecture Software The Core Agent Platform (FIPA 97-98) 98) Mediator CBR-based Information Sources as wrapper agents Agent CBR Mediator Case- Memory Agent Management System Directory Facilitator db1 Wrapper 1 db2 Wrapper 2 Agent Communication Channel (IIOP)

4 Information Source Information Source A source provides an answer only when a query is equivalent to a portion of the local schema, therefore we need a query rewriting algorithm. Each source adopts a local-as-view (LAV) approach. Source View Representation: Definition. Let s be a source. Let T(s) be a terminology. Let V(s) be a set of concepts defined over T(s). Then S(s) = <T(s),V(s)> Translation Table: is a source view representation. Definition. Let S(s) = <T(s),S(s) = <T(s),V(s)>> be the source view representation of source s. Let V(s) = {V 1,,V n } where V 1,,V n are concepts defined over T(s). Let L be the local query language of the source. Let V 1L,,V nl be queries expressed in L corresponding to V 1,,V n respectively. Then Tt(s) = {<V i,v il > 1 i n} is the translation table of the source s. Information Source Information Source Query reformulation: [Beeri et al.,1997] SRew(Q, V(s)) = V { Q} inf (Q, V(s)) if if V V sup sup (Q, V(s)) φ (Q, V(s)) = φ Q Q Figure: A fragment of the Source View Representation S(w 3 ) of source w 3.

5 Mediator In our system, a mediated schema is composed by a collection of queries (i.e., views over a mediated schema) and their corresponding reformulation (i.e., views over the sources). Both represented as concepts over C-Classic terminology. Moreover, each mediator can cooperate with sources and other mediators. This allows the mediator to update its mediated schema every time a source schema change or a consumer has a new information need. As a consequence in our system, a mediator adopts a global-local-as-view (GLAV) approach. Mediator GLAV assertion: [Spalazzi et al., 2002] Definition. Let Q be a query. Let S 1,,S n be set of information sources. Let Q 1,,Q n be queries to S 1,,S n respectively. Let Sol(Q) be a set of arbitrary combinations of Q 1,, Q n such that each element of Sol(Q) is subsumed by Q. Then Q is a view over the mediated schema, Sol(Q) are views over the sources, i.e., a rewriting of the query Q, and <Q,Sol(Q),<(Q 1,S 1 ),,(Q n,s n )>> is a GLAV assertion. Mediated View Representation: Definition. Let m be a mediator. Let T(m) be a terminology. Let V(m) be a set of concepts defined over T(m) (views over the mediated schema). Let C(m) be a set of GLAV assertions defined over V(m). Then M(m) = <T(m),V(m),C(m)> is the mediated view representation of mediator m.

6 Mediator Local query reformulation: [Beeri et al.,1997] { Q} MRew(Q, C(m)) = i ( Xi ) V 1 inf (Q, V (s)) ( Sol( X i i )) if V sup if V sup (Q, V (m)) (Q, V (m)) = Failures: Figure: Taxonomies of failures. Talk Overview Talk Overview - The Core Agent Platform and the Mediator-based System -- The information source -- The mediator - The Peer Agent System -- The Planner role -- The Strategy components - Conclusions and future work

7 P2P: a definition P2P: a definition This paradigm, popularized by systems such as Napster and Gnutella, views a distributed system as an open, dynamic network of peers (coalition). Peer s main characteristics: each node is equal (peer) to the others and may operate as router, client, and server according to the task to be performed; has an independent addressing system; is able to cope with variable connectivity; uses an instant-messaging communication model. These characteristics make this model quite different from classical computing models (e.g. client-server and Web-based) Multi-Agent Systems Multi-Agent Systems Agent paradigm give us the better design mechanism to model P2P coalitions. Indeed, an agent encapsulates both client and sever capabilities in order to exhibit autonomous and collaborative behavior, i.e., as a peer requires. Moreover, several MASs have been used to support the exchange of services and information among agents into distributed, heterogeneous, and dynamic environments, e.g., the InfoSleuth project [Bayardo et al., 1997] and the system described in [Martìn et al., 1999]. Nevertheless, such works do not stress enough cooperation strategies among agents in order to overcome local failures that especially arise in P2P coalitions.

8 Peer Agent System Peer Agent System P2P Agent System Architecture by i* Strategic Dependency model [Yu and Mylopoulos, 1995] [Yu and Liu, 2001] users system Agent and Role (Actor). Softgoal dependency Task dependency Resource dependency The strategic Planner role The strategic Planner role When a Peer Agent is not able to satisfy (reformulate) a request (problem) locally this means a failure occurs. The Planner has to build up a cooperation strategy in order to overcome such a failure: distributed problem reformulation. [Penserini, 2002] Reformulation: each time a request/problem arrives the peer agent rewrites the request in terms of its local knowledge, i.e., mediator ability. [Spalazzi et al., 2002] Our analysis focuses on such principal local failure reasons: - inability to rewrite a given problem; - at least one partner, involved in the reformulation, causes the failure; - at least one partner, involved in the reformulation, is not connected; - a proposed solution to a partner is rejected.

9 Strategy Structure (Plan) Each strategy is a four element structure (plan): <partner, answer, modality, request> where each element contains several alternatives: Chose Partner: All Peers ((PA)), New Peers, Peers Temporarily Disconnected, Active Peers, Peers that succeed, Peers that Failed. Ask for Answer: Ask for Data, Ask for Reformulation, Ask for both Data and Reformulation. Chose Modality: Search for Peers, Wait for Peers, Send . Submit Request: Send the original (P), Send the reformulation (R), Send the failed components. Conclusions In this work, we have designed and implemented a multi-agent system prototype based both on the FIPA specification and on a mediator architecture. Available at: Besides, we have presented a preliminary study on the capabilities of a P2P-based collaborative information system. Moreover, we have proposed a way to model and evaluate cooperation strategies in a P2P agent system. In such a case, i* framework is suitable to figure out and visualize the intentional relationships among and the rational within actors of a P2P coalition.

10 Future Work Future Work We are improving the functionalities of a MAS (JEAP) in order to cope with the complexity introduced by P2P coalitions. Moreover, we are defining a comprehensive set of scenaria to evaluate our prototype system, and make sure it behaves as expected. In particular, we are working on a case study related to Virtual Enterprise s Supply Chain Management where applying our P2P-based collaborative information system. Some References Some References [Bayardo et al., 1997] Bayardo Jr., R. J., Bohrer, W., Brice, R., Cichocki, A., Fowler, J., Helal, A., Kashyap, V., Ksiezyk, T., Martin, G., Nodine, M., Rashid, M., Rusinkiewicz, M., Shea, R., Unnikrishnan, C., Unruh, A., and Woelk, D.: InfoSleuth: Agent-based semantic integration of information in open and dynamic environments. In Proc. of the ACM SIGMOD international conference on Management of data, Vol. 26, No. 2, June [Beeri et al., 1997] Beeri, C., Levy, A.Y., and Rousset, M. C.: Rewriting Queries Using Views in Description Logics. In Proc. of the 16th ACM Symposium on Principles of Database Systems (PODS), , ACM Press, Tucson, Arizona, [Martín et al., 1999] Martín, F. J., Plaza, E., and Arcos, J. L.: Knowledge and Experience Reuse through Communication among Competent (Peer) Agents. Published in International Journal of Software Engineering and Knowledge Engineering, Vol. 9, No. 3, , [Penserini, 2002] Penserini, L.: Integration and Coordination in both Mediator-Based and P2P Systems. Ph.D. Thesis, Istituto di Informatica, University of Ancona, Italy, [Penserini et al., 2002] Penserini, L., Lin, L., Mylopoulos, J., Panti, M., Spalazzi, L.: Cooperation Strategies for Agent-Based P2P Systems. Accepted in: WIAS: Web Intelligence and Agent Systems: An International Journal, Publisher: IOS Press, ISSN , 2002.

11 Some References Some References [Spalazzi et al., 2002] Spalazzi, L., Panti, M., Penserini, L.: Evaluation of Cooperation Strategies. TR , Computer Science Institute of University of Ancona, Ancona, Italy, [Yu and Liu, 2001] Yu, E., Liu, L.: Modelling Trust for System Design Using the i* Strategic Actors Frame-work. In: Trust in Cyber-Societies Integrating the Human and Artificial Perspectives. R. Falcone, M. Singh, Y.H. Tan, eds. LNAI-2246, pp , Springer, [Yu and Mylopoulos, 1995] Yu, E., Mylopoulos, J.: From E-R to A-R Modelling Strategic Relationships for Business Process Reengineering. Int. Journal of Intelligent and Cooperative Information Systems, 4(2&3), pp , 1995.

A View Integration Approach to Dynamic Composition of Web Services

A View Integration Approach to Dynamic Composition of Web Services A View Integration Approach to Dynamic Composition of Web Services Snehal Thakkar University of Southern California/ Information Sciences Institute 4676 Admiralty Way, Marina Del Rey, California 90292

More information

INTEGRATION OF XML DATA IN PEER-TO-PEER E-COMMERCE APPLICATIONS

INTEGRATION OF XML DATA IN PEER-TO-PEER E-COMMERCE APPLICATIONS INTEGRATION OF XML DATA IN PEER-TO-PEER E-COMMERCE APPLICATIONS Tadeusz Pankowski 1,2 1 Institute of Control and Information Engineering Poznan University of Technology Pl. M.S.-Curie 5, 60-965 Poznan

More information

Dynamically Composing Web Services from On-line Sources

Dynamically Composing Web Services from On-line Sources Dynamically Composing Web Services from On-line Sources Snehal Thakkar, Craig A. Knoblock, Jose Luis Ambite, Cyrus Shahabi University of Southern California Information Sciences Institute 4676 Admiralty

More information

A Data Integration Approach to Automatically Composing and Optimizing Web Services

A Data Integration Approach to Automatically Composing and Optimizing Web Services A Data Integration Approach to Automatically Composing and Optimizing Web Services Snehal Thakkar, José Luis Ambite and Craig A. Knoblock University of Southern California/ Information Sciences Institute

More information

Data Management in Peer-to-Peer Data Integration Systems

Data Management in Peer-to-Peer Data Integration Systems Book Title Book Editors IOS Press, 2003 1 Data Management in Peer-to-Peer Data Integration Systems Diego Calvanese a, Giuseppe De Giacomo b, Domenico Lembo b,1, Maurizio Lenzerini b, and Riccardo Rosati

More information

Processing Large Data Sets using a Cluster Computing Framework

Processing Large Data Sets using a Cluster Computing Framework Australian Journal of Basic and Applied Sciences, 5(6): 1614-1618, 2011 ISSN 1991-8178 Processing Large Data Sets using a Cluster Computing Framework 1 Imran Sarwar Bajwa, 2 Ahsan Ali Chaudhri, 3 M. Asif

More information

A View Integration Approach to Dynamic Composition of Web Services

A View Integration Approach to Dynamic Composition of Web Services A View Integration Approach to Dynamic Composition of Web Services Snehal Thakkar, Craig A. Knoblock, and José Luis Ambite University of Southern California/ Information Sciences Institute 4676 Admiralty

More information

Weather Data Warehouse: An Agent-Based Data Warehousing System

Weather Data Warehouse: An Agent-Based Data Warehousing System Weather Data Warehouse: An Agent-Based Data Warehousing System Gunjan Kalra Donald Steiner Quantum Leap Innovations {gk, dds}@quantumleap.us Abstract 1 The quality and content of data regarding certain

More information

Weather Data Warehouse: An Agent-Based Data Warehousing System

Weather Data Warehouse: An Agent-Based Data Warehousing System Weather Data Warehouse: An Agent-Based Data Warehousing System Gunjan Kalra Donald Steiner Quantum Leap Innovations {gk, dds}@quantumleap.us Abstract 1 The quality and content of data regarding certain

More information

A Hybrid Approach for Ontology Integration

A Hybrid Approach for Ontology Integration A Hybrid Approach for Ontology Integration Ahmed Alasoud Volker Haarslev Nematollaah Shiri Concordia University Concordia University Concordia University 1455 De Maisonneuve Blvd. West 1455 De Maisonneuve

More information

Integrating Heterogeneous Data Sources Using XML

Integrating Heterogeneous Data Sources Using XML Integrating Heterogeneous Data Sources Using XML 1 Yogesh R.Rochlani, 2 Prof. A.R. Itkikar 1 Department of Computer Science & Engineering Sipna COET, SGBAU, Amravati (MH), India 2 Department of Computer

More information

Data Integration. Maurizio Lenzerini. Universitá di Roma La Sapienza

Data Integration. Maurizio Lenzerini. Universitá di Roma La Sapienza Data Integration Maurizio Lenzerini Universitá di Roma La Sapienza DASI 06: Phd School on Data and Service Integration Bertinoro, December 11 15, 2006 M. Lenzerini Data Integration DASI 06 1 / 213 Structure

More information

Shuffling Data Around

Shuffling Data Around Shuffling Data Around An introduction to the keywords in Data Integration, Exchange and Sharing Dr. Anastasios Kementsietsidis Special thanks to Prof. Renée e J. Miller The Cause and Effect Principle Cause:

More information

Query Processing in Data Integration Systems

Query Processing in Data Integration Systems Query Processing in Data Integration Systems Diego Calvanese Free University of Bozen-Bolzano BIT PhD Summer School Bressanone July 3 7, 2006 D. Calvanese Data Integration BIT PhD Summer School 1 / 152

More information

Building Agents for Internet-based Supply Chain Integration

Building Agents for Internet-based Supply Chain Integration Craig A. Knoblock University of Southern California Information Sciences Institute and Integrated Media Systems Center 4676 Admiralty Way Marina del Rey, CA 90292-6695 Knoblock@isi.edu ABSTRACT Building

More information

P2P Data Integration and the Semantic Network Marketing System

P2P Data Integration and the Semantic Network Marketing System Principles of peer-to-peer data integration Maurizio Lenzerini Dipartimento di Informatica e Sistemistica Università di Roma La Sapienza Via Salaria 113, I-00198 Roma, Italy lenzerini@dis.uniroma1.it Abstract.

More information

FIPA agent based network distributed control system

FIPA agent based network distributed control system FIPA agent based network distributed control system V.Gyurjyan, D. Abbott, G. Heyes, E. Jastrzembski, C. Timmer, E. Wolin TJNAF, Newport News, VA 23606, USA A control system with the capabilities to combine

More information

Professional Services Automation: A Knowledge Management approach using LSI and Domain Specific Ontologies

Professional Services Automation: A Knowledge Management approach using LSI and Domain Specific Ontologies From: FLAIRS-01 Proceedings. Copyright 2001, AAAI (www.aaai.org). All rights reserved. Professional Services Automation: A Knowledge Management approach using LSI and Domain Specific Ontologies Vipul Kashyap,

More information

Peer-to-Peer: an Enabling Technology for Next-Generation E-learning

Peer-to-Peer: an Enabling Technology for Next-Generation E-learning Peer-to-Peer: an Enabling Technology for Next-Generation E-learning Aleksander Bu lkowski 1, Edward Nawarecki 1, and Andrzej Duda 2 1 AGH University of Science and Technology, Dept. Of Computer Science,

More information

Remote support for lab activities in educational institutions

Remote support for lab activities in educational institutions Remote support for lab activities in educational institutions Marco Mari 1, Agostino Poggi 1, Michele Tomaiuolo 1 1 Università di Parma, Dipartimento di Ingegneria dell'informazione 43100 Parma Italy {poggi,mari,tomamic}@ce.unipr.it,

More information

IJSER Figure1 Wrapper Architecture

IJSER Figure1 Wrapper Architecture International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May-2014 24 ONTOLOGY BASED DATA INTEGRATION WITH USER FEEDBACK Devini.K, M.S. Hema Abstract-Many applications need to access

More information

Schema Mediation and Query Processing in Peer Data Management Systems

Schema Mediation and Query Processing in Peer Data Management Systems Schema Mediation and Query Processing in Peer Data Management Systems by Jie Zhao B.Sc., Fudan University, 2003 A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF Master of

More information

A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System

A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System Mohammad Ghulam Ali Academic Post Graduate Studies and Research Indian Institute of Technology, Kharagpur Kharagpur,

More information

Advanced Peer to Peer Discovery and Interaction Framework

Advanced Peer to Peer Discovery and Interaction Framework Advanced Peer to Peer Discovery and Interaction Framework Peeyush Tugnawat J.D. Edwards and Company One, Technology Way, Denver, CO 80237 peeyush_tugnawat@jdedwards.com Mohamed E. Fayad Computer Engineering

More information

A Tutorial on Data Integration

A Tutorial on Data Integration A Tutorial on Data Integration Maurizio Lenzerini Dipartimento di Informatica e Sistemistica Antonio Ruberti, Sapienza Università di Roma DEIS 10 - Data Exchange, Integration, and Streaming November 7-12,

More information

Cloud Computing and Software Agents: Towards Cloud Intelligent Services

Cloud Computing and Software Agents: Towards Cloud Intelligent Services Cloud Computing and Software Agents: Towards Cloud Intelligent Services Domenico Talia ICAR-CNR & University of Calabria Rende, Italy talia@deis.unical.it Abstract Cloud computing systems provide large-scale

More information

A Grid Architecture for Manufacturing Database System

A Grid Architecture for Manufacturing Database System Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies

More information

Virtual Data Integration

Virtual Data Integration Virtual Data Integration Helena Galhardas Paulo Carreira DEI IST (based on the slides of the course: CIS 550 Database & Information Systems, Univ. Pennsylvania, Zachary Ives) Agenda Terminology Conjunctive

More information

Structured and Semi-Structured Data Integration

Structured and Semi-Structured Data Integration UNIVERSITÀ DEGLI STUDI DI ROMA LA SAPIENZA DOTTORATO DI RICERCA IN INGEGNERIA INFORMATICA XIX CICLO 2006 UNIVERSITÉ DE PARIS SUD DOCTORAT DE RECHERCHE EN INFORMATIQUE Structured and Semi-Structured Data

More information

P2PCloud-W: A Novel P2PCloud Workflow Management Architecture Based on Petri Net

P2PCloud-W: A Novel P2PCloud Workflow Management Architecture Based on Petri Net , pp.191-200 http://dx.doi.org/10.14257/ijgdc.2015.8.2.18 P2PCloud-W: A Novel P2PCloud Workflow Management Architecture Based on Petri Net Xuemin Zhang, Zenggang Xiong *, Gangwei Wang, Conghuan Ye and

More information

Using Peer to Peer Dynamic Querying in Grid Information Services

Using Peer to Peer Dynamic Querying in Grid Information Services Using Peer to Peer Dynamic Querying in Grid Information Services Domenico Talia and Paolo Trunfio DEIS University of Calabria HPC 2008 July 2, 2008 Cetraro, Italy Using P2P for Large scale Grid Information

More information

XML DATA INTEGRATION SYSTEM

XML DATA INTEGRATION SYSTEM XML DATA INTEGRATION SYSTEM Abdelsalam Almarimi The Higher Institute of Electronics Engineering Baniwalid, Libya Belgasem_2000@Yahoo.com ABSRACT This paper describes a proposal for a system for XML data

More information

A Multi-Agent Approach to a Distributed Schedule Management System

A Multi-Agent Approach to a Distributed Schedule Management System UDC 001.81: 681.3 A Multi-Agent Approach to a Distributed Schedule Management System VYuji Wada VMasatoshi Shiouchi VYuji Takada (Manuscript received June 11,1997) More and more people are engaging in

More information

Peer Data Management Systems Concepts and Approaches

Peer Data Management Systems Concepts and Approaches Peer Data Management Systems Concepts and Approaches Armin Roth HPI, Potsdam, Germany Nov. 10, 2010 Armin Roth (HPI, Potsdam, Germany) Peer Data Management Systems Nov. 10, 2010 1 / 28 Agenda 1 Large-scale

More information

Web-Based Genomic Information Integration with Gene Ontology

Web-Based Genomic Information Integration with Gene Ontology Web-Based Genomic Information Integration with Gene Ontology Kai Xu 1 IMAGEN group, National ICT Australia, Sydney, Australia, kai.xu@nicta.com.au Abstract. Despite the dramatic growth of online genomic

More information

INFORMATION INTEGRATION ARCHITECTURE DEVELOPMENT: A MULTI-AGENT APPROACH

INFORMATION INTEGRATION ARCHITECTURE DEVELOPMENT: A MULTI-AGENT APPROACH INFORMATION INTEGRATION ARCHITECTURE DEVELOPMENT: A MULTI-AGENT APPROACH Stéphane Faulkner, Manuel Kolp, Tai Nguyen, Adrien Coyette, Tung Do Information Systems Research Unit, University of Louvain, 1

More information

Integrating XML Data Sources using RDF/S Schemas: The ICS-FORTH Semantic Web Integration Middleware (SWIM)

Integrating XML Data Sources using RDF/S Schemas: The ICS-FORTH Semantic Web Integration Middleware (SWIM) Integrating XML Data Sources using RDF/S Schemas: The ICS-FORTH Semantic Web Integration Middleware (SWIM) Extended Abstract Ioanna Koffina 1, Giorgos Serfiotis 1, Vassilis Christophides 1, Val Tannen

More information

Data integration and reconciliation in Data Warehousing: Conceptual modeling and reasoning support

Data integration and reconciliation in Data Warehousing: Conceptual modeling and reasoning support Data integration and reconciliation in Data Warehousing: Conceptual modeling and reasoning support Diego Calvanese Giuseppe De Giacomo Riccardo Rosati Dipartimento di Informatica e Sistemistica Università

More information

XOP: Sharing XML Data Objects through Peer-to-Peer Networks

XOP: Sharing XML Data Objects through Peer-to-Peer Networks 22nd International Conference on Advanced Information Networking and Applications XOP: Sharing XML Data Objects through Peer-to-Peer Networks Itamar de Rezende, Frank Siqueira Department of Informatics

More information

Grid Data Integration based on Schema-mapping

Grid Data Integration based on Schema-mapping Grid Data Integration based on Schema-mapping Carmela Comito and Domenico Talia DEIS, University of Calabria, Via P. Bucci 41 c, 87036 Rende, Italy {ccomito, talia}@deis.unical.it http://www.deis.unical.it/

More information

Research on Distributed Knowledge Base System Architecture for Knowledge Sharing of Virtual Organization

Research on Distributed Knowledge Base System Architecture for Knowledge Sharing of Virtual Organization Research on Distributed Knowledge Base System Architecture for Knowledge Sharing of Virtual Organization Ruzhi Xu 1,2 Peiguang Lin 1 Cheng Liu 1 1 School of Computer & Information Engineering, Shandong

More information

Mastem: A Mathematics Tutoring Multi-Agent System

Mastem: A Mathematics Tutoring Multi-Agent System Mastem: A Mathematics Tutoring Multi-Agent System Jéssyka Vilela 1, Ricardo Ramos 2, Jaelson Castro 1 1 Universidade Federal de Pernambuco Centro de Informática Av. Jornalista Anibal Fernandes, S/N, Cidade

More information

One for All and All in One

One for All and All in One One for All and All in One A learner modelling server in a multi-agent platform Isabel Machado 1, Alexandre Martins 2 and Ana Paiva 2 1 INESC, Rua Alves Redol 9, 1000 Lisboa, Portugal 2 IST and INESC,

More information

Schema Mappings and Agents Actions in P2P Data Integration System 1

Schema Mappings and Agents Actions in P2P Data Integration System 1 Journal of Universal Computer Science, vol. 14, no. 7 (2008), 1048-1060 submitted: 1/10/07, accepted: 21/1/08, appeared: 1/4/08 J.UCS Schema Mappings and Agents Actions in P2P Data Integration System 1

More information

How To Understand Data Integration

How To Understand Data Integration Data Integration 1 Giuseppe De Giacomo e Antonella Poggi Dipartimento di Informatica e Sistemistica Antonio Ruberti Università di Roma La Sapienza Seminari di Ingegneria Informatica: Integrazione di Dati

More information

OWL based XML Data Integration

OWL based XML Data Integration OWL based XML Data Integration Manjula Shenoy K Manipal University CSE MIT Manipal, India K.C.Shet, PhD. N.I.T.K. CSE, Suratkal Karnataka, India U. Dinesh Acharya, PhD. ManipalUniversity CSE MIT, Manipal,

More information

Designing an Adaptive Virtual Guide for Web Applications

Designing an Adaptive Virtual Guide for Web Applications 6th ERCIM Workshop "User Interfaces for All" Long Paper Designing an Adaptive Virtual Guide for Web Applications Luisa Marucci, Fabio Paternò CNUCE-C.N.R. Via V.Alfieri 1, 56010 Ghezzano - Pisa, Italy

More information

Grid Data Integration Based on Schema Mapping

Grid Data Integration Based on Schema Mapping Grid Data Integration Based on Schema Mapping Carmela Comito and Domenico Talia DEIS, University of Calabria, Via P. Bucci 41 c, 87036 Rende, Italy {ccomito, talia}@deis.unical.it http://www.deis.unical.it/

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

Enterprise Modeling and Data Warehousing in Telecom Italia

Enterprise Modeling and Data Warehousing in Telecom Italia Enterprise Modeling and Data Warehousing in Telecom Italia Diego Calvanese Faculty of Computer Science Free University of Bolzano/Bozen Piazza Domenicani 3 I-39100 Bolzano-Bozen BZ, Italy Luigi Dragone,

More information

Trust Model for Hybrid Security Architecture Based on Reputation for Secure Execution of Mobile Agents

Trust Model for Hybrid Security Architecture Based on Reputation for Secure Execution of Mobile Agents International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 1 (2014), pp. 67-72 International Research Publications House http://www. irphouse.com /ijict.htm Trust

More information

UNIVERSITY OF TRENTO A PEER-TO-PEER DATABASE MANAGEMENT SYSTEM. Albena Roshelova. June 2004. Technical Report # DIT-04-057

UNIVERSITY OF TRENTO A PEER-TO-PEER DATABASE MANAGEMENT SYSTEM. Albena Roshelova. June 2004. Technical Report # DIT-04-057 UNIVERSITY OF TRENTO DEPARTMENT OF INFORMATION AND COMMUNICATION TECHNOLOGY 38050 Povo Trento (Italy), Via Sommarive 14 http://www.dit.unitn.it A PEER-TO-PEER DATABASE MANAGEMENT SYSTEM Albena Roshelova

More information

Intelligent Agents Serving Based On The Society Information

Intelligent Agents Serving Based On The Society Information Intelligent Agents Serving Based On The Society Information Sanem SARIEL Istanbul Technical University, Computer Engineering Department, Istanbul, TURKEY sariel@cs.itu.edu.tr B. Tevfik AKGUN Yildiz Technical

More information

Agent-based dam monitoring

Agent-based dam monitoring Agent-based dam monitoring V. BETTZIECHE, Ruhrverband (Ruhr River Association), Essen, GER SYNOPSIS. The monitoring of security relevant structures is a task of growing importance in civil engineering.

More information

Planning and Optimizing Semantic Information Requests Using Domain Modeling and Resource Characteristics

Planning and Optimizing Semantic Information Requests Using Domain Modeling and Resource Characteristics Planning and Optimizing Semantic Information Requests Using Domain Modeling and Resource Characteristics Shuchi Patel and Amit Sheth Large Scale Distributed Information Systems (LSDIS) Lab Department of

More information

How Regular Business Has Becomes Mobile Business. A Mobile Agent Approach

How Regular Business Has Becomes Mobile Business. A Mobile Agent Approach MPRA Munich Personal RePEc Archive How Regular Business Has Becomes Mobile Business. A Mobile Agent Approach Andy Stefănescu University of Craiova, Faculty of Economics and Business Administration 2008

More information

Goal-Based Self-Contextualization

Goal-Based Self-Contextualization Goal-Based Self-Contextualization Raian Ali, Fabiano Dalpiaz Paolo Giorgini University of Trento - DISI, 38100, Povo, Trento, Italy {raian.ali, fabiano.dalpiaz, paolo.giorgini}@disi.unitn.it Abstract.

More information

Te.S.C.He.T. Technology System for Cultural. Heritage in Tourism. Vito Morreale Engineering Ingegneria Informatica S.p.A. FIPA Meeting Palermo 10th

Te.S.C.He.T. Technology System for Cultural. Heritage in Tourism. Vito Morreale Engineering Ingegneria Informatica S.p.A. FIPA Meeting Palermo 10th Te.S.C.He.T. Technology System for Cultural Heritage in Tourism Vito Morreale Engineering Ingegneria Informatica S.p.A. FIPA Meeting Palermo 10th February 2003 Contents What is Te.S.C.He.T.? Current and

More information

On-Demand Business Process Integration Based on Intelligent Web Services

On-Demand Business Process Integration Based on Intelligent Web Services 132 On-Demand Business Process Integration Based on Intelligent Web Services Xiaohua Lu 1, Yinsheng Li 1, Ying Huang 2 1 Software School, Fudan University, Shanghai, China Phone: +86-21-55664096-808, {0014010,

More information

AGENT TECHNOLOGY ASA SOLUTION FOR NETWORK-ENABLED GIS

AGENT TECHNOLOGY ASA SOLUTION FOR NETWORK-ENABLED GIS AGENT TECHNOLOGY ASA SOLUTION FOR NETWORK-ENABLED Saeid M. Kalantari a, Ali A. Alesheikh b a Graduate student of master, Dept. of Eng. sm_kalantary@yahoo.com b Assistant Professor, Dept. of Eng. alesheikh@kntu.ac.ir

More information

Towards an Agent Oriented approach to Software Engineering

Towards an Agent Oriented approach to Software Engineering Towards an Agent Oriented approach to Software Engineering Anna Perini and Paolo Bresciani ITC-IRST Via Sommarive 18, 38055 Povo, Trento, Italy perini,bresciani @irst.itc.it John Mylopoulos Department

More information

Query reformulation for an XML-based Data Integration System

Query reformulation for an XML-based Data Integration System Query reformulation for an XML-based Data Integration System Bernadette Farias Lóscio Ceará State University Av. Paranjana, 1700, Itaperi, 60740-000 - Fortaleza - CE, Brazil +55 85 3101.8600 berna@larces.uece.br

More information

IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD

IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Journal homepage: www.mjret.in ISSN:2348-6953 IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Deepak Ramchandara Lad 1, Soumitra S. Das 2 Computer Dept. 12 Dr. D. Y. Patil School of Engineering,(Affiliated

More information

INTEROPERABILITY IN DATA WAREHOUSES

INTEROPERABILITY IN DATA WAREHOUSES INTEROPERABILITY IN DATA WAREHOUSES Riccardo Torlone Roma Tre University http://torlone.dia.uniroma3.it/ SYNONYMS Data warehouse integration DEFINITION The term refers to the ability of combining the content

More information

A Dynamic Query Processing Architecture for Data Integration Systems

A Dynamic Query Processing Architecture for Data Integration Systems A Dynamic Query Processing Architecture for Data Integration Systems Luc Bouganim Ý, Françoise Fabret, C. Mohan Þ, Patrick Valduriez Ý PRiSM Versailles, France Luc.Bouganim@prism.uvsq.fr INRIA Rocquencourt,

More information

2.2 Research Questions The main research question of this paper is:

2.2 Research Questions The main research question of this paper is: Comparison between information system architectures Thijs Zwiers University of Twente P.O. Box 217, 7500AE Enschede The Netherlands t.zwiers@student.utwente.nl ABSTRACT There are different types of information

More information

Accessing Data Integration Systems through Conceptual Schemas (extended abstract)

Accessing Data Integration Systems through Conceptual Schemas (extended abstract) Accessing Data Integration Systems through Conceptual Schemas (extended abstract) Andrea Calì, Diego Calvanese, Giuseppe De Giacomo, Maurizio Lenzerini Dipartimento di Informatica e Sistemistica Università

More information

MULTI AGENT-BASED DISTRIBUTED DATA MINING

MULTI AGENT-BASED DISTRIBUTED DATA MINING MULTI AGENT-BASED DISTRIBUTED DATA MINING REECHA B. PRAJAPATI 1, SUMITRA MENARIA 2 Department of Computer Science and Engineering, Parul Institute of Technology, Gujarat Technology University Abstract:

More information

The Research on System Framework and Application of Analytical CRM based on MAS

The Research on System Framework and Application of Analytical CRM based on MAS The Research on System Framework and Application of Analytical CRM based on MAS Pei Liu RanRan Li GuoRui Jiang Economics and Management School Beijing University of Technology, Beijing ABSTRACT This paper

More information

Self-describing Agents

Self-describing Agents Self-describing Agents Günther Görz, Bernd Ludwig, Peter Reiß, Bernhard Schiemann, Tobias Seutter Department of Computer Science 8 University Erlangen-Nuremberg Haberstraße 2 91058 Erlangen {goerz, bernd.ludwig,

More information

An Agent-based Middleware for Adaptive Systems

An Agent-based Middleware for Adaptive Systems An Agent-based Middleware for Adaptive Systems Nauman A. Qureshi, Anna Perini Software Engineering Research Group Fondazione Bruno Kessler - IRST Via Sommarive, 18, 38050 Trento, Italy {qureshi, perini}@fbk.eu

More information

Query Reformulation over Ontology-based Peers (Extended Abstract)

Query Reformulation over Ontology-based Peers (Extended Abstract) Query Reformulation over Ontology-based Peers (Extended Abstract) Diego Calvanese 1, Giuseppe De Giacomo 2, Domenico Lembo 2, Maurizio Lenzerini 2, and Riccardo Rosati 2 1 Faculty of Computer Science,

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

An ontology-based mediation architecture for E-commerce applications

An ontology-based mediation architecture for E-commerce applications An ontology-based mediation architecture for E-commerce applications O. Corcho 1, A. Gomez-Perez 1, A. Leger 2, C. Rey 3, and F. Toumani 3 1 Universidad Politécnica de Madrid (ocorcho@fi.upm.es, asun@fi.upm.es)

More information

The Data Warehouse Design Problem through a Schema Transformation Approach

The Data Warehouse Design Problem through a Schema Transformation Approach The Data Warehouse Design Problem through a Schema Transformation Approach V. Mani Sharma, P.Premchand Associate Professor, Nalla Malla Reddy Engineering College Hyderabad, Andhra Pradesh, India Dean,

More information

Data Quality in Information Integration and Business Intelligence

Data Quality in Information Integration and Business Intelligence Data Quality in Information Integration and Business Intelligence Leopoldo Bertossi Carleton University School of Computer Science Ottawa, Canada : Faculty Fellow of the IBM Center for Advanced Studies

More information

Distributed Framework for Social Networks

Distributed Framework for Social Networks Distributed Framework for Social Networks Dr.-Ing. Kalman Graffi graffi@mail.upb.de Tel. +49 5251 606730 Fachgebiet Multimedia Kommunikation Prof. Dr. Christian Scheideler Fakultät für Elektrotechnik,

More information

Analyzing Requirements of Knowledge Management Systems with the Support of Agent Organizations

Analyzing Requirements of Knowledge Management Systems with the Support of Agent Organizations Analyzing Requirements of Knowledge Management Systems with the Support of Agent Organizations Renata S. S. Guizzardi 1, Anna Perini 2 1 Computer Science Department University of Twente (UT) P.O. Box 217

More information

Database Middleware and Web Services for Data Distribution and Integration in Distributed Heterogeneous Database Systems

Database Middleware and Web Services for Data Distribution and Integration in Distributed Heterogeneous Database Systems Database Middleware and Web Services for Data Distribution and Integration in Distributed Heterogeneous Database Systems Han-Chieh Wei Computer Science Department University of Central Arkansas Conway

More information

Normative Ontologies to Define Regulations Over Roles in Open Multi- Agent Systems

Normative Ontologies to Define Regulations Over Roles in Open Multi- Agent Systems Normative Ontologies to Define Regulations Over Roles in Open Multi- Agent Systems Carolina Felicíssimo, Carlos Lucena, Gustavo Carvalho and Rodrigo Paes Departamento de Informática PUC Rio Rua Marquês

More information

Integrating Tools for Supporting Software Project Time Management: An Ontology-based Approach

Integrating Tools for Supporting Software Project Time Management: An Ontology-based Approach Integrating Tools for Supporting Software Project Time Management: An Ontology-based Approach Glaice Kelly da Silva Quirino, Ricardo de Almeida Falbo Ontology and Conceptual Modeling Research Group (NEMO),

More information

Fabien.Gandon@sophia.inria.fr. Semantic Web and Multi-Agent Approach to Corporate Memory Management

Fabien.Gandon@sophia.inria.fr. Semantic Web and Multi-Agent Approach to Corporate Memory Management Fabien Gandon, Rose Dieng-Kuntz, Olivier Corby, Alain Giboin Semantic Web and Multi- Approach to Corporate Memory Management Fabien Gandon, Rose Dieng-Kuntz, Olivier Corby, Alain Giboin Semantic Web and

More information

Information integration platform for CIMS. Chan, FTS; Zhang, J; Lau, HCW; Ning, A

Information integration platform for CIMS. Chan, FTS; Zhang, J; Lau, HCW; Ning, A Title Information integration platform for CIMS Author(s) Chan, FTS; Zhang, J; Lau, HCW; Ning, A Citation IEEE International Conference on Management of Innovation and Technology Proceedings, Singapore,

More information

Process Mining in Big Data Scenario

Process Mining in Big Data Scenario Process Mining in Big Data Scenario Antonia Azzini, Ernesto Damiani SESAR Lab - Dipartimento di Informatica Università degli Studi di Milano, Italy antonia.azzini,ernesto.damiani@unimi.it Abstract. In

More information

Logical Information Modeling of Web-accessible Heterogeneous Digital Assets

Logical Information Modeling of Web-accessible Heterogeneous Digital Assets Logical Information Modeling of Web-accessible Heterogeneous Digital Assets Kshitij Shah and Amit Sheth Large Scale Distributed Information Systems Lab 415 GSRC, University of Georgia, Athens GA 30602-7404

More information

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity

More information

Rackspace Cloud Databases and Container-based Virtualization

Rackspace Cloud Databases and Container-based Virtualization Rackspace Cloud Databases and Container-based Virtualization August 2012 J.R. Arredondo @jrarredondo Page 1 of 6 INTRODUCTION When Rackspace set out to build the Cloud Databases product, we asked many

More information

Navigational Plans For Data Integration

Navigational Plans For Data Integration Navigational Plans For Data Integration Marc Friedman University of Washington friedman@cs.washington.edu Alon Levy University of Washington alon@cs.washington.edu Todd Millstein University of Washington

More information

Curriculum Vitae et Studiorum Dossier n. 48773. Cinzia Di Giusto

Curriculum Vitae et Studiorum Dossier n. 48773. Cinzia Di Giusto Curriculum Vitae et Studiorum Dossier n. 48773 Cinzia Di Giusto December 31, 2010 Personal Information: Date of birth: Nationality: Di Giusto, Cinzia Oct 17, 1979 in Udine, Italy Italian Home address:

More information

Supporting Social Networks with Agents

Supporting Social Networks with Agents Supporting Social Networks with Agents Federico Bergenti Dipartimento di Matematica e Informatica Università degli Studi di Parma 43124 Parma, Italy e-mail: federico.bergenti@unipr.it Agostino Poggi, Michele

More information

A Workbench for Prototyping XML Data Exchange (extended abstract)

A Workbench for Prototyping XML Data Exchange (extended abstract) A Workbench for Prototyping XML Data Exchange (extended abstract) Renzo Orsini and Augusto Celentano Università Ca Foscari di Venezia, Dipartimento di Informatica via Torino 155, 30172 Mestre (VE), Italy

More information

RESEARCH ISSUES IN PEER-TO-PEER DATA MANAGEMENT

RESEARCH ISSUES IN PEER-TO-PEER DATA MANAGEMENT RESEARCH ISSUES IN PEER-TO-PEER DATA MANAGEMENT Bilkent University 1 OUTLINE P2P computing systems Representative P2P systems P2P data management Incentive mechanisms Concluding remarks Bilkent University

More information

Cloud Computing for Agent-based Traffic Management Systems

Cloud Computing for Agent-based Traffic Management Systems Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion

More information

Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique

Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique Hyeon Soo Kim School of Comp. Eng. and Software Eng., Kum Oh National University

More information

Case-based Reasoning in Agent-based Decision Support System

Case-based Reasoning in Agent-based Decision Support System Acta Polytechnica Hungarica Vol. 4, No. 1, 2007 Case-based Reasoning in Agent-based Decision Support System Jolana Sebestyénová Institute of Informatics, Slovak Academy of Sciences Dúbravská cesta 9, 845

More information

A Framework for Developing the Web-based Data Integration Tool for Web-Oriented Data Warehousing

A Framework for Developing the Web-based Data Integration Tool for Web-Oriented Data Warehousing A Framework for Developing the Web-based Integration Tool for Web-Oriented Warehousing PATRAVADEE VONGSUMEDH School of Science and Technology Bangkok University Rama IV road, Klong-Toey, BKK, 10110, THAILAND

More information

A MEDIATION LAYER FOR HETEROGENEOUS XML SCHEMAS

A MEDIATION LAYER FOR HETEROGENEOUS XML SCHEMAS A MEDIATION LAYER FOR HETEROGENEOUS XML SCHEMAS Abdelsalam Almarimi 1, Jaroslav Pokorny 2 Abstract This paper describes an approach for mediation of heterogeneous XML schemas. Such an approach is proposed

More information

Towards Distributed Service Platform for Extending Enterprise Applications to Mobile Computing Domain

Towards Distributed Service Platform for Extending Enterprise Applications to Mobile Computing Domain Towards Distributed Service Platform for Extending Enterprise Applications to Mobile Computing Domain Pakkala D., Sihvonen M., and Latvakoski J. VTT Technical Research Centre of Finland, Kaitoväylä 1,

More information

DATA CO-ORDINATION OF SEMANTIC SUPERVISING IN P2P DATABASE SYSTEM

DATA CO-ORDINATION OF SEMANTIC SUPERVISING IN P2P DATABASE SYSTEM DATA CO-ORDINATION OF SEMANTIC SUPERVISING IN P2P DATABASE SYSTEM 1 GANESAN VEERAPPAN, 2 SURESH GNANA DHAS 1 Asst. Professor, Dept. of MCA, Sri Venkateswara College of Engg. & Tech., Thiruvallur Dt. 2

More information

AGENT-BASED DOCUMENT MANAGEMENT WITHIN THE WHOLE LIFECYCLE OF INFORMATION SYSTEM Viacheslav Lanin, George Sokolov

AGENT-BASED DOCUMENT MANAGEMENT WITHIN THE WHOLE LIFECYCLE OF INFORMATION SYSTEM Viacheslav Lanin, George Sokolov 256 AGENT-BASED DOCUMENT MANAGEMENT WITHIN THE WHOLE LIFECYCLE OF INFORMATION SYSTEM Viacheslav Lanin, George Sokolov Abstract: In this paper an approach to using unstructured documents intelligent processing

More information