Semantically Enhanced Hypermedia: A First Step

Size: px
Start display at page:

Download "Semantically Enhanced Hypermedia: A First Step"

Transcription

1 Semantically Enhanced Hypermedia: A First Step I. Alfaro, M. Zancanaro, A. Cappelletti, M. Nardon, A. Guerzoni ITC-irst Via Sommarive 18, Povo TN 38050, Italy {alfaro, zancana, cappelle, nardon, annaguer}@itc.it Abstract The paper introduces a framework to automatically build hypermedia links from a semantically annotated repository of multimedia data. The system architecture is based on a relational database accessible through XML queries on an HTTP connection. A shallow semantic representation is encoded as a set of key words that correspond to entities in the domain. This representation is used to annotate the texts and the images in the database. Communicative strategies are then employed by the graphical interface to dynamically produce links to the data. 1 Introduction Typically, hypermedia systems are manually prepared by content experts and technical editors. The preparation phase consists of besides preparing the content material deciding how different pieces of information should be linked together. These links are then explicitly inserted in the texts or multimedia content. One of the main drawbacks with this approach is that as the hypermedia grows, it becomes increasingly difficult to add new material as this needs to be manually lin ked to that already existing in the system. In this paper, we describe a framework for creating a multimedia database semantically annotated that can be used to automatically build hypermedia links. The main disadvantage of our approach is the need for e xplicitly annotated data with respect to a semantic model. The research trend on semantic web (Berners-Lee et al., 2001), however, has the potential to provide a suitable infrastructure to create these kinds of repositories. In the following section, we will describe the system architecture and we will briefly discuss the semantic model employed together with the annotation format used. In section 3, we will present a walk-through of a hypermedia developed on a museum setting. Section 4 will discuss the set of semantic strategies used for automatically building hypermedia from a semantic multimedia database. 2 Semantically Annotated Multimedia Database The Multimedia Database (MMDB) allows the storing of a repository of multimedia information (i.e. text, images, speech, audio, etc.) and its annotation with respect to a shallow representation of its meaning. It allows the retrieval of data chunks with respect to topics (e.g. all the texts with a given topic) and to make some limited semantic inferences on topics (e.g. all the texts whose topic belongs to a given class). The MMDB is intended as a module in a system to build adaptive presentations of information; it is both a data repository and a shallow knowledge base system. 2.1 Topic Classification The knowledge about the domain, in our case life in the Middle Ages, is encoded as a set of key words called topics representing entities, such as characters and animals, and processes, such

2 as hunting and leisure activities. At this phase of the work, only one relation can be defined between topics; that is, the member-of relation that denotes that a given topic belongs to a given class. For example, the topic fox_hunting is in a member-of relation with the topic hunting, which means that fox_hunting is a form of hunting. 2.2 Text Annotation Since the system was designed to navigate through paragraphs rather than entire documents, paragraphs within each document were explicitly marked. A title was assigned to each paragraph in order to use it as a text anchor for the links to be displayed on the interface. The meaning of each paragraph was then attributed assuming that it discussed a single concept already represented by a given topic in the knowledge base. This semantic annotation, though simple, allows the classification of text according to what is being discussed. For example, it is possible to search the database for all the paragraphs that discuss, in one way or another, hunting. This is possible simply by looking for paragraphs for which (a) the main concept is the topic hunting or (b) the main concept is one of the topics that are in a member-of relation with hunting. A second type of semantic annotation attributed to each paragraph assumes that aside the single concept, a paragraph also introduces other entities that, although not the central meaning of the text, can nevertheless be used to provide smooth shifts toward new arguments. These entities, still represented as topics in the knowledge base, are called the paragraph s Potent ial Focus List (PFL). Figure 1 illustrates the semantic annotation for one of the texts used in the hypermedia introduced in section 3 below. <paragraph title="fox Hunting" concept="fox_hunting" pfl="fox,badger"> On the right there are two hunters coming through the snow, each with two dogs on a lead. One of the hunter's dogs is making for a bush in which a badger is hiding. The whiteness of the snow-covered countryside is broken by the low bushes and the fir trees under which there are some foxes. </paragraph> Figure 1. Semantic annotation of paragraph 2.3 Image Annotation As with the document-paragraph situation, the semantically relevant element was often not the image itself but the scenes it contained. The images, thus, are sub-divided into details that could be exp ressed in a single topic, such as a hunting or a harvesting scene. A detail is represented by its bounding box; that is, the region occupied by the scene in the image coordinates. Depending on the complexity of the information, the details can be embedded inside other details. 2.4 System Architecture The back-end of the system is organized as a relational database (implemented in mysql). In order to provide a way to connect the database to any type of graphical user interface, a query engine has been developed to retrieve data from the MMDB through a standard HTTP connection. The engine, implemented using Java Servlets, transforms the request in a list of SQL queries and returns the data in XML format (figure 2). The MMDB is able not only to provide the actual data but also to perform semantic queries, for example, retrieving all the texts that have a concept that belongs to a certain class, thus making the implementation of the semantic strategies of the interface (section 4) easier.

