Porting Social Media Contributions with SIOC

Size: px
Start display at page:

Download "Porting Social Media Contributions with SIOC"

Transcription

1 Porting Social Media Contributions with SIOC Uldis Bojars, John G. Breslin, and Stefan Decker DERI, National University of Ireland, Galway, Ireland Abstract. Social media sites, including social networking sites, have captured the attention of millions of users as well as billions of dollars in investment and acquisition. To better enable a user s access to multiple sites, portability between social media sites is required in terms of both (1) the personal profiles and friend networks and (2) a user s content objects expressed on each site. This requires representation mechanisms to interconnect both people and objects on the Web in an interoperable, extensible way. The Semantic Web provides the required representation mechanisms for portability between social media sites: it links people and objects to record and represent the heterogeneous ties that bind each to the other. The FOAF (Friend-of-a-Friend) initiative provides a solution to the first requirement, and this paper discusses how the SIOC (Semantically-Interlinked Online Communities) project can address the latter. By using agreed-upon Semantic Web formats like FOAF and SIOC to describe people, content objects, and the connections that bind them together, social media sites can interoperate and provide portable data by appealing to some common semantics. In this paper, we will discuss the application of Semantic Web technology to enhance current social media sites with semantics and to address issues with portability between social media sites. It has been shown that social media sites can serve as rich data sources for SIOC-based applications such as the SIOC Browser, but in the other direction, we will now show how SIOC data can be used to represent and port the diverse social media contributions (SMCs) made by users on heterogeneous sites. 1 Introduction Social network portability is the term used to describe the ability to reuse one s own profile across various social networking sites. The founder of the LiveJournal blogging community, Brad Fitzpatrick, wrote an article 1 from a developer s point of view about forming a decentralized social graph, which discusses some ideas for social network portability and aggregating one s friends across sites. However, it is not just friends that may need to be ported across social networking sites (and across social media sites in general), but content items as well. Soon afterwards, A Bill of Rights for Users of the Social Web 2 was authored by Smarr et al. for social web sites who wish to guarantee ownership and control over one s own personal information. As part of this bill, the authors asserted that J.G. Breslin et al. (Eds.): BlogTalk 2008/2009, LNCS 6045, pp , Springer-Verlag Berlin Heidelberg 2010

2 Porting Social Media Contributions with SIOC 117 participating sites should provide social network portability, but that they should also guarantee users ownership of their own personal information, including the activity stream of content they create, and also stated that sites supporting these rights shall allow their users to syndicate their own stream of activity outside the site. OpenSocial from Google is another related effort that has gained a lot of attention recently. While at the time of writing, OpenSocial has been mainly focusing on application portability across various social networking site, the following statement 3 mentions future reuse of data across participating sites: an OpenSocial app added to your website automatically uses your site s data. However, it is possible to use data from another social network as well, should you prefer. To enable a person s transition and / or migration across social media sites, there are significant challenges associated with achieving such portability both in terms of the person-to-person networks and the content objects expressed on each site. As well as requiring APIs to access this data (such as SPARQL endpoints or AtomPub interfaces), representation mechanisms are needed to represent and interconnect people and objects on the Web in an interoperable, extensible way. The Semantic Web 4 [1] provides such representation mechanisms: it links people and objects to record and represent the heterogeneous ties that bind us to each other. By using agreed-upon Semantic Web formats to describe people, content objects, and the connections that bind them together, social media sites can interoperate by appealing to common semantics. Developers are already using Semantic Web technologies to augment the ways in which they create, reuse, and link content on social media sites. Some social networking sites, such as Facebook, are also starting to provide query interfaces to their data, which others can then reuse and link to via the Semantic Web 5, 6. The Semantic Web is a useful platform for linking and for performing operations on diverse person- and object-related data gathered from heterogeneous social media sites. In the other direction, social media sites can serve as rich data sources for Semantic Web applications. As Tim Berners-Lee said in a 2005 podcast 7, Semantic Web technologies can support online communities even as online communities... support Semantic Web data by being the sources of people voluntarily connecting things together. Such semantically-linked data can provide an enhanced view of individual or community activity across social media sites (for example, show me all the content that Alice has acted on in the past three months ). Social media sites should be able to collect a person s relevant content items and objects of interest and provide some limited data portability (at the very least, for their most highly used or rated items). We will refer to these items as one s social media contributions, or SMCs. Through such portability, the interactions and actions of a person with other users and objects (on systems they are already using) can be used to create new person or content associations when they register for a new social media site. In [2], it was shown that social media sites can serve as rich data sources for SIOC-based applications such as the SIOC Browser. In the other direction, we will

