Improving Personal Information Management by Integrating Activities in the Physical World with the Semantic Desktop

Total Page:16

File Type:pdf, Size:1020Kb

Improving Personal Information Management by Integrating Activities in the Physical World with the Semantic Desktop Improving Personal Information Management by Integrating Activities in the Physical World with the Semantic Desktop Yingjie Hu Krzysztof Janowicz Department of Geography Department of Geography University of California Santa Barbara University of California Santa Barbara [email protected] [email protected] ABSTRACT 1. INTRODUCTION AND MOTIVATION Semantic desktops are a novel approach to improve user in- Each of us is creating and maintaining an increasing terfaces by recording, semantically annotating, and learning amount of personal information, such as emails, ToDo lists, from the user's activities to create a personalized user ex- pictures, bookmarks, or notes. The volume and variety of perience and improve search. Such activities, however, are information created by consumer electronics, reveal the lim- restricted to the information universe, i.e., they only cover itation of traditional information organization mechanisms events on the local desktop. A next step towards smart such as those based on hierarchical directories. Users have to mobile devices is the integration of those desktop events pre-define and constantly maintain a folder structure as well with the user's activities in the physical world. Establishing as decide on how to file a particular information object. A such mappings enables the device to draw conclusions from recent study analyzing email organization shows that even the recorded desktop events to those that the user is likely well structured folders do not provide better performance performing in the physical world. A Personal Information than using the search-file function[12]. One reason for this is Management (PIM) system can then better assist the user that the same information item can be categorized according in task planning and routing. In this work, we propose ac- to different contexts, such as filenames, topics, timestamps, tivity ontologies as blueprints to model the user's activities and content. in the physical world, and use these ontologies to link the Semantic Desktop is a new technology which facilitates Semantic Desktop and the information available on the Web personal information management by establishing connec- of Linked Data. We discuss the principles of designing the tions among the user's documents, emails, tasks, as well as activity ontologies and how to employ them to associate lo- software applications. Two typical examples of the Seman- cal files and applications with complementary information tic Desktop are Nepomuk and Zeitgeist. Both have imple- from the Web. We design a specific activity ontology for a mented ontologies to organize the user's data (which may conference use case and present a user interface that extends be accessed by different applications and stored in differ- the Zeitgeist Semantic Desktop to evaluate our approach. ent formats) and, thus, offer search abilities beyond simple keywords[9]. Categories and Subject Descriptors However, current semantic desktops have two major lim- itations. First, they rely on the availability of metadata K.8.3 [Personal Computing]: [Management/Mainte- to structure the information items. Consequently, a semi- nance]; I.7.1 [Document and Text Editing]: [Document automatic annotator is often provided to extract file descrip- management]; H.1.2 [User/Machine Systems]: [Human tions as well as to allow the user to input metadata manually factors] [6, 4]. Unfortunately, only a fraction of metadata can be au- tomatically extracted from existing files, and most users do General Terms not annotate their data manually. Second, semantic desk- tops are restricted to those activities that are performed on MANAGEMENT the desktop { a mechanism to match them with the user's experiencing in the physical world is missing. As a result, Keywords while the semantic desktop can learn to open a bibliography Personal Information Management, Semantic Desktop, Se- tool whenever the user opens an Office document, under- mantic Web, Events, Ontologies, Activities standing that this may be part of a larger activity, such as preparing a conference paper, is difficult. Therefore, exist- ing semantic desktops cannot address queries such as 'which Permission to make digital or hard copies of all or part of this work for research papers did I read while preparing my ACMGIS 2012 personal or classroom use is granted without fee provided that copies are paper'. not made or distributed for profit or commercial advantage and that copies In this work, we argue that a next generation of Personal bear this notice and the full citation on the first page. To copy otherwise, to Information Management (PIM) systems need more than republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. ACM SIGSPATIAL GIS ’12, November 6-9, 2012. just accessing to a rich set of contextual information and se- Redondo Beach, CA, USA Copyright (c) 2012 ACM ISBN 978-1-4503- mantic annotations: an understanding of human activities 1691-0/12/11...$15.00 is necessary for such systems to execute advanced informa- . tion queries. To do so, we propose to associate activities However, existing PIM systems only focus on the local in- in the physical world with those on the Semantic Desktop. formation universe. A closer integration with data and ser- We model activities in the physical world via activity on- vices on the Web is still under research. For example, while tologies, and discuss how these activities are related to their a traditional PIM system may group the conference-related digital footprints on the local Semantic Desktop as well as information objects using a tag ACM GIS 2012, relating on the Web of Linked Data. By doing so, we construct a those information items to the data from previous ACM personal information space in which information items from GIS conferences is difficult. However, the necessary infor- both the Web and the Semantic Desktop are well organized mation to do so already exists on Web knowledge base such and managed. An extension to the Zeitgeist semantic desk- as Freebase. A semantic desktop that understands the rela- top has been implemented to illustrate our approach. tion between a conference and its series therefore can inter- The remainder of this paper is structured as follows. Sec- link related tags and information items stored on the user's tion 2 introduces related work on the Semantic Web, the machine. Besides, current PIM systems do not have an un- Semantic Desktop, and personal information management. derstanding on the associations between the user's desktop Next, section 3 discusses the need for activity ontologies activities and those carried out in the physical world. Con- and how they link the data from the Web and the Seman- necting both can help people to quickly find the data they tic Desktop. Section 4, presents an implementation showing used when performing a particular activity in the real world. first results from our work. Finally, section 5 concludes our For instance, such a system could answer the questions such work by pointing out limitations and directions of future as which papers I have read when preparing this ACM GIS research. 2012 manuscript, or which people I may have met during the conference. 2. RELATED WORK This section briefly introduces related work on personal 3. LINKING DATA VIA ONTOLOGIES information management, as well as background readings In this section, we discuss how activities in the physical on the Semantic Web and Semantic Desktops to help under- world can be aligned with those recorded on the Semantic stand the presented work. Desktop, and how to construct activity ontologies to link in- formation items from both the Web of Data and the personal 2.1 Semantic Web and Semantic Desktops Semantic Desktop. The Semantic Web is an enhancements of the classical Web. It employs a stack of technologies and principles to 3.1 Activity Ontologies give well-defined meaning to the information on the Web, We argue that a next generation of PIM systems should and weaves the data into a structure that can be understood have an understanding of the user's activities in the phys- by both humans and machines. With a rapidly increasing ical world. Such activities can be related in several ways: number of Linked Open Data projects, a large amount of they can follow each other, overlap in time, or compose a data have been published or converted into the standard Re- more complex activity. Consider the example of attending source Description Framework (RDF) format and are linked a conference in which a user will write a paper, arrange the to other external datasets. Open web knowledge bases, such trip, and participate in the conference. The travel arrange- as Freebase and DBPedia, enables everybody to contribute ment activity will be followed by the conference participa- timely information about people, places, events, and other tion activity, since attending the conference always succeeds entities. As a result, the Web of Data provides us with dig- planning the trip. However, the paper writing activity and ital counterparts of many aspects of the physical world. the trip planning activity may overlap, as one can start to The concept of the Semantic Desktop is derived from arrange the travel while still writing the paper. All of the the Semantic Web. Its core idea is to bring Semantic three activities are associated to compose a more complex Web technologies to desktop, and turn a personal device activity: attending the given conference. In addition, some into a 'personal Semantic Web'[9]. Similarly, related data activities have well defined start and end dates, while others items on the Semantic Desktop are interlinked. Researches do not. For instance, travel arrangement, such as booking show that people memorize things by topics and their inter- a flight, can be made at any time but need to be finished relations[10]. Thus, the Semantic Desktop organizes per- before the conference.
Recommended publications
  • LNCS 3532, Pp
    Activity Based Metadata for Semantic Desktop Search Paul Alexandru Chirita, Rita Gavriloaie, Stefania Ghita, Wolfgang Nejdl, and Raluca Paiu L3S Research Center / University of Hanover, Deutscher Pavillon, Expo Plaza 1, 30539 Hanover, Germany {chirita, gavriloaie, ghita, nejdl, paiu}@l3s.de Abstract. With increasing storage capacities on current PCs, searching the World Wide Web has ironically become more efficient than searching one’s own per- sonal computer. The recently introduced desktop search engines are a first step towards coping with this problem, but not yet a satisfying solution. The reason for that is that desktop search is actually quite different from its web counter- part. Documents on the desktop are not linked to each other in a way compara- ble to the web, which means that result ranking is poor or even inexistent, be- cause algorithms like PageRank cannot be used for desktop search. On the other hand, desktop search could potentially profit from a lot of implicit and explicit semantic information available in emails, folder hierarchies, browser cache con- texts and others. This paper investigates how to extract and store these activity based context information explicitly as RDF metadata and how to use them, as well as additional background information and ontologies, to enhance desktop search. 1 Introduction The capacity of our hard-disk drives has increased tremendously over the past decade, and so has the number of files we usually store on our computer. It is no wonder that sometimes we cannot find a document any more, even when we know we saved it somewhere. Ironically, in quite a few of these cases nowadays, the document we are looking for can be found faster on the World Wide Web than on our personal com- puter.
    [Show full text]
  • Master Thesis Innovation Dynamics in Open Source Software
    Master thesis Innovation dynamics in open source software Author: Name: Remco Bloemen Student number: 0109150 Email: [email protected] Telephone: +316 11 88 66 71 Supervisors and advisors: Name: prof. dr. Stefan Kuhlmann Email: [email protected] Telephone: +31 53 489 3353 Office: Ravelijn RA 4410 (STEPS) Name: dr. Chintan Amrit Email: [email protected] Telephone: +31 53 489 4064 Office: Ravelijn RA 3410 (IEBIS) Name: dr. Gonzalo Ord´o~nez{Matamoros Email: [email protected] Telephone: +31 53 489 3348 Office: Ravelijn RA 4333 (STEPS) 1 Abstract Open source software development is a major driver of software innovation, yet it has thus far received little attention from innovation research. One of the reasons is that conventional methods such as survey based studies or patent co-citation analysis do not work in the open source communities. In this thesis it will be shown that open source development is very accessible to study, due to its open nature, but it requires special tools. In particular, this thesis introduces the method of dependency graph analysis to study open source software devel- opment on the grandest scale. A proof of concept application of this method is done and has delivered many significant and interesting results. Contents 1 Open source software 6 1.1 The open source licenses . 8 1.2 Commercial involvement in open source . 9 1.3 Opens source development . 10 1.4 The intellectual property debates . 12 1.4.1 The software patent debate . 13 1.4.2 The open source blind spot . 15 1.5 Litterature search on network analysis in software development .
    [Show full text]
  • Instructions for the Preparation of a Camera-Ready Paper in MS Word
    Review Semantic web; towards Ontology based Web Application Editor(s): Name Surname, University, Country Solicited review(s): Name Surname, University, Country Open review(s): Name Surname, University, Country Zeeshan Ahmed*, Saman Majeed Department of Bioinformatics, Biocenter, University of Wuerzburg, Am Hubland 97074, Wuerzburg Germany Abstract. In this review we address the importance of field i.e. Semantic Web; a mechanism of presenting information over the web in a format so that human being as well as machines can understand the semantic of context. Describing the techno- logical contributions of Semantic Web in detail, we present its main innovation i.e. Ontology, and development supporting technologies i.e. XML (eXtensible Mark-up Language), RDF (Resource Description Framework) and OWL (Web Ontology Language), offering different ways of more explicitly structuring and richly annotating Web pages. Furthermore, in this review paper, we discuss how ontology is contributing to semantic web development with the presentation of some Semantic Web application and conclude with some existing limitations need to be overcome. Keywords: Web, Ontology, Semantic Web 1. Introduction easy to go for scattered extensive information by looking into bookmarked web pages but quite diffi- Targeting the challenge of implementing a web cult to extract a piece of needed information. Al- based system capable of performing semantic based though some search engines and screen scrapers are search to extract desired information from attached invented, search
    [Show full text]
  • Cognitive Aspects of Semantic Desktop to Support
    COGNITIVE ASPECTS OF SEMANTIC DESKTOP TO SUPPORT PERSONAL INFORMATION MANAGEMENT by Danish Nadeem A thesis submitted to the Institute of Cognitive Science in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Thesis Advisors Prof.Dr. Kai-Christoph Hamborg Dipl.Inf. Leo Sauermann University of Osnabrueck March 2007 Copyright c 2007 Danish Nadeem All Rights Reserved DECLARATION I declare that the Master Thesis entitled: Cognitive Aspects of Semantic Desk- top to Support Personal Information Management is my own original work, and hereby certify that unless stated, all work contained within this thesis is my own independent research and has not been submitted for the award of any other degree at any institution, except where due acknowledgment is made in the text. ERKLAERUNG Mit der Abgabe die Diplomarbeit mit dem Thema: Cognitive Aspects of Se- mantic Desktop to Support Personal Information Management, versichere ich, dass ich selbststndig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel benutzt habe. Die Stellen, die anderen Werken dem Wort- laut oder dem Sinn nach entnommen wurden, habe ich durch die Angabe der Quelle, auch der benutzten Sekundrliteratur, als Entlehnung kenntlich gemacht. Date Danish Nadeem UNIVERSITY OF OSNABRUECK As the main supervisor of the candidate's graduate committee, at the Uni- versity of Osnabrueck, I have read the dissertation of Danish Nadeem in its final form and have found that (1) its format, citations, and bibliographical style are consistent and acceptable and fulfill university and department style requirements; (2) its illustrative materials including figures and tables are in place; and (3) the final manuscript is satisfactory to the graduate committee and is ready for submission to the university record.
    [Show full text]
  • Personal Knowledge Models with Semantic Technologies
    Max Völkel Personal Knowledge Models with Semantic Technologies Personal Knowledge Models with Semantic Technologies Max Völkel 2 Bibliografische Information Detaillierte bibliografische Daten sind im Internet über http://pkm. xam.de abrufbar. Covergestaltung: Stefanie Miller Herstellung und Verlag: Books on Demand GmbH, Norderstedt c 2010 Max Völkel, Ritterstr. 6, 76133 Karlsruhe This work is licensed under the Creative Commons Attribution- ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Fran- cisco, California, 94105, USA. Zur Erlangung des akademischen Grades eines Doktors der Wirtschaftswis- senschaften (Dr. rer. pol.) von der Fakultät für Wirtschaftswissenschaften des Karlsruher Instituts für Technologie (KIT) genehmigte Dissertation von Dipl.-Inform. Max Völkel. Tag der mündlichen Prüfung: 14. Juli 2010 Referent: Prof. Dr. Rudi Studer Koreferent: Prof. Dr. Klaus Tochtermann Prüfer: Prof. Dr. Gerhard Satzger Vorsitzende der Prüfungskommission: Prof. Dr. Christine Harbring Abstract Following the ideas of Vannevar Bush (1945) and Douglas Engelbart (1963), this thesis explores how computers can help humans to be more intelligent. More precisely, the idea is to reduce limitations of cognitive processes with the help of knowledge cues, which are external reminders about previously experienced internal knowledge. A knowledge cue is any kind of symbol, pattern or artefact, created with the intent to be used by its creator, to re- evoke a previously experienced mental state, when used. The main processes in creating, managing and using knowledge cues are analysed. Based on the resulting knowledge cue life-cycle, an economic analysis of costs and benefits in Personal Knowledge Management (PKM) processes is performed.
    [Show full text]
  • Access Control for Sharing Semantic Data Across Desktops
    Access Control for Sharing Semantic Data across Desktops ? Juri L. De Coi, Ekaterini Ioannou, Arne Koesling, Wolfgang Nejdl, Daniel Olmedilla L3S Research Center/Leibniz Universit¨atHannover Appelstr. 9a, 30167 Hanover, Germany {lastname}@L3S.de Abstract. Personal Information Management (PIM) systems aim to pro- vide convenient access to all data and metadata on a desktop to the user itself as well as the co-workers. Obviously, sharing desktop data with co-workers raises privacy and access control issues which have to be ad- dressed. In this paper we discuss these issues, and present appropriate solutions. In line with the architecture of current PIM systems [8, 2, 11, 15], our solutions cover all semantic data shared in such a context, i.e. all desktop resources as well as other data structures created by the system, such as metadata in an RDF store and inverted index entries created for efficient textual search. We discuss different kinds of policies to specify protection for desktop data and metadata, and describe our access con- trol system to express and execute these policies efficiently. Additionally, we describe the extension of an existing PIM system, Beagle++, with our approach, as well as our experiments, with convincing results on perfor- mance and scalability. 1 Introduction In recent years, the amount of available digital information has increased con- siderably not only on the Web but also on personal computers. New innovative Personal Information Management (PIM) systems support users in organizing and managing their calendars, e-mails, address books, and other information on their desktop. PIM systems like Google Desktop [8], Beagle [2], Haystack [11], and Gnowsis [15], define semantic data as all content of the personal information space.
    [Show full text]
  • Augmenting Autobiographical Memory: an Approach Based on Cognitive Psychology
    http://researchcommons.waikato.ac.nz/ Research Commons at the University of Waikato Copyright Statement: The digital copy of this thesis is protected by the Copyright Act 1994 (New Zealand). The thesis may be consulted by you, provided you comply with the provisions of the Act and the following conditions of use: Any use you make of these documents or images must be for research or private study purposes only, and you may not make them available to any other person. Authors control the copyright of their thesis. You will recognise the author’s right to be identified as the author of the thesis, and due acknowledgement will be made to the author where appropriate. You will obtain the author’s permission before publishing any material from the thesis. Augmenting Autobiographical Memory: An Approach Based on Cognitive Psychology A thesis submitted in fulfilment of the requirements for the degree of Doctor of Philosophy in Computer Science at The University of Waikato by Andrea Schweer Department of Computer Science Hamilton, New Zealand 2011 © 2011 Andrea Schweer Dedicated to the memory of Liesel Schweer née Maas Abstract This thesis investigates how an interactive software system can support a person in remembering their past experiences and information related to these experiences. It proposes design recommendations for augmented autobiographical memory systems derived from Cognitive Psychology re- search into human memory – a perspective missing from prior work. Based on these recommendations, a conceptual design of an augmented autobiographical memory system is developed that aims to support users in retrieving cues and factual information related to experiences as well as in reconstructing those experiences.
    [Show full text]
  • Semantic Clipboard - Semantically Enriched Data Exchange Between Desktop Applications
    Semantic Clipboard - Semantically Enriched Data Exchange Between Desktop Applications Gerald Reif, Martin Morger, and Harald Gall University of Zurich, Department of Informatics, 8050 Zurich, Switzerland {reif,gall}@ifi.unizh.ch [email protected], WWW home page: http://seal.ifi.unizh.ch/ Abstract. The operating system clipboard is used to copy and paste data between applications even if the applications are from different ven- dors. Current clipboards only support the transfer of data or formatted data between applications. The semantics of the data, however, is lost in the transfer. The Semantic Web, on the other hand, provides a common framework that allows data to be shared across application boundaries while preserving the semantics of the data. In this paper we introduce the concept of a Semantic Clipboard and present a prototype implementation that can be used to copy and paste RDF meta-data between desktop applications. The Semantic Clipboard is based on a flexible plugin architecture that enables the easy extension of the clipboard to new ontology vocabularies and target applications. Furthermore, we show how the Semantic Clipboard is used to copy and paste the meta-data from semantically annotated Web pages to a user’s desktop application. 1 Introduction Users frequently use the clipboard of the operating system to exchange data between desktop applications. They select the data they want to copy in the source application, the data is then temporarily stored by the clipboard, and inserted into the target application selected by the user. With current clipboard applications the data is transferred as text or binary data. The semantics of the data, however, is lost.
    [Show full text]
  • Poster Template
    Improving Personal Information Management by Using Activities in the Physical World to Bridge the Semantic Web and the Semantic Desktop Yingjie Hu and Krzysztof Janowicz Department of Geography, University of California Santa Barbara Abstract 2. Activities in the Physical World and Their Digital Footprints Personal information refers to the information used by individuals to Information from both the Semantic Web and the Semantic Desktop are employed by complete their daily tasks and is not intended to share with the public. Such individuals to complete their activities in the physical world. Meanwhile, people’s activities information can come from two major sources: the Web and personal devices in the physical world often have their corresponding digital footprints in the two information such as laptops. The Semantic Web is a technology stack which provides universes. For example, when preparing a paper for a conference, people may create and edit capabilities to organize the information on the web, while the Semantic a document on their laptops, and may also open several related papers at the same time. Desktop can associate the related data and files on people’s personal devices. Similarly, the conference, which contains a series of human activities, also has its In order to complete everyday tasks, people often need to combine the corresponding footprints, such as an official page, a record in Freebase or in WikiCFP, on information from both of the two sources. However, the two information the web. Figure 2 shows the relations among activities in the physical world and their universes are not directly connected. In this work, we propose to use activities corresponding digital footprints on the Semantic Web and the Semantic Desktop.
    [Show full text]
  • Linking Semantic Personal Notes*
    Linking Semantic Personal Notes? Laura Dr˘agan,Alexandre Passant, Tudor Groza, and Siegfried Handschuh DERI, National University of Ireland, Galway, IDA Business Park, Lower Dangan, Galway, Ireland [email protected] http://www.deri.ie/ Abstract. Semantic Web technologies are available and gain popularity both on the Web and on the desktop. However, in spite of common rep- resentation formats, personal and online data is still difficult to interlink, notably because of the different vocabularies used to describe it, as well as the lack of common identifiers between desktop and Web-based ap- plications. In this paper, we describe a process for easily publishing and sharing of personal notes as Linked Data. Our approach can be used to publish any kind of information from the desktop to the Web, enabling integration of small chunks of personal knowledge into the Web of Data and focusing on a user-driven approach of knowledge management. 1 Introduction Semantic Web technologies are now deployed in various domains and applica- tions. Among the different sub-domains of the broader Semantic Web vision, two relevant fields are the Linked Data initiative, focusing on global interlink- ing on the Web, and the Semantic Desktop, focusing on personal information integration. While these two domains share compatible representation models (RDF(S)/OWL), there is still a gap between data from the Web and the desk- top. Among others, vocabularies that they use are generally not well integrated and identifiers (URIs) are generally distinct. Such gap can be explained as the Semantic Desktop focused on using local identifiers and desktop-related ontolo- gies, while the Linking Open Data (LOD) initiative focused on the global reuse of identifiers and ontologies.
    [Show full text]
  • Application Design and Interoperability for Managing Personal Information in the Semantic Desktop?
    Application Design and Interoperability for Managing Personal Information in the Semantic Desktop? Huiyong Xiao Isabel F. Cruz Department of Computer Science University of Illinois at Chicago fhxiao j [email protected] Abstract. A number of semantic desktop frameworks have been proposed that address different issues in personal information management, including the or- ganization, manipulation, and visualization of personal data. Our approach com- prises a layered multi-ontology based framework, MOSE. In this paper, we de- scribe how the architecture of MOSE supports an application centered seman- tic approach to personal information management. In particular, we introduce a method based on the Model-View-Controller paradigm for personal information application (PIA) development, as enabled by the underlying semantic data or- ganization and specified by the PIA designer. We also introduce the notion of parameterized channel and describe how it supports the interaction among mul- tiple visualizations in a PIA. We give a definition of desktop service based on the concept of parameterized channel and the benefits provided by the separation of PIA definition and implementation. Finally, we discuss two cases of the execution of desktop services in MOSE that highlight application interoperability. 1 Introduction With the development of computer device manufacturing, storage is no longer a bottle- neck for computer users. As users will not have to remove outdated data from storage, the increasingly large amount of data poses a critical problem: the organization of the personal information space so as to enable efficient and effective data management. Typically, personal information in a desktop is characterized by: (1) Disparate mod- els: the personal data tend to be of different formats and use different models for data storage and presentation.
    [Show full text]
  • I-SEMANTICS '08: International Conference on Semantic Systems
    A Service of Leibniz-Informationszentrum econstor Wirtschaft Leibniz Information Centre Make Your Publications Visible. zbw for Economics Auer, Sören (Ed.); Schaffert, Sebastian (Ed.); Pellegrini, Tassilo (Ed.) Proceedings — Published Version I-SEMANTICS '08: International conference on semantic systems Suggested Citation: Auer, Sören (Ed.); Schaffert, Sebastian (Ed.); Pellegrini, Tassilo (Ed.) (2008) : I-SEMANTICS '08: International conference on semantic systems, Verlag der Technischen Universität Graz, Graz This Version is available at: http://hdl.handle.net/10419/44448 Standard-Nutzungsbedingungen: Terms of use: Die Dokumente auf EconStor dürfen zu eigenen wissenschaftlichen Documents in EconStor may be saved and copied for your Zwecken und zum Privatgebrauch gespeichert und kopiert werden. personal and scholarly purposes. Sie dürfen die Dokumente nicht für öffentliche oder kommerzielle You are not to copy documents for public or commercial Zwecke vervielfältigen, öffentlich ausstellen, öffentlich zugänglich purposes, to exhibit the documents publicly, to make them machen, vertreiben oder anderweitig nutzen. publicly available on the internet, or to distribute or otherwise use the documents in public. Sofern die Verfasser die Dokumente unter Open-Content-Lizenzen (insbesondere CC-Lizenzen) zur Verfügung gestellt haben sollten, If the documents have been made available under an Open gelten abweichend von diesen Nutzungsbedingungen die in der dort Content Licence (especially Creative Commons Licences), you genannten Lizenz gewährten Nutzungsrechte. may exercise further usage rights as specified in the indicated licence. www.econstor.eu I-SEMANTICS ’08 International Conference on Semantic Systems Preface 1 S. Auer, S. Schaffert, T. Pellegrini Wikis in Global Businesses 4 P. Kemper Managing Knowledge that Everybody Knows Already 5 H. Lieberman Humans and the Web of Data 6 T.
    [Show full text]