3 Figure 2: System Architecture 3 The Torre Aquila Hypermedia: A Walk-through Our system has been conceived as a universal tool that can be applied to any multimedia domain. As a case study, we have chosen to work with documentation about the Cycle of the Months of Torre Aquila at the Buonconsiglio Castle in the city of Trento, Italy. This fresco is composed of eleven panels (each one representing a month) painted during the 1400s and illustrates the activities of aristocrats and peasants throughout the year. The fresco introduces a number of characters as well as many different activities, from falconry to wine harvesting. Figure 3: Hunting detail in January Figure 4: General presentation about hunting Figures 3 and 4 represent a snapshot of an interaction with our system. In figure 3, an image of a detail from the month of January is seen along with the text (lower left box) that describes the two hunters chasing a fox and a badger. In the two boxes on the top left side of the screen, the system generates links to related information. Given that the text describing the hunting scene explicitly mentions foxes and badgers, informative texts about foxes and badgers in the Middle Ages are generated as link proposals. Similarly, as the image represents a hunting beat, a general text about hunting as an activity is also suggested (i.e. new link generated inside one of the two top boxes). Figure 4 illustrates the interface that would appear when the user clicks on this last suggestion. On the right side of the interface, the detail of the month of January has disappeared and the new text is displayed in the box on the bottom left, while on the top left boxes, new navigating options

4 have been automatically generated. These are links to details about hunting beats repres ented throughout in the Cycle of the Months; namely, Fox and Badger in January, Falconry in July, August and September, and Bear Hunting in November. This example demonstrates three different communicative strategies. The first one (links to informative texts about foxes and badgers in the Middle Ages, Figure 3) employs information about potential foci in the current text in order to propose links to other texts that elaborate one or more of these foci. The second strategy (a general text describing hunting, Figure 3) uses the idea that the hunting beat depicted in the month of January is a particular example of hunting as an activity and thus proposes a link to another text that describes this activity in general terms. The third strategy (Figure 4) recognizes that when the current text describes a general activity or idea, it would be appropriate to propose links to specific examples that may be found in the database about the current topic. By using the three communicative strategies just described, the system is thus able to propose new information to the user following a semantic approach. In other words, the system navigates the information space and makes consequent decisions about what new information could be interesting to the user by utili zing the knowledge of what the user is currently exploring on the interface. 4 Implementation of the Strategies A communicative strategy is a mechanism to build links between relevant information. Each strategy is composed of two steps. First, a rule that defines how to find a new topic given the current topic, and second, a query in the database to retrieve all the information, i.e. paragraphs and image details, indexed by the new topic. For example, the three strategies introduced in Section 1 can be defined as follows: a) Follow the PFL Strategy: This strategy chooses the new topic among those of the potential focus list of the text currently being displayed on the interface. The database is then queried to retrieve all the paragraphs that have been annotated with that topic as the main concept. For each paragraph found, a new link is created on the interface in one of the two top boxes seen in figures 3 and 4. b) Generalization Strategy: This strategy chooses the new topic as the class to which the main concept of the text currently being displayed on the interface belongs. As with the above strategy, the database is then queried to retrieve all the paragraphs that have been annotated with that topic as the main concept and for each paragraph a new link is created. c) Class members Strategy: This strategy is applied when the main concept of the text currently being displayed on the interface is a class. In this case, the new topic is chosen among the members of that class. The database is then queried to retrieve all the paragraphs that have been annotated with that topic as the main concept. For each paragraph found, a new link is created on the interface. When a link is clicked on the interface, the corresponding paragraph is displayed and the topic that represents the main concept is used to query the database to search for a new image detail to propose. If that detail contains other embedded details the picture is transformed into an image map where details become clickable areas. If one of the details is clicked, the corresponding topic is used to search the database for a new paragraph (and possibly a new detail) to propose to the user, thus the three rules above are re-applied to build new links to other relevant information.

