Semantically Enhanced Web Personalization Approaches and Techniques

Size: px
Start display at page:

Download "Semantically Enhanced Web Personalization Approaches and Techniques"

Transcription

1 Semantically Enhanced Web Personalization Approaches and Techniques Dario Vuljani, Lidia Rovan, Mirta Baranovi Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, HR Zagreb, Croatia {dario.vuljanic, lidia.rovan, Abstract. This paper gives an overview of web personalization approaches and techniques and explains possible ways of introducing the semantics into the web personalization process. Theoretical models of personalization are presented as base models for different semantic approaches to personalization and evaluated from aspect of usability. Existing semantic personalization models and systems are described and the level of improvement they achieve is discussed, with emphasis on personalization accuracy. The initial idea for including personalization into the existing semantic web portal "Sweb" is presented. Proposed approach combines social networking data with semantic reasoning based personalization technique to increase the accuracy of recommendations. Keywords. Web personalization, semantic personalization, semantic web, content filtering, recommender systems 1. Introduction To personalize means to make or change something so it is suitable for a particular person [9]. Personalization is defined as the ability to provide content and services tailored to individuals based on knowledge about their preferences and behavior [7]. Web personalization is about personalizing aspects of web resources - the content itself, links, web page structure and navigation. Nowadays, when information overload is one of the common problems of web usage, users find it difficult to distinguish relevant from irrelevant information. The main goal of personalization is to help users find the information they are interested in, what can significantly enhance their web experience. Most of personalization systems try to filter available content by user's preferences and recommend only content found potentially interesting for that particular user. The most difficult aspect of personalization is to understand user's preferences and to use them in an intelligent way for content filtering. The concept of semantic web exists for more than a decade as an idea, but it is not used widely in practice yet. Examples of successful semantic projects exist, but the semantic web is still waiting for its killer app, to increase the semantic web popularity. In personalization, technologies of semantic web are used mostly in research projects. Various approaches to semantic personalization are being proposed, evaluated and discussed, each of them with its own strengths and weaknesses. In this paper we propose an approach for including personalization into the semantic web portal "Sweb". Existing personalization approaches were examined in order to find a personalization method most suitable for personalizing the "Sweb" portal. As the result of our research, new personalization system is designed, based on semantic reasoning combined with social networking. This paper is organized as follows. Section 2 briefly describes semantic web portal "Sweb". An overview of web personalization approaches is given in section 3. Semantic personalization approaches are described in section 4. Our idea for personalization of the "Sweb" portal is presented in section 5. Section 6 contains conclusion and guidelines for further work. 2. Semantic web portal "Sweb" Semantic web portal "Sweb" [6] is a news portal aimed for students, based on RSS (RDF Site Summary) feed services. The portal integrates data from the academic life and data about social and cultural manifestations, such as concerts or theatre plays. Also, the portal contains a calendar with user's events and the support for popular web 2.0 services, such as Facebook and Google Calendar. When it comes to heterogeneous data, from multiple data sources, users can find it hard to find the information they need. Personalization of the "Sweb" portal tends to improve user 217 Proceedings of the ITI nd Int. Conf. on Information Technology Interfaces, June 21-24, 2010, Cavtat, Croatia

2 experience by filtering available data in accordance to user's preferences. A recommender system that suggests content (news and events) suitable for a particular user, is supposed to be integrated into the existing solution. 3. Web personalization approaches and techniques 3.1. Current trends in web personalization Web personalization is currently very popular aspect of improving user's browsing experience. Popular web services, such as Amazon.com and Facebook have included personalization in their everyday use. Users get recommendations regarding an item they bought or news their friends liked. Latest improvements of Google search engine also include additional personalization feature, called Stars [11], enabling the user to mark preferred items. While traditional personalization methods are already widely used, semantic personalization takes place mostly in research projects [4,7,8,12] Approaches to web personalization In the personalization process, various approaches are combined to suit user's preferences as accurate as possible. Anand and Mobasher [1] classify approaches to web personalization by data they utilize, the way of processing data, interaction with the user, the learning paradigm and the place where personalization process is done. Most commonly, personalization approaches are classified by data they utilize. Individual approach predicts user's preferences using data from past interactions solely with that user. On the other hand, collaborative approach relies on data about user's neighborhood, consisting of users with similar preferences. From user's aspect, proactive approach is welcomed, because it tends to automatically collect data, without disturbing the user. Reactive approach can be intrusive because it demands data about preferences explicitly provided by user. Each personalization approach has its advantages and disadvantages. Generally best approach does not exist. Depending on the system being personalized and user's needs, approaches should be balanced to produce the most suitable solution for the given situation Web personalization techniques According to [1] and [4], web personalization techniques are classified in five classes: content based filtering, traditional collaborative filtering, model based techniques, hybrid techniques and semantic techniques. Content based filtering uses an individual approach which relies on user's ratings and item descriptions. Items having similar properties as items positively rated by user are being recommended to the user. The most common problem of content based filtering is the new user problem. This problem occurs when a new user is added to the system, hence has an empty profile (without ratings) and cannot receive recommendations. Traditional collaborative filtering uses ratings from user's neighborhood. Neighbors are users who provided similar ratings for same items. Item is being recommended to the user according to the overall rating of the neighborhood for that item. Problems in collaborative filtering occur when new content item is added to the system, because the item cannot take place in personalization without being rated before. Model based techniques represent an improvement in scalability issues, because part of data is pre-processed and stored as model, which is used in the personalization process. Hybrid personalization techniques combine two or more personalization techniques to improve the personalization process. In most cases, content based filtering is combined with traditional collaborative filtering. Collaboration via content is an example of a hybrid personalization technique, where user profiles contain item descriptions based on similarity of user's. Traditional personalization techniques can provide very suitable solution for tailoring web pages according to user's preferences. On the other hand, traditional web personalization has limitations in accuracy of modeling user's behavior. The potential of semantic personalization is in better understanding of user's preferences. Semantic attributes and annotations provide extra information, which can improve the intelligence of the personalization process. Key goal of using semantic enhancements in personalization is modeling user's behavior more precisely. 218

3 4. Semantic personalization Semantic personalization represents an expansion of traditional personalization techniques with semantic web technologies. The simplest example of semantic personalization is usage of semantic annotations for content items and semantic similarity, instead of lexical similarity used in traditional personalization techniques. More complex examples of semantic personalization, described in this chapter, use various semantic capabilities to improve the process and the result of personalization Technologies of semantic web One of the key concepts of semantic web, also used in semantic personalization, is ontology. Gruber proposed very simple definition, defining ontology as specification of a conceptualization [5]. Typically, ontology consists of a finite list of terms describing domain of interests and relationships between these terms. The most common relationships in ontologies are generalization and specialization, as shown in Fig. 1. Apart from relationships, ontologies may also include information such as properties or value restrictions. Ontologies are described with semantic technologies: Resource Description Framework (RDF), RDF Schema (RDFS) and Web Ontology Language (OWL) [3]. Figure 1. An ontology hierarchy example Although commonly considered to be a language, RDF is essentially a data model based on the principle of subject-predicate-object triplets, called statements. RDF was made for metadata descriptions, containing attributes about elements and describing relationships between those elements. RDF is domain independent, which means it can be used for modeling of any domain. To define the vocabulary for a certain domain, containing element descriptions for that domain and usage rules, RDFS is used. OWL is a language considered to be an improvement of the RDF, with the same purpose but with richer capabilities. It is based on elements such as classes, hierarchies, attributes, restrictions etc. Three different specification of the language exist, with different capabilities and compatibility with RDF: OWL Full, OWL Description Logic and OWL Lite. The Friend of a Friend (FOAF) [14] ontology is one of the most popular ontologies used across the web. FOAF describes people, their activities and relationships with other people and objects. Using FOAF each person is uniquely identified with a URI and described with RDF and OWL. Increasing number of FOAF profiles encourages developers to create tools for managing FOAF profiles. In the context of web personalization, FOAF profiles represent user friendly personalization enhancement, with capabilities for collaborative filtering based on friendship network Semantic personalization techniques Different techniques and approaches to semantic personalization exist as the result of research projects. This chapter describes some of semantic approaches to personalization, which were considered to be included in our approach to personalizing the "Sweb" portal. Semantic expansion approach to content based filtering, introduced by Liang et al. [7], tends to improve keyword based document recommendation with semantics. Semantic tree, representing correlations between domain concepts, is used as the base structure. To anticipate user's interest into each concept, user's ratings for items are used. Liang's approach uses semantic network activation spreading model, starting from concepts of user's interests and spreading to concepts of potential user's interests. Spreading inside the semantic network is based on relationships between concepts and principles of generalization and specialization. According to the study, this semantic expansion approach models user's preferences more accurate than the traditional content based approach. Nevertheless, some disadvantages of the content based filtering 219

4 remain unsolved, such as the new user problem and the problem of disturbing the user with document ratings. FOAF based approach to semantic personalization was introduced by Ankolekar and Vrandecic [2]. Their approach tends to exploit the popularity of FOAF profiles in web personalization process. FOAF based personalization model is built upon an existing content based filtering or similar model and represents an enhancement which should improve traditional approach with information from the user's FOAF profile. An extension of standard HTTP protocol is proposed, to enable distribution of FOAF profiles. The FOAF based personalization is promising because it uses a technology already accepted from users and does not make pressure on user to rate content items. A major disadvantage of this approach is the privacy problem, because FOAF profile can contain private data. personalization technique is reasoning, where an existing data are processed with the goal of finding unobvious connections between the user and the contents. The concept of the ontology profile, shown in Fig. 2 [4], was introduced as the best solution for user modeling in this hybrid system. User profiles contain references to content items in the domain ontology and numerical measures of user-item correspondence called DOI index (DOI = Degree Of Interest). DOI index can take values in range [-1,1], where -1 represents absolute negative correspondence and 1 absolute positive correspondence. Reduced storage size demands and adaptability to any domain are marked as major advantages of the ontology profile. The new user problem remains yet to be solved in this approach. Ma et al. [8] propose an approach that combines user's social network information and rating records to improve prediction of user's behavior. Authors find including social relations between users into the personalization process very important, because they believe that user's social connections affect user's actions. When comparing recommendations from friends and recommender systems, users prefer recommendations from their friends. Major advantages of their approach are scalability and improved accuracy of the personalization process. 5. Personalizing semantic web portal "Sweb" Figure 2. User modeling example based on the principle of the ontology profile Y. Blanco-Fernández et al. [4] designed a hybrid reasoning based approach to semantic personalization and tested the implementation of the recommender system in a TV web portal. Their recommender system combines content based filtering and collaborative filtering with the semantic technologies for ontological domain modeling. The central process of this hybrid After examining existing personalization approaches, we decided to build the "Sweb" personalization system upon the semantic reasoning based approach described in [4]. Low space costs for storage of ontology profiles and proven efficiency of the personalization were key factors that led us to that decision. Although this approach was proven to be quite efficient, we believe that precision of recommendations can be improved by integrating the process with social networking data. Social networks are the most popular aspect of web 2.0 and in accordance to Ma et al. approach, we assume that social connections significantly determine and describe user's interests. Because the "Sweb" portal is built using semantic web technologies, we decided to use FOAF profiles for storing data about user's social network. The "Sweb" portal personalization model is presented in Fig. 3. As stated before in this paper, the "Sweb" portal integrates content from 220

5 multiple RSS feed services, which represent primary input into the portal. In personalization, additional data is used: user's FOAF profile and stored ontology profiles for that particular user and his friends. While the ontology profile contains individual data about user's interest into the content items, user's FOAF profile represents a social part of the complete profile. User's FOAF profile contains list of user's friends, representing user's social network. The FOAF profile is dynamically generated from user's account on Facebook or Twitter, depending on user's preferences. In the personalization process, ontology profiles are used to predict degree of interest to available content for the user, as described in [4]. Additionally, collaborative personalization phase is executed, having list of user's friends from the FOAF profile as user's neighborhood. Finally, recommendations from the individual phase and the collaborative phase are combined together and top rated items are recommended to the user. system for recommended content. User will have three options: not to rate the item, rate the item positively or rate the item negatively. We believe this approach provides enough information about user's satisfaction with recommendations and there is no need to use a rating system with wider scale (e.g. ratings 1-5). When it comes to usability, according to [15] binary (like/dislike) rating systems are suitable for personalized recommendations. Also, binary rating systems provide polarized results [15], clearly distinguishing user's satisfaction. Along with the binary rating system, we propose usage of an automatic data collector. The purpose of an automatic data collecting subsystem is to implicitly retrieve user's feedback (e.g. when user follows the RSS link to the original news it means that user is interested in that news item). The new user problem is mitigated in our approach, because it can occur only in situation when neither the user nor any of the user's friends have accessed a single content item. If an ontology profile exists for the user or any of his friends, the user can receive personalized recommendations. Although the process of personalization can start almost instantly after receiving any feedback from the user, the results of personalization at that moment will probably not be satisfactory due to the lack of data. On the other hand, we expect the level of quality for recommendations to increase quickly along with growth of the ontology profile data, especially for users with large social network. 6. Conclusion and further work Figure 3. Architecture of the personalized "Sweb" portal For dynamic generation of FOAF profiles, we propose existing available services: Facebook FOAF Generator [10] and Semantictweet [13]. Both services have very similar functionality. Facebook FOAF Generator accesses user's Facebook profile and creates a FOAF file which contains general information about the user and user's friends. Semantictweet creates very similar FOAF profile, which contains information about user's connection on Twitter. In order to collect explicit feedback from the user, we propose usage of Facebook-like rating Although some aspects of personalization are widely used across the web, complete and complex personalization systems are rarely seen in practical use. More often, intelligent techniques for personalization are used in research projects, resulting with some answers about personalization and with even more new questions waiting to be answered. That is the case especially when it comes to semantic personalization techniques. On the other hand, if the intensive research of the semantic personalization continues, it should be only matter of time for the semantic personalization to be accepted and used across the web. While some problems can be resolved within research projects, some problems will remain unsolved until semantic personalization becomes a part of everyday use. Only users can give answers about accuracy and usability of the personalization 221

6 process. Semantic approach to personalization is considered to have great potential for improvements, but end users will have the final word on that. In this paper we described the results of our research in web personalization and proposed the model of a personalization system for the semantic web portal "Sweb". By combining social networking data with the semantic reasoning based approach to personalization we hope to increase the accuracy of recommending items of user's interest to the user. As further work, we plan to make a prototype of the proposed personalization model and integrate it to the "Sweb" portal. After the integration is done, our recommender system will be tested with real users. We hope to gather feedback from the users about their personalized experience, to be able to evaluate the recommender system and determine possible improvements in our approach. 7. References [1] Anand SS, Mobasher B. Intelligent Techniques for Web Personalization, first chapter of the book Intelligent Techniques for Web Personalization. Springer Berlin / Heidelberg; [2] Ankolekar A, Vrande i D. Personalizing Web Surfing with Semantically Enriched Personal Profiles. 6.pdf [01/03/2010]. [3] Antoniou G, van Harmelen F. A Semantic Web Primer - second edition. The MIT Press; [4] Blanco-Fernández Y, Pazos-Arias JJ, Gil- Solla A, Ramos-Cabrer M, López-Nores M, García-Duque J, Fernández-Vilas A, Díaz- Redondo RP. Exploiting Synergies Between Semantic Reasoning and Personalization Strategies in Intelligent Recommender Systems: A Case Study. The Journal of Systems and Software 2008; 81(12): [5] Gruber T. Toward Principles for the Design of Ontologies Used for Knowledge Sharing. International Journal Human-Computer Studies 1995; 43(5-6): [6] Jagušt T. Students Portal Based on Semantic Web, thesis. Faculty of Electrical Engineering and Computing, University of Zagreb; [7] Liang T-P, Yang Y-F, Chen D-N, Ku Y-C. A Semantic Expansion Approach to Personalized Knowledge Recommendation. Decision Support Systems 2008; 45(3): [8] Ma H, Yang H, Lyu MR, King I. SoRec: Social Recommendation Using Probabilistic Matrix Factorization. Proceeding of the 17th ACM conference on Information and knowledge management; 2008 October 26-30; Napa Valley, California, USA. ACM, New York, NY, USA; p [9] Macmillan Dictionary, nary/british/personalize [01/31/2010]. [10] Matthew Rowe - PhD Student, erator.html [03/28/2010]. [11] Official Google Blog: Stars make search more personal, rs-make-search-more-personal.html [03/30/2010]. [12] Poppe C, Martens G, Mannens E, Van de Walle R. Personal Content Management System: A Semantic Approach. Journal of Visual Communication and Image Representation 2009; 20(2): [13] SemanticTweet - twitter meets the semantic web, [03/30/2010]. [14] The Friend of a Friend (FOAF) Project. [01/27/2010] [15] Thumbs Up/Down Style Ratings - Social Patterns, atterns.wiki/index.php?title=thumbs_up/d own_style_ratings [03/31/2010] 222

No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface

No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface IAENG International Journal of Computer Science, 33:1, IJCS_33_1_22 No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface Nelson K. Y. Leung and Sim Kim Lau Abstract

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

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

Weblogs Content Classification Tools: performance evaluation

Weblogs Content Classification Tools: performance evaluation Weblogs Content Classification Tools: performance evaluation Jesús Tramullas a,, and Piedad Garrido a a Universidad de Zaragoza, Dept. of Library and Information Science. Pedro Cerbuna 12, 50009 Zaragoza.tramullas@unizar.es

More information

OWL based XML Data Integration

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

More information

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens 1 Optique: Improving the competitiveness of European industry For many

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

Personalization of Web Search With Protected Privacy

Personalization of Web Search With Protected Privacy Personalization of Web Search With Protected Privacy S.S DIVYA, R.RUBINI,P.EZHIL Final year, Information Technology,KarpagaVinayaga College Engineering and Technology, Kanchipuram [D.t] Final year, Information

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

How To Make Sense Of Data With Altilia

How To Make Sense Of Data With Altilia HOW TO MAKE SENSE OF BIG DATA TO BETTER DRIVE BUSINESS PROCESSES, IMPROVE DECISION-MAKING, AND SUCCESSFULLY COMPETE IN TODAY S MARKETS. ALTILIA turns Big Data into Smart Data and enables businesses to

More information

Data-Gov Wiki: Towards Linked Government Data

Data-Gov Wiki: Towards Linked Government Data Data-Gov Wiki: Towards Linked Government Data Li Ding 1, Dominic DiFranzo 1, Sarah Magidson 2, Deborah L. McGuinness 1, and Jim Hendler 1 1 Tetherless World Constellation Rensselaer Polytechnic Institute

More information

K@ A collaborative platform for knowledge management

K@ A collaborative platform for knowledge management White Paper K@ A collaborative platform for knowledge management Quinary SpA www.quinary.com via Pietrasanta 14 20141 Milano Italia t +39 02 3090 1500 f +39 02 3090 1501 Copyright 2004 Quinary SpA Index

More information

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK Antonella Carbonaro, Rodolfo Ferrini Department of Computer Science University of Bologna Mura Anteo Zamboni 7, I-40127 Bologna, Italy Tel.: +39 0547 338830

More information

CitationBase: A social tagging management portal for references

CitationBase: A social tagging management portal for references CitationBase: A social tagging management portal for references Martin Hofmann Department of Computer Science, University of Innsbruck, Austria m_ho@aon.at Ying Ding School of Library and Information Science,

More information

Extending Java Web Applications for Semantic Web

Extending Java Web Applications for Semantic Web Extending Java Web Applications for Semantic Web Lidia Rovan, Ivana Nižeti Department of applied computing University of Zagreb Faculty of Electrical Engineering and Computing Unska 3, Zagreb 10000, CROATIA

More information

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. plohithkumar@hotmail.com Abstract The scholarly activities

More information

LinkZoo: A linked data platform for collaborative management of heterogeneous resources

LinkZoo: A linked data platform for collaborative management of heterogeneous resources LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research

More information

Ontology-Based Query Expansion Widget for Information Retrieval

Ontology-Based Query Expansion Widget for Information Retrieval Ontology-Based Query Expansion Widget for Information Retrieval Jouni Tuominen, Tomi Kauppinen, Kim Viljanen, and Eero Hyvönen Semantic Computing Research Group (SeCo) Helsinki University of Technology

More information

New Web tool to create educational and adaptive courses in an E-Learning platform based fusion of Web resources

New Web tool to create educational and adaptive courses in an E-Learning platform based fusion of Web resources New Web tool to create educational and adaptive courses in an E-Learning platform based fusion of Web resources Mohammed Chaoui 1, Mohamed Tayeb Laskri 2 1,2 Badji Mokhtar University Annaba, Algeria 1

More information

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com

More information

Association rules for improving website effectiveness: case analysis

Association rules for improving website effectiveness: case analysis Association rules for improving website effectiveness: case analysis Maja Dimitrijević, The Higher Technical School of Professional Studies, Novi Sad, Serbia, dimitrijevic@vtsns.edu.rs Tanja Krunić, The

More information

Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries

Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries Norbert Fuhr, Claus-Peter Klas University of Dortmund, Germany {fuhr,klas}@ls6.cs.uni-dortmund.de 1 Introduction

More information

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

Model Driven Interoperability through Semantic Annotations using SoaML and ODM Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:

More information

Reputation Network Analysis for Email Filtering

Reputation Network Analysis for Email Filtering Reputation Network Analysis for Email Filtering Jennifer Golbeck, James Hendler University of Maryland, College Park MINDSWAP 8400 Baltimore Avenue College Park, MD 20742 {golbeck, hendler}@cs.umd.edu

More information

Importance of Domain Knowledge in Web Recommender Systems

Importance of Domain Knowledge in Web Recommender Systems Importance of Domain Knowledge in Web Recommender Systems Saloni Aggarwal Student UIET, Panjab University Chandigarh, India Veenu Mangat Assistant Professor UIET, Panjab University Chandigarh, India ABSTRACT

More information

Explorer's Guide to the Semantic Web

Explorer's Guide to the Semantic Web Explorer's Guide to the Semantic Web THOMAS B. PASSIN 11 MANNING Greenwich (74 w. long.) contents preface xiii acknowledgments xv about this booh xvii The Semantic Web 1 1.1 What is the Semantic Web? 3

More information

The Ontological Approach for SIEM Data Repository

The Ontological Approach for SIEM Data Repository The Ontological Approach for SIEM Data Repository Igor Kotenko, Olga Polubelova, and Igor Saenko Laboratory of Computer Science Problems, Saint-Petersburg Institute for Information and Automation of Russian

More information

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Rustem Dautov Iraklis Paraskakis Dimitrios Kourtesis South-East European Research Centre International Faculty, The University

More information

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

Understanding Web personalization with Web Usage Mining and its Application: Recommender System Understanding Web personalization with Web Usage Mining and its Application: Recommender System Manoj Swami 1, Prof. Manasi Kulkarni 2 1 M.Tech (Computer-NIMS), VJTI, Mumbai. 2 Department of Computer Technology,

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 1157-1162 3 rd World Conference on Information Technology (WCIT-2012) Webification of Software Development: General Outline and the

More information

The Ontology and Architecture for an Academic Social Network

The Ontology and Architecture for an Academic Social Network www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,

More information

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION Anna Goy and Diego Magro Dipartimento di Informatica, Università di Torino C. Svizzera, 185, I-10149 Italy ABSTRACT This paper proposes

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

Towards a Lightweight User-Centered Content Syndication Architecture

Towards a Lightweight User-Centered Content Syndication Architecture Towards a Lightweight User-Centered Content Syndication Architecture Vanda Lehel, Florian Matthes, Sheng Wei Technische Universität München Lehrstuhl Software Engineering betrieblicher Informationssysteme

More information

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model 22 October 2014 Tony Hammond Michele Pasin Background About Macmillan

More information

SCOUT: A Framework for Personalized Context- Aware Mobile Applications

SCOUT: A Framework for Personalized Context- Aware Mobile Applications SCOUT: A Framework for Personalized Context- Aware Mobile Applications William Van Woensel 1, Sven Casteleyn 1,2, Olga De Troyer 1,2 1 Vrije Universiteit Brussel, Pleinlaan 2, 1050 Brussel, Belgium {William.Van.Woensel,

More information

Towards the Integration of a Research Group Website into the Web of Data

Towards the Integration of a Research Group Website into the Web of Data Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades

More information

Ontologies for elearning

Ontologies for elearning Chapter 4 Applications and Impacts Ontologies for elearning B.Polakowski and K.Amborski Institute of Control and Industrial Electronics, Warsaw University of Technology. Warsaw, Poland e-mail: polakpl@yahoo.com,

More information

Using Semantic Data Mining for Classification Improvement and Knowledge Extraction

Using Semantic Data Mining for Classification Improvement and Knowledge Extraction Using Semantic Data Mining for Classification Improvement and Knowledge Extraction Fernando Benites and Elena Sapozhnikova University of Konstanz, 78464 Konstanz, Germany. Abstract. The objective of this

More information

Recommender Systems: Content-based, Knowledge-based, Hybrid. Radek Pelánek

Recommender Systems: Content-based, Knowledge-based, Hybrid. Radek Pelánek Recommender Systems: Content-based, Knowledge-based, Hybrid Radek Pelánek 2015 Today lecture, basic principles: content-based knowledge-based hybrid, choice of approach,... critiquing, explanations,...

More information

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France

More information

Web 2.0-based SaaS for Community Resource Sharing

Web 2.0-based SaaS for Community Resource Sharing Web 2.0-based SaaS for Community Resource Sharing Corresponding Author Department of Computer Science and Information Engineering, National Formosa University, hsuic@nfu.edu.tw doi : 10.4156/jdcta.vol5.issue5.14

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

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together Owen Sacco 1 and Matthew Montebello 1, 1 University of Malta, Msida MSD 2080, Malta. {osac001, matthew.montebello}@um.edu.mt

More information

MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT

MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT 23-24 September, 2006, BULGARIA 1 MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT Dencho N. Batanov Frederick Institute of Technology Computer Science Department Nicosia, Cyprus

More information

How To Build A Cloud Based Intelligence System

How To Build A Cloud Based Intelligence System Semantic Technology and Cloud Computing Applied to Tactical Intelligence Domain Steve Hamby Chief Technology Officer Orbis Technologies, Inc. shamby@orbistechnologies.com 678.346.6386 1 Abstract The tactical

More information

A Web Recommender System for Recommending, Predicting and Personalizing Music Playlists

A Web Recommender System for Recommending, Predicting and Personalizing Music Playlists A Web Recommender System for Recommending, Predicting and Personalizing Music Playlists Zeina Chedrawy 1, Syed Sibte Raza Abidi 1 1 Faculty of Computer Science, Dalhousie University, Halifax, Canada {chedrawy,

More information

A Tool for Searching the Semantic Web for Supplies Matching Demands

A Tool for Searching the Semantic Web for Supplies Matching Demands A Tool for Searching the Semantic Web for Supplies Matching Demands Zuzana Halanová, Pavol Návrat, Viera Rozinajová Abstract: We propose a model of searching semantic web that allows incorporating data

More information

Tags4Tags: Using Tagging to Consolidate Tags

Tags4Tags: Using Tagging to Consolidate Tags Tags4Tags: Using Tagging to Consolidate Tags Leyla Jael Garcia-Castro 1, Martin Hepp 1, Alexander Garcia 2 1 E-Business and Web Science Research Group, Universität der Bundeswehr München, D-85579 Neubiberg,

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

DISCOVERING RESUME INFORMATION USING LINKED DATA

DISCOVERING RESUME INFORMATION USING LINKED DATA DISCOVERING RESUME INFORMATION USING LINKED DATA Ujjal Marjit 1, Kumar Sharma 2 and Utpal Biswas 3 1 C.I.R.M, University Kalyani, Kalyani (West Bengal) India sic@klyuniv.ac.in 2 Department of Computer

More information

Context Capture in Software Development

Context Capture in Software Development Context Capture in Software Development Bruno Antunes, Francisco Correia and Paulo Gomes Knowledge and Intelligent Systems Laboratory Cognitive and Media Systems Group Centre for Informatics and Systems

More information

Intelligent interoperable application for employment exchange system using ontology

Intelligent interoperable application for employment exchange system using ontology 1 Webology, Volume 10, Number 2, December, 2013 Home Table of Contents Titles & Subject Index Authors Index Intelligent interoperable application for employment exchange system using ontology Kavidha Ayechetty

More information

Knowledge Management

Knowledge Management Knowledge Management INF5100 Autumn 2006 Outline Background Knowledge Management (KM) What is knowledge KM Processes Knowledge Management Systems and Knowledge Bases Ontologies What is an ontology Types

More information

User Profile Refinement using explicit User Interest Modeling

User Profile Refinement using explicit User Interest Modeling User Profile Refinement using explicit User Interest Modeling Gerald Stermsek, Mark Strembeck, Gustaf Neumann Institute of Information Systems and New Media Vienna University of Economics and BA Austria

More information

Data Validation with OWL Integrity Constraints

Data Validation with OWL Integrity Constraints Data Validation with OWL Integrity Constraints (Extended Abstract) Evren Sirin Clark & Parsia, LLC, Washington, DC, USA evren@clarkparsia.com Abstract. Data validation is an important part of data integration

More information

Qualitative Corporate Dashboards for Corporate Monitoring Peng Jia and Miklos A. Vasarhelyi 1

Qualitative Corporate Dashboards for Corporate Monitoring Peng Jia and Miklos A. Vasarhelyi 1 Qualitative Corporate Dashboards for Corporate Monitoring Peng Jia and Miklos A. Vasarhelyi 1 Introduction Electronic Commerce 2 is accelerating dramatically changes in the business process. Electronic

More information

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University

More information

Presente e futuro del Web Semantico

Presente e futuro del Web Semantico Sistemi di Elaborazione dell informazione II Corso di Laurea Specialistica in Ingegneria Telematica II anno 4 CFU Università Kore Enna A.A. 2009-2010 Alessandro Longheu http://www.diit.unict.it/users/alongheu

More information

A Job Recruitment System Using Semantic Web Technology

A Job Recruitment System Using Semantic Web Technology A Job Recruitment System Using Semantic Web Technology P. Niaphruek Department of Computer Science, Faculty of Science, Rajamangala University of Technology Thanyaburi, Klong 6, Thanyaburi, Pathumthani

More information

Context Aware Mobile Network Marketing Services

Context Aware Mobile Network Marketing Services Context-aware Mobile Multimedia Services in the Cloud Dejan Kovachev, Ralf Klamma Chair for Computer Science 5 (Information Systems), RWTH Aachen University Ahornstr. 55, D-52056, Aachen, Germany {kovachev,

More information

Attack Taxonomies and Ontologies

Attack Taxonomies and Ontologies Lehrstuhl Netzarchitekturen und Netzdienste Institut für Informatik Technische Universität München Attack Taxonomies and Ontologies Seminar Future Internet Supervisor: Nadine Herold Natascha Abrek 02.10.2014

More information

A Case Study of Question Answering in Automatic Tourism Service Packaging

A Case Study of Question Answering in Automatic Tourism Service Packaging BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 13, Special Issue Sofia 2013 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2013-0045 A Case Study of Question

More information

LDA Based Security in Personalized Web Search

LDA Based Security in Personalized Web Search LDA Based Security in Personalized Web Search R. Dhivya 1 / PG Scholar, B. Vinodhini 2 /Assistant Professor, S. Karthik 3 /Prof & Dean Department of Computer Science & Engineering SNS College of Technology

More information

An Approach of Web Service Quality Attributes Specification

An Approach of Web Service Quality Attributes Specification IBIMA Publishing Communications of the IBIMA http://www.ibimapublishing.com/journals/cibima/cibima.html Vol. 2010 (2010), Article ID 552843, 13 pages DOI: 10.5171/2010.552843 An Approach of Web Service

More information

SmartLink: a Web-based editor and search environment for Linked Services

SmartLink: a Web-based editor and search environment for Linked Services SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,

More information

HOW TO DO A SMART DATA PROJECT

HOW TO DO A SMART DATA PROJECT April 2014 Smart Data Strategies HOW TO DO A SMART DATA PROJECT Guideline www.altiliagroup.com Summary ALTILIA s approach to Smart Data PROJECTS 3 1. BUSINESS USE CASE DEFINITION 4 2. PROJECT PLANNING

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

Ontology-Based Discovery of Workflow Activity Patterns

Ontology-Based Discovery of Workflow Activity Patterns Ontology-Based Discovery of Workflow Activity Patterns Diogo R. Ferreira 1, Susana Alves 1, Lucinéia H. Thom 2 1 IST Technical University of Lisbon, Portugal {diogo.ferreira,susana.alves}@ist.utl.pt 2

More information

eresearch Australasia 2007

eresearch Australasia 2007 Imagine. eresearch Australasia 2007 Imagine if you could Create a collaborative research web site at the click of a button Securely share data, reports, clinical studies, whitepapers and more amongst the

More information

Alert Notification as a Service

Alert Notification as a Service Alert Notification as a Service Marjan Gushev, Sasko Ristov University Ss. Cyril and Methodius, FSCE {marjan.gushev, sashko.ristov}@finki.ukim.mk Goran Velkoski, Pano Gushev Innovation LLC {goran.velkoski,

More information

Conceptual Methodology of Developing the User Interface

Conceptual Methodology of Developing the User Interface Key words: user interface design 12 archetypes, Star analysis COOAD Maciej PIASECKI 1 Katarzyna PIESZKA 1 Conceptual Methodology of Developing the User Interface This paper presents a proposal of a new

More information

LDAP andUsers Profile - A Quick Comparison

LDAP andUsers Profile - A Quick Comparison Using LDAP in a Filtering Service for a Digital Library João Ferreira (**) José Luis Borbinha (*) INESC Instituto de Enghenharia de Sistemas e Computatores José Delgado (*) INESC Instituto de Enghenharia

More information

How To Create A Web Of Knowledge From Data And Content In A Web Browser (Web)

How To Create A Web Of Knowledge From Data And Content In A Web Browser (Web) Semantic Technologies: Linked Data and OER Opening and linking the data and content silos, to leverage the knowledge capital represented by our OER repositories Edmundo Tovar (UPM etovar@fi.upm.es ) Nelson

More information

Keywords Big Data; OODBMS; RDBMS; hadoop; EDM; learning analytics, data abundance.

Keywords Big Data; OODBMS; RDBMS; hadoop; EDM; learning analytics, data abundance. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analytics

More information

Recommending Web Pages using Item-based Collaborative Filtering Approaches

Recommending Web Pages using Item-based Collaborative Filtering Approaches Recommending Web Pages using Item-based Collaborative Filtering Approaches Sara Cadegnani 1, Francesco Guerra 1, Sergio Ilarri 2, María del Carmen Rodríguez-Hernández 2, Raquel Trillo-Lado 2, and Yannis

More information

A Framework for Collaborative Project Planning Using Semantic Web Technology

A Framework for Collaborative Project Planning Using Semantic Web Technology A Framework for Collaborative Project Planning Using Semantic Web Technology Lijun Shen 1 and David K.H. Chua 2 Abstract Semantic web technology has become an enabling technology for machines to automatically

More information

SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks

SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks Melike Şah, Wendy Hall and David C De Roure Intelligence, Agents and Multimedia Group,

More information

PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS

PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS M. Taleb, A. Seffah Human-Centred Software Engineering Group Concordia University, Montreal, Quebec, Canada Phone: +1 (514) 848 2424 ext 7165 and/or ext

More information

Novel Data Extraction Language for Structured Log Analysis

Novel Data Extraction Language for Structured Log Analysis Novel Data Extraction Language for Structured Log Analysis P.W.D.C. Jayathilake 99X Technology, Sri Lanka. ABSTRACT This paper presents the implementation of a new log data extraction language. Theoretical

More information

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS Harrie Passier and Johan Jeuring Faculty of Computer Science, Open University of the Netherlands Valkenburgerweg 177, 6419 AT Heerlen,

More information

Challenges and Opportunities in Data Mining: Personalization

Challenges and Opportunities in Data Mining: Personalization Challenges and Opportunities in Data Mining: Big Data, Predictive User Modeling, and Personalization Bamshad Mobasher School of Computing DePaul University, April 20, 2012 Google Trends: Data Mining vs.

More information

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING MEDIA MONITORING AND ANALYSIS GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING Searchers Reporting Delivery (Player Selection) DATA PROCESSING AND CONTENT REPOSITORY ADMINISTRATION AND MANAGEMENT

More information

Knowledge as a Service for Agriculture Domain

Knowledge as a Service for Agriculture Domain Knowledge as a Service for Agriculture Domain Asanee Kawtrakul Abstract Three key issues for providing knowledge services are how to improve the access of unstructured and scattered information for the

More information

SEMANTIC WEB BASED INFERENCE MODEL FOR LARGE SCALE ONTOLOGIES FROM BIG DATA

SEMANTIC WEB BASED INFERENCE MODEL FOR LARGE SCALE ONTOLOGIES FROM BIG DATA SEMANTIC WEB BASED INFERENCE MODEL FOR LARGE SCALE ONTOLOGIES FROM BIG DATA J.RAVI RAJESH PG Scholar Rajalakshmi engineering college Thandalam, Chennai. ravirajesh.j.2013.mecse@rajalakshmi.edu.in Mrs.

More information

A Platform to Support Web Site Adaptation and Monitoring of its Effects: A Case Study

A Platform to Support Web Site Adaptation and Monitoring of its Effects: A Case Study A Platform to Support Web Site Adaptation and Monitoring of its Effects: A Case Study Marcos A. Domingues Fac. de Ciências, U. Porto LIAAD-INESC Porto L.A., Portugal marcos@liaad.up.pt José Paulo Leal

More information

Folksonomies versus Automatic Keyword Extraction: An Empirical Study

Folksonomies versus Automatic Keyword Extraction: An Empirical Study Folksonomies versus Automatic Keyword Extraction: An Empirical Study Hend S. Al-Khalifa and Hugh C. Davis Learning Technology Research Group, ECS, University of Southampton, Southampton, SO17 1BJ, UK {hsak04r/hcd}@ecs.soton.ac.uk

More information

Universal. Event. Product. Computer. 1 warehouse.

Universal. Event. Product. Computer. 1 warehouse. Dynamic multi-dimensional models for text warehouses Maria Zamr Bleyberg, Karthik Ganesh Computing and Information Sciences Department Kansas State University, Manhattan, KS, 66506 Abstract In this paper,

More information

A Data Browsing from Various Sources Driven by the User s Data Models

A Data Browsing from Various Sources Driven by the User s Data Models A Data Browsing from Various Sources Driven by the User s Data Models Guntis Arnicans, Girts Karnitis University of Latvia, Raina blvd. 9, Riga, Latvia {Guntis.Arnicans, Girts.Karnitis}@lu.lv Abstract.

More information

Business Process and Regulations Compliance Management Technology

Business Process and Regulations Compliance Management Technology Business Process and Regulations Compliance Management Technology Ilze Buksa Riga Technical University, Institute of Applied Computer Systems, Meza street 1/4, LV-1048, Riga, Latvia ilze.buksa@rtu.lv Supervisor

More information

Multimedia Annotation using Semantic Web Technologies

Multimedia Annotation using Semantic Web Technologies Multimedia Annotation using Semantic Web Technologies TOMO SJEKAVICA 1, GORDAN GLEDEC 2, MARKO HORVAT 2 1 University of Dubrovnik Department of Electrical Engineering and Computing Ćira Carića 4, Dubrovnik

More information

Acknowledgements References 5. Conclusion and Future Works Sung Wan Kim

Acknowledgements References 5. Conclusion and Future Works Sung Wan Kim Hybrid Storage Scheme for RDF Data Management in Semantic Web Sung Wan Kim Department of Computer Information, Sahmyook College Chungryang P.O. Box118, Seoul 139-742, Korea swkim@syu.ac.kr ABSTRACT: With

More information

Data Mining for Web Personalization

Data Mining for Web Personalization 3 Data Mining for Web Personalization Bamshad Mobasher Center for Web Intelligence School of Computer Science, Telecommunication, and Information Systems DePaul University, Chicago, Illinois, USA mobasher@cs.depaul.edu

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

Building Web-based Infrastructures for Smart Meters

Building Web-based Infrastructures for Smart Meters Building Web-based Infrastructures for Smart Meters Andreas Kamilaris 1, Vlad Trifa 2, and Dominique Guinard 2 1 University of Cyprus, Nicosia, Cyprus 2 ETH Zurich and SAP Research, Switzerland Abstract.

More information

SEMANTIC WEB BUSINESS MODELS

SEMANTIC WEB BUSINESS MODELS SEMANTIC WEB BUSINESS MODELS Borce Cifliganec Postgraduate Radovis, R.Macedonia Ph.D. Dimitar Trajanov FEIT Skopje, R.Macedonia ABSTRACT With the emergence of the Semantic Web, that represents an extension

More information

Automatic Timeline Construction For Computer Forensics Purposes

Automatic Timeline Construction For Computer Forensics Purposes Automatic Timeline Construction For Computer Forensics Purposes Yoan Chabot, Aurélie Bertaux, Christophe Nicolle and Tahar Kechadi CheckSem Team, Laboratoire Le2i, UMR CNRS 6306 Faculté des sciences Mirande,

More information

Personalization of Rule-based Web Services

Personalization of Rule-based Web Services Sensors 2008, 8, 2424-2435 sensors ISSN 1424-8220 2008 by MDPI www.mdpi.org/sensors Full Research Paper Personalization of Rule-based Web Services Okkyung Choi * and SangYong Han School of Computer Science

More information

DESIGNING AND MINING WEB APPLICATIONS: A CONCEPTUAL MODELING APPROACH

DESIGNING AND MINING WEB APPLICATIONS: A CONCEPTUAL MODELING APPROACH DESIGNING AND MINING WEB APPLICATIONS: A CONCEPTUAL MODELING APPROACH Rosa Meo Dipartimento di Informatica, Università di Torino Corso Svizzera, 185-10149 - Torino - Italy E-mail: meo@di.unito.it Tel.:

More information