Distributed Knowledge Management based on Software Agents and Ontology

Size: px
Start display at page:

Download "Distributed Knowledge Management based on Software Agents and Ontology"

Transcription

1 Distributed Knowledge Management based on Software Agents and Ontology Michal Laclavik 1, Zoltan Balogh 1, Ladislav Hluchy 1, Renata Slota 2, Krzysztof Krawczyk 3 and Mariusz Dziewierz 3 1 Institute of Informatics, SAS, Dubravska cesta 9, Bratislava 84237, Slovakia laclavik.ui@savba.sk 2 Institute of Computer Science, AGH-UST, al. Mickiewicza 30, Cracow, Poland rena@uci.agh.edu.pl 3 ACC CYFRONET AGH, Nawojki 11, Cracow, Poland krafcoo@icsr.agh.edu.pl Abstract. In this paper we present the use of ontology for knowledge representation and handling in Software Agent Systems. Motivation has come from Pellucid IST project where we need to capture and capitalize employee s knowledge in organization. This knowledge is then presented to other employees as they work on particular tasks. The Protg ontology editor and JADE multi-agent system is used for implementation. Ontology is usually used in intra-agent communication for agents to understand each other; we used ontology also as knowledge data model to store knowledge as instances of ontological terms into object database, thus agents can access and manipulate knowledge data directly and still stay lightweight. 1 Introduction Motivation for this article has come from Pellucid project. Pellucid (Platform for Organizationally Mobile Public Employees) is European Project IST The Pellucid System is particularly aimed to capture, record and capitalize the knowledge of current employees about their work in an organization [1]. Pellucid uses the socalled Intelligent Software Agents based on FIPA standards [2],[3] for different activities as capitalizing and data mining of knowledge, personalizing of knowledge, indexing and analyzing organizational document repositories or for integration of existing systems in organization. The ability to use ontology makes Pellucid easy to customize for different problem domains by simply changing domain ontology. Human knowledge is based not only on facts which are true or false but also on uncertain knowledge which is true or false partially. Several methods can be used to represent such knowledge, e.g. probability measures, fuzzy logic This work was supported by EC Project Pellucid 5FP RTD IST and Slovak Scientific Grant VEGA 2/3132/23

2 2 or computing with words [4]. Some methods are known to represent uncertain knowledge even in agent systems by e.g. extended FIPA-SL language; however, uncertain knowledge is still quite complicated and not understandable especially for the agents themselves. When using uncertain knowledge or knowledge where true and false facts are not strongly defined, computer systems cannot discover new facts in existing knowledge base using logical operators. This is known as a fundamental problem of contradictory knowl-edge in computer systems [5]. This is why knowledge base in Pellucid consists only of strongly true facts. Such facts are structured and defined by ontologies. By evaluation of administration application and pilot sites of the project we discovered that for administration application where business processes are well defined it is reasonable and useful to use knowledge based on facts rather than on uncertain knowledge. Recent knowledge systems built on ontological or other models are mostly centralized solutions [6]. Pellucid uses hybrid approach, where agents can access certain knowledge directly from centralized organizational memory or they can ask specialized agents to provide them with knowledge handled only by this particular agent; e.g., in Pellucid monitoring agent has knowledge about workflow actors, activities or workflow processes since it represents interface to workflow management system; information and search agent has certain knowledge about documents and can do full text searching or content and context base searching of knowledge in documents or capitalization agents providing other agents and users with knowledge of similarity measures among documents [7],[8]. Agent based approach as created in Pellucid thus combines distributed and centralized approach which seems to be extremely useful for the area of administration application. In this article we will devote attention mostly to usage of ontology for knowledge management in Pellucid architecture. Therefore, only two types of agents will be partially presented: Part of Personal Assistant Agent, called Query Agent, and part of Role Agent, called Answering Agent. 2 Knowledge Management Architecture When a user wants to extract some knowledge from the information system, he/she has to create a query. Our goal is also to automatically prepare all possible questions one can ask. Such questions are created from ontology. In addition, the goal is to create such an algorithm which is able to answer questions whether such knowl-edge is presented in information system. Pellucid system has the ability to capture and record knowledge from the user. Simple actions as contacting someone in a particular workflow activity, reading or updating documents are captured. Pellucid Agents have also some data-mining capabilities for capitalization of knowledge. Data-mining algo-rithms and detail description of information capture is out of scope of this article; we believe however, that together with gathering information from information system based on pre-prepared questions they are the basis of the future type of information systems.

