P2P Knowledge Management: an Investigation of the Technical Architecture and Main Processes

Size: px
Start display at page:

Download "P2P Knowledge Management: an Investigation of the Technical Architecture and Main Processes"

Transcription

1 P2P Management: an Investigation of the Technical Architecture and Main Processes Oscar Mangisengi, Wolfgang Essmayr Software Competence Center Hagenberg (SCCH) Hauptstrasse 99, A-4232 Hagenberg, Austria {oscar.mangisengi, Abstract This paper presents the architecture of peer-to-peer (P2P) management of knowledge artifacts based on a distributed ontology. We analyze the main processes of Management (KM), namely, knowledge acquisition and knowledge retrieval. P2P information management and ontologies yield significant advantages when combined and applied as advanced Web application for KM: (1) the knowledge owner (called knowledge peer) keeps control of his/her ontologies and knowledge artifacts against other knowledge peers, (2) corporations benefit because valuable knowledge will spread among knowledge peers due to P2P properties and thus will not be lost even if particular individuals leave the corporation. 1. Introduction is a critical resource and an essential element for any business activity as well as for supporting an enterprise s business strategy respectively [7]. The classical myth of knowledge management (KM) systems for finding knowledge relevant to the problem at hand is becoming increasingly critical in the dynamically changing world of business [5][6]. A classical KM approach is managed by a centralized model, since centralization brings advantages in terms of scope, control, and organization. However, centralized KM systems remain issues on ad-hoc or loosely coupled systems, specialist file sharing, specialist indexing, and deployment [8]. The major obstacle to our mind is that knowledge workers hesitate to release their knowledge from their own control thus giving up autonomy and anonymity. Therefore, corporations fail to establish a centralized knowledge base, which is believed to solve all of their problems. Peer-to-peer (P2P) computing model allows separating the concepts of authoring information and publishing that same information which allows for decentralized application design [20]. The notion of P2P-based distributed application design also enables decentralized and distributed KM systems thus achieving a selforganized management. On the other hand, ontology, as an explicit specification of a conceptualization [4], provides a significant contribution to influence the further development of KM systems [5][11][3][6][19]. There exist some research efforts corresponding to KM systems, ontology, and P2P computing as follows. In [11] [3] [6] [19] KM systems are developed based on ontology approach. The next-generation KM is being investigated in [12]. Recently, substantial research efforts of industrial companies and universities concerning P2P computing are conducted in [2] [13]. In addition, other efforts on using P2P computing for KM are given in [9] [8]. In this paper we propose a model for ontology-based management of knowledge artifacts using a P2P computing model. We identify the processes to acquire knowledge of knowledge artifact resources as well as to retrieve knowledge from a distributed knowledge base. We approach the superimposed layer for classifying knowledge artifacts using XTM Topic Maps. The remainder of this paper is organized as follows. Section 2 presents the role of ontologies and P2P in KM as well as related work. Section 3 presents an overview of the implemented architecture. In section 4 we present the knowledge acquisition process of knowledge artifacts where as section 5 presents the knowledge retrieval process. Finally, conclusions and further work are given in section The Role of Ontologies and Peer-to-Peer Computing in Management A knowledge artifact is anything that allows knowledge to be communicated independently of its holder [14] (e.g., documents, database entities, s, workflows). artifacts may either be of structured, semistructured, or unstructured nature. In KM systems, an ontology [4] is used to capture implicit knowledge of the knowledge workers and to associate it with knowledge artifacts for classification, search, and browsing purposes.

2 Both, the knowledge artifacts and the ontology are to be managed in a P2P style thus residing on a node in the P2P information system and acting both as client and server (i.e. servent). Each node can directly communicate with other nodes (i.e. building a P2P network) for acquiring and retrieving knowledge. Based on the key properties of P2P systems [1][2], we believe that P2P - based on ontologies enhances KM due to the several aspects: First, P2P systems are used for information discovery and sharing. If data and information are constantly enriched with semantics (e.g. by using ontologies), P2P can be the ideal basis for supporting KM. Furthermore, P2P systems have no central coordination or database. This corresponds to the fact that KM is a process where corporations fail to enforce central control and authority. In contrast, the global behavior of a P2P KM system (i.e., capturing, sharing, and leveraging knowledge) emerges from individual local interactions among the participating peers (i.e, the knowledge workers). Additionally, P2P nodes are autonomous. This corresponds to the problem that knowledge workers hesitate to disseminate their knowledge. Applying P2P entitles knowledge workers to keep the autonomy on their knowledge since their artifacts and ontology reside at their own peer. Thus, knowledge workers can control who should have access to which parts of the resources. Generally, in P2P environments every node pays its participation by providing access to its resources. Thus, sharing knowledge artifacts is a win-win situation comparable to sharing MP3s ( I have something you do not have and I need something you have ). The widespread usage of systems like Napster and Gnutella illustrated the potential of such approaches. Furthermore, computational efficiency is not the main goal of P2P systems. Instead, exploiting existing resources, autonomy, or anonymity are (some of) the main driving forces. Thus, exploiting existing knowledge artifacts whilst preserving the autonomy and to some extend the anonymity of knowledge workers can contribute significantly to the success of KM efforts. Finally, P2P systems are self-organized information systems. Thus, P2P has the potential to stimulate the acquisition and retrieval of knowledge. Corporations will also benefit because valuable knowledge will spread among knowledge workers and will not be lost even if particular individuals leave the corporation. P2P also captures great potential to overcome semantic heterogeneity with respect to distributed ontologies due to its self-organizing properties. 3. Architecture Overview This section provides an overview of the system architecture of our model for ontology-based management of knowledge artifacts using a P2P approach. Figure 1 illustrates the four layers implementing a knowledge peer namely the P2P communication layer, the knowledge artifact management layer, the knowledge artifact resources layer, and the data sources layer. The following sub-sections describe the particular layers in more detail. P2P communication layer Browsing artifact management layer Loading, extraction artifact resources layer Media Data sources layer Searching P2P Network Query services Modeling artifact Database Merging, integration metadata acquisition management Capture Descriptive metadata Document Figure 1. Four-layered architecture 3.1. Data Sources Layer The data sources layer holds the knowledge artifact sources stored in different systems and they consist of different types in structure (i.e., (un-/semi-) structured sources, e.g. documents, s, database entities, etc.). Document sources may also have different file formats. The physical sources of these back-end systems are exported to the knowledge artifact resources layer using a back-end interface abstraction. It allows identifying metadata required for the self-organized management.

3 3.2. Artifact Resources Layer The knowledge artifacts layer realizes a central local for storing knowledge artifacts within a peer node. It also contains descriptive metadata derived from importing data sources used for realizing selforganized management. Providing a local knowledge artifact has advantages in terms of consistency with the local ontology and - as it requires an additional step - also facilitates the awareness of knowledge workers, which of their knowledge artifacts they want to share with others. On the other hand, the redundancy has obviously disadvantages in terms of consistency with the back-end systems. There are several possibilities for realizing the layer. However, since the majority of knowledge artifacts are represented as unstructured documents, then, to realize our prototype and for search improvement we use a simple file-based approach, namely a file format classification. Additionally, this approach is compliant to the flat file storage structure of the JXTA P2P computing we use within our prototype. It is yet to evaluate, which form of is best for our model when realizing a larger scale application Artifact Management Layer The knowledge artifact management layer is a superimposed layer to the knowledge artifacts in the knowledge artifact. The layer uses semantic modeling intended for representing relationships among knowledge artifacts using XML Topic Maps (XTM). The knowledge artifact management layer comprises the following: The knowledge acquisition process is the process to acquire knowledge artifacts and to create a superimposed layer on top of the knowledge artifact resources. The process captures the semantics of knowledge artifacts represented as ontologies. In our work the superimposed layer is represented as semantic metadata (i.e. XTM) further explained in section 4. represents the central knowledge of a peer node. It stores semantic metadata and provides tools for semantic modeling. retrieval process is the process for retrieving knowledge in a local peer or other peers in P2P environment. The retrieval process can be done using local, and point-to-point search mechanisms as further described in section P2P Communication Layer The P2P communication layer particularly supports the dissemination and sharing of knowledge using ontology and artifact exchanges. This layer consists of query services and the P2P network itself. The P2P network provides connections and communication among peers as well as a set of protocols for advertising and publishing resources of a peer. The query service is responsible to send a query to another peer node respectively to receive a query form other peer nodes. The query service is used for supporting the discovery services and allows for the propagation of queries to other peer nodes. The query service consists of query sender, a query receiver, query requests, and query responses. In our prototype, the JXTA framework has been applied for realization. 4. The Acquisition Process In this section we present the knowledge acquisition process in more detail. Due to achieving autonomous peer nodes (knowledge workers), the peer nodes have to create semantics of knowledge artifacts resources themselves, before they can publish its knowledge resources. The knowledge workers define their knowledge scope within knowledge artifacts in their local repositories. The knowledge acquisition process is given in Figure 2. The local semantic metadata is created from descriptive metadata, and the descriptive metadata consists of descriptions of knowledge artifact resources. Furthermore, the semantic metadata describes occurrences to knowledge artifacts. The process comprises the activities described in more detail in the subsections below. Local knowledge subject 1 (XTM) subject 2 Local knowledge artifact Desciptive Figure 2. acquisition process 4.1. Artifact Loading and Extraction The loading process imports knowledge artifact resources from the data sources layer to the local knowledge artifact of a peer node. The results of the loading and extraction process are knowledge artifact resources stored in the local knowledge artifact and descriptive metadata. The descriptive metadata is obtained from extracting properties of the knowledge artifact sources. It

4 facilitates managing knowledge artifact resources from various different formats (i.e. unstructured data, semistructure data). In our work coherent description content is applied for supporting the descriptive metadata. It is intended to make knowledge artifact resources logical and well organized/managed, as well as convergence description information to provide the metadata of the knowledge artifact resources. The latter facilitates the capturing of the semantics of knowledge artifact resources. The descriptive metadata consists of information such as title, author, source, location, date, type of files, date of upload, and member of access Ontology Preparation and Capture The ontology preparation is intended for preparing knowledge represented as ontologies for a local peer. This preparation process describes knowledge artifact resources and stores the descriptions of knowledge artifact resources in the metadata as descriptive metadata as given in Section 4.1. The ontology capturing converts descriptive metadata into semantic metadata as a superimposed layer on top of the knowledge artifact resources. The semantic metadata supports descriptions for accessing knowledge artifact resources in a local peer or other peers. Therefore, it provides location information of the knowledge artifact resources. The information is understandable to other peers for exchanging data and supporting interoperability among applications, such as the Uniform Resource Locator (URL) or the Uniform Resource Identifier (URI). The semantic metadata of knowledge artifacts resources is stored in the knowledge. Within our work, we use XTM [15] to represent semantic metadata. Other semantic metadata that supports Web ontology are, for instance, RDF [16], OIL [18], and DAML [17]. To model knowledge artifacts resources into XTM Topic Maps, we assume that: A knowledge artifact consists of a set of subjects on knowledge artifact resources. A set of subjects on knowledge artifact resources can be represented as a set of topic maps. A topic map denotes a subject on knowledge artifact resources and consists of a set of topics. A topic (or addressable subject) has a set of addressable knowledge artifact resources represented as occurrences. A set of addressable information may be an URL address to data resources Ontology Merging and Integration acquisition also supports merging and integrating ontologies. The process occurs when a peer node sends query requests to search knowledge in a P2P network and the peer node receives query responses (a set of topic map ontologies) from other peers. In our work, the merging and integration of ontologies are approached based on the merging and integration of the XTM Topic Maps. The following merging and integration features are provided: The peer is able to add topics, when the peer finds that topics are not available in its topic maps. The peer is able to merge and integrate topic maps for the same subject. In the merging and integration process of a peer node, the local topic maps ontology and the topic maps ontology from other peer nodes can be merged and integrated to establish a global topic maps ontology in the context of a peer node. The global topic maps ontology resolves conflicts between ontologies among peers. To reach the global topic maps ontology, the peer node distinguishes between ontologies based on the similarity relations between concepts. To find out the similarities between two ontologies expert familiar or hybrid semi-automatic methods are used. The global topic maps ontology will be stored back in the knowledge. Therefore, with this process the peer can achieve autonomy and a decentralized as well as self-organized management Other Ontology Services Other ontology services available in the knowledge acquisition layer are provided, such as browsing to accessing knowledge artifact, searching to find a particular topic of knowledge, and metadata management for managing semantic metadata (i.e., storing, writing, updating). 5. The Retrieval Process and Case Study This architecture provides local and point-to-point search mechanisms using protocols of P2P computing for communication and ontology searching for retrieving knowledge. The local search mechanism enables a peer to search knowledge in the local peer, whereas the point-topoint search mechanism provides searching between 2 dedicated peer nodes. Sharing knowledge and accessing knowledge resources are provided using content management service Case Study In our work, we create an ontology in XML Topic Map (XTM) document to represent security mechanisms and its type. Based on our case study, a user (peer) can easily create its local ontology and the user can easily to retrieve and summarize which knowledge available in the local

5 node. The peer can browse a knowledge artifact in relation to a searched topic. In addition, based on the proposed architecture, P2P-based KM, a query, ontology merging and integration mechanisms, and a security mechanism for controlling valuable knowledge become critical to provide self-organized management. 6. Conclusion and Future Work We have presented an architecture for ontology-based P2P management of knowledge artifacts and address the process for building knowledge artifacts management, searching, and querying knowledge in P2P. The architecture facilitates achieving autonomy and selforganized management. We are incrementally developing prototypes applied within a case study conducted in our own corporation. The results can be significant since our corporation is a node within a knowledge network linking industry companies with research institutes. Thus, a range of different requirements with respect to knowledge needs and dissemination concerns will be covered by the case study. Based on the prototype and case study results, we will address particular research issues in further work, such as, investigating the P2P management of knowledge artifacts incorporating richer data (e.g. relational, semistructured, XML, meta-data), further addressing issues concerning the P2P management of distributed ontology (e.g. merging, combining, semantic mismatch, searching), and investigating security issues such as trust, privacy, confidentiality, and authenticity in the distributed peer-topeer knowledge environment. 7. Acknowledgements The authors gratefully acknowledge the support of the Kplus program, which is funded by the Austrian Government, the province of Upper Austria and the Chamber of Commerce of Upper Austria. 8. References [1] H. Garcia-Molina, Peer-to-Peer Data Management, Invited Talk at International Conference on Data Engineering, San Jose, CA, USA, February TalkV6.ppt. [2] K. Aberer, and Z. Despotovic, Managing Trust in a Peer-2-Peer Information System, Proc. Of 10 th. Int l CIKM 2001, pp , [3] S. Staab, R. Studer, H.P. Schnurr, and Y. Sure, Processes and Ontologies, IEEE Intelligent Systems, [4] T. Gruber, A translation approach to portable ontology specifications, Acquisition, 5(2), , [5] G. Fischer, and J. Ostwald, Management: Problems, Promises, Realities, and Challenges, IEEE Intelligent Systems, [6] L. Stojanovic, N. Stojanovic, and S. Handschuh, Evolution of the in the Ontology-base Management Systems, FZI, University of Karlsruhe, Experience Management, Berlin [7] L. Kerschberg, Management in Heterogeneous Data Warehouse Environments, DAWAK 2001, [8] C. Axton, R. Gear, N. Macehiter, and E. Woods, Peer-to-Peer Computing: Applications and Infrastructure, An Ovum Report, January [9] E. Woods, Management and Peer-to- Peer Computing: Making connections. Management World, KMWorld, Vol. 10, Issue 9, October [10] M. Koenig, The third stage of KM emerges, KMWorld, Vol. 11, Issue 3, March [11] A.V. Smirnov, and C. Chandra, Ontology-Based Management for Co-operative Supply Chain Configuration, AAAI, [12] VISION Towards Next Generation Management, FZI, University of Karsruhe, Germany. [13] M. Rapport, Microsoft, IBM researchers Develop P2P Networking Technology, Peer-to-Peer Central, [14] HCi Consulting, Management Primer - Part 2, HCi Journal, Sydney, September, (last visited April 9 th, 2002). [15] S. Pepper, and G. Moore, XTM Topic Maps (XTM) 1.0 Last Version, [16] W3C, Activity: Resource Description Framework (RDF). [17] The DARPA Agent Markup Language Homepage, [18] I. Horrocks, D. Fensel, J. Broekstra, S. Decker, M. Erdmann, C. Goble, F. Van Harmelen, M. Klein, S. Staab, R. Studer, and E. Motta, The Ontology Inference Layer OIL. [19] S. Thacker, A. Sheth, and S. Patel, Complex Relationships for the Web, To appear Chapter Manuscript for Creating the Web, D. Fensel, J. Hendler, H. Liebermann, and W. Wahlster (eds.), MIT Press, [20] A. Oram, Peer-to-Peer Harnessing the Benefits of a Disruptive Technology, O Reilly & Associations, Inc.,

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

Intelligent Brokering of Environmental Information with the BUSTER System

Intelligent Brokering of Environmental Information with the BUSTER System 1 Intelligent Brokering of Environmental Information with the BUSTER System H. Neumann, G. Schuster, H. Stuckenschmidt, U. Visser, T. Vögele and H. Wache 1 Abstract In this paper we discuss the general

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

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

Knowledge and Ontological Engineering: Directions for the Semantic Web

Knowledge and Ontological Engineering: Directions for the Semantic Web Knowledge and Ontological Engineering: Directions for the Semantic Web Dana Vaughn and David J. Russomanno Department of Electrical and Computer Engineering The University of Memphis Memphis, TN 38152

More information

Bibster A Semantics-Based Bibliographic Peer-to-Peer System

Bibster A Semantics-Based Bibliographic Peer-to-Peer System Bibster A Semantics-Based Bibliographic Peer-to-Peer System Peter Haase 1, Björn Schnizler 1, Jeen Broekstra 2, Marc Ehrig 1, Frank van Harmelen 2, Maarten Menken 2, Peter Mika 2, Michal Plechawski 3,

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

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Chapter 18 XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Fábio Ghignatti Beckenkamp and Wolfgang Pree Abstract: Key words: WebEDI relies on the Internet infrastructure for exchanging documents among

More information

IBM Research Report. Model-Driven Business Transformation and Semantic Web

IBM Research Report. Model-Driven Business Transformation and Semantic Web RC23731 (W0509-110) September 30, 2005 Computer Science IBM Research Report Model-Driven Business Transformation and Semantic Web Juhnyoung Lee IBM Research Division Thomas J. Watson Research Center P.O.

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

Spinning the Semantic Web

Spinning the Semantic Web Spinning the Semantic Web Bringing the World Wide Web to Its Full Potential Edited by Dieter Fensel, James Hendler, Henry Lieberman, and Wolfgang Wahlster The MIT Press Cambridge, Massachusetts London,

More information

Metadata and the Semantic Web and CREAM 0

Metadata and the Semantic Web and CREAM 0 Metadata and the Semantic Web and CREAM 0 1 Siegfried Handschuh, 1;2 Steffen Staab, 1;3 Alexander Maedche 1 Institute AIFB, University of Karlsruhe, D-76128 Karlsruhe, Germany http://www.aifb.uni-karlsruhe.de/wbs

More information

Exploiting peer group concept for adaptive and highly available services

Exploiting peer group concept for adaptive and highly available services Computing in High Energy and Nuclear Physics, 24-28 March 2003 La Jolla California 1 Exploiting peer group concept for adaptive and highly available services Muhammad Asif Jan Centre for European Nuclear

More information

The Semantic Web: A Vision or a Dream?

The Semantic Web: A Vision or a Dream? The Semantic Web: A Vision or a Dream? Ben Weber Department of Computer Science California Polytechnic State University May 15, 2005 Abstract The Semantic Web strives to be a machine readable version of

More information

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011 case study July 2011 The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web DISCLAIMER The views expressed in this document are purely those

More information

Knowledge Representation, Ontologies, and the Semantic Web

Knowledge Representation, Ontologies, and the Semantic Web Knowledge Representation, Ontologies, and the Semantic Web Evimaria Terzi 1, Athena Vakali 1, and Mohand-Saïd Hacid 2 1 Informatics Dpt., Aristotle University, 54006 Thessaloniki, Greece evimaria,avakali@csd.auth.gr

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Probabilistic Information Integration and Retrieval in the Semantic Web

Probabilistic Information Integration and Retrieval in the Semantic Web Probabilistic Information Integration and Retrieval in the Semantic Web Livia Predoiu Institute of Computer Science, University of Mannheim, A5,6, 68159 Mannheim, Germany livia@informatik.uni-mannheim.de

More information

Semantic Web Technology Evaluation Ontology (SWETO): A test bed for evaluating tools and benchmarking semantic applications

Semantic Web Technology Evaluation Ontology (SWETO): A test bed for evaluating tools and benchmarking semantic applications Semantic Web Technology Evaluation Ontology (SWETO): A test bed for evaluating tools and benchmarking semantic applications WWW2004 (New York, May 22, 2004) Semantic Web Track, Developers Day Boanerges

More information

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES Jeremy Carroll, Ralph Hodgson, {jeremy,ralph}@topquadrant.com This paper is submitted to The W3C Workshop on Semantic Web in Energy Industries

More information

Evolva: A Comprehensive Approach to Ontology Evolution

Evolva: A Comprehensive Approach to Ontology Evolution Evolva: A Comprehensive Approach to Evolution Fouad Zablith Knowledge Media Institute (KMi), The Open University Walton Hall, Milton Keynes, MK7 6AA, United Kingdom f.zablith@open.ac.uk Abstract. evolution

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

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

ALOE - A Socially Aware Learning Resource and Metadata Hub

ALOE - A Socially Aware Learning Resource and Metadata Hub ALOE - A Socially Aware Learning Resource and Metadata Hub Martin Memmel & Rafael Schirru Knowledge Management Department German Research Center for Artificial Intelligence DFKI GmbH, Trippstadter Straße

More information

FedX: A Federation Layer for Distributed Query Processing on Linked Open Data

FedX: A Federation Layer for Distributed Query Processing on Linked Open Data FedX: A Federation Layer for Distributed Query Processing on Linked Open Data Andreas Schwarte 1, Peter Haase 1,KatjaHose 2, Ralf Schenkel 2, and Michael Schmidt 1 1 fluid Operations AG, Walldorf, Germany

More information

Finding Topic-centric Identified Experts based on Full Text Analysis

Finding Topic-centric Identified Experts based on Full Text Analysis Finding Topic-centric Identified Experts based on Full Text Analysis Hanmin Jung, Mikyoung Lee, In-Su Kang, Seung-Woo Lee, Won-Kyung Sung Information Service Research Lab., KISTI, Korea jhm@kisti.re.kr

More information

OntoShare An Ontology-based Knowledge Sharing System for Virtual Communities of Practice

OntoShare An Ontology-based Knowledge Sharing System for Virtual Communities of Practice OntoShare An Ontology-based Knowledge Sharing System for Virtual Communities of Practice John Davies, Alistair Duke BTexact, Orion 5/12, Adastral Park, Ipswich IP5 3RE, UK john.nj.davies@bt.com, alistair.duke@bt.com

More information

XETA: extensible metadata System

XETA: extensible metadata System XETA: extensible metadata System Abstract: This paper presents an extensible metadata system (XETA System) which makes it possible for the user to organize and extend the structure of metadata. We discuss

More information

Toward a Knowledge-Based Solution for Information Discovery in Complex and Dynamic Domains

Toward a Knowledge-Based Solution for Information Discovery in Complex and Dynamic Domains Toward a Knowledge-Based Solution for Information Discovery in Complex and Dynamic Domains Eloise Currie and Mary Parmelee SAS Institute, Cary NC About SAS: The Power to Know SAS: The Market Leader in

More information

Role of Metadata in Knowledge Management of Multinational Organizations

Role of Metadata in Knowledge Management of Multinational Organizations Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 2 (2017) pp. 211-219 Research India Publications http://www.ripublication.com Role of Metadata in Knowledge Management

More information

Semantic Web Technology Evaluation Ontology (SWETO): A Test Bed for Evaluating Tools and Benchmarking Applications

Semantic Web Technology Evaluation Ontology (SWETO): A Test Bed for Evaluating Tools and Benchmarking Applications Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 5-22-2004 Semantic Web Technology Evaluation Ontology (SWETO): A Test

More information

Business to Consumer Markets on the Semantic Web

Business to Consumer Markets on the Semantic Web Workshop on Metadata for Security (W-MS) International Federated Conferences (OTM '03) Business to Consumer Markets on the Semantic Web Prof. Dr.-Ing. Robert Tolksdorf, Dipl.-Kfm. Christian Bizer Freie

More information

DAML: ATLAS Project Carnegie Mellon University

DAML: ATLAS Project Carnegie Mellon University DAML: ATLAS Project Carnegie Mellon University Katia Sycara Anupriya Ankolekar, Massimo Paolucci, Naveen Srinivasan November 2004 0 Overall Program Summary What is the basic problem you are trying to solve?

More information

Distributed Implementation of a Self-Organizing. Appliance Middleware

Distributed Implementation of a Self-Organizing. Appliance Middleware Distributed Implementation of a Self-Organizing Appliance Middleware soc-eusai 2005 Conference of Smart Objects & Ambient Intelligence October 12th-14th 2005 Grenoble, France Oral Session 6 - Middleware

More information

Using the Semantic Web in Ubiquitous and Mobile Computing

Using the Semantic Web in Ubiquitous and Mobile Computing Using the Semantic Web in Ubiquitous and Mobile Computing Ora Lassila Research Fellow, Software & Applications Laboratory, Nokia Research Center Elected Member of Advisory Board, World Wide Web Consortium

More information

Ontology Exemplification for aspocms in the Semantic Web

Ontology Exemplification for aspocms in the Semantic Web Ontology Exemplification for aspocms in the Semantic Web Anand Kumar Department of Computer Science Babasaheb Bhimrao Ambedkar University Lucknow-226025, India e-mail: anand_smsvns@yahoo.co.in Sanjay K.

More information

Peer-to-Peer XML. Presented By: Vasu Sathu 11/11/02

Peer-to-Peer XML. Presented By: Vasu Sathu 11/11/02 Peer-to-Peer XML Presented By: Vasu Sathu 11/11/02 1 Overview Introduction to P2P Applications of P2P Security Issues in P2P Future Aspects Conclusion 2 1 Introduction to P2P Definition: P2P is about unifying

More information

OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA

OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA ian.horrocks@networkinference.com Abstract Although the OWL Web Ontology Language adds considerable expressive power to the Semantic Web

More information

Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle

Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle Demetris Kyriacou Learning Societies Lab School of Electronics and Computer Science, University of Southampton

More information

Labelling & Classification using emerging protocols

Labelling & Classification using emerging protocols Labelling & Classification using emerging protocols "wheels you don't have to reinvent & bandwagons you can jump on" Stephen McGibbon Lotus Development Assumptions The business rationale and benefits of

More information

INCORPORATING A SEMANTICALLY ENRICHED NAVIGATION LAYER ONTO AN RDF METADATABASE

INCORPORATING A SEMANTICALLY ENRICHED NAVIGATION LAYER ONTO AN RDF METADATABASE Teresa Susana Mendes Pereira & Ana Alice Batista INCORPORATING A SEMANTICALLY ENRICHED NAVIGATION LAYER ONTO AN RDF METADATABASE TERESA SUSANA MENDES PEREIRA; ANA ALICE BAPTISTA Universidade do Minho Campus

More information

AN INVESTIGATION OF MULTINATIONAL ENTERPRISE INTERNAL CONTROL AND RISK MANAGEMENT INFORMATION INTEGRATION

AN INVESTIGATION OF MULTINATIONAL ENTERPRISE INTERNAL CONTROL AND RISK MANAGEMENT INFORMATION INTEGRATION AN INVESTIGATION OF MULTINATIONAL ENTERPRISE INTERNAL CONTROL AND RISK MANAGEMENT INFORMATION INTEGRATION Shi-Ming Huang, National Chung Cheng University, 168 University Road, Minhsiung Township, Chiayi

More information

A Study of Future Internet Applications based on Semantic Web Technology Configuration Model

A Study of Future Internet Applications based on Semantic Web Technology Configuration Model Indian Journal of Science and Technology, Vol 8(20), DOI:10.17485/ijst/2015/v8i20/79311, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Future Internet Applications based on

More information

The Agentcities Network Architecture

The Agentcities Network Architecture The Agentcities Network Architecture Steven Willmott EPFL steven.willmott@epfl.ch Jonathan Dale Fujitsu jonathan.dale@fla.fujitsu.com Jerome Picault Motorola jerome.picault@motorola.com Matteo Somacher

More information

Towards the Semantic Web

Towards the Semantic Web Towards the Semantic Web Ora Lassila Research Fellow, Nokia Research Center (Boston) Chief Scientist, Nokia Venture Partners LLP Advisory Board Member, W3C XML Finland, October 2002 1 NOKIA 10/27/02 -

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

Data formats for exchanging classifications UNSD

Data formats for exchanging classifications UNSD ESA/STAT/AC.234/22 11 May 2011 UNITED NATIONS DEPARTMENT OF ECONOMIC AND SOCIAL AFFAIRS STATISTICS DIVISION Meeting of the Expert Group on International Economic and Social Classifications New York, 18-20

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

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication Citation for published version: Patel, M & Duke, M 2004, 'Knowledge Discovery in an Agents Environment' Paper presented at European Semantic Web Symposium 2004, Heraklion, Crete, UK United Kingdom, 9/05/04-11/05/04,.

More information

Dynamic Ontology Evolution

Dynamic Ontology Evolution Dynamic Evolution Fouad Zablith Knowledge Media Institute (KMi), The Open University. Walton Hall, Milton Keynes, MK7 6AA, United Kingdom. f.zablith@open.ac.uk Abstract. Ontologies form the core of Semantic

More information

Jumpstarting the Semantic Web

Jumpstarting the Semantic Web Jumpstarting the Semantic Web Mark Watson. Copyright 2003, 2004 Version 0.3 January 14, 2005 This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy

More information

Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud

Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud Addis Mulugeta Ethiopian Sugar Corporation, Addis Ababa, Ethiopia addismul@gmail.com Abrehet Mohammed Omer Department

More information

Tania Tudorache Stanford University. - Ontolog forum invited talk04. October 2007

Tania Tudorache Stanford University. - Ontolog forum invited talk04. October 2007 Collaborative Ontology Development in Protégé Tania Tudorache Stanford University - Ontolog forum invited talk04. October 2007 Outline Introduction and Background Tools for collaborative knowledge development

More information

Generating and Managing Metadata for Web-Based Information Systems

Generating and Managing Metadata for Web-Based Information Systems Generating and Managing Metadata for Web-Based Information Systems Heiner Stuckenschmidt and Frank van Harmelen Department of Mathematics and Computer Science Vrije Universiteit Amsterdam De Boelelaan

More information

From XML to Semantic Web

From XML to Semantic Web From XML to Semantic Web Changqing Li and Tok Wang Ling Department of Computer Science, National University of Singapore {lichangq, lingtw}@comp.nus.edu.sg Abstract. The present web is existing in the

More information

KAON The Karlsruhe Ontology and Semantic Web Meta Project

KAON The Karlsruhe Ontology and Semantic Web Meta Project KAON The Karlsruhe Ontology and Semantic Web Meta Project Alexander Maedche 1 & Steffen Staab 2 1 Forschungszentrum Informatik, Karlsruhe, Germany, http://www.fzi.de/wim 2 Institut AIFB, Universität Karlsruhe,

More information

Advances in Data Management - Web Data Integration A.Poulovassilis

Advances in Data Management - Web Data Integration A.Poulovassilis Advances in Data Management - Web Data Integration A.Poulovassilis 1 1 Integrating Deep Web Data Traditionally, the web has made available vast amounts of information in unstructured form (i.e. text).

More information

Context-aware Services for UMTS-Networks*

Context-aware Services for UMTS-Networks* Context-aware Services for UMTS-Networks* * This project is partly financed by the government of Bavaria. Thomas Buchholz LMU München 1 Outline I. Properties of current context-aware architectures II.

More information

Context Building Information-Centric Decision-Support Systems

Context Building Information-Centric Decision-Support Systems Context Building Information-Centric Decision-Support Systems Steven J. Gollery California Polytechnic State University (Cal Poly) San Luis Obispo, California Cal Poly State University One Grand Avenue

More information

WSMO Working Draft 04 October 2004

WSMO Working Draft 04 October 2004 Page 1 of 10 D17 WSMO Tutorial WSMO Working Draft 04 October 2004 This version: http://www.wsmo.org/2004/d17/20041004/ Latest version: http://www.wsmo.org/2004/d17/ Previous version: http://www.wsmo.org/2004/d17/v0.1/20040913/

More information

An Infrastructure for MultiMedia Metadata Management

An Infrastructure for MultiMedia Metadata Management An Infrastructure for MultiMedia Metadata Management Patrizia Asirelli, Massimo Martinelli, Ovidio Salvetti Istituto di Scienza e Tecnologie dell Informazione, CNR, 56124 Pisa, Italy {Patrizia.Asirelli,

More information

NeuroLOG WP1 Sharing Data & Metadata

NeuroLOG WP1 Sharing Data & Metadata Software technologies for integration of process and data in medical imaging NeuroLOG WP1 Sharing Data & Metadata Franck MICHEL Paris, May 18 th 2010 NeuroLOG ANR-06-TLOG-024 http://neurolog.polytech.unice.fr

More information

New Tools for the Semantic Web

New Tools for the Semantic Web New Tools for the Semantic Web Jennifer Golbeck 1, Michael Grove 1, Bijan Parsia 1, Adtiya Kalyanpur 1, and James Hendler 1 1 Maryland Information and Network Dynamics Laboratory University of Maryland,

More information

COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE

COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE Project Acronym: CENDARI Project Grant No.: 284432 Theme: FP7-INFRASTRUCTURES-2011-1 Project Start Date: 01 February 2012 Project End Date: 31 January

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

New Approach to Graph Databases

New Approach to Graph Databases Paper PP05 New Approach to Graph Databases Anna Berg, Capish, Malmö, Sweden Henrik Drews, Capish, Malmö, Sweden Catharina Dahlbo, Capish, Malmö, Sweden ABSTRACT Graph databases have, during the past few

More information

Semantic Web and Electronic Information Resources Danica Radovanović

Semantic Web and Electronic Information Resources Danica Radovanović D.Radovanovic: Semantic Web and Electronic Information Resources 1, Infotheca journal 4(2003)2, p. 157-163 UDC 004.738.5:004.451.53:004.22 Semantic Web and Electronic Information Resources Danica Radovanović

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

Services on the Move Towards P2P-Enabled Semantic Web Services

Services on the Move Towards P2P-Enabled Semantic Web Services Services on the Move Towards P2P-Enabled Semantic Web Services Alexander Maedche a and Steffen Staab b a FZI Research Center for Information Technologies at the University of Karlsruhe D-76131 Karlsruhe,

More information

Ontology Mapping based on Similarity Measure and Fuzzy Logic

Ontology Mapping based on Similarity Measure and Fuzzy Logic Ontology Mapping based on Similarity Measure and Fuzzy Logic Author Niwattanakul, S., Martin, Philippe, Eboueya, M., Khaimook, K. Published 2007 Conference Title Proceedings of E-Learn 2007 Copyright Statement

More information

Sharing Data on the Aquileia Heritage: Proposals for a Research Project

Sharing Data on the Aquileia Heritage: Proposals for a Research Project D-1 Sharing Data on the Aquileia Heritage: Proposals for a Research Project Vito Roberto and Paolo Omero Department of Informatics, University of Udine, Italy vito.roberto@uniud.it, paolo.omero@uniud.it

More information

Design Patterns for Description-Driven Systems

Design Patterns for Description-Driven Systems Design Patterns for Description-Driven Systems N. Baker 3, A. Bazan 1, G. Chevenier 2, Z. Kovacs 3, T Le Flour 1, J-M Le Goff 4, R. McClatchey 3 & S Murray 1 1 LAPP, IN2P3, Annecy-le-Vieux, France 2 HEP

More information

38050 Povo Trento (Italy), Via Sommarive 14 IWTRUST: IMPROVING USER TRUST IN ANSWERS FROM THE WEB

38050 Povo Trento (Italy), Via Sommarive 14   IWTRUST: IMPROVING USER TRUST IN ANSWERS FROM THE WEB UNIVERSITY OF TRENTO DEPARTMENT OF INFORMATION AND COMMUNICATION TECHNOLOGY 38050 Povo Trento (Italy), Via Sommarive 14 http://www.dit.unitn.it IWTRUST: IMPROVING USER TRUST IN ANSWERS FROM THE WEB Ilya

More information

Peer-to-Peer Systems. Chapter General Characteristics

Peer-to-Peer Systems. Chapter General Characteristics Chapter 2 Peer-to-Peer Systems Abstract In this chapter, a basic overview is given of P2P systems, architectures, and search strategies in P2P systems. More specific concepts that are outlined include

More information

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access Diego Calvanese, Tahir Emre Kalayci, Marco Montali, and Ario Santoso KRDB Research Centre for Knowledge and Data

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

MESH. Multimedia Semantic Syndication for Enhanced News Services. Project Overview

MESH. Multimedia Semantic Syndication for Enhanced News Services. Project Overview MESH Multimedia Semantic Syndication for Enhanced News Services Project Overview Presentation Structure 2 Project Summary Project Motivation Problem Description Work Description Expected Result The MESH

More information

1 Introduction H.-JOACHIM NERN 1, G. AGRE 2, T. ATANANSOVA 2, J. SAARELA 3

1 Introduction H.-JOACHIM NERN 1, G. AGRE 2, T. ATANANSOVA 2, J. SAARELA 3 System Framework for Generating Open Development Platforms for Web-Service Enabled Applications Using Semantic Web Technologies, Distributed Decision Support Units and Multi-Agent-Systems INFRAWEBS II

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

Information Retrieval (IR) through Semantic Web (SW): An Overview

Information Retrieval (IR) through Semantic Web (SW): An Overview Information Retrieval (IR) through Semantic Web (SW): An Overview Gagandeep Singh 1, Vishal Jain 2 1 B.Tech (CSE) VI Sem, GuruTegh Bahadur Institute of Technology, GGS Indraprastha University, Delhi 2

More information

Lupin: from Web Services to Web-based Problem Solving Environments

Lupin: from Web Services to Web-based Problem Solving Environments Lupin: from Web Services to Web-based Problem Solving Environments K. Li, M. Sakai, Y. Morizane, M. Kono, and M.-T.Noda Dept. of Computer Science, Ehime University Abstract The research of powerful Problem

More information

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company Taxonomy Tools: Collaboration, Creation & Integration Dave Clarke Global Taxonomy Director dave.clarke@dowjones.com Dow Jones & Company Introduction Software Tools for Taxonomy 1. Collaboration 2. Creation

More information

Models in Conflict Towards a Semantically Enhanced Version Control System for Models

Models in Conflict Towards a Semantically Enhanced Version Control System for Models Models in Conflict Towards a Semantically Enhanced ersion Control System for Models Kerstin Altmanninger Department of Telecooperation, Johannes Kepler University Linz, Austria kerstin.altmanninger@jku.at

More information

Protégé-2000: A Flexible and Extensible Ontology-Editing Environment

Protégé-2000: A Flexible and Extensible Ontology-Editing Environment Protégé-2000: A Flexible and Extensible Ontology-Editing Environment Natalya F. Noy, Monica Crubézy, Ray W. Fergerson, Samson Tu, Mark A. Musen Stanford Medical Informatics Stanford University Stanford,

More information

ICT-SHOK Project Proposal: PROFI

ICT-SHOK Project Proposal: PROFI ICT-SHOK Project Proposal: PROFI Full Title: Proactive Future Internet: Smart Semantic Middleware Overlay Architecture for Declarative Networking ICT-SHOK Programme: Future Internet Project duration: 2+2

More information

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Global Reference Architecture: Overview of National Standards Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Goals for this Presentation Define the Global Reference Architecture

More information

INTELLIGENT SYSTEMS OVER THE INTERNET

INTELLIGENT SYSTEMS OVER THE INTERNET INTELLIGENT SYSTEMS OVER THE INTERNET Web-Based Intelligent Systems Intelligent systems use a Web-based architecture and friendly user interface Web-based intelligent systems: Use the Web as a platform

More information

Ontology-Driven Information Systems: Challenges and Requirements

Ontology-Driven Information Systems: Challenges and Requirements Ontology-Driven Information Systems: Challenges and Requirements Burcu Yildiz 1 and Silvia Miksch 1,2 1 Institute for Software Technology and Interactive Systems, Vienna University of Technology, Vienna,

More information

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value KNOWLEDGENT INSIGHTS volume 1 no. 5 October 7, 2011 Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value Today s growing commercial, operational and regulatory

More information

Designing a System Engineering Environment in a structured way

Designing a System Engineering Environment in a structured way Designing a System Engineering Environment in a structured way Anna Todino Ivo Viglietti Bruno Tranchero Leonardo-Finmeccanica Aircraft Division Torino, Italy Copyright held by the authors. Rubén de Juan

More information

Requirements for Information Extraction for Knowledge Management

Requirements for Information Extraction for Knowledge Management Requirements for Information Extraction for Knowledge Management Philipp Cimiano*, Fabio Ciravegna, John Domingue, Siegfried Handschuh*, Alberto Lavelli +, Steffen Staab*, Mark Stevenson AIFB, University

More information

DEVELOPING TIME-SENSITIVE HYPERTEXT LINKING AND NAVIGATION SUPPORT

DEVELOPING TIME-SENSITIVE HYPERTEXT LINKING AND NAVIGATION SUPPORT DEVELOPING TIME-SENSITIVE HYPERTEXT LINKING AND NAVIGATION SUPPORT Anneli HeimbUrger Tampere University of Technology, Pori, Advanced Multimedia Center (AMC) Abstract: Key words: Hypertext links play an

More information

Provenance-aware Faceted Search in Drupal

Provenance-aware Faceted Search in Drupal Provenance-aware Faceted Search in Drupal Zhenning Shangguan, Jinguang Zheng, and Deborah L. McGuinness Tetherless World Constellation, Computer Science Department, Rensselaer Polytechnic Institute, 110

More information

Device Independent Principles for Adapted Content Delivery

Device Independent Principles for Adapted Content Delivery Device Independent Principles for Adapted Content Delivery Tayeb Lemlouma 1 and Nabil Layaïda 2 OPERA Project Zirst 655 Avenue de l Europe - 38330 Montbonnot, Saint Martin, France Tel: +33 4 7661 5281

More information

OMG Specifications for Enterprise Interoperability

OMG Specifications for Enterprise Interoperability OMG Specifications for Enterprise Interoperability Brian Elvesæter* Arne-Jørgen Berre* *SINTEF ICT, P. O. Box 124 Blindern, N-0314 Oslo, Norway brian.elvesater@sintef.no arne.j.berre@sintef.no ABSTRACT:

More information

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL Wang Wei, Payam M. Barnaghi School of Computer Science and Information Technology The University of Nottingham Malaysia Campus {Kcy3ww, payam.barnaghi}@nottingham.edu.my

More information

XML-based production of Eurostat publications

XML-based production of Eurostat publications Doc. Eurostat/ITDG/October 2007/2.3.1 IT Directors Group 15 and 16 October 2007 BECH Building, 5, rue Alphonse Weicker, Luxembourg-Kirchberg Room QUETELET 9.30 a.m. - 5.30 p.m. 9.00 a.m 1.00 p.m. XML-based

More information