Trustworthiness of Data on the Web

Size: px
Start display at page:

Download "Trustworthiness of Data on the Web"

Transcription

1 Trustworthiness of Data on the Web Olaf Hartig Humboldt-Universität zu Berlin Department of Computer Science Abstract: We aim for an evolution of the Web of data to a Web of trusted data. In our work we develop a trust model for RDF data that is more suitable for the Web of data than the existing coarse-grained approaches that consider trustworthiness on the level of data sources. To enable a trust infrastructure for the Web of data we develop concepts for automatic trust assessment that are based on provenance information and on the opinion of other information consumers. Furthermore, we provide trust-aware data access methods and concepts to implement trust-aware systems. 1 Introduction Today, a large amount of RDF data is published on the Web; large datasets are interlinked; new applications emerge that utilize this data in novel and innovative ways. However, the openness of the Web and the ease to combine RDF data from different sources creates new challenges. Unreliable data could dominate the result of queries, taint inferred data, affect local knowledge bases, or may have negative or misleading impact on software agents. Hence, questions of reliability and trustworthiness must be addressed. While several approaches consider trustworthiness of information sources, little has been done considering the data itself. Simply adopting the trustworthiness of a source for its data does not consider cases where statements have multiple sources, where information providers (re)publish data aggregated from the original sources, or where inference engines discover implicit facts from statements of different sources. Hence, source-level approaches are too coarse-grained and, thus, insufficient for the Web of data. What is missing is a uniform approach to represent and to assess the trustworthiness of the data itself and standardized mechanisms to access those assessments. Our research work addresses these open issues; we aim to provide concerted and all-embracing solutions that enable a trust infrastructure for the Web of data, solutions that empower systems based on data from the Web to consider the trustworthiness of the involved data in their processing and decisions. This paper is organized as follows. First, we review related work in Section 2. Section 3 presents our main contributions. In Section 4 we give an overview of our approaches and our current work. Finally, Section 5 concludes this paper with a summary. 2 Related Work Formalizing trust and trust in the Web is a topic of research since several years. In computer science, Marsh [Mar94] was the first to analyze trust as a computational concept; in the context of software agents he proposed a model with trust values in the interval [-1,1].

2 Since then, various different trust models have been developed; each approach stresses different characteristics of trust. Artz and Gil [AG07] provide a comprehensive overview of existing trust models. The most common approach to address trustworthiness in the Web are trust infrastructures that are based on a Web of Trust [GPH03]; a Web of Trust is a network of people, agents or peers with trust relationships and a metric to calculate a trust value for each member. For instance, Golbeck et al. [GPH03] propose a trust metric upon a FOAF-based trust model. These Web of Trust approaches consider the trustworthiness of members of the Web. In contrast to the above mentioned approaches, we focus on the trustworthiness of the data published on the Web, instead of the publishers. Gil and Artz [GA07] call this content trust which is a trust judgment on a particular piece of information in a given context. As the units of content that are being judged Gil and Artz identify Web resources. We doubt this level of granularity is suitable for RDF data where the smallest piece of information is a fact represented by an RDF statement. Hence, our approach is based on the trustworthiness of single statements. To the best of our knowledge, only Mazzieri [Maz04] and Richardson et al. [RAD03] propose trust models that represent content trust on a statement-level. Mazzieri introduces fuzzy RDF; a membership value associated with each statement represents the likelyhood the statement belongs to the RDF graph. By equating those membership values with trustworthiness of statements Mazzieri inappropriately mixes two different concepts; trustworthiness is not the same as a fuzzy notion of truth nor is trustworthiness of RDF statements tied to a specific RDF graph. Richardson et al. represent a user s personal belief in a statement by a value in the interval [0,1]. Besides the vague explanation that a high value means [...] the statement is accurate, credible, and/or relevant the approach lacks a more formal definition of those values. Thus, what is missing in all cases is a well-founded definition of the meaning of trustworthiness of RDF data. Several authors propose the basic idea of considering the trustworthiness of data in processing tasks and for decisions. Systems such as TRELLIS [GR02], FilmTrust [GH06], and IWTrust [ZdM05] implement this idea. The TriQL.P approach [BO04] is the most relevant to our work because it explicitly targets RDF data from the Web. The TriQL.P system permits filtering of data that has been aggregated from the Web. Filtering is based on trust policies; these policies are constraints that are enforced during query evaluation and that restrict the resultset of queries. Furthermore, the system explaines why data should be trusted, more precisely, why results passed the filters. The TriQL.P approach does not use trust values for data. However, missing trust values prevent comparisons of the trustworthiness of different pieces of data; moreover, without explicit ratings it is impossible to compare the opinions of multiple information consumers regarding the trustworthiness of the same data. Additionally, TriQL.P does not consider the trustworthiness of inferred statements. 3 Contributions With our work we address the lack of a uniform approach to represent and to assess the trustworthiness of RDF data on the Web: we develop a trust model and trust assessment methods. Our trust model defines trust values that represent the trustworthiness of RDF