3 3 Information System for querying of knowledge [11], [12] consists of three main ele-ments: - Query Agent (QA) - Agent used by user to ask any possible questions based on used ontology. This agent includes user interface as well. There are several such agents in the system, each representing different user. - Answering Agent (AA) - Agent which is able to answer all possible QUERY- REF ACL messages where FIPA-SL is used as content language. - Organizational Memory (OM) - where the knowledge is stored. 2.1 Pellucid Modules In this section we briefly describe generic modules of Pellucid. This description of functionality is needed for better understanding of described modules. Generic version of Pellucid system has three modules: Intelligent Contact Management Module, Intel-ligent Document Management Module and Critical Time Management Module. List of contacts is presented in each organization in a form of contact database, searchable by keywords with sorting ability, etc. Intelligent Contact Management Module will provide users with intelligent contact list related to the activity, which is performed by a user in contact relation to a particular activity. Each module uses its ontology to define relations between knowledge entities such as activity, document, contact, etc., and uses common techniques to capture, capitalize and return knowledge to a user. We will explain knowledge management functionality on simplified Contact Module [12]. 3 Knowledge Manipulation Agents are manipulating with knowledge by message passing among them. FIPA defined standard called Agent Communication Language (ACL) which is used for agent communication also in our architecture. The main part of ACL message is the content of message. FIPA Semantic Language (FIPA-SL) is used as content language in Pellucid architecture [2], [3], [13]. FIPA-SL queries are also past to querying engine to return knowledge from Organizational Memory. Each agent must understand terms used in content of the message in the same way, thus these terms are defined by on-tologies. Ontology Ontology in Pellucid defines the meaning of the terms in used content language and the relation among these terms. The bases of the Pellucid ontology are Event and InformationResource. Each event is connected with an activity (task) in workflow, with an employee, and can be connected with InformationResource (Document, Contact) as well. (See Fig. 1) Ontology will later include more generic elements, which will help extend it with domain specific ontologies, different for each application area. Pellucid does not sup-port domain specific ontology such as Ontology of installation of traffic lights which is one pilot site of Pellucid, but we believe that by extending

4 4 described extract-ing algorithm Pellucid will be able to query knowledge for different domains, simply by changes in domain ontology. We developed a system Fig. 1. UML scheme - Bases of Pellucid ontology which is able to work with knowledge represented by any domain specific ontology. However, ontology used in Pellucid is well suited for repre-senting knowledge in organizations, where administration processes or workflow are presented, because it relates user activities with information resources and particular type of work. 3.1 Capturing and Extracting Knowledge Capturing knowledge is done by user input or by simple storing of user actions such as workflow activity performed, someone contacted by or reading of a document. Using of Workflow Management System helps Pellucid to interconnect user actions with work activities of an employee. This enables Pellucid to serve knowledge to different employee in the future when employee works on the same task (workflow activity). However, capturing of knowledge is out of the scope of this article, so we mentioned it only for better understanding of complete architecture. Ontology as represented in JADE [14] needs to define predicates, concepts and terms. Concepts are e.g. contacts, documents, workflow activities or employees. Predicates connect concepts, e.g. EventContact connects Employee, Contact and WfActivity and it means that contact was contacted by employee in particular activity. Thus predicates are such concepts, which we can ask if it is true or false. Concept is object in ontology and term is property of the concept. Event and its child classes are treated as predicates in Pellucid ontology. We can

5 5 understand each predicate as a sentence representation in human language, e.g. for WfActivityPerformed sentence is Employees which performed current workflow activity or for EventContact sentence is Contacts which were contacted in current workflow activity by particular em-ployee. As we can see, sentences are based on Event Name and its interconnection with Employee, InformationResource and WfActivity. Our algorithm for creating questions is non-deterministic and decisions which way to go in creating questions is up to the user. pquestion = SelectPredicate(); cknown = SelectConcept(GetAllConcepts(pQuestion)); iknown = SelectInstance(GetAllClasses(cKnown)); cneeded = SelectConcept( GetAllConcepts(pQuestion) - cknown ); return createquestion( pquestion, cknown, iknown, cneeded ); This simplified algorithm describes how we create FIPA-SL query by using ontology and GUI for user selection of elements. The result of this algorithm is FIPA-SL query as in the example bellow and also as on the Fig. 2. Answering agent transforms this query to objects and compares object instances in OM to this query using Java reflection methods. Automatic querying of InformationResources based on Event type and Fig. 2. Query creation GUI. Query on the picture can be read as follows: Return All EventContacts where BusinessEntity (contact contacted) is Police Department and I am interested in the employee, which made the contacts. Note that ontological elements adopt tree structure from inheritance of ontology elements. its connection to a workflow activity is the basis of Pellucid ontology and algorithms. By simple extending InformationResource with Document and creating several Events as docu-mentused or DocumentCreated extra functionality is added.