5 5 Conclusion In this paper, an architecture to dynamically link multimedia content previously annotated with respect to a shallow semantic representation has been presented. The advantage over traditional hypermedia lies primarily in the ease with which the system can be updated since new data can be automatically connected to the rest of the information. Similar works are being conducted by other research groups. In particular, the Multimedia and Human-Computer Interaction group at CWI in Amsterdam is working on a tool to automatically infer semantic relations between media objects and then map them onto spatial and temporal relationships within SMILE files (Little et al., 2002). They, too, have an agenda to exploit semantic web technology for hypermedia in the automation of some tasks related to hypermedia creation and management (van Ossenbruggen, 2002). While in both theirs and our system semantic model are a crucial part of the strategies used for the automatic generation of the hypermedia, CWI focuses on the generation of the interface layout for the hypermedia, rather than on link construction; as is the case with our system. The research field of adaptive hypermedia is also relevant to our approach in that it studies the use of semantic relations for tailoring the hypermedia to a specific user; in particular, works by (Kobsa et al., 2001) and (Brusilovsky, 2001) have investigated many relevant issues. By the same token, our previous work done on Macronodes (Not and Zancanaro, 2000) provided an important stepping stone to our research in that it analyzes the structure and annotation of texts for a multimedia presentation. 6 Acknowledgments This work has been conducted in the context of the PEACH project (Personal Experience with Active Cultural Heritage, Stock and Zancanaro, 2002) funded by the Autonomous Province of Trento. More information on PEACH can be found at References Berners-Lee, T., Hendler, J., & Lassila, O. (2001). The Semantic Web. Scientific American, May. Brusilovsky, P. (2001). Adaptive hypermedia. User Modeling and User Adapted Interaction, 11(1/2), Kobsa, A., Koenemann, J., & Pohl, W. (2001). Personalized Hypermedia Presentation Techniques for Improving Online Customer Relationships. The Knowledge Engineering Review 16(2), Little, S., Geurts, J., & Hunter, J. (2002). Dynamic Generation of Intelligent Multimedia Presentations through Semantic Inferencing, In Proceedings of the 6th European Conference on Research and Advanced Technology for Digital Libraries, September. Not, E., & Zancanaro, M. (2000). The MacroNode Approach: mediating between adaptive and dynamic hypermedia. In Proceedings of International Conference on Adaptive Hypermedia and Adaptive Web-based Systems, Trento, Itay, August. Stock O., & Zancanaro M. (2002). Intelligent Interactive Information Presentation for Cultural Tourism. Invited talk. In Proceedings of the International Workshop on Natural, Intelligent and Effective Interaction in Multimodal Dialogue Systems. Copenhagen, June. van Ossenbruggen, J., Hardman, L. & Rutledge, L. (2002). Hypermedia and the Semantic Web: A Research Agenda. Journal of Digital Information 3(1), August.

Using Cinematic Techniques in a Multimedia Museum Guide

Using Cinematic Techniques in a Multimedia Museum Guide Using Cinematic Techniques in a Multimedia Museum Guide M. Zancanaro, O. Stock, I. Alfaro ITC-irst 38050 Povo,Trento, Italy {zancana, stock, alfaro}@itc.it Abstract In this paper we introduce the idea

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

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

More information

Template-based Adaptive Video Documentaries

Template-based Adaptive Video Documentaries Template-based Adaptive Video Documentaries Cesare Rocchi, Massimo Zancanaro ITC-irst Italy {rocchi,zancana}@itc.it Abstract In this paper, we introduce an approach to the adaptive composition of video

More information

DEVELOPING TIME-SENSITIVE HYPERTEXT LINKING AND NAVIGATION SUPPORT

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

More information

Interactive Documentaries: First Usability Studies

Interactive Documentaries: First Usability Studies Interactive Documentaries: First Usability Studies Marianna Nardon, Fabio Pianesi, Massimo Zancanaro ITC-irst Panté di Povo, Trento Italy {nardon,pianesi,zancana}@itc.it Introduction Today, research on

More information

The Semantic Web & Ontologies

The Semantic Web & Ontologies The Semantic Web & Ontologies Kwenton Bellette The semantic web is an extension of the current web that will allow users to find, share and combine information more easily (Berners-Lee, 2001, p.34) This

More information

Centrum voor Wiskunde en Informatica

Centrum voor Wiskunde en Informatica Centrum voor Wiskunde en Informatica INS Information Systems INformation Systems Semantics in Multi-facet Hypermedia Authoring Kateryna Falkovych, Frank Nack, Jacco van Ossenbruggen, Lloyd Rutledge REPORT

More information

An Annotation Tool for Semantic Documents

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

More information

Annotation for the Semantic Web During Website Development

Annotation for the Semantic Web During Website Development Annotation for the Semantic Web During Website Development Peter Plessers and Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

MULTIMEDIA DATABASES OVERVIEW

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

More information

Integrating the Amsterdam Hypermedia Model with the Standard Reference Model for Intelligent Multimedia Presentation Systems

Integrating the Amsterdam Hypermedia Model with the Standard Reference Model for Intelligent Multimedia Presentation Systems Integrating the Amsterdam Hypermedia Model with the Standard Reference Model for Intelligent Multimedia Presentation Systems Lynda Hardman, Marcel Worring*, Dick C.A. Bulterman CWI, Amsterdam, The Netherlands

More information

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Dhirubhai Ambani Institute for Information and Communication Technology, Gandhinagar, Gujarat, India Email:

More information

Interoperability for Digital Libraries

Interoperability for Digital Libraries DRTC Workshop on Semantic Web 8 th 10 th December, 2003 DRTC, Bangalore Paper: C Interoperability for Digital Libraries Michael Shepherd Faculty of Computer Science Dalhousie University Halifax, NS, Canada

More information

An Infrastructure for MultiMedia Metadata Management

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

More information

A Personalized Multimedia Web-Based Educational System with Automatic Indexing for Multimedia Courses

A Personalized Multimedia Web-Based Educational System with Automatic Indexing for Multimedia Courses A Personalized Multimedia Web-Based Educational System with Automatic Indexing for Multimedia Courses O. Shata Abstract This paper proposes a personalized web-based system with evolving automatic indexing

More information

A smart multimedia guide for indoor contextual navigation in Cultural Heritage applications