3 118 U. Bojars, J.G. Breslin, and S. Decker demonstrate in this paper how SIOC data can be used to represent and port the diverse SMCs made by users on heterogeneous sites. 2 Getting Content Items Using SIOC The SIOC initiative [3] was initially established to describe and link discussion posts taking place on online community forums such as blogs, message boards, and mailing lists. As discussions begin to move beyond simple text-based conversations to include audio and video content, SIOC has evolved to describe not only conventional discussion platforms but also new Web-based communication and content-sharing mechanisms. In combination with the FOAF vocabulary for describing people and their friends, and the Simple Knowledge Organization Systems (SKOS) model for organising knowledge, SIOC lets developers link posted content items to other related items, to people (via their associated user accounts), and to topics (using specific tags or hierarchical categories). Fig. 1. Porting social media contributions from data providers to import services Various tools, exporters and services have been created to expose SIOC data from existing online communities. These include APIs for PHP, Java and Ruby, data exporters systems like WordPress, Drupal and phpbb, data producers for RFC 4155 mailboxes and SIOC converters for Web 2.0 services like Twitter and Jaiku, and

4 Porting Social Media Contributions with SIOC 119 commercial products like Talis Engage and OpenLink Virtuoso. A full set of applications that create SIOC data is available online 8. All of these data sources provide accurate structured descriptions of social media contributions (SMCs), that can be aggregated from different sites (e.g., by person via their user accounts, by co-occurring topics, etc.). Figure 1 shows the process of porting SIOC data from various sources to SIOC import mechanisms for WordPress and future applications. We will now describe the SIOC import plugin for WordPress. 3 Import SIOC Data, with a WordPress Example The SIOC import plugin for WordPress 9 is an initial demonstrator for social media portability using SIOC. This plugin creates a screen (see Figure 2) in the WordPress administration user interface which allows one to import user-created content in the form of SIOC data. Fig. 2. SIOC RDF import into WordPress Data to be imported can be created from a number of different social media sites using SIOC export tools (as described above). For example, a SIOC exporter plugin for a blog engine would create a SIOC RDF representation of every blog post and comment, including information about: The content of a post The author The creation / update date Tags and categories All comments on the post Information about the container blog

5 120 U. Bojars, J.G. Breslin, and S. Decker The data representation used (RDF) enables us to easily extend this data model with new properties when they become necessary. The import process implemented by the WordPress SIOC import plugin is the following: Parse RDF data (using a generic RDF parser called ARC) Find all posts - sioc:post(s) - which exhibit all of the properties required by the target site For each post found: Create a new post using WordPress API calls The pilot implementation currently works with a single SIOC file and imports all the posts contained within it. Figure 3 shows an example post imported into WordPress: Fig. 3. Imported post in WordPress Since SIOC is a universal data format, and not specific to any particular site, this pilot implementation already allows us to move content between different blog engines or even between different kinds of social media sites. However, the import of a single file shown here is useful for demonstration purposes. We will now describe how a SIOC import tool can be extended to port all usercreated content from one social media site to another. By starting from a site s main SIOC profile, we can retrieve machine-readable information about all the content of this site - starting with the forums hosted therein, and then retrieving the contained posts, comments, and associated users. This extended SIOC import tool needs to retrieve all SIOC data pages (possibly limited by some user-defined filters) and to recreate all the data found in this SIOC page on the target social media site. This will result in a replica of the original site, including links between objects (e.g., between posts and their comments). Often, a part of the content that a user wants to port is not publicly available. SIOC exporters can also be used in this case,