6 6 4 Conclusion In this paper we described how agent based architecture can be used in distributed knowledge management systems. We focused on the knowledge based on true facts only, because this way we do not have to deal with contradictory knowledge and logical operations can be used for evaluating and discovery of new knowledge. It is clear that using of such knowledge is not usable for all possible knowledge management applications, but it is extremely useful for the area of applications dealing with administration processes where workflow is reasonably well defined. We believe similar approach with some modification can be and will be used in next generation of knowledge management systems in the commercial area as well. References 1. Pellucid Consortium: Pellucid Project Technical Annex. (2001) 2. FIPA: FIPA Specification ACL Message Structure. (2000) 3. FIPA: FIPA Communicative Act Repository Specification. (2000) 4. Paul P. Wang (Editor): Computing with Words. ISBN: , (2001) 5. Michael Wooldridge: Introduction to MultiAgent Systems, ISBN: X, (2002) 6. Ontoweb Consortium: Ontoweb Portal, (2002) 7. R. Slota, K. Krawczyk, M. Dziewierz, J. Kitowski, S. Lambert: Agent paradigm for accessing document repositories in Pellucid platform, Proceedings of EuroWeb 2002 Conference, Oxford, UK, (December 2002), pp R. Slota, M. Majewska, M. Dziewierz, K Krawczyk, M. Laclavik, Z. Balogh, L. Hluchy, J. Kitowski, S. Lambert: Ontology Assisted Access to Document Repositories for Public Sector Organizations. PPAM Conference (2003) 9. DARPA: DAML Website, (2002) 10. Telecom Italia Lab: JADE website, (2002) 11. Pellucid Consortium: Technical Report of Pellucid Architecture, version , (2003) 12. M. Laclavik, Z. Balogh, L. Hluchy, G. T. Nguyen, I. Budinska, T. T. Dang: Pellucid Agent Architecture for Administration Based Processes, IAWTIC 2003, Vienna (2003) 13. FIPA: FIPA Ontology Service Specification, (2000) 14. Giovani Caire: JADE Tutorial Application-defined Content Languages and Ontology, (2002) 15. University of Amsterdam: Ontology Bean Generator for JADE, (2002)

Agents as Key Elements for Information Security and Privacy *

Agents as Key Elements for Information Security and Privacy * Agents as Key Elements for Information Security and Privacy * Michal Laclavík, Ladislav Hluchý Institute of Informatics, Slovak Academy of Sciences, Dubravska cesta 9, Bratislava, Slovakia E-mail: laclavik.ui@savba.sk,

More information

Evaluation of Agent Platforms

Evaluation of Agent Platforms Evaluation of Agent Platforms Rafał Leszczyna Cybersecurity and New Technologies for Combating Fraud Institute for the Protection and security of the Citizen Joint Research Centre, Ispra, Italy Rafal.Leszczyna@jrc.it

More information

Ontology and Agent based Approach for Knowledge Management

Ontology and Agent based Approach for Knowledge Management Ontology and Agent based Approach for Knowledge Management by Michal Laclavík Thesis submitted for the degree philosophiae doctor Institute of Informatics, Slovak Academy of Sciences June 2005 1 Abstract

More information

IT services for analyses of various data samples

IT services for analyses of various data samples IT services for analyses of various data samples Ján Paralič, František Babič, Martin Sarnovský, Peter Butka, Cecília Havrilová, Miroslava Muchová, Michal Puheim, Martin Mikula, Gabriel Tutoky Technical

More information

Selbo 2 an Environment for Creating Electronic Content in Software Engineering

Selbo 2 an Environment for Creating Electronic Content in Software Engineering BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 3 Sofia 2009 Selbo 2 an Environment for Creating Electronic Content in Software Engineering Damyan Mitev 1, Stanimir

More information

Development and Execution of Collaborative Application on the ViroLab Virtual Laboratory

Development and Execution of Collaborative Application on the ViroLab Virtual Laboratory Development and Execution of Collaborative Application on the ViroLab Virtual Laboratory Marek Kasztelnik 3, Tomasz Guba la 2,3, Maciej Malawski 1, and Marian Bubak 1,3 1 Institute of Computer Science

More information

Towards Rule-based System for the Assembly of 3D Bricks

Towards Rule-based System for the Assembly of 3D Bricks Universal Journal of Communications and Network 3(4): 77-81, 2015 DOI: 10.13189/ujcn.2015.030401 http://www.hrpub.org Towards Rule-based System for the Assembly of 3D Bricks Sanguk Noh School of Computer

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

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

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

Parameter Sweep and Resources Scaling Automation in Scalarm Data Farming Platform

Parameter Sweep and Resources Scaling Automation in Scalarm Data Farming Platform Parameter Sweep and Resources Scaling Automation in Scalarm Data Farming Platform J. Liput, M. Paciorek, M. Wrona, M. Orzechowski, R. Slota, and J. Kitowski ACC Cyfronet AGH Department of Computer Science,

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

ACQUIRING, ORGANISING AND PRESENTING INFORMATION AND KNOWLEDGE ON THE WEB. Pavol Návrat

ACQUIRING, ORGANISING AND PRESENTING INFORMATION AND KNOWLEDGE ON THE WEB. Pavol Návrat Computing and Informatics, Vol. 28, 2009, 393 398 ACQUIRING, ORGANISING AND PRESENTING INFORMATION AND KNOWLEDGE ON THE WEB Pavol Návrat Institute of Informatics and Software Engineering Faculty of Informatics

More information

Transformation of Free-text Electronic Health Records for Efficient Information Retrieval and Support of Knowledge Discovery

Transformation of Free-text Electronic Health Records for Efficient Information Retrieval and Support of Knowledge Discovery Transformation of Free-text Electronic Health Records for Efficient Information Retrieval and Support of Knowledge Discovery Jan Paralic, Peter Smatana Technical University of Kosice, Slovakia Center for

More information

IST World. European RTD Information and Service Portal FP6-2004-IST-3 015823. Brigitte Jörg, Language Technology Lab, DFKI GmbH