A smart multimedia guide for indoor contextual navigation in Cultural Heritage applications 2013 International Conference on Indoor Positioning and Indoor Navigation, 28th- 31th October 2013 Montbeliard Belfort LISE Workshop A smart multimedia guide for indoor contextual navigation in Cultural

More information

The ToCAI Description Scheme for Indexing and Retrieval of Multimedia Documents 1

The ToCAI Description Scheme for Indexing and Retrieval of Multimedia Documents 1 The ToCAI Description Scheme for Indexing and Retrieval of Multimedia Documents 1 N. Adami, A. Bugatti, A. Corghi, R. Leonardi, P. Migliorati, Lorenzo A. Rossi, C. Saraceno 2 Department of Electronics

More information

Interlinking Multimedia Principles and Requirements

Interlinking Multimedia Principles and Requirements Tobias Bürger 1, Michael Hausenblas 2 1 Semantic Technology Institute, STI Innsbruck, University of Innsbruck, 6020 Innsbruck, Austria, tobias.buerger@sti2.at 2 Institute of Information Systems & Information

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT PROJECT PERIODIC REPORT Grant Agreement number: 257403 Project acronym: CUBIST Project title: Combining and Uniting Business Intelligence and Semantic Technologies Funding Scheme: STREP Date of latest

More information

Provenance-aware Faceted Search in Drupal

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

More information

Style Sheet Languages for Hypertext

Style Sheet Languages for Hypertext Style Sheet Languages for Hypertext Jacco van Ossenbruggen (*), Lynda Hardman (**), Lloyd Rutledge (**), Anton Eliëns (*) (*) Vrije Universiteit, Fac. of Mathematics and Computer Sciences De Boelelaan

More information

Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen* and Dick C.A. Bulterman

Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen* and Dick C.A. Bulterman Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen* and Dick C.A. Bulterman CWI P.O. Box 94079 1090 GB Amsterdam, The Netherlands E-mail: {lloyd,lynda,dcab}@cwi.nl *Vrije Universiteit Dept. of Math.

More information

A Framework for the Development of Distributed Interactive Applications

A Framework for the Development of Distributed Interactive Applications A Framework for the Development of Distributed Interactive Applications Luca Frosini HIIS Laboratory ISTI-CNR Via G. Moruzzi, 1 56124 Pisa (Italy) luca.frosini@isti.cnr.it +39 050 621 2602 Marco Manca

More information

Workshop W14 - Audio Gets Smart: Semantic Audio Analysis & Metadata Standards

Workshop W14 - Audio Gets Smart: Semantic Audio Analysis & Metadata Standards Workshop W14 - Audio Gets Smart: Semantic Audio Analysis & Metadata Standards Jürgen Herre for Integrated Circuits (FhG-IIS) Erlangen, Germany Jürgen Herre, hrr@iis.fhg.de Page 1 Overview Extracting meaning

More information

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Minal Bhise DAIICT, Gandhinagar, Gujarat, India 382007 minal_bhise@daiict.ac.in Abstract. The semantic web offers

More information

Framework of a Real-Time Adaptive Hypermedia System

Framework of a Real-Time Adaptive Hypermedia System Framework of a Real-Time Adaptive Hypermedia System Rui Li rxl5604@rit.edu Evelyn Rozanski rozanski@it.rit.edu Anne Haake arh@it.rit.edu ABSTRACT In this paper, we describe a framework for the design and

More information

A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration

A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration Stephen J.H. Yang 1, Norman W.Y. Shao 2, Kevin C.Y. Kuo 3 National Central University 1 National Kaohsiung First University

More information

Methodologies for Web Information System Design

Methodologies for Web Information System Design Methodologies for Web Information System Design Peter Barna, Flavius Frasincar, Geert-Jan Houben, and Richard Vdovjak Technische Universiteit Eindhoven PO Box 53, NL-5600 MB Eindhoven, The Netherlands

More information

Adaptive Personal Information Environment based on the Semantic Web

Adaptive Personal Information Environment based on the Semantic Web Adaptive Personal Information Environment based on the Semantic Web Thanyalak Maneewatthana, Gary Wills, Wendy Hall Intelligence, Agents, Multimedia Group School of Electronics and Computer Science University

More information

Performance Evaluation of XHTML encoding and compression

Performance Evaluation of XHTML encoding and compression Performance Evaluation of XHTML encoding and compression Sathiamoorthy Manoharan Department of Computer Science, University of Auckland, Auckland, New Zealand Abstract. The wireless markup language (WML),

More information

Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards

Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards P a g e 7 Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards Balasubramani R Dr.V.Kannan Assistant Professor IT Dean Sikkim Manipal University DDE Centre for Information I Floor,

More information

Implementing Adaptability in the Standard Reference Model for Intelligent Multimedia Presentation Systems

Implementing Adaptability in the Standard Reference Model for Intelligent Multimedia Presentation Systems Lloyd Rutledge, Lynda Hardman, Jacco van Ossenbruggen and Dick C. A. Bulterman Implementing Adaptability in the Standard Reference Model for Intelligent Multimedia Presentation Systems, Proceedings of