6 Porting Social Media Contributions with SIOC 121 but the user will first need to authenticate at the source site and ensure that they have enough privileges to access all the data that need to be migrated. Another step in social media portability is keeping two sites synchronised (if required): having the same set of users, posts, comments, category hierarchies, etc. In principle, this can be achieved by importing a full SIOC dataset and then monitoring SIOC data feeds for new items added (some SIOC export tools may need to be extended to do this). Implementing this in practice will undoubtedly unfold some interesting challenges. Another example for using a complete site import would be for platform migration. For example, this could occur if a person has been using a mailing list for a particular community, and they then decide that the extended functionality offered to them by a Web-based message board platform is required. It is not just discussion-type content items that can be ported. Using the SIOC Types module 10, various content types can be collected in sioc:container(s) and ported in the same way (Sounds, MovingImages, Events, Bookmarks, etc.). 4 The Role of SKOS and FOAF SIOC allows us to describe most user-created content, but it can also be combined with other RDF vocabularies such as Dublin Core (DC), Friend-of-a-Friend (FOAF) and Simple Knowledge Organisation Systems (SKOS). These vocabularies can be used when there is a need to migrate some additional data specific for a particular site. DC provides a basic set of properties and types for annotating documents and resources. DC s Type vocabulary also defines various document types such as MovingImages, Sound, etc., that can be used to describe media elements from social media sites. SKOS is designed for describing taxonomies such as category hierarchies. By exposing categories in SKOS we ensure the portability of this information to other social media sites. Finally, FOAF is designed for describing information about people and their social relations. This vocabulary is already used together with SIOC to describe information about users, and additional properties from FOAF (e.g., foaf:knows) can be used to describe users social networks. This can be useful when porting data from a social networking site. 5 Conclusions and Future Work In this paper we have shown how SIOC data can be used to represent and port the diverse social media contributions being made by users on various sites. We began by describing the need and requirements for such portability, then talked about sources of data including various SIOC data producers, and next we described how such SIOC data can be imported into a system such as WordPress. We finally talked about how this data can be augmented using other vocabularies such as FOAF. For future work, we mentioned the issue of who should be allowed to reuse certain data in other sites (as spam blogs are often duplicating other people s content without authorisation for 10

7 122 U. Bojars, J.G. Breslin, and S. Decker SEO purposes). As well as collecting a person s relevant content objects, social media sites may need to verify that a person is allowed to reuse data / metadata from these objects in external systems. This could be achieved by using SIOC as a representation format, aggregating a person s created items (through their user accounts) from various site containers, and combining this with some authentication mechanisms to verify that these items can be reused by the authenticated individual on whatever new sites they choose. References 1. Berners-Lee, T., Hendler, J., Lassila, O.: The Semantic Web. Scientific American 284(5), (2001) 2. Bojars, U., Breslin, J.G., Passant, A.: SIOC Browser - Towards a Richer Blog Browsing Experience. In: Blogtalk Reloaded: Social Software - Research and Cases, Vienna, Austria (October 2006) ISBN Breslin, J.G., Harth, A., Bojars, U., Decker, S.: Towards Semantically-Interlinked Online Communities. In: Gómez-Pérez, A., Euzenat, J. (eds.) ESWC LNCS, vol. 3532, pp Springer, Heidelberg (2005)

From Online Community Data to RDF

From Online Community Data to RDF From Online Community Data to RDF Abstract Uldis Bojārs, John G. Breslin [uldis.bojars,john.breslin]@deri.org Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland

More information

Social Networks and Data Portability using Semantic Web technologies

Social Networks and Data Portability using Semantic Web technologies Social Networks and Data Portability using Semantic Web technologies Uldis Bojārs1, Alexandre Passant2, John Breslin1, Stefan Decker1 1 Digital Enterprise Research Institute, National University of Ireland,

More information

SIOC Ontology: Applications and Implementation Status

SIOC Ontology: Applications and Implementation Status Page 1 of 8 SIOC Ontology: Applications and Implementation Status W3C Member Submission 12 June 2007 This version: Latest version: http://www.w3.org/submission/sioc-applications/ Editors: Uldis Bojārs

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

Extended Identity for Social Networks

Extended Identity for Social Networks Extended Identity for Social Networks Antonio Tapiador, Antonio Fumero, and Joaquín Salvachúa Universidad Politécnica de Madrid, ETSI Telecomunicación, Avenida Complutense 30, 28040 Madrid, Spain {atapiador,amfumero,jsalvachua}@dit.upm.es

More information

SIOC browser- towards a richer blog browsing experience. Bojars, Uldis; Breslin, John G.; Passant, Alexandre

SIOC browser- towards a richer blog browsing experience. Bojars, Uldis; Breslin, John G.; Passant, Alexandre Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title SIOC browser- towards a richer blog browsing experience Author(s)

More information

Weaving SIOC into the Web of Linked Data

Weaving SIOC into the Web of Linked Data Weaving SIOC into the Web of Linked Data Uldis Bojārs uldis.bojars@deri.org Richard Cyganiak richard@cyganiak.de ABSTRACT Social media sites can act as a rich source of large amounts of data by letting

More information

Springer Science+ Business, LLC

Springer Science+ Business, LLC Chapter 11. Towards OpenTagging Platform using Semantic Web Technologies Hak Lae Kim DERI, National University of Ireland, Galway, Ireland John G. Breslin DERI, National University of Ireland, Galway,