3 data on a statement-level. To determine those trust values we develop automatic trust assessment methods that are based on provenance information and on the opinion of other information consumers. Furthermore, we provide standardized mechanisms to access and to use those trust values. To gain wide-spread use, our solutions will integrate seamlessly in existing technologies and follow common practices on the Web. In brief, our main contributions are the following: an adequate trust model for RDF data methods to determine the trustworthiness of RDF data access methods for trust values techniques to manage trust values in an efficient manner 4 First Achievements and Intended Tasks In the following we describe our approaches for a Web of trusted data. This section is organized according to our main objectives as introduced in the previous section. A Trust Model for RDF Data Our fundamental understanding of the trustworthiness of RDF statements is the subjective belief or disbelief in the truth of the statements. To enable machine-based processing we introduce a quantifiable measure; we represent the trustworthiness of RDF statements by a trust value which is either unknown or a value in the interval [-1,1]. We define the meaning of these values by a specification of the interval boundaries: a trust value of 1 represents absolute belief in the statements; -1 represents absolute disbelief; 0 represents the lack of belief/disbelief. Unknown trust values represent unknown trustworthiness in cases where the trust management system has no information. For a more precise understanding of the exact meaning of a trust value, especially for the intermediate values, we currently study uncertainty and ignorance that causes different degrees of belief [Hal03]. However, to determine the trust values our model defines a trust function. A trust function assigns every statement a subjective trust value that represents the trustworthiness of the statement specific to an information consumer. The model does not prescribe a specific implementation of determining the trust values. Instead, we allow each system to provide its own trust function. Nonetheless, we develop concepts for trust assessment methods as we describe below. Additionally, our model defines a trust aggregation function to determine the trust value for a set of related RDF statements. As with trust functions, we do not prescribe a specific implementation. However, the minimum and the median are reasonable trust aggregation functions. The minimum is a cautious choice; it assumes the trustworthiness of a set of statements is only as trustworthy as the least trusted statement. The median is a more optimistic choice. To explicitly assert the trustworthiness of RDF data we defined a simple vocabulary (cf. Methods for Trust Assessment To implement trust functions that determine trust values we investigate three distinguishable trust assessment strategies: user-based rating methods prompt human information consumers for trust judgements; provenance-based methods consider meta-information about the provenance of the data; opinion-based methods aggregate trust ratings from other information consumers as well as the reliability of those consumers. Provenance- and opinion-based methods are automatic approaches; these are

4 more promising with respect to practicability. Hence, our research focuses on them. For our provenance-based approach our aim is to develop a provenance model for RDF data. This model must represent all kind of provenance information that may affect trust decisions. So far, we identified the following relevant information: publisher of the dataset, creation method and creation time of the dataset, and publisher and publication time of possible original sources. Based on our analysis we derive requirements for provenance descriptions. We study existing practices and possibilities to describe provenance of RDF data on the Web such as named graphs [CBHS05] and semantic sitemaps [CSD + 08]; we will identify missing options and we will propose complementing extensions. Besides explicit assertions inference engines allow to discover implicit facts. We will develop concepts to derive the trustworthiness of inferred data from the trustworthiness of the premise set. Access Methods for Trust Ratings Users as well as software agents have to be able to utilize the trust values and base their decisions upon them. To enable access and use of the trust values we develop concepts to extend access methods for RDF data accordingly. For instance, we extended the RDF query language SPARQL [PS08]. Our trust-aware extension tsparql (cf. adds two new clauses, namely the TRUST AS clause and the ENSURE TRUST clause. The first clause allows access to the trust value associated to the triples that match a specific graph pattern; the second clause expresses a trust requirement. We implemented a prototypical extension to the ARQ (cf. query engine to evaluate our approach. We measured the time to complete the ARQ test suite for the ARQ query engine and for our extension that processes generated trust values. These preliminary tests indicate that processing of trust values has no significant impact on the query execution performance. Besides SPARQL, other methods to access RDF data exist; we will investigate them in order to develop concepts similar to our SPARQL extension. Efficient Management of Trust Ratings Systems that consider the trustworthiness of RDF data must represent and process trust values in an efficient manner. For instance, we investigate caching strategies for trust values because trust assessment may become costly. To study these implementational issues we developed a prototypical navigation system (cf. in order to determine relevant target locations with user-specified properties this system does not use a static local database as usual, instead, our system aggregates relevant RDF data from the Web. It is this kind of systems that must consider the trustworthiness of RDF data and that will benefit from our contributions. As another testbed we are adding trustworthiness-based decisions to a semantic tagging system. Based on our experiences with these sample applications we will provide suitable concepts to implement trust-aware systems. 5 Conclusions We identified the lack of suitable concepts to deal with the trustworthiness of data on the Web. Our work addresses this problem: we provide a trust model for RDF data, trust assessment methods, methods to utilize trust assessments, and implementation strategies for trust-aware systems. This paper sketched our current achievements and approaches. With our work we hope to make the Web of data more reliable than it is today.

5 References [AG07] [BO04] Donovan Artz and Yolanda Gil. A Survey of Trust in Computer Science and the Semantic Web. Journal of Web Semantics, 5(2), Christian Bizer and Radoslaw Oldakowski. Using Context- and Content-Based Trust Policies on the Semantic Web. Poster at WWW, [CBHS05] Jeremy J. Carroll, Christian Bizer, Pat Hayes, and Patrick Stickler. Provenance and Trust. In Proc. of WWW, Named Graphs, [CSD + 08] Richard Cyganiak, Holger Stenzhorn, Renaud Delbru, Stefan Decker, and Giovanni Tummarello. Semantic Sitemaps: Efficient and Flexible Access to Datasets on the Semantic Web. In Proc. of ESWC, [GA07] [GH06] [GPH03] [GR02] [Hal03] [Mar94] [Maz04] [PS08] [RAD03] [ZdM05] Yolanda Gil and Donovan Artz. Towards Content Trust of Web Resources. Journal of Web Semantics, 5(4), Jennifer Golbeck and James Hendler. FilmTrust: Movie Recommendations using Trust in Web-based Social Networks. In Proc. of CCNC, Jennifer Golbeck, Bijan Parsia, and James A. Hendler. Trust Networks on the Semantic Web. In Proc. of the 7th Int. Workshop on Cooperative Information Agents (CIA), Yolanda Gil and Varun Ratnakar. Trusting Information Sources One Citizen at a Time. In Proc. of ISWC, Joseph Y. Halpern. Reasoning about Uncertainty. MIT Press, Cambridge, MA, USA, Stephen P. Marsh. Formalising Trust as a Computational Concept. PhD thesis, University of Stirling, Department of Mathematics and Computer Science, Mauro Mazzieri. A Fuzzy RDF Semantics to Represent Trust Metadata. In Proc. of SWAP, Eric Prud hommeaux and Andy Seaborne. SPARQL Query Language for RDF. W3C Recommendation, January Matthew Richardson, Rakesh Agrawal, and Pedro Domingos. Trust Management for the Semantic Web. In Proc. of ISWC, Ilya Zaihrayeu, Paulo Pinheiro da Silva, and Deborah L. McGuinness. IWTrust: Improving User Trust in Answers from the Web. In Proc. of itrust, 2005.

Querying Trust in RDF Data with tsparql

Querying Trust in RDF Data with tsparql Querying Trust in RDF Data with tsparql Olaf Hartig Humboldt-Universität zu Berlin hartig@informatik.hu-berlin.de Abstract. Today a large amount of RDF data is published on the Web. However, the openness

More information

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

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

More information

Enhanced Trustworthy and High-Quality Information Retrieval System for Web Search Engines

Enhanced Trustworthy and High-Quality Information Retrieval System for Web Search Engines 38 Enhanced Trustworthy and High-Quality Information Retrieval System for Web Search Engines Sumalatha Ramachandran, Sujaya Paulraj, Sharon Joseph and Vetriselvi Ramaraj Department of Information Technology,

More information

Publishing and Consuming Provenance Metadata on the Web of Linked Data

Publishing and Consuming Provenance Metadata on the Web of Linked Data Publishing and Consuming Provenance Metadata on the Web of Linked Data Olaf Hartig 1 and Jun Zhao 2 1 Humboldt-Universität zu Berlin hartig@informatik.hu-berlin.de 2 University of Oxford jun.zhao@zoo.ox.ac.uk

More information

Reputation Network Analysis for Filtering

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

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

Semantic Web Publishing using Named Graphs

Semantic Web Publishing using Named Graphs Semantic Web Publishing using Named Graphs Jeremy J. Carroll 1, Christian Bizer 2, Patrick Hayes 3, and Patrick Stickler 4 1 Hewlett-Packard Labs,Bristol, UK 2 Freie Universität Berlin, Germany 3 IHMC,

More information

Business to Consumer Markets on the Semantic Web

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

More information

Revisiting Blank Nodes in RDF to Avoid the Semantic Mismatch with SPARQL

Revisiting Blank Nodes in RDF to Avoid the Semantic Mismatch with SPARQL Revisiting Blank Nodes in RDF to Avoid the Semantic Mismatch with SPARQL Marcelo Arenas 1, Mariano Consens 2, and Alejandro Mallea 1,3 1 Pontificia Universidad Católica de Chile 2 University of Toronto

More information

Provenance Information in the Web of Data

Provenance Information in the Web of Data Provenance Information in the Web of Data Olaf Hartig Humboldt-Universität zu Berlin http://olafhartig.de/foaf.rdf#olaf Provenance of a data item: information about the history 2 Provenance of a data item:

More information

A General Approach to Query the Web of Data

A General Approach to Query the Web of Data A General Approach to Query the Web of Data Xin Liu 1 Department of Information Science and Engineering, University of Trento, Trento, Italy liu@disi.unitn.it Abstract. With the development of the Semantic

More information

W3C Workshop on the Future of Social Networking, January 2009, Barcelona

W3C Workshop on the Future of Social Networking, January 2009, Barcelona 1 of 6 06/01/2010 20:19 W3C Workshop on the Future of Social Networking, 15-16 January 2009, Barcelona John G. Breslin 1,2, Uldis Bojārs 1, Alexandre Passant, Sergio Fernández 3, Stefan Decker 1 1 Digital

More information

Publishing and Consuming Provenance Metadata on the Web of Linked Data

Publishing and Consuming Provenance Metadata on the Web of Linked Data Publishing and Consuming Provenance Metadata on the Web of Linked Data Olaf Hartig 1 and Jun Zhao 2 1 Humboldt-Universität zu Berlin hartig@informatik.hu-berlin.de 2 University of Oxford jun.zhao@zoo.ox.ac.uk

More information

Combining Government and Linked Open Data in Emergency Management

Combining Government and Linked Open Data in Emergency Management Combining Government and Linked Open Data in Emergency Management Axel Schulz 1,2 and Heiko Paulheim 3 1 SAP Research 2 Technische Universität Darmstadt Telecooperation Group axel.schulz@sap.com 3 Technische

More information

SWSE: Objects before documents!

SWSE: Objects before documents! Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title SWSE: Objects before documents! Author(s) Harth, Andreas; Hogan,

More information

The Point of View Axis: Varying the Levels of Explanation Within a Generic RDF Data Browsing Environment

The Point of View Axis: Varying the Levels of Explanation Within a Generic RDF Data Browsing Environment The Point of View Axis: Varying the Levels of Explanation Within a Generic RDF Data Browsing Environment Oshani Seneviratne Tim Berners-Lee Decentralized Information Group, MIT Computer Science and Artificial

More information

How Caching Improves Efficiency and Result Completeness for Querying Linked Data

How Caching Improves Efficiency and Result Completeness for Querying Linked Data How Caching Improves Efficiency and Result Completeness for Querying Linked Data Olaf Hartig Humboldt-Universität zu Berlin Unter den Linden 6 10099 Berlin, Germany hartig@informatik.hu-berlin.de ABSTRACT

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

A Tagging Approach to Ontology Mapping

A Tagging Approach to Ontology Mapping A Tagging Approach to Ontology Mapping Colm Conroy 1, Declan O'Sullivan 1, Dave Lewis 1 1 Knowledge and Data Engineering Group, Trinity College Dublin {coconroy,declan.osullivan,dave.lewis}@cs.tcd.ie Abstract.

More information

Quality-Driven Information Filtering in the Context of Web-Based Information Systems

Quality-Driven Information Filtering in the Context of Web-Based Information Systems STI International Off-Site Costa Adeje, Tenerife, May 30th, 2008 Quality-Driven Information Filtering in the Context of Web-Based Information Systems Chris Bizer, Freie Universität Berlin Hello Chris Bizer

More information

The Hoonoh Ontology for describing Trust Relationships in Information Seeking

The Hoonoh Ontology for describing Trust Relationships in Information Seeking The Hoonoh Ontology for describing Trust Relationships in Information Seeking Tom Heath 1 and Enrico Motta 2 1 Talis Information Limited Knights Court, Solihull Parkway Birmingham Business Park, B37 7YB,

More information

Integrating Web 2.0 Data into Linked Open Data Cloud via Clustering

Integrating Web 2.0 Data into Linked Open Data Cloud via Clustering Integrating Web 2.0 Data into Linked Open Data Cloud via Clustering Eirini Giannakidou and Athena Vakali Aristotle University of Thessaloniki Department of Informatics, Greece {eirgiann,avakali}@csd.auth.gr

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata

Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata Meeting Host Supporting Partner Meeting Sponsors Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata 105th OGC Technical Committee Palmerston North, New Zealand Dr.

More information

Semantic Processing of Sensor Event Stream by Using External Knowledge Bases

Semantic Processing of Sensor Event Stream by Using External Knowledge Bases Semantic Processing of Sensor Event Stream by Using External Knowledge Bases Short Paper Kia Teymourian and Adrian Paschke Freie Universitaet Berlin, Berlin, Germany {kia, paschke}@inf.fu-berlin.de Abstract.

More information

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

Efficient, Scalable, and Provenance-Aware Management of Linked Data

Efficient, Scalable, and Provenance-Aware Management of Linked Data Efficient, Scalable, and Provenance-Aware Management of Linked Data Marcin Wylot 1 Motivation and objectives of the research The proliferation of heterogeneous Linked Data on the Web requires data management

More information

Contextualization via Qualifiers

Contextualization via Qualifiers Contextualization via Qualifiers Peter F. Patel-Schneider Nuance AI and Language Lab pfpschneider@gmail.com Abstract. A common method for contextualizing facts in knowledge graph formalisms is by adding

More information

Semantic Web in a Constrained Environment

Semantic Web in a Constrained Environment Semantic Web in a Constrained Environment Laurens Rietveld and Stefan Schlobach Department of Computer Science, VU University Amsterdam, The Netherlands {laurens.rietveld,k.s.schlobach}@vu.nl Abstract.

More information

A Privacy Preference Ontology (PPO) for Linked Data

A Privacy Preference Ontology (PPO) for Linked Data A Privacy Preference Ontology (PPO) for Linked Data Owen Sacco and Alexandre Passant Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland firstname.lastname@deri.org

More information

A Main Memory Index Structure to Query Linked Data

A Main Memory Index Structure to Query Linked Data A Main Memory Index Structure to Query Linked Data Olaf Hartig http://olafhartig.de/foaf.rdf#olaf @olafhartig Frank Huber Database and Information Systems Research Group Humboldt-Universität zu Berlin

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

Towards a Vocabulary for Data Quality Management in Semantic Web Architectures

Towards a Vocabulary for Data Quality Management in Semantic Web Architectures Towards a Vocabulary for Data Quality Management in Semantic Web Architectures Christian Fürber Universitaet der Bundeswehr Muenchen Werner-Heisenberg-Weg 39 85577 Neubiberg +49 89 6004 4218 christian@fuerber.com

More information

A SEMANTIC MATCHMAKER SERVICE ON THE GRID

A SEMANTIC MATCHMAKER SERVICE ON THE GRID DERI DIGITAL ENTERPRISE RESEARCH INSTITUTE A SEMANTIC MATCHMAKER SERVICE ON THE GRID Andreas Harth Yu He Hongsuda Tangmunarunkit Stefan Decker Carl Kesselman DERI TECHNICAL REPORT 2004-05-18 MAY 2004 DERI

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

Which Role for an Ontology of Uncertainty?

Which Role for an Ontology of Uncertainty? Which Role for an Ontology of Uncertainty? Paolo Ceravolo, Ernesto Damiani, Marcello Leida Dipartimento di Tecnologie dell Informazione - Università degli studi di Milano via Bramante, 65-26013 Crema (CR),

More information

Programming the Semantic Web

Programming the Semantic Web Programming the Semantic Web Steffen Staab, Stefan Scheglmann, Martin Leinberger, Thomas Gottron Institute for Web Science and Technologies, University of Koblenz-Landau, Germany Abstract. The Semantic

More information

W3C Provenance Incubator Group: An Overview. Thanks to Contributing Group Members

W3C Provenance Incubator Group: An Overview. Thanks to Contributing Group Members W3C Provenance Incubator Group: An Overview DRAFT March 10, 2010 1 Thanks to Contributing Group Members 2 Outline What is Provenance Need for

More information

Where did you hear that? Information and the Sources They Come From

Where did you hear that? Information and the Sources They Come From Where did you hear that? Information and the Sources They Come From James P. McCusker 1, Timothy Lebo 1, Li Ding 1, Cynthia Chang 1, Paulo Pinheiro da Silva 2, and Deborah L. McGuinness 1 1 Tetherless

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Most of today s Web content is intended for the use of humans rather than machines. While searching documents on the Web using computers, human interpretation is required before

More information

Controlling Access to RDF Graphs

Controlling Access to RDF Graphs Controlling Access to RDF Graphs Giorgos Flouris 1, Irini Fundulaki 1, Maria Michou 1, and Grigoris Antoniou 1,2 1 Institute of Computer Science, FORTH, Greece 2 Computer Science Department, University

More information

ANNUAL REPORT Visit us at project.eu Supported by. Mission

ANNUAL REPORT Visit us at   project.eu Supported by. Mission Mission ANNUAL REPORT 2011 The Web has proved to be an unprecedented success for facilitating the publication, use and exchange of information, at planetary scale, on virtually every topic, and representing

More information

Semantics Modeling and Representation. Wendy Hui Wang CS Department Stevens Institute of Technology

Semantics Modeling and Representation. Wendy Hui Wang CS Department Stevens Institute of Technology Semantics Modeling and Representation Wendy Hui Wang CS Department Stevens Institute of Technology hwang@cs.stevens.edu 1 Consider the following data: 011500 18.66 0 0 62 46.271020111 25.220010 011500

More information

Benchmarking RDF Production Tools

Benchmarking RDF Production Tools Benchmarking RDF Production Tools Martin Svihla and Ivan Jelinek Czech Technical University in Prague, Karlovo namesti 13, Praha 2, Czech republic, {svihlm1, jelinek}@fel.cvut.cz, WWW home page: http://webing.felk.cvut.cz

More information

Overview of Provenance on the Web

Overview of Provenance on the Web Overview of Provenance on the Web by the W3C Provenance Incubator Group Semantic Web Activity World Wide Web Consortium http://www.w3.org/2005/incubator/prov/wiki Special thanks to contributing group members:

More information

State of the Art of Semantic Web

State of the Art of Semantic Web State of the Art of Semantic Web Ali Alqazzaz Computer Science and Engineering Department Oakland University Rochester Hills, MI 48307, USA gazzaz86@gmail.com Abstract Semantic web is an attempt to provide

More information

Towards an Interlinked Semantic Wiki Farm

Towards an Interlinked Semantic Wiki Farm Towards an Interlinked Semantic Wiki Farm Alexandre Passant 1,2, Philippe Laublet 1 1 LaLIC, Université Paris-Sorbonne, 28 rue Serpente, 75006 Paris, France firstname.lastname@paris4.sorbonne.fr 2 Electricité

More information

On the Reduction of Dublin Core Metadata Application Profiles to Description Logics and OWL

On the Reduction of Dublin Core Metadata Application Profiles to Description Logics and OWL On the Reduction of Dublin Core Metadata Application Profiles to Description Logics and OWL Dimitrios A. Koutsomitropoulos High Performance Information Systems Lab, Computer Engineering and Informatics

More information

The necessity of hypermedia RDF and an approach to achieve it

The necessity of hypermedia RDF and an approach to achieve it The necessity of hypermedia RDF and an approach to achieve it Kjetil Kjernsmo 1 Department of Informatics, Postboks 1080 Blindern, 0316 Oslo, Norway kjekje@ifi.uio.no Abstract. This paper will give an

More information

LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics

LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics Nicolas Beck, Stefan Scheglmann, and Thomas Gottron WeST Institute for Web Science and Technologies University

More information

Efficient Optimization of Sparql Basic Graph Pattern

Efficient Optimization of Sparql Basic Graph Pattern Efficient Optimization of Sparql Basic Graph Pattern Ms.M.Manju 1, Mrs. R Gomathi 2 PG Scholar, Department of CSE, Bannari Amman Institute of Technology, Sathyamangalam, Tamilnadu, India 1 Associate Professor/Senior

More information

FAGI-gis: A tool for fusing geospatial RDF data

FAGI-gis: A tool for fusing geospatial RDF data FAGI-gis: A tool for fusing geospatial RDF data Giorgos Giannopoulos 1, Nick Vitsas 1, Nikos Karagiannakis 1, Dimitrios Skoutas 1, and Spiros Athanasiou 1 IMIS Institute, Athena Research Center Abstract.

More information

Mapping between Digital Identity Ontologies through SISM

Mapping between Digital Identity Ontologies through SISM Mapping between Digital Identity Ontologies through SISM Matthew Rowe The OAK Group, Department of Computer Science, University of Sheffield, Regent Court, 211 Portobello Street, Sheffield S1 4DP, UK m.rowe@dcs.shef.ac.uk

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

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

More information

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

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

Assisted Policy Management for SPARQL Endpoints Access Control

Assisted Policy Management for SPARQL Endpoints Access Control Assisted Policy Management for SPARQL Endpoints Access Control Luca Costabello, Serena Villata, Iacopo Vagliano, Fabien Gandon To cite this version: Luca Costabello, Serena Villata, Iacopo Vagliano, Fabien

More information

Probabilistic Information Integration and Retrieval in the Semantic Web

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

More information

Knowledge Provenance Infrastructure

Knowledge Provenance Infrastructure Knowledge Provenance Infrastructure Paulo Pinheiro da Silva Deborah L. McGuinness Rob McCool Knowledge Systems Laboratory, Stanford University, Stanford CA 94305 {pp,dlm,robm}@ksl.stanford.edu Abstract

More information

Context as Foundation for a Semantic Desktop

Context as Foundation for a Semantic Desktop Context as Foundation for a Semantic Desktop Tom Heath, Enrico Motta, Martin Dzbor Knowledge Media Institute, The Open University, Walton Hall, Milton Keynes, MK7 6AA, United Kingdom {t.heath, e.motta,

More information

LODatio: A Schema-Based Retrieval System forlinkedopendataatweb-scale

LODatio: A Schema-Based Retrieval System forlinkedopendataatweb-scale LODatio: A Schema-Based Retrieval System forlinkedopendataatweb-scale Thomas Gottron 1, Ansgar Scherp 2,1, Bastian Krayer 1, and Arne Peters 1 1 Institute for Web Science and Technologies, University of

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

Revyu: Linking Reviews and Ratings into the Web of Data

Revyu: Linking Reviews and Ratings into the Web of Data Revyu: Linking Reviews and Ratings into the Web of Data Tom Heath and Enrico Motta Talis Information Limited Knights Court, Solihull Parkway Birmingham, B37 7YB, United Kingdom Knowledge Media Institute,

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

The Semantic Web: A Vision or a Dream?

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

More information

A Lightweight Ontology for Rating Assessments

A Lightweight Ontology for Rating Assessments A Lightweight Ontology for Rating Assessments Cristiano Longo 1 and Lorenzo Sciuto 2 1 TVBLOB s.r.l. Milano Italy 2 Università di Catania, Dipartimento di Ingegneria Informatica e delle Telecomunicazioni

More information

Zero-Knowledge Query Planning for an Iterator Implementation of Link Traversal Based Query Execution

Zero-Knowledge Query Planning for an Iterator Implementation of Link Traversal Based Query Execution Zero-Knowledge Query Planning for an Iterator Implementation of Link Traversal Based Query Execution Olaf Hartig Humboldt-Universität zu Berlin hartig@informatik.hu-berlin.de Abstract. Link traversal based

More information

RaDON Repair and Diagnosis in Ontology Networks

RaDON Repair and Diagnosis in Ontology Networks RaDON Repair and Diagnosis in Ontology Networks Qiu Ji, Peter Haase, Guilin Qi, Pascal Hitzler, and Steffen Stadtmüller Institute AIFB Universität Karlsruhe (TH), Germany {qiji,pha,gqi,phi}@aifb.uni-karlsruhe.de,

More information

Defining and Executing Assessment Tests on Linked Data for Statistical Analysis

Defining and Executing Assessment Tests on Linked Data for Statistical Analysis Defining and Executing Assessment Tests on Linked Data for Statistical Analysis Benjamin Zapilko and Brigitte Mathiak GESIS Leibniz Institute for the Social Sciences, Knowledge Technologies for the Social

More information

An Initial Investigation into Querying an Untrustworthy and Inconsistent Web

An Initial Investigation into Querying an Untrustworthy and Inconsistent Web An Initial Investigation into Querying an Untrustworthy and Inconsistent Web Yuanbo Guo and Jeff Heflin Dept. of Computer Science and Engineering, Lehigh University, Bethlehem, PA18015, USA {yug2, heflin}@cse.lehigh.edu

More information

Cluster-based Instance Consolidation For Subsequent Matching

Cluster-based Instance Consolidation For Subsequent Matching Jennifer Sleeman and Tim Finin, Cluster-based Instance Consolidation For Subsequent Matching, First International Workshop on Knowledge Extraction and Consolidation from Social Media, November 2012, Boston.

More information

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

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

More information

Semantic Web Applications and the Semantic Web in 10 Years. Based on work of Grigoris Antoniou, Frank van Harmelen

Semantic Web Applications and the Semantic Web in 10 Years. Based on work of Grigoris Antoniou, Frank van Harmelen Semantic Web Applications and the Semantic Web in 10 Years Based on work of Grigoris Antoniou, Frank van Harmelen Semantic Web Search Engines Charting the web Charting the web Limitations of Swoogle Very

More information

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages International Journal of Information Sciences and Application. ISSN 0974-2255 Volume 10, Number 1 (2018), pp. 23-36 International Research Publication House http://www.irphouse.com Comparative Study of

More information

Linked Data in the Clouds : a Sindice.com perspective

Linked Data in the Clouds : a Sindice.com perspective Linked Data in the Clouds : a Sindice.com perspective Giovanni Tummarello, FBK - DERI Copyright 2008. All rights reserved. Some definitions Linked Open Data: Official Definition The data that is available

More information

The role of vocabularies for estimating carbon footprint for food recipies using Linked Open Data

The role of vocabularies for estimating carbon footprint for food recipies using Linked Open Data The role of vocabularies for estimating carbon footprint for food recipies using Linked Open Data Ahsan Morshed Intelligent Sensing and Systems Laboratory, CSIRO, Hobart, Australia {ahsan.morshed, ritaban.dutta}@csiro.au

More information

Future Challenges for Linked APIs

Future Challenges for Linked APIs Future Challenges for Linked APIs Steffen Stadtmüller, Sebastian Speiser, and Andreas Harth Karlsruhe Institute of Technology, Institute of Applied Informatics and Formal Description Methods (AIFB) firstname.lastname@kit.edu,

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

Wireless Network Security : Spring Arjun Athreya March 3, 2011 Survey: Trust Evaluation

Wireless Network Security : Spring Arjun Athreya March 3, 2011 Survey: Trust Evaluation Wireless Network Security 18-639: Spring 2011 Arjun Athreya March 3, 2011 Survey: Trust Evaluation A scenario LOBOS Management Co A CMU grad student new to Pittsburgh is looking for housing options in

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

Aspect-Oriented Data

Aspect-Oriented Data Aspect-Oriented Data Ora Lassila, Mika Mannermaa, Marwan Sabbouh Nokia Services Burlington, MA, USA Ian Oliver Nokia Research Center Helsinki, Finland Abstract Many data-intensive applications have the

More information

The Emerging Web of Linked Data

The Emerging Web of Linked Data 4th Berlin Semantic Web Meetup 26. February 2010 The Emerging Web of Linked Data Prof. Dr. Christian Bizer Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data Web APIs and Linked

More information

Towards Green Linked Data

Towards Green Linked Data Towards Green Linked Data Julia Hoxha 1, Anisa Rula 2, and Basil Ell 1 1 Institute AIFB, Karlsruhe Institute of Technology, {julia.hoxha, basil.ell}@kit.edu, 2 Dipartimento di Informatica Sistemistica

More information

Trust in the Internet of Things From Personal Experience to Global Reputation. 1 Nguyen Truong PhD student, Liverpool John Moores University

Trust in the Internet of Things From Personal Experience to Global Reputation. 1 Nguyen Truong PhD student, Liverpool John Moores University Trust in the Internet of Things From Personal Experience to Global Reputation 1 Nguyen Truong PhD student, Liverpool John Moores University 2 Outline I. Background on Trust in Computer Science II. Overview

More information

Personalized Document Rankings by Incorporating Trust Information From Social Network Data into Link-Based Measures

Personalized Document Rankings by Incorporating Trust Information From Social Network Data into Link-Based Measures Personalized Document Rankings by Incorporating Trust Information From Social Network Data into Link-Based Measures Claudia Hess, Klaus Stein Laboratory for Semantic Information Technology Bamberg University

More information

A CONFIDENCE MODEL BASED ROUTING PRACTICE FOR SECURE ADHOC NETWORKS

A CONFIDENCE MODEL BASED ROUTING PRACTICE FOR SECURE ADHOC NETWORKS A CONFIDENCE MODEL BASED ROUTING PRACTICE FOR SECURE ADHOC NETWORKS Ramya. S 1 and Prof. B. Sakthivel 2 ramyasiva.jothi@gmail.com and everrock17@gmail.com 1PG Student and 2 Professor & Head, Department

More information

SPARQL Protocol And RDF Query Language

SPARQL Protocol And RDF Query Language SPARQL Protocol And RDF Query Language John Julian Carstens March 15, 2012 1 Introduction Beyond doubt, the world wide web has become central to the business reality of companies and to the personal reality

More information

Improving the Efficiency of Fast Using Semantic Similarity Algorithm

Improving the Efficiency of Fast Using Semantic Similarity Algorithm International Journal of Scientific and Research Publications, Volume 4, Issue 1, January 2014 1 Improving the Efficiency of Fast Using Semantic Similarity Algorithm D.KARTHIKA 1, S. DIVAKAR 2 Final year

More information

ProvDS: Uncertain Provenance Management over Incomplete Linked Data Streams

ProvDS: Uncertain Provenance Management over Incomplete Linked Data Streams ProvDS: Uncertain Provenance Management over Incomplete Linked Data Streams Qian Liu Open Distributed Systems, TU Berlin Germany 1 Problem statement Data processing in distributed environments is often

More information

POMELo: A PML Online Editor

POMELo: A PML Online Editor POMELo: A PML Online Editor Alvaro Graves Tetherless World Constellation Department of Cognitive Sciences Rensselaer Polytechnic Institute Troy, NY 12180 gravea3@rpi.edu Abstract. This paper introduces

More information

Linked Open Europeana: Semantics for the Digital Humanities

Linked Open Europeana: Semantics for the Digital Humanities Linked Open Europeana: Semantics for the Digital Humanities Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information Science stefan.gradmann@ibi.hu-berlin.de 1 Overview

More information

The R2R Framework: Christian Bizer, Andreas Schultz. 1 st International Workshop on Consuming Linked Data (COLD2010) Freie Universität Berlin

The R2R Framework: Christian Bizer, Andreas Schultz. 1 st International Workshop on Consuming Linked Data (COLD2010) Freie Universität Berlin 1 st International Workshop on Consuming Linked Data (COLD2010) November 8, 2010, Shanghai, China The R2R Framework: Publishing and Discovering i Mappings on the Web Christian Bizer, Andreas Schultz Freie

More information

Interlinking Media Archives with the Web of Data

Interlinking Media Archives with the Web of Data Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 17-21, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.

More information

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH Andreas Walter FZI Forschungszentrum Informatik, Haid-und-Neu-Straße 10-14, 76131 Karlsruhe, Germany, awalter@fzi.de

More information

Annotation Component in KiWi

Annotation Component in KiWi Annotation Component in KiWi Marek Schmidt and Pavel Smrž Faculty of Information Technology Brno University of Technology Božetěchova 2, 612 66 Brno, Czech Republic E-mail: {ischmidt,smrz}@fit.vutbr.cz

More information

Metadata and the Semantic Web and CREAM 0

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

More information

Interactive Knowledge Capture

Interactive Knowledge Capture Interactive Knowledge Capture Director, Knowledge Technologies Associate Division Director for Research Research Professor, Computer Science Intelligent Systems Division Information Sciences Institute

More information

ISSN: Supporting Collaborative Tool of A New Scientific Workflow Composition

ISSN: Supporting Collaborative Tool of A New Scientific Workflow Composition Abstract Supporting Collaborative Tool of A New Scientific Workflow Composition Md.Jameel Ur Rahman*1, Akheel Mohammed*2, Dr. Vasumathi*3 Large scale scientific data management and analysis usually relies

More information

Some Trust Issues in Social Networks and Sensor Networks

Some Trust Issues in Social Networks and Sensor Networks Some Trust Issues in Social Networks and Sensor Networks Krishnaprasad Thirunarayan, Pramod Anantharam, Cory A. Henson, and Amit P. Sheth Kno.e.sis Center, Department of Computer Science and Engineering

More information

Logical reconstruction of RDF and ontology languages

Logical reconstruction of RDF and ontology languages Logical reconstruction of RDF and ontology languages Jos de Bruijn 1, Enrico Franconi 2, and Sergio Tessaris 2 1 Digital Enterprise Research Institute, University of Innsbruck, Austria jos.debruijn@deri.org

More information