IST World. European RTD Information and Service Portal FP6-2004-IST-3 015823. Brigitte Jörg, Language Technology Lab, DFKI GmbH IST World European RTD Information and Service Portal FP6-2004-IST-3 015823 About the Project [European RTD Information and Service Portal] Duration: 30 Months (April 2005 September 2007) Project Type:

More information

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services 5 th Slovakian-Hungarian Joint Symposium on Applied Machine Intelligence and Informatics January 25-26, 2007 Poprad, Slovakia Perspective Methods and Tools for the Design of Distributed Software Systems

More information

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services Acta Polytechnica Hungarica Vol. 4, No. 1, 2007 Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services Marek Paralič Department of Computers and Informatics, Faculty

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

An Automated Workflow System Geared Towards Consumer Goods and Services Companies

An Automated Workflow System Geared Towards Consumer Goods and Services Companies Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Automated Workflow System Geared Towards Consumer Goods and Services

More information

Engineering of a Clinical Decision Support Framework for the Point of Care Use

Engineering of a Clinical Decision Support Framework for the Point of Care Use Engineering of a Clinical Decision Support Framework for the Point of Care Use Szymon Wilk, PhD 1, Wojtek Michalowski, PhD 1, Dympna O Sullivan, PhD 1, Ken Farion, MD 2, Stan Matwin, PhD 1 1 University

More information

01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours.

01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours. (International Program) 01219141 Object-Oriented Modeling and Programming 3 (3-0) Object concepts, object-oriented design and analysis, object-oriented analysis relating to developing conceptual models

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

Agent Services-Based Infrastructure for Online Assessment of Trading Strategies

Agent Services-Based Infrastructure for Online Assessment of Trading Strategies Agent Services-Based Infrastructure for Online Assessment of Trading Strategies Longbing Cao, Jiaqi Wang, Li Lin, Chengqi Zhang Faculty of Information Technology, University of Technology Sydney, Australia

More information

On the Standardization of Semantic Web Services-based Network Monitoring Operations

On the Standardization of Semantic Web Services-based Network Monitoring Operations On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,

More information

SEMANTIC SERVICES GRID IN FLOOD-FORECASTING SIMULATIONS. Marian Babik, Ondrej Habala, Ladislav Hluchy, Michal Laclavik

SEMANTIC SERVICES GRID IN FLOOD-FORECASTING SIMULATIONS. Marian Babik, Ondrej Habala, Ladislav Hluchy, Michal Laclavik Computing and Informatics, Vol. 22, 2003, 1001 1018, V 2007-Mar-15 SEMANTIC SERVICES GRID IN FLOOD-FORECASTING SIMULATIONS Marian Babik, Ondrej Habala, Ladislav Hluchy, Michal Laclavik Department of Parallel

More information

How To Use Networked Ontology In E Health

How To Use Networked Ontology In E Health A practical approach to create ontology networks in e-health: The NeOn take Tomás Pariente Lobo 1, *, Germán Herrero Cárcel 1, 1 A TOS Research and Innovation, ATOS Origin SAE, 28037 Madrid, Spain. Abstract.

More information

A common interface for multi-rule-engine distributed systems

A common interface for multi-rule-engine distributed systems A common interface for multi-rule-engine distributed systems Pierre de Leusse, Bartosz Kwolek and Krzysztof Zieliński Distributed System Research Group, AGH University of Science and Technology Krakow,

More information

K-WGrid - Knowledge Based Workflow System for Grid Applications

K-WGrid - Knowledge Based Workflow System for Grid Applications K-WGrid - Knowledge Based Workflow System for Grid Applications 1. K-WfGrid Consortium Report run on: 11/10/2006 The K-WfGrid project which started on 1 September 2004, addresses development of a person-centric

More information

ACE GIS Project Overview: Adaptable and Composable E-commerce and Geographic Information Services

ACE GIS Project Overview: Adaptable and Composable E-commerce and Geographic Information Services ACE GIS Project Overview: Adaptable and Composable E-commerce and Geographic Information Services José Poveda, Michael Gould, Carlos Granell 64 Departamento de Lenguajes y Sistemas Informáticos Universitat

More information

MANAGEMENT METHODS IN SLA-AWARE DISTRIBUTED STORAGE SYSTEMS

MANAGEMENT METHODS IN SLA-AWARE DISTRIBUTED STORAGE SYSTEMS Computer Science 13 (3) 2012 http://dx.doi.org/10.7494/csci.2012.13.3.35 Darin Nikolow Renata S lota Danilo Lakovic Pawe l Winiarczyk Marek Pogoda Jacek Kitowski MANAGEMENT METHODS IN SLA-AWARE DISTRIBUTED

More information

DATA STORAGE MANAGEMENT USING AI METHODS

DATA STORAGE MANAGEMENT USING AI METHODS Computer Science 14 (2) 2013 http://dx.doi.org/10.7494/csci.2013.14.2.177 W lodzimierz Funika Filip Szura DATA STORAGE MANAGEMENT USING AI METHODS Abstract Data management and monitoring is an important

More information

Legal Considerations for Web Services, Federated Systems and E-Commerce. Copyright 2002 Mathet Consulting, Inc.

Legal Considerations for Web Services, Federated Systems and E-Commerce. Copyright 2002 Mathet Consulting, Inc. Legal Considerations for Web Services, Federated Systems and E-Commerce Copyright 2002 Mathet Consulting, Inc. Current State of Affairs Business partners are increasingly seeking relief from failed expections