More information

Produce and Consume Linked Data with Drupal!

Produce and Consume Linked Data with Drupal! Produce and Consume Linked Data with Drupal! Stéphane Corlosquet, Renaud Delbru, Tim Clark, Axel Polleres and Stefan Decker ISWC 2009 scorlosquet@gmail.com DERI NUI Galway, MGH October 27th, 2009 Copyright

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

int.ere.st: Building a Tag Sharing Service with the SCOT Ontology

int.ere.st: Building a Tag Sharing Service with the SCOT Ontology int.ere.st: Building a Tag Sharing Service with the SCOT Ontology HakLae Kim, John G. Breslin Digital Enterprise Research Institute National University of Ireland, Galway IDA Business Park, Lower Dangan

More information

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web Dr Thanassis Tiropanis t.tiropanis@southampton.ac.uk The narrative Semantic Web Technologies The Web of data and the semantic

More information

An Architecture to Discover and Query Decentralized RDF Data

An Architecture to Discover and Query Decentralized RDF Data An Architecture to Discover and Query Decentralized RDF Data Uldis Bojārs 1 and Alexandre Passant 2 and Frederick Giasson 3 and John Breslin 1 1 Digital Enterprise Research Institute, National University

More information

Open Federated Social Networks Oscar Rodríguez Rocha

Open Federated Social Networks Oscar Rodríguez Rocha Open Federated Social Networks Oscar Rodríguez Rocha 178691 Federated document database Documents are stored on different servers Access through browsers Any individual, company, or organization can own

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer STI Summit July 6 th, 2011, Riga, Latvia Global Data Integration and Global Data Mining Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline 1. Topology of the Web of Data What data

More information

Sindice Widgets: Lightweight embedding of Semantic Web capabilities into existing user applications.

Sindice Widgets: Lightweight embedding of Semantic Web capabilities into existing user applications. Sindice Widgets: Lightweight embedding of Semantic Web capabilities into existing user applications. Adam Westerski, Aftab Iqbal, and Giovanni Tummarello Digital Enterprise Research Institute, NUI Galway,Ireland

More information

A Prototype to Explore Content and Context on Social Community Sites

A Prototype to Explore Content and Context on Social Community Sites A Prototype to Explore Content and Context on Social Community Sites Uldis Bojārs Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland Eyal Oren Digital Enterprise

More information

Semantic Community Portals

Semantic Community Portals 875 Semantic Community Portals Ina O Murchu Digital Enterprise Research Institute, National University of Ireland, Galway, Ireland S Anna V. Zhdanova University of Surrey, UK John G. Breslin Digital Enterprise

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

Combining RDF Vocabularies for Expert Finding

Combining RDF Vocabularies for Expert Finding Combining RDF Vocabularies for Expert Finding presented by Axel Polleres DERI, National University of Ireland, Galway Joint work with the ExpertFinder Initiative, particularly co-authors: Boanerges Aleman-Meza,

More information

DYNAMIC FOAF MANAGEMENT METHOD FOR SOCIAL NETWORKS IN THE SOCIAL WEB ENVIRONMENT

DYNAMIC FOAF MANAGEMENT METHOD FOR SOCIAL NETWORKS IN THE SOCIAL WEB ENVIRONMENT DYNAMIC FOAF MANAGEMENT METHOD FOR SOCIAL NETWORKS IN THE SOCIAL WEB ENVIRONMENT Jong-Soo Sohn and In-Jeong Chung Department of Computer and Information Science Korea University Republic of Korea Abstract

More information

Using Linked Data to Build Open, Collaborative Recommender Systems

Using Linked Data to Build Open, Collaborative Recommender Systems Using Linked Data to Build Open, Collaborative Recommender Systems Benjamin Heitmann and Conor Hayes Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland firstname.lastname@deri.org

More information

PAD: A Semantic Social Network

PAD: A Semantic Social Network PAD: A Semantic Social Network Samad Paydar, Mohsen Kahani, Fattane Zarrinkalam Web Technology Lab., dept. of Computer Engineering Ferdowsi University of Mashhad Mashhad, Iran samad.paydar@stu-mail.um.ac.ir,

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

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

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

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

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

Interacting with Linked Data Part I: General Introduction

Interacting with Linked Data Part I: General Introduction Interacting with Linked Data Part I: General Introduction Agenda Part 0: Welcome Part I: General Introduction to Semantic Technologies Part II: Advanced Concepts Part III: OWLIM Part IV: Information Workbench-

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer 28th British National Conference on Databases (BNCOD2011) July 12 th, 2011, Manchester, UK Evolving the Web into a Global Data Space Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline

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