More information

Making Semantic Web based-hypermedia Applications

Making Semantic Web based-hypermedia Applications Making Semantic Web based-hypermedia Applications Laura Montells, Susana Montero, Paloma Díaz, Ignacio Aedo Laboratorio DEI. Dpto. de Informática Universidad Carlos III de Madrid Avda. de la Universidad

More information

Information mining and information retrieval : methods and applications

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

More information

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications 2009 International Conference on Computer Engineering and Technology Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications Sung-Kooc Lim Information and Communications

More information

Development of an Ontology-Based Portal for Digital Archive Services

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

More information

MythoLogic: problems and their solutions in the evolution of a project

MythoLogic: problems and their solutions in the evolution of a project 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. MythoLogic: problems and their solutions in the evolution of a project István Székelya, Róbert Kincsesb a Department

More information

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

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

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

Adaptive Medical Information Delivery Combining User, Task and Situation Models Adaptive Medical Information Delivery Combining User, Task and Situation s Luis Francisco-Revilla and Frank M. Shipman III Department of Computer Science Texas A&M University College Station, TX 77843-3112,

More information

An RDF NetAPI. Andy Seaborne. Hewlett-Packard Laboratories, Bristol

An RDF NetAPI. Andy Seaborne. Hewlett-Packard Laboratories, Bristol An RDF NetAPI Andy Seaborne Hewlett-Packard Laboratories, Bristol andy_seaborne@hp.com Abstract. This paper describes some initial work on a NetAPI for accessing and updating RDF data over the web. The

More information

Personalized Navigation in the Semantic Web

Personalized Navigation in the Semantic Web Personalized Navigation in the Semantic Web Michal Tvarožek Institute of Informatics and Software Engineering Faculty of Informatics and Information Technology, Slovak University of Technology, Ilkovičova

More information

Text Mining and the. Text Mining and the Semantic Web. Semantic Web. Tim Finin. University of Maryland Baltimore County

Text Mining and the. Text Mining and the Semantic Web. Semantic Web. Tim Finin. University of Maryland Baltimore County Text Mining and the Text Mining and the Semantic Web Semantic Web Tim Finin University of Maryland Baltimore County recommend tell register Next Generation Data Mining Workshop Baltimore, November 2002

More information

Semantic Web Mining and its application in Human Resource Management

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

More information

On Design of 3D and Multimedia Extension of Information System Using VRML

On Design of 3D and Multimedia Extension of Information System Using VRML On Design of 3D and Multimedia Extension of Information System Using VRML Jiří Žára Daniel Černohorský Department of Computer Science & Engineering Czech Technical University Karlovo nam 13 121 35 Praha

More information

Authoring and Maintaining of Educational Applications on the Web

Authoring and Maintaining of Educational Applications on the Web Authoring and Maintaining of Educational Applications on the Web Denis Helic Institute for Information Processing and Computer Supported New Media ( IICM ), Graz University of Technology Graz, Austria

More information

A web application serving queries on renewable energy sources and energy management topics database, built on JSP technology

A web application serving queries on renewable energy sources and energy management topics database, built on JSP technology International Workshop on Energy Performance and Environmental 1 A web application serving queries on renewable energy sources and energy management topics database, built on JSP technology P.N. Christias

More information

A prototype system for argumentation-based reasoning about trust

A prototype system for argumentation-based reasoning about trust A prototype system for argumentation-based reasoning about trust Yuqing Tang 1, Kai Cai 1, Elizabeth Sklar 1,2, and Simon Parsons 1,2 1 Department of Computer Science, Graduate Center City University of

More information

Developing Hypermedia Over an Information Repository

Developing Hypermedia Over an Information Repository Developing Hypermedia Over an Information Repository Panos Constantopoulos, Manos Theodorakis and Yannis Tzitzikas Department of Computer Science,University of Crete and Institute of Computer Science,

More information

Preserving Rich User Interface State in Web Applications across Various Platforms

Preserving Rich User Interface State in Web Applications across Various Platforms Preserving Rich User Interface State in Web Applications across Various Platforms Fabio Paternò, Carmen Santoro, and Antonio Scorcia ISTI-CNR, Via G. Moruzzi, 1 56124 Pisa, Italy {Fabio.Paterno,Carmen.Santoro,Antonio.Scorcia}@isti.cnr.it

More information

Canonical Processes for Creating Personalized Semantically-rich Multimedia Presentations

Canonical Processes for Creating Personalized Semantically-rich Multimedia Presentations Canonical Processes for Creating Personalized Semantically-rich Multimedia Presentations Ansgar Scherp OFFIS - Institute for Information Technology Oldenburg, Germany ascherp@ics.uci.edu ABSTRACT Authoring

More information

Patent Image Retrieval

Patent Image Retrieval Patent Image Retrieval Stefanos Vrochidis IRF Symposium 2008 Vienna, November 6, 2008 Aristotle University of Thessaloniki Overview 1. Introduction 2. Related Work in Patent Image Retrieval 3. Patent Image

More information