More information

Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management

Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Paper Jean-Louis Amat Abstract One of the main issues of operators

More information

A Model for Component Based E-governance Software Systems

A Model for Component Based E-governance Software Systems A Model for Component Based E-governance Software Systems A.SHRABAN KUMAR 1, G.JAYARAO 2,B.SHANKAR NAYAK 3, KBKS. DURGA 4 A.ESWARA RAO 5 1,2,3,4 Associate Professor CSE, St.MARTIN S ENGINEERING COLLEGE,

More information

Performance Monitoring and Analysis System for MUSCLE-based Applications

Performance Monitoring and Analysis System for MUSCLE-based Applications Polish Infrastructure for Supporting Computational Science in the European Research Space Performance Monitoring and Analysis System for MUSCLE-based Applications W. Funika, M. Janczykowski, K. Jopek,

More information

On the Requirements for Cooperative Assistance in the Medical Domain

On the Requirements for Cooperative Assistance in the Medical Domain On the Requirements for Cooperative Assistance in the Medical Domain L. Ardissono, A. Di Leva, G. Petrone, M. Segnan and M. Sonnessa Dipartimento di Informatica, Università di Torino, corso Svizzera 185,

More information

Project Knowledge Management Based on Social Networks

Project Knowledge Management Based on Social Networks DOI: 10.7763/IPEDR. 2014. V70. 10 Project Knowledge Management Based on Social Networks Panos Fitsilis 1+, Vassilis Gerogiannis 1, and Leonidas Anthopoulos 1 1 Business Administration Dep., Technological

More information

BUSINESS RULES AS PART OF INFORMATION SYSTEMS LIFE CYCLE: POSSIBLE SCENARIOS Kestutis Kapocius 1,2,3, Gintautas Garsva 1,2,4

BUSINESS RULES AS PART OF INFORMATION SYSTEMS LIFE CYCLE: POSSIBLE SCENARIOS Kestutis Kapocius 1,2,3, Gintautas Garsva 1,2,4 International Conference 20th EURO Mini Conference Continuous Optimization and Knowledge-Based Technologies (EurOPT-2008) May 20 23, 2008, Neringa, LITHUANIA ISBN 978-9955-28-283-9 L. Sakalauskas, G.W.

More information

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University

More information

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource

More information

TRANSFoRm: Vision of a learning healthcare system

TRANSFoRm: Vision of a learning healthcare system TRANSFoRm: Vision of a learning healthcare system Vasa Curcin, Imperial College London Theo Arvanitis, University of Birmingham Derek Corrigan, Royal College of Surgeons Ireland TRANSFoRm is partially

More information