Ontology-Based Approach for Temporal Semantic Modeling of Social Networks

Ontology-Based Approach for Temporal Semantic Modeling of Social Networks Ontology-Based Approach for Temporal Semantic Modeling of Social Networks Souâad Boudebza, Omar Nouali, Faiçal Azouaou Abstract Social networks have recently gained a growing interest on the web. Traditional

More information

WebGUI & the Semantic Web. William McKee WebGUI Users Conference 2009

WebGUI & the Semantic Web. William McKee WebGUI Users Conference 2009 WebGUI & the Semantic Web William McKee william@knowmad.com WebGUI Users Conference 2009 Goals of this Presentation To learn more about the Semantic Web To share Tim Berners-Lee's vision of the Web To

More information

Community-Driven Ontology Management: DERI Case Study

Community-Driven Ontology Management: DERI Case Study Community-Driven Ontology Management: DERI Case Study Anna V. Zhdanova, Reto Krummenacher, Jan Henke, Dieter Fensel DERI Digital Enterprise Research Institute, University of Innsbruck, Austria, and National

More information

BUILDING THE SEMANTIC WEB

BUILDING THE SEMANTIC WEB BUILDING THE SEMANTIC WEB You might have come across the term Semantic Web Applications often, during talks about the future of Web apps. Check out what this is all about There are two aspects to the possible

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

Personalized Filtering of the Twitter Stream

Personalized Filtering of the Twitter Stream Personalized Filtering of the Twitter Stream Pavan Kapanipathi 1,2, Fabrizio Orlandi 1, Amit Sheth 2, and Alexandre Passant 1 1 Digital Enterprise Research Institute, Galway, Ireland {fabrizio.orlandi,

More information

An Entity Name Systems (ENS) for the [Semantic] Web

An Entity Name Systems (ENS) for the [Semantic] Web An Entity Name Systems (ENS) for the [Semantic] Web Paolo Bouquet University of Trento (Italy) Coordinator of the FP7 OKKAM IP LDOW @ WWW2008 Beijing, 22 April 2008 An ordinary day on the [Semantic] Web

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

Your topic: Web 3.0 is a clear development from Web 1.0 and Web 2.0. Discuss.

Your topic: Web 3.0 is a clear development from Web 1.0 and Web 2.0. Discuss. 1 Your topic: Web 3.0 is a clear development from Web 1.0 and Web 2.0. Discuss. Your topic's description: Executive Summary: It should act as both an introduction and offer an indication of what your overall

More information

The Personal Knowledge Workbench of the NEPOMUK Semantic Desktop

The Personal Knowledge Workbench of the NEPOMUK Semantic Desktop The Personal Knowledge Workbench of the NEPOMUK Semantic Desktop Gunnar Aastrand Grimnes, Leo Sauermann, and Ansgar Bernardi DFKI GmbH, Kaiserslautern, Germany gunnar.grimnes@dfki.de, leo.sauermann@dfki.de,

More information

Meaning Of A Tag: A collaborative approach to bridge the gap between tagging and Linked Data

Meaning Of A Tag: A collaborative approach to bridge the gap between tagging and Linked Data Meaning Of A Tag: A collaborative approach to bridge the gap between tagging and Linked Data Alexandre Passant 1,2 & Philippe Laublet 2 1 Electricité de France R&D, Clamart, France 2 LaLIC, Université

More information

Navigating and Annotating Semantically- Enabled Networks of People and Associated Objects

Navigating and Annotating Semantically- Enabled Networks of People and Associated Objects Navigating and Annotating Semantically- Enabled Networks of People and Associated Objects Sheila Kinsella, Andreas Harth, Alexander Troussov, Mikhail Sogrin, John Judge, Conor Hayes & John G. Breslin Abstract

More information

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS)

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 2 ITARC 2010 Stockholm 100420 Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 3 Contents Trends in information / data Critical factors... growing importance Needs

More information

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS)

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 2 ITARC 2010 Stockholm 100420 Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 3 Contents Trends in information / data Critical factors... growing importance Needs

More information

Accessing information about Linked Data vocabularies with vocab.cc

Accessing information about Linked Data vocabularies with vocab.cc Accessing information about Linked Data vocabularies with vocab.cc Steffen Stadtmüller 1, Andreas Harth 1, and Marko Grobelnik 2 1 Institute AIFB, Karlsruhe Institute of Technology (KIT), Germany {steffen.stadtmueller,andreas.harth}@kit.edu