Multimedia for the Semantic Web. Lynda Hardman*, Jacco van Ossenbruggen, Frank Nack

Multimedia for the Semantic Web. Lynda Hardman*, Jacco van Ossenbruggen, Frank Nack Multimedia for the Semantic Web Lynda Hardman*, Jacco van Ossenbruggen, Frank Nack Multimedia and Human-Computer Interaction, Amsterdam * also Technical University, Eindhoven The Multimedia and Human-Computer

More information

Generating and Managing Metadata for Web-Based Information Systems

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

More information

INFORMATICS RESEARCH PROPOSAL REALTING LCC TO SEMANTIC WEB STANDARDS. Nor Amizam Jusoh (S ) Supervisor: Dave Robertson

INFORMATICS RESEARCH PROPOSAL REALTING LCC TO SEMANTIC WEB STANDARDS. Nor Amizam Jusoh (S ) Supervisor: Dave Robertson INFORMATICS RESEARCH PROPOSAL REALTING LCC TO SEMANTIC WEB STANDARDS Nor Amizam Jusoh (S0456223) Supervisor: Dave Robertson Abstract: OWL-S as one of the web services standards has become widely used by

More information

Semantic Annotation of Web Resources Using IdentityRank and Wikipedia

Semantic Annotation of Web Resources Using IdentityRank and Wikipedia Semantic Annotation of Web Resources Using IdentityRank and Wikipedia Norberto Fernández, José M.Blázquez, Luis Sánchez, and Vicente Luque Telematic Engineering Department. Carlos III University of Madrid

More information

Fausto Giunchiglia and Mattia Fumagalli

Fausto Giunchiglia and Mattia Fumagalli DISI - Via Sommarive 5-38123 Povo - Trento (Italy) http://disi.unitn.it FROM ER MODELS TO THE ENTITY MODEL Fausto Giunchiglia and Mattia Fumagalli Date (2014-October) Technical Report # DISI-14-014 From

More information

An aggregation system for cultural heritage content

An aggregation system for cultural heritage content An aggregation system for cultural heritage content Nasos Drosopoulos, Vassilis Tzouvaras, Nikolaos Simou, Anna Christaki, Arne Stabenau, Kostas Pardalis, Fotis Xenikoudakis, Eleni Tsalapati and Stefanos

More information

Latest development in image feature representation and extraction

Latest development in image feature representation and extraction International Journal of Advanced Research and Development ISSN: 2455-4030, Impact Factor: RJIF 5.24 www.advancedjournal.com Volume 2; Issue 1; January 2017; Page No. 05-09 Latest development in image

More information

Knowledge and Ontological Engineering: Directions for the Semantic Web

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

More information

Functionalities and Flow Analyses of Knowledge Oriented Web Portals

Functionalities and Flow Analyses of Knowledge Oriented Web Portals Functionalities and Flow Analyses of Knowledge Oriented Web Portals Daniele Cenni, Paolo Nesi, Michela Paolucci DISIT DSI, Distributed Systems and Internet Technology Lab Dipartimento di Sistemi e Informatica,

More information

Combining Generality and Specificity in Generating Hypermedia Interfaces for Semantically Annotated Repositories

Combining Generality and Specificity in Generating Hypermedia Interfaces for Semantically Annotated Repositories Combining Generality and Specificity in Generating Hypermedia Interfaces for Semantically Annotated Repositories Lloyd Rutledge Geert-Jan Houben Flavius Frasincar Lloyd.Rutledge@cwi.nl G.J.Houben@tue.nl

More information

Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications

Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications Digital Libraries Agenda Digital Libraries Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications What is Library Collection of books, documents,

More information

Personalized Faceted Navigation in the Semantic Web

Personalized Faceted Navigation in the Semantic Web Personalized Faceted Navigation in the Semantic Web Michal Tvarožek, Mária Bieliková Institute of Informatics and Software Engineering, Faculty of Informatics and Information Technologies, Slovak University

More information

Extending the Facets concept by applying NLP tools to catalog records of scientific literature

Extending the Facets concept by applying NLP tools to catalog records of scientific literature Extending the Facets concept by applying NLP tools to catalog records of scientific literature *E. Picchi, *M. Sassi, **S. Biagioni, **S. Giannini *Institute of Computational Linguistics **Institute of

More information

Implementing Adaptability in the Standard Reference Model

Implementing Adaptability in the Standard Reference Model Implementing Adaptability in the Standard Reference Model LLOYD RUTLEDGE, LYNDA HARDMAN, JACCO VAN OSSENBRUGGEN* AND DICK C.A. BULTERMAN CWI: Centrum voor Wiskunde en Informatica Kruislaan 413, 1098 SJ

More information

Abstractions in Multimedia Authoring: The MAVA Approach

Abstractions in Multimedia Authoring: The MAVA Approach Abstractions in Multimedia Authoring: The MAVA Approach Jürgen Hauser, Jing Tian Institute of Parallel and Distributed High-Performance Systems (IPVR) University of Stuttgart, Breitwiesenstr. 20-22, D

More information

Torii Access the Digital Research Community