THE SEMANTIC WEB AND IT`S APPLICATIONS

THE SEMANTIC WEB AND IT`S APPLICATIONS 15-16 September 2011, BULGARIA 1 Proceedings of the International Conference on Information Technologies (InfoTech-2011) 15-16 September 2011, Bulgaria THE SEMANTIC WEB AND IT`S APPLICATIONS Dimitar Vuldzhev

More information

BENEFITS AND ADVANTAGES OF BUSINESS INTELLIGENCE IN CORPORATE MANAGEMENT

BENEFITS AND ADVANTAGES OF BUSINESS INTELLIGENCE IN CORPORATE MANAGEMENT International Journal of Latest Research In Engineering and Computing (IJLREC) Volume 3, Issue 1, Page No. 1-7 January-February 2015 www.ijlrec.com ISSN: 2347-6540 BENEFITS AND ADVANTAGES OF BUSINESS INTELLIGENCE

More information

Comparing Instances of the Ontological Concepts

Comparing Instances of the Ontological Concepts Comparing Instances of the Ontological Concepts Anton Andrejko and Mária Bieliková Faculty of Informatics and Information Technologies, Slovak University of Technology, Ilkovičova 3, 842 16 Bratislava,

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

Computer Assisted Assessment for Computer Programming Course with Agent Based Architecture

Computer Assisted Assessment for Computer Programming Course with Agent Based Architecture Computer Assisted Assessment for Computer Programming Course with Based Architecture S. MASROM Faculty of Information Technology & Quantitative Sciences Universiti Teknologi MARA Seri Iskandar, Perak suray078@perak.uitm.edu.my

More information

P ERFORMANCE M ONITORING AND A NALYSIS S ERVICES - S TABLE S OFTWARE

P ERFORMANCE M ONITORING AND A NALYSIS S ERVICES - S TABLE S OFTWARE P ERFORMANCE M ONITORING AND A NALYSIS S ERVICES - S TABLE S OFTWARE WP3 Document Filename: Work package: Partner(s): Lead Partner: v1.0-.doc WP3 UIBK, CYFRONET, FIRST UIBK Document classification: PUBLIC

More information

Multilingual and Localization Support for Ontologies

Multilingual and Localization Support for Ontologies Multilingual and Localization Support for Ontologies Mauricio Espinoza, Asunción Gómez-Pérez and Elena Montiel-Ponsoda UPM, Laboratorio de Inteligencia Artificial, 28660 Boadilla del Monte, Spain {jespinoza,

More information

INTELLIGENT DECISION SUPPORT SYSTEMS FOR ADMISSION MANAGEMENT IN HIGHER EDUCATION INSTITUTES

INTELLIGENT DECISION SUPPORT SYSTEMS FOR ADMISSION MANAGEMENT IN HIGHER EDUCATION INSTITUTES INTELLIGENT DECISION SUPPORT SYSTEMS FOR ADMISSION MANAGEMENT IN HIGHER EDUCATION INSTITUTES Rajan Vohra 1 & Nripendra Narayan Das 2 1. Prosessor, Department of Computer Science & Engineering, Bahra University,

More information

A Semantic Marketplace of Peers Hosting Negotiating Intelligent Agents

A Semantic Marketplace of Peers Hosting Negotiating Intelligent Agents A Semantic Marketplace of Peers Hosting Negotiating Intelligent Agents Theodore Patkos and Dimitris Plexousakis Institute of Computer Science, FO.R.T.H. Vassilika Vouton, P.O. Box 1385, GR 71110 Heraklion,

More information

Using Object And Object-Oriented Technologies for XML-native Database Systems

Using Object And Object-Oriented Technologies for XML-native Database Systems Using Object And Object-Oriented Technologies for XML-native Database Systems David Toth and Michal Valenta David Toth and Michal Valenta Dept. of Computer Science and Engineering Dept. FEE, of Computer

More information

Secure Semantic Web Service Using SAML

Secure Semantic Web Service Using SAML Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA

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

STANDARDS FOR AGENTS AND AGENT BASED SYSTEMS (FIPA)

STANDARDS FOR AGENTS AND AGENT BASED SYSTEMS (FIPA) Course Number: SENG 609.22 Session: Fall, 2003 Course Name: Agent-based Software Engineering Department: Electrical and Computer Engineering Document Type: Tutorial Report STANDARDS FOR AGENTS AND AGENT

More information

Course Syllabus For Operations Management. Management Information Systems

Course Syllabus For Operations Management. Management Information Systems For Operations Management and Management Information Systems Department School Year First Year First Year First Year Second year Second year Second year Third year Third year Third year Third year Third

More information

Development of a generic IT service catalog as pre-arrangement for Service Level Agreements

Development of a generic IT service catalog as pre-arrangement for Service Level Agreements Development of a generic IT service catalog as pre-arrangement for Service Level Agreements Thorsten Anders Universität Hamburg, Regionales Rechenzentrum, Schlüterstraße 70, 20146 Hamburg, Germany Thorsten.Anders@rrz.uni-hamburg.de

More information

ANALYSIS OF WEB-BASED APPLICATIONS FOR EXPERT SYSTEM

ANALYSIS OF WEB-BASED APPLICATIONS FOR EXPERT SYSTEM Computer Modelling and New Technologies, 2011, Vol.15, No.4, 41 45 Transport and Telecommunication Institute, Lomonosov 1, LV-1019, Riga, Latvia ANALYSIS OF WEB-BASED APPLICATIONS FOR EXPERT SYSTEM N.

More information

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences mocanionela@yahoo.com George MANIU Spiru Haret University Bucharest, Romania Faculty

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

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications Gaël de Chalendar CEA LIST F-92265 Fontenay aux Roses Gael.de-Chalendar@cea.fr 1 Introduction The main data sources

More information

2 AIMS: an Agent-based Intelligent Tool for Informational Support

2 AIMS: an Agent-based Intelligent Tool for Informational Support Aroyo, L. & Dicheva, D. (2000). Domain and user knowledge in a web-based courseware engineering course, knowledge-based software engineering. In T. Hruska, M. Hashimoto (Eds.) Joint Conference knowledge-based

More information

ENTERPRISE RESOURCE PLANNING APPLICATION

ENTERPRISE RESOURCE PLANNING APPLICATION 1 ERP-CONTROL : A REA-BASED ENTERPRISE RESOURCE PLANNING APPLICATION Michael Abmayer *, Rene Cerny *, Walter S.A. Schwaiger *, Institute of Science, Vienna University of Technology Vienna, Janurary 2014

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

Supporting Change-Aware Semantic Web Services

Supporting Change-Aware Semantic Web Services Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand a.hinze@cs.waikato.ac.nz Abstract. The Semantic Web is not only evolving into

More information

Business Intelligence: Recent Experiences in Canada

Business Intelligence: Recent Experiences in Canada Business Intelligence: Recent Experiences in Canada Leopoldo Bertossi Carleton University School of Computer Science Ottawa, Canada : Faculty Fellow of the IBM Center for Advanced Studies 2 Business Intelligence

More information

Some Research Challenges for Big Data Analytics of Intelligent Security

Some Research Challenges for Big Data Analytics of Intelligent Security Some Research Challenges for Big Data Analytics of Intelligent Security Yuh-Jong Hu hu at cs.nccu.edu.tw Emerging Network Technology (ENT) Lab. Department of Computer Science National Chengchi University,

More information

Intinno: A Web Integrated Digital Library and Learning Content Management System

Intinno: A Web Integrated Digital Library and Learning Content Management System Intinno: A Web Integrated Digital Library and Learning Content Management System Synopsis of the Thesis to be submitted in Partial Fulfillment of the Requirements for the Award of the Degree of Master

More information

Enhanced Algorithm for Efficient Retrieval of Data from a Secure Cloud

Enhanced Algorithm for Efficient Retrieval of Data from a Secure Cloud OPEN JOURNAL OF MOBILE COMPUTING AND CLOUD COMPUTING Volume 1, Number 2, November 2014 OPEN JOURNAL OF MOBILE COMPUTING AND CLOUD COMPUTING Enhanced Algorithm for Efficient Retrieval of Data from a Secure

More information

Contents. Dedication List of Figures List of Tables. Acknowledgments

Contents. Dedication List of Figures List of Tables. Acknowledgments Contents Dedication List of Figures List of Tables Foreword Preface Acknowledgments v xiii xvii xix xxi xxv Part I Concepts and Techniques 1. INTRODUCTION 3 1 The Quest for Knowledge 3 2 Problem Description

More information

Masters in Artificial Intelligence

Masters in Artificial Intelligence Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits

More information

Adaptive portal framework for Semantic Web applications

Adaptive portal framework for Semantic Web applications Adaptive portal framework for Semantic Web applications Michal Barla, Peter Bartalos, Mária Bieliková, Roman Filkorn, Michal Tvarožek Institute of Informatics and Software Engineering, Faculty of Informatics

More information

Masters in Advanced Computer Science

Masters in Advanced Computer Science Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate

More information

Software agents. Web services. and. F. Dignum Utrecht University

Software agents. Web services. and. F. Dignum Utrecht University Web services and Software agents F. Dignum Utrecht University Contents What are Web Services? Standards Problems with Web Services Software Agents Conclusions Today s Web Web Services: Killer Application?

More information

The SEEMP project Single European Employment Market-Place An e-government case study

The SEEMP project Single European Employment Market-Place An e-government case study The SEEMP project Single European Employment Market-Place An e-government case study 1 Scenario introduction Several e-government projects have been developed in the field of employment with the aim of

More information

SEMANTIC-BASED AUTHORING OF TECHNICAL DOCUMENTATION

SEMANTIC-BASED AUTHORING OF TECHNICAL DOCUMENTATION SEMANTIC-BASED AUTHORING OF TECHNICAL DOCUMENTATION R Setchi, Cardiff University, UK, Setchi@cf.ac.uk N Lagos, Cardiff University, UK, LagosN@cf.ac.uk ABSTRACT Authoring of technical documentation is a

More information

Future Directions for a Healthcare Facility Information Management System

Future Directions for a Healthcare Facility Information Management System Future Directions for a Healthcare Facility Information Management System Jason Lucas, PhD Clemson University Clemson, SC Tanyel Bulbul, PhD Virginia Tech Blacksburg, VA Quality facility management in

More information

Security Issues for the Semantic Web

Security Issues for the Semantic Web Security Issues for the Semantic Web Dr. Bhavani Thuraisingham Program Director Data and Applications Security The National Science Foundation Arlington, VA On leave from The MITRE Corporation Bedford,

More information

Simplifying e Business Collaboration by providing a Semantic Mapping Platform

Simplifying e Business Collaboration by providing a Semantic Mapping Platform Simplifying e Business Collaboration by providing a Semantic Mapping Platform Abels, Sven 1 ; Sheikhhasan Hamzeh 1 ; Cranner, Paul 2 1 TIE Nederland BV, 1119 PS Amsterdam, Netherlands 2 University of Sunderland,

More information

Soar Technology Knowledge Management System (KMS)

Soar Technology Knowledge Management System (KMS) Soar Technology Knowledge Management System (KMS) A system that will capture information and make it accessible to the staff in the form of meaningful knowledge. This project will consist of various systems

More information

AGENT PLATFORM EVALUATION AND COMPARISON

AGENT PLATFORM EVALUATION AND COMPARISON AGENT PLATFORM EVALUATION AND COMPARISON Nguyen G., Dang T.T, Hluchy L., Laclavik M., Balogh Z., Budinska I. Jun 2002 Pellucid 5FP IST-2001-34519 1 CONTENTS ACRONYMS...3 1 AGENT PLATFORM FEATURES...4 1.1

More information

What Are the Different Types of Service Instabilities?

What Are the Different Types of Service Instabilities? Jonathan Dale Fujitsu Laboratories of America 595 Lawrence Expressway Sunnyvale, CA 94085, USA jonathan.dale@fla.fujitsu.com Implementing Agent-based Web Services Luigi Ceccaroni Fujitsu Laboratories of

More information

A Cloud Portal with a Cloud Service Search Engine

A Cloud Portal with a Cloud Service Search Engine 2011 International Conference on Information and Intelligent Computing IPCSIT vol.18 (2011) (2011) IACSIT Press, Singapore A Cloud Portal with a Cloud Service Search Engine Jaeyong Kang and Kwang Mong

More information

WEB ORIENTED APPLICATIONS GENERATOR

WEB ORIENTED APPLICATIONS GENERATOR DAAAM INTERNATIONAL SCIENTIFIC BOOK 2007 pp 443-458 CHAPTER 39 WEB ORIENTED APPLICATIONS GENERATOR DEVELOPMENT THROUGH REENGINEERING PROCESS RADOSEVIC, D; OREHOVACKI, T & KONECKI, M Abstract: Development

More information

Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville

Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville Software Engineering System Models Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain why the context of a system should be modeled as part of the RE process To describe

More information

A Multi-agent System for Knowledge Management based on the Implicit Culture Framework

A Multi-agent System for Knowledge Management based on the Implicit Culture Framework A Multi-agent System for Knowledge Management based on the Implicit Culture Framework Enrico Blanzieri Paolo Giorgini Fausto Giunchiglia Claudio Zanoni Department of Information and Communication Technology

More information

Data Mining for Successful Healthcare Organizations

Data Mining for Successful Healthcare Organizations Data Mining for Successful Healthcare Organizations For successful healthcare organizations, it is important to empower the management and staff with data warehousing-based critical thinking and knowledge

More information

Institute of Research on Information Systems (IRIS) Course Overview

Institute of Research on Information Systems (IRIS) Course Overview Department of Supply Chain Management, Information Systems & Innovation Institute of Research on Information Systems (IRIS) Course Overview BACHELOR PROGRAM COURSES... 2 INFORMATION SYSTEMS DEVELOPMENT...

More information

Collaboration on the Social Semantic Desktop. Groza, Tudor; Handschuh, Siegfried

Collaboration on the Social Semantic Desktop. Groza, Tudor; Handschuh, Siegfried Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title Collaboration on the Social Semantic Desktop Author(s) Groza, Tudor;

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

CUSTOMER Presentation of SAP Predictive Analytics

CUSTOMER Presentation of SAP Predictive Analytics SAP Predictive Analytics 2.0 2015-02-09 CUSTOMER Presentation of SAP Predictive Analytics Content 1 SAP Predictive Analytics Overview....3 2 Deployment Configurations....4 3 SAP Predictive Analytics Desktop

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

Optimization of SQL Queries in Main-Memory Databases

Optimization of SQL Queries in Main-Memory Databases Optimization of SQL Queries in Main-Memory Databases Ladislav Vastag and Ján Genči Department of Computers and Informatics Technical University of Košice, Letná 9, 042 00 Košice, Slovakia lvastag@netkosice.sk

More information

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD 72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD Paulo Gottgtroy Auckland University of Technology Paulo.gottgtroy@aut.ac.nz Abstract This paper is

More information

A Survey on Web Mining From Web Server Log

A Survey on Web Mining From Web Server Log A Survey on Web Mining From Web Server Log Ripal Patel 1, Mr. Krunal Panchal 2, Mr. Dushyantsinh Rathod 3 1 M.E., 2,3 Assistant Professor, 1,2,3 computer Engineering Department, 1,2 L J Institute of Engineering

More information

ACHIEVING HIGH DEPENDABILITY OF AN ENDOSCOPY RECOMMENDER SYSTEM(ERS)

ACHIEVING HIGH DEPENDABILITY OF AN ENDOSCOPY RECOMMENDER SYSTEM(ERS) TASK QUARTERLY 8 No 2(2004), 237 242 ACHIEVING HIGH DEPENDABILITY OF AN ENDOSCOPY RECOMMENDER SYSTEM(ERS) JAN ZIELIŃSKI AND HENRYK KRAWCZYK Faculty of Electronics, Telecommunications and Informatics, Gdansk

More information

COURSE RECOMMENDER SYSTEM IN E-LEARNING

COURSE RECOMMENDER SYSTEM IN E-LEARNING International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 159-164 COURSE RECOMMENDER SYSTEM IN E-LEARNING Sunita B Aher 1, Lobo L.M.R.J. 2 1 M.E. (CSE)-II, Walchand

More information

Knowledge-based Approach in Information Systems Life Cycle and Information Systems Architecture

Knowledge-based Approach in Information Systems Life Cycle and Information Systems Architecture 5 th Slovakian-Hungarian Joint Symposium on Applied Machine Intelligence and Informatics January 25-26, 2007 Poprad, Slovakia Knowledge-based Approach in Information Systems Life Cycle and Information

More information

A generic approach for data integration using RDF, OWL and XML

A generic approach for data integration using RDF, OWL and XML A generic approach for data integration using RDF, OWL and XML Miguel A. Macias-Garcia, Victor J. Sosa-Sosa, and Ivan Lopez-Arevalo Laboratory of Information Technology (LTI) CINVESTAV-TAMAULIPAS Km 6

More information

Chapter 1. Dr. Chris Irwin Davis Email: cid021000@utdallas.edu Phone: (972) 883-3574 Office: ECSS 4.705. CS-4337 Organization of Programming Languages

Chapter 1. Dr. Chris Irwin Davis Email: cid021000@utdallas.edu Phone: (972) 883-3574 Office: ECSS 4.705. CS-4337 Organization of Programming Languages Chapter 1 CS-4337 Organization of Programming Languages Dr. Chris Irwin Davis Email: cid021000@utdallas.edu Phone: (972) 883-3574 Office: ECSS 4.705 Chapter 1 Topics Reasons for Studying Concepts of Programming

More information