More information

DECENTRALIZED SOCIAL NETWORKING WITH WORDPRESS. November 7, 2018 WordPress Meetup Vienna Alex Kirk

DECENTRALIZED SOCIAL NETWORKING WITH WORDPRESS. November 7, 2018 WordPress Meetup Vienna Alex Kirk DECENTRALIZED SOCIAL NETWORKING WITH WORDPRESS DECENTRALIZED? Centralized = control is with a single entity If you use Facebook, the servers are all controlled by Facebook Inc. Facebook can draw conclusions

More information

MarcOnt - Integration Ontology for Bibliographic Description Formats

MarcOnt - Integration Ontology for Bibliographic Description Formats MarcOnt - Integration Ontology for Bibliographic Description Formats Sebastian Ryszard Kruk DERI Galway Tel: +353 91-495213 Fax: +353 91-495541 sebastian.kruk @deri.org Marcin Synak DERI Galway Tel: +353

More information

Topic Classification in Social Media using Metadata from Hyperlinked Objects

Topic Classification in Social Media using Metadata from Hyperlinked Objects Topic Classification in Social Media using Metadata from Hyperlinked Objects Sheila Kinsella 1, Alexandre Passant 1, and John G. Breslin 1,2 1 Digital Enterprise Research Institute, National University

More information

How to Publish Linked Data on the Web - Proposal for a Half-day Tutorial at ISWC2008

How to Publish Linked Data on the Web - Proposal for a Half-day Tutorial at ISWC2008 How to Publish Linked Data on the Web - Proposal for a Half-day Tutorial at ISWC2008 Tom Heath 1, Michael Hausenblas 2, Chris Bizer 3, Richard Cyganiak 4 1 Talis Information Limited, UK 2 Joanneum Research,

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

Semantic Knowledge Management: The Marriage Of Semantic Web And Knowledge Management

Semantic Knowledge Management: The Marriage Of Semantic Web And Knowledge Management Semantic Knowledge Management: The Marriage Of Semantic Web And Knowledge Management Edi Department of Computer Science STMIK TIME Jalan Merbabu No. 32 AA-BB, Medan, North Sumatra 20212, Indonesia Telp.

More information

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org Where the Social Web Meets the Semantic Web Tom Gruber RealTravel.com tomgruber.org Doug Engelbart, 1968 "The grand challenge is to boost the collective IQ of organizations and of society. " Tim Berners-Lee,

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

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

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

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools HTML 5 and CSS 3, Illustrated Complete Unit M: Integrating Social Media Tools Objectives Understand social networking Integrate a Facebook account with a Web site Integrate a Twitter account feed Add a

More information

Role of Social Media and Semantic WEB in Libraries

Role of Social Media and Semantic WEB in Libraries Role of Social Media and Semantic WEB in Libraries By Dr. Anwar us Saeed Email: anwarussaeed@yahoo.com Layout Plan Where Library streams merge the WEB Recent Evolution of the WEB Social WEB Semantic WEB

More information

Fusing Corporate Thesaurus Management with Linked Data using PoolParty

Fusing Corporate Thesaurus Management with Linked Data using PoolParty Fusing Corporate Thesaurus Management with Linked Data using PoolParty Thomas Schandl PoolParty at a glance Developed by punkt. netservices Current release: PoolParty 2.8 Main focus on three application

More information

Draft. An Ontology-based Representation of the Twitter REST API

Draft. An Ontology-based Representation of the Twitter REST API An Ontology-based Representation of the Twitter REST API Konstantinos Togias School of Science and Technology Hellenic Open University Patras, Greece ktogias@eap.gr Achilles Kameas School of Science and

More information

Knowledge Representation in Social Context. CS227 Spring 2011

Knowledge Representation in Social Context. CS227 Spring 2011 7. Knowledge Representation in Social Context CS227 Spring 2011 Outline Vision for Social Machines From Web to Semantic Web Two Use Cases Summary The Beginning g of Social Machines Image credit: http://www.lifehack.org

More information

Generation of Semantic Clouds Based on Linked Data for Efficient Multimedia Semantic Annotation

Generation of Semantic Clouds Based on Linked Data for Efficient Multimedia Semantic Annotation Generation of Semantic Clouds Based on Linked Data for Efficient Multimedia Semantic Annotation Han-Gyu Ko and In-Young Ko Department of Computer Science, Korea Advanced Institute of Science and Technology,

More information

Web 2.0: Crowdsourcing:

Web 2.0: Crowdsourcing: Term 1 Definition 1 Web 2.0: A concept referring to the changing trends in the use of WWW technology and Web design that have led to the development of information-sharing and collaboration capabilities.

More information

Provenance and Trust

Provenance and Trust isoco Provenance and Trust José Manuel Gómez Pérez INCO-TRUST Workshop 4th 5th 05/2010 Why provenance is important For the Web Architecture - "At the toolbar (menu, whatever) associated with a document

More information

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse Aleksander Slominski Department of Computer Science, Indiana University Bloomington,

More information

Context-aware Semantic Middleware Solutions for Pervasive Applications

Context-aware Semantic Middleware Solutions for Pervasive Applications Solutions for Pervasive Applications Alessandra Toninelli alessandra.toninelli@unibo.it Università degli Studi di Bologna Department of Electronics, Information and Systems PhD Course Infrastructure and

More information

Linking Spatial Data from the Web

Linking Spatial Data from the Web European Geodemographics Conference London, April 1, 2009 Linking Spatial Data from the Web Christian Becker, Freie Universität Berlin Hello Name Job Christian Becker Partner, MES (consulting) PhD Student

More information

SEPA SPARQL Event Processing Architecture

SEPA SPARQL Event Processing Architecture SEPA SPARQL Event Processing Architecture Enabling distributed, context aware and interoperable Dynamic Linked Data and Web of Things applications Luca Roffia (luca.roffia@unibo.it) Web of Things: members

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

Exploring and Using the Semantic Web

Exploring and Using the Semantic Web Exploring and Using the Semantic Web Mathieu d Aquin KMi, The Open University m.daquin@open.ac.uk What?? Exploring the Semantic Web Vocabularies Ontologies Linked Data RDF documents Example: Exploring

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

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

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

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

Introduction. October 5, Petr Křemen Introduction October 5, / 31

Introduction. October 5, Petr Křemen Introduction October 5, / 31 Introduction Petr Křemen petr.kremen@fel.cvut.cz October 5, 2017 Petr Křemen (petr.kremen@fel.cvut.cz) Introduction October 5, 2017 1 / 31 Outline 1 About Knowledge Management 2 Overview of Ontologies

More information

Web 3.0. Presented to. Prof. Dr. Eduard Heindl E Business Technology Hochschule Furtwangen University

Web 3.0. Presented to. Prof. Dr. Eduard Heindl E Business Technology Hochschule Furtwangen University Web 3.0 Presented to Prof. Dr. Eduard Heindl E Business Technology Hochschule Furtwangen University Presented by Norasak Suphakorntanakit Matriculation Number 230408 25 June 2008 Statement of Declaration

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

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

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

WikiOnt: An Ontology for Describing and Exchanging Wikipedia Articles

WikiOnt: An Ontology for Describing and Exchanging Wikipedia Articles 1 of 12 22/05/2007 15:25 Transwiki:Wikimania05/Paper-IM1 From Meta < Transwiki:Wikimania05 This page is part of the Proceedings of Wikimania 2005, Frankfurt, Germany. 0 MISSING 1 Submitted 2 Editing 3

More information

Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available.

Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title Extracting and Utilizing Social Networks from Log Files of Shared

More information

Semantic Search on Cross-Media Cultural Archives

Semantic Search on Cross-Media Cultural Archives Semantic Search on Cross-Media Cultural Archives Zhixian Yan, François Scharffe, Ying Ding Digital Enterprise Research Institute (DERI) Innsbruck, University of Innsbruck, Austria {firstname.secondname}@deri.org

More information

Linked Data Evolving the Web into a Global Data Space

Linked Data Evolving the Web into a Global Data Space Linked Data Evolving the Web into a Global Data Space Anja Jentzsch, Freie Universität Berlin 05 October 2011 EuropeanaTech 2011, Vienna 1 Architecture of the classic Web Single global document space Web

More information

SAF: A Provenance-Tracking Framework for Interoperable Semantic Applications

SAF: A Provenance-Tracking Framework for Interoperable Semantic Applications SAF: A Provenance-Tracking Framework for Interoperable Semantic Applications Evan W. Patton, Dominic Difranzo, and Deborah L. McGuinness Rensselaer Polytechnic Institute, 110 8th StreetTroy, NY, USA, 12180

More information

Providing Access Control to Online Photo Albums Based on Tags and Linked Data