Torii Access the Digital Research Community Torii Access the Digital Research Community 1 st Open Archives Forum Pisa, 13-14 14 May 2002 Fabio Asnicar TIPS project SISSA / ISAS International School for Advanced Studies tips.sissa.it European Union

More information

Information Retrieval

Information Retrieval Multimedia Computing: Algorithms, Systems, and Applications: Information Retrieval and Search Engine By Dr. Yu Cao Department of Computer Science The University of Massachusetts Lowell Lowell, MA 01854,

More information

Towards Ontology Mapping: DL View or Graph View?

Towards Ontology Mapping: DL View or Graph View? Towards Ontology Mapping: DL View or Graph View? Yongjian Huang, Nigel Shadbolt Intelligence, Agents and Multimedia Group School of Electronics and Computer Science University of Southampton November 27,

More information

A Concept for an Electronic Magazine

A Concept for an Electronic Magazine TERENA-NORDUnet Networking Conference (TNNC) 1999 1 A Concept for an Electronic Magazine Alexander von Berg Helmut Pralle University of Hanover, Institute for Computer Networks and Distributed Systems

More information

01 INTRODUCTION TO SEMANTIC WEB

01 INTRODUCTION TO SEMANTIC WEB SEMANTIC WEB 01 INTRODUCTION TO SEMANTIC WEB FROM WEB 1.0 TO WEB 3.0 IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD WWW.IMRANIHSAN.COM QUESTIONS What is the Semantic Web? Why do we want it?

More information

Improving Adaptive Hypermedia by Adding Semantics

Improving Adaptive Hypermedia by Adding Semantics Improving Adaptive Hypermedia by Adding Semantics Anton ANDREJKO Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovak republic andrejko@fiit.stuba.sk

More information

Effective Software Installation for Embedded Software by Applying the Reverse Engineering Approach

Effective Software Installation for Embedded Software by Applying the Reverse Engineering Approach Indian Journal of Science and Technology, Vol 10(34), DOI: 10.17485/ijst/2017/v10i34/115507, September 2017 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Effective Software Installation for Embedded

More information

CONTEXT-SENSITIVE VISUAL RESOURCE BROWSER

CONTEXT-SENSITIVE VISUAL RESOURCE BROWSER CONTEXT-SENSITIVE VISUAL RESOURCE BROWSER Oleksiy Khriyenko Industrial Ontologies Group, Agora Center, University of Jyväskylä P.O. Box 35(Agora), FIN-40014 Jyväskylä, Finland ABSTRACT Now, when human

More information

THE GETTY VOCABULARIES TECHNICAL UPDATE

THE GETTY VOCABULARIES TECHNICAL UPDATE AAT TGN ULAN CONA THE GETTY VOCABULARIES TECHNICAL UPDATE International Working Group Meetings January 7-10, 2013 Joan Cobb Gregg Garcia Information Technology Services J. Paul Getty Trust International

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

More information

Automatic Generation of Workflow Provenance

Automatic Generation of Workflow Provenance Automatic Generation of Workflow Provenance Roger S. Barga 1 and Luciano A. Digiampietri 2 1 Microsoft Research, One Microsoft Way Redmond, WA 98052, USA 2 Institute of Computing, University of Campinas,

More information

Enterprise Multimedia Integration and Search

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

More information

Multimedia Technology (IT-204-F) Section A Introduction to multimedia. Lecture 7. Multimedia Database

Multimedia Technology (IT-204-F) Section A Introduction to multimedia. Lecture 7. Multimedia Database Multimedia Technology (IT-204-F) Section A Introduction to multimedia Lecture 7 Multimedia Database 1 Multimedia Database Multimedia Database Systems Multimedia Database Management System Data Structure

More information

Obsoletes: 2070, 1980, 1942, 1867, 1866 Category: Informational June 2000

Obsoletes: 2070, 1980, 1942, 1867, 1866 Category: Informational June 2000 Network Working Group Request for Comments: 2854 Obsoletes: 2070, 1980, 1942, 1867, 1866 Category: Informational D. Connolly World Wide Web Consortium (W3C) L. Masinter AT&T June 2000 The text/html Media

More information

Semantic Document Architecture for Desktop Data Integration and Management

Semantic Document Architecture for Desktop Data Integration and Management Semantic Document Architecture for Desktop Data Integration and Management Saša Nešić 1, Dragan Gašević 2, Mehdi Jazayeri 1 1 Faculty of Informatics, University of Lugano, Lugano, Switzerland 2 School

More information

EC-TEL Community Hypermedia in Collaborative Marc Spaniol. and Self-reflective E-learning Applications. Marc Spaniol

EC-TEL Community Hypermedia in Collaborative Marc Spaniol. and Self-reflective E-learning Applications. Marc Spaniol First European Conference on Technology Enhanced Learning Community Hypermedia in Collaborative and Self-reflective E-learning Applications Hersonissou, Greece, 2 nd of October 2006 I5-Spa1006-1/12 Agenda

More information

Semantic web. Tapas Kumar Mishra 11CS60R32

Semantic web. Tapas Kumar Mishra 11CS60R32 Semantic web Tapas Kumar Mishra 11CS60R32 1 Agenda Introduction What is semantic web Issues with traditional web search The Technology Stack Architecture of semantic web Meta Data Main Tasks Knowledge

More information

Projected Message Design Principles

Projected Message Design Principles Projected Message Design Principles General Message Display Guidelines [G] G1. Screen display should follow the horizontal-vertical and left-right organization that is common to the culture of the intended

More information

Two Layer Mapping from Database to RDF

Two Layer Mapping from Database to RDF Two Layer Mapping from Database to Martin Svihla, Ivan Jelinek Department of Computer Science and Engineering Czech Technical University, Prague, Karlovo namesti 13, 121 35 Praha 2, Czech republic E-mail:

More information

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018 Primo Analytics Workshop BIBSYS Konferansen 20 March 2018 Objectives By the end of this session, you will: Understand what is Primo Analytics and OBI. Have a high-level view of how Primo Analytics is working.

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

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

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

More information

Content Adaptation and Generation Principles for Heterogeneous Clients

Content Adaptation and Generation Principles for Heterogeneous Clients Content Adaptation and Generation Principles for Heterogeneous Clients Tayeb Lemlouma and Nabil Layaïda OPERA Project, INRIA Rhône Alpes E-Mail: Tayeb.Lemlouma@inrialpes.fr, Nabil.Layaida@inrialpes.fr

More information

2nd Technical Validation Questionnaire - interim results -

2nd Technical Validation Questionnaire - interim results - 2nd Technical Validation Questionnaire - interim results - Birgit Matthaei Humboldt-University, Berlin, Germany Electronic Publishing Group Computer- and Mediaservice birgit.matthaei@cms.hu-berlin.de Why

More information

CARARE: project overview

CARARE: project overview CARARE: project overview Sheena Bassett MDR Partners About Europeana A central point of access to information about digital content thldb held by European cultural l heritage institutions Funded by the

More information

Semantic agents for location-aware service provisioning in mobile networks

Semantic agents for location-aware service provisioning in mobile networks Semantic agents for location-aware service provisioning in mobile networks Alisa Devlić University of Zagreb visiting doctoral student at Wireless@KTH September 9 th 2005. 1 Agenda Research motivation

More information

TEVI: Text Extraction for Video Indexing

TEVI: Text Extraction for Video Indexing TEVI: Text Extraction for Video Indexing Hichem KARRAY, Mohamed SALAH, Adel M. ALIMI REGIM: Research Group on Intelligent Machines, EIS, University of Sfax, Tunisia hichem.karray@ieee.org mohamed_salah@laposte.net

More information

A Preliminary Investigation into the Search Behaviour of Users in a Collection of Digitized Broadcast Audio

A Preliminary Investigation into the Search Behaviour of Users in a Collection of Digitized Broadcast Audio A Preliminary Investigation into the Search Behaviour of Users in a Collection of Digitized Broadcast Audio Haakon Lund 1, Mette Skov 2, Birger Larsen 2 and Marianne Lykke 2 1 Royal School of Library and

More information

Using RDF to Model the Structure and Process of Systems

Using RDF to Model the Structure and Process of Systems Using RDF to Model the Structure and Process of Systems Marko A. Rodriguez Jennifer H. Watkins Johan Bollen Los Alamos National Laboratory {marko,jhw,jbollen}@lanl.gov Carlos Gershenson New England Complex

More information

Software Architecture Recovery based on Dynamic Analysis

Software Architecture Recovery based on Dynamic Analysis Software Architecture Recovery based on Dynamic Analysis Aline Vasconcelos 1,2, Cláudia Werner 1 1 COPPE/UFRJ System Engineering and Computer Science Program P.O. Box 68511 ZIP 21945-970 Rio de Janeiro

More information

SECTION II: INTER FACE DESIGN AND

SECTION II: INTER FACE DESIGN AND SECTION II: INTER FACE DESIGN AND E. NOT, D. PETRELLI, 0. STOCK, C. STRAPPARAVA, M. ZANCANARO IRST, COGNITIVE AND COMMUNICATION TECHNOLOGY DIVISION, ITALY ABSTRACT The "ideal guided visit" to a spaee

More information

Reasoning on Business Processes and Ontologies in a Logic Programming Environment

Reasoning on Business Processes and Ontologies in a Logic Programming Environment Reasoning on Business Processes and Ontologies in a Logic Programming Environment Michele Missikoff 1, Maurizio Proietti 1, Fabrizio Smith 1,2 1 IASI-CNR, Viale Manzoni 30, 00185, Rome, Italy 2 DIEI, Università

More information

DELOS WP7: Evaluation

DELOS WP7: Evaluation DELOS WP7: Evaluation Claus-Peter Klas Univ. of Duisburg-Essen, Germany (WP leader: Norbert Fuhr) WP Objectives Enable communication between evaluation experts and DL researchers/developers Continue existing

More information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information P. Smart, A.I. Abdelmoty and C.B. Jones School of Computer Science, Cardiff University, Cardiff,

More information