Providing Access Control to Online Photo Albums Based on Tags and Linked Data Providing Access Control to Online Photo Albums Based on Tags and Linked Data Ching-man Au Yeung 1, Lalana Kagal 2, Nicholas Gibbins 1, Nigel Shadbolt 1 1 School of Electronics and Computer Science, University

More information

Linking Distributed Data across the Web

Linking Distributed Data across the Web Linking Distributed Data across the Web Dr Tom Heath Researcher, Platform Division Talis Information Ltd tom.heath@talis.com http://tomheath.com/ Overview Background From a Web of Documents to a Web of

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

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

SHARING INFORMATION ACROSS COMMUNITY PORTALS WITH FOAFREALM

SHARING INFORMATION ACROSS COMMUNITY PORTALS WITH FOAFREALM SHARING INFORMATION ACROSS COMMUNITY PORTALS WITH FOAFREALM John G. Breslin, Slawomir Grzonkowski, Adam Gzella, Sebastian R. Kruk, Tomasz Woroniecki Digital Enterprise Research Institute, National University

More information

Are you afraid of Semantic Web?

Are you afraid of Semantic Web? 1 Are you afraid of Semantic Web? Buraga Faculty of Computer Science A.I.Cuza University of Iaşi, România http:// ://www.infoiasi.ro/~busaco/ 2 Attention, please a first question for you: What is Semantic

More information

A Concise Method for Modeling Profiles. Using Semantic Approach

A Concise Method for Modeling Profiles. Using Semantic Approach Contemporary Engineering Sciences, Vol. 8, 2015, no. 5, 197-207 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2015.411245 A Concise Method for Modeling Profiles Using Semantic Approach Senduru

More information

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? In our experience, we find we can get over-excited when talking to clients or family or friends and sometimes we forget that not everyone

More information

LDConnect - A SoLiD Compliant Interface for the Facebook Social Graph

LDConnect - A SoLiD Compliant Interface for the Facebook Social Graph LDConnect - A SoLiD Compliant Interface for the Facebook Social Graph By Happy S. Enchill Submitted to the Department of Electrical Engineering and Computer Science In Partial Fulfillment of the Requirements

More information

Distribution and Publication With Atom Web Services

Distribution and Publication With Atom Web Services Distribution and Publication With Atom Web Services Software Architect at Schematic Atlanta PHP Leader Co-author of Zend PHP 5 Certification Study Guide Chatter on #phpc The name Atom applies to a pair

More information

SOCIOBIBLOG: A DECENTRALIZED PLATFORM FOR SHARING BIBLIOGRAPHIC INFORMATION

SOCIOBIBLOG: A DECENTRALIZED PLATFORM FOR SHARING BIBLIOGRAPHIC INFORMATION IADIS International Conference WWW/Internet 2007 SOCIOBIBLOG: A DECENTRALIZED PLATFORM FOR SHARING BIBLIOGRAPHIC INFORMATION Aman Shakya, Hideaki Takeda National Institute of Informatics 2-1-2 Hitotsubashi,

More information

Personal knowledge management for knowledge workers using social semantic technologies. Haklae Kim*, John G. Breslin and Stefan Decker

Personal knowledge management for knowledge workers using social semantic technologies. Haklae Kim*, John G. Breslin and Stefan Decker 28 Int. J. Intelligent Information and Database Systems, Vol. 3, No. 1, 2009 Personal knowledge management for knowledge workers using social semantic technologies Haklae Kim*, John G. Breslin and Stefan

More information

Corso di Biblioteche Digitali

Corso di Biblioteche Digitali Corso di Biblioteche Digitali Vittore Casarosa casarosa@isti.cnr.it tel. 050-315 3115 cell. 348-397 2168 Ricevimento dopo la lezione o per appuntamento Valutazione finale 70-75% esame orale 25-30% progetto

More information

Using Linked Data and taxonomies to create a quick-start smart thesaurus

Using Linked Data and taxonomies to create a quick-start smart thesaurus 7) MARJORIE HLAVA Using Linked Data and taxonomies to create a quick-start smart thesaurus 1. About the Case Organization The two current applications of this approach are a large scientific publisher

More information

Enabling cross-wikis integration by extending the SIOC ontology

Enabling cross-wikis integration by extending the SIOC ontology Enabling cross-wikis integration by extending the SIOC ontology Fabrizio Orlandi 1 and Alexandre Passant 2 1 Università degli studi di Modena e Reggio Emilia, Modena, Italy orlandi.fabrizio.31985@unimore.it

More information