You are on page 1of 3

Social Semantic Web: More than the Tale of Two Tims

Syed Sumair Qasim


School of Electronics and Computer
Science, University of Southampton,
Southampton, Hampshire, SO17 1BJ
+4407552059212

ssq1g10@ecs.soton.ac.uk

ABSTRACT Both the patterns of the Web 2.0 and the technologies of semantic
Within 20 years the Web has grown from a tool for scientists at web address the fundamental concept of socially shared meaning
CERN into a global information space. While returning to its hence making the two techniques natural complements of each
roots as a read/write tool, its entering a more social and other. Moreover the combination of these two techniques gives
participatory phase. Hence a new, improved version called the birth to the term ‗Social Semantic Web‘.
Web 2.0. However for semantic web scientists, the essence lies in
the transformation to an information space in which machine-
2. MOTIVATION
readable data, infused with some sense of ‗meaning‘, the semantic Web 2.0 service include blogs, wikis, social networks, data-mash-
web. These two techniques are natural complements of each other. ups, media sharing and social tagging which alone or together
In this study, we analyse the different research areas, compare make up a social web application (Facebook, Twitter, Blogger,
their approaches in social semantic web and also their technical Wikipedia, YouTube). Although these application are heading
progress. Furthermore, we also enlighten the different types of towards interconnected information space (blogosphere, inter-wiki
challenges to the vision of semantic web and web 2.0. links, mash-ups etc.), at the same time they are experiencing
boundaries in terms of information integration, automation,
Categories and Subject Descriptors dissemination, and searchability [7]. Moreover, Tim Berners Lee
H.3.5 [Information Storage and Retrieval]: Online Information refers these applications as information silos [6]. Therefore,
Systems; H.4.3 [Communications applications]: Semantic Web is targeting these applications areas with number
Information browsers; H.5.3 [Information Interfaces]: of Semantic Web approaches e.g. semantic wikis (Semantic
Group and Organization Interfaces—Web-based interactions MediaWiki), knowledge networking (Twine) and data portability
APIs (from Google and Facebook), etc. Number of semantic web
General Terms vocabularies have achieved success such as RSS, FOAF, SIOC.
Languages, Human Factors This application of the Semantic Web to the Web 2.0 services is
leading to the creation of a network of interlinked and
Keywords semantically-rich knowledge.
Web 2.0, Blog, RDF, Semantic Web, Wiki, Social Networking
3. RESEARCH AREAS OF SEMANTIC
1. INTRODUCTION WEB AND WEB 2.0
Semantic web, the proposed evolution of the web by Tim Berners
Lee [1] and Web 2.0, the natural evolution of the web coined by
3.1 Knowledge and Information Sharing
Web 2.0 offers collaborative knowledge and information sharing
Tim O‘Reilly (O‘Reilly Media) [2] are currently popular research
through collection of web pages, where anyone can create new
topics both in academia and industry. At first glance, they appear
pages and edit existing pages by using a simplified markup
to contradict each other. Web 2.0 being described as the
language; these applications are called wikis [8]. Beside all these
accumulation of new Web-based collaboration technologies [2]
features, wikis (such as Wikipedia1) have some limitation like
such as social networking sites, communication tools, and wikis
knowledge discovery, reuse and consistency, which led to the idea
equipped with AJAX, Flash or RSS. Similarly, the vision of
of semantic wikis where a semantic wiki engine to add semantic
semantic web explained in [1] has inspired researchers and
markup2 which can be annotated using RDF and OWL [9].
practitioners, and they have achieved number of goals like the
Semantic MediaWiki is such a semantic wiki engine that is built
revision of RDF [3] and RDF(S) [4], and standardization of web
on top of MediaWiki developed by AIFB 3. Another famous
ontology language (OWL) [5].
project is DBpedia [10] which allows users to ask sophisticated
queries against datasets derived from Wikipedia and to link other
datasets on the Web to Wikipedia data. The latest release (3.5.1)
has over 5 million external links to other RDF datasets and
565,000 Wikipedia categories [11].

Permission to make digital or hard copies of all or part of this work for
personal or classroom use is granted without fee provided that copies are
not made or distributed for profit or commercial advantage and that 1
http://www.wikipedia.org/ (URL last accessed 2011-04-05)
copies bear this notice and the full citation on the first page. To copy 2
otherwise, or republish, to post on servers or to redistribute to lists, http://www.semwiki.org/ (URL last accessed 2011-04-05)
requires prior specific permission and/or a fee. 3
AIFB, Applied Informatics and Formal Description Methods
Conference’11, Month 1–2, 2011, City, State, Country.
Copyright 2010 ACM 1-58113-000-0/00/00101.
3.2 Social Networking Services prototype is an example of how Semantic Web technologies can
Social networking services (SNS) [12] such as Facebook, Twitter provide an open platform for decentralised / distributed publishing
and LinkedIn allow a user to create and maintain an online of microblogging content mainly using the FOAF and SIOC
network of close friends or business associates for social and vocabularies.
professional reasons. But people are tired of repeating the same
information in multiple places, and through standard sign-on
4. TECHNOLOGY AND STANDARD
systems like OpenID and profile representation mechanisms like Semantic web applications equipped with Web 2.0 services have
FOAF (Friend of a Friend); you can allow someone to define their been made possible due to the various technologies and standards
identity and to reuse it wherever they choose to use it. FOAF proposed by research communities (W3C/IETF).
descriptions are themselves published as linked documents in the Extensible Markup Language (XML) [21] is the basis of most of
Web (eg. using RDF/XML or RDFa syntax) [13]. This leads to semantic web and web 2.0 technologies. The Resource
the next generation of social networks called ‗Decentralized Description Framework (RDF) is a framework for representing
Social Networks‘ [14], where a user does not need to join any information in the Web. Presented as a recommendation in 1999
particular social networking service. Instead, the user chooses a RDF became a specification in 2004. Since then research and
server which he trusts (OAuth) to host his own data such as his development has led to newer standards like SPARQL [22], OWL
FOAF [13] file. [23] and SKOS [24]. In June 2010, W3C organized a workshop
[25] to gather feedback from the Web community and discuss
3.3 Social Bookmarking possible revisions and improvements to RDF (e.g ‗Named
Web-based tagging systems such as Del.icio.us, Technorati and Graphs‘)
Flickr allow participants to annotate a particular resource with
tags. Cameron et al [15] provides a brief description of academic The most commonly adopted syndication format is ‗RSS‘, from
work where researchers have formalized tagging terminology the Semantic Web perspective, the RSS 1.0 variant (in RDF)
[16], studied about ‗Collaborative Tagging Systems [17]‘ and allows us to combine syndicated articles with metadata from other
presented tools to incorporate into social networks. Broadly their vocabularies such as FOAF or Dublin Core. Similar to RSS is the
work can be divided two main areas: linking existing Atom Syndication Format, an XML format and recent IETF
folksonomies to taxonomies or ontologies and defining semantic standard that is also commonly used for syndicating web feeds
web models for tags and related objects (Semantic Tagging). The (e.g. from Blogger.com). The lack of unification between RSS
Tag Ontology4 was the first RDF-based model for representing formats is one of the reasons that led to Atom being created [7].
tags and tagging actions, based on the initial ideas of Gruber [18] AJAX, standing for Asynchronous JavaScript and XML, is a
where the ontology is based FOAF vocabulary and defines a Tag method for creating interactive web applications whereby data is
class. Each tag has a URI and can be used as both subject and retrieved from a web server asynchronously without interrupting
object of RDF triples. It also uses a lightweight RDFS vocabulary the display of a currently-viewed web page (e.g Google Maps).
called SKOS (Simple Knowledge Organization System) allowing
people to define controlled vocabularies and thesauri. Other trends being researched and developed in the social
semantic web are Mashups, Cloud computing, Open APIs, OAuth,
3.4 Blogging and Microformats [26].
Blogs can be more than an easy-to-use publishing tool. Their
ability to also generate machine readable RSS and Atom feeds in 5. CONCLUSION
order to distribute their content or aggregate similar information In the past year, it has become clear that these two techniques are
from a number of sources [19], [20]. Traditionally, these feeds are natural complements of each. However they are faced with two
used for the headlines from blog postings, but by combining the different types of challenges. Does the success of social, user
ideas behind the Semantic Web with blogging software (Semantic oriented models of Web 2.0 impact the way that Semantic Web
Blogging), it is be possible to develop new information data should be created and exploited? And can the relative
management systems. SparqlPress5 is prototype that leverages precision of Semantic Web representations and inference add
Semantic Web technologies in blogs. It is not a separate blogging significant value to Web 2.0 applications?
system but rather an open-source plugin for the popular
Researchers tend to belief that the social semantic web is likely to
WordPress platform and it aims to produce, integrate and reuse
RDF data for an enhanced user experience. SparqlPress mainly become a major application area of Semantic Web Technology.
relies on the FOAF, SIOC and SKOS Semantic Web vocabularies. Tom Gruber [26] argues that Web 2.0 stops at what he calls
―Collected Intelligence‖, adding semantics into the mix would
Microblogging (e.g Twitter) is a recent social phenomenon on the
allow reaching collective intelligence. Bojars, Breslin and Finn
Social Web, with similar usage motivations. Michael Arrington
wrote a post6 about the need for a ‗decentralised Twitter‘ and for [27] would certainly agree with Hendler and Golbeck [28] on the
open alternative microblogging platforms, which was picked up power of linking. Their attention is focused on linking Web 2.0-
style social spaces. Adida‘s proposal [29] for translating between
by technologists. The SMOB7 or semantic microblogging
the emerging worlds of microformats and RDFa is called
hGRDDL
4
http://www.holygoat.co.uk/projects/tags/ (URL last accessed 2011- All of these and similar researches have contributed to the
04-05) formalization of areas like Semantic web and E-Learning,
5
http://bzr.mfd-consult.dk/sparqlpress/(URL last accessed 2011-04- Interlinking Online Communities (SIOC) and Social Sharing of
05) Software. Therefore, the evolution of Web is more than the ‗Tale
6
http://techcrunch.com/2008/05/05/twitter-can-be-liberated-heres- of two Tims‘ it is an information space with some social
how/ (URL last accessed 2011-04-05) participation from its users, simultaneously interlinked with
7 machine readable data having some semantics.
http://smob.me/ (URL last accessed 2011-04-15)
6. ACKNOWLEDGMENTS [15] Marlow Cameron. et all. HT06, Tagging Paper, Taxonomy,
My sincere thanks to ECS faculty for developing interest in this Flickr, Academic Article, To Read, In Proceedings of the
field. seventeenth conference on Hypertext and hypermedia, (New
York, 2006) ACM
7. REFERENCES [16] Hammond, T., Hannay, T., Lund, B. and Scott, J. Social
[1] Berners-Lee, T., Hendler, J., and Lassila, O. The Semantic Bookmarking Tools – A General Overview. D-Lib
Web. Scientific American, May 2001, p. 29-37 Magazine, 11,
[2] O‘Reilly.T What is Web 2.0 – design patterns and business [17] Golder, S., and Huberman, B. A. The Structure of
models for the next generation of software, 2005. Retrieved Collaborative Tagging Systems. HP Labs technical report
May 5, 2011 http://oreilly.com/pub/a/web2/archive/what-is-
[18] T.R. Gruber, Ontology of Folksonomy: A Mash-Up of
web-20.html.
Apples and Oranges, International Journal on Semantic
[3] Miller,E. and Manola,F. Resource Description Framework Web and Information Systems, vol. 3, no. 2,
(RDF) primer. W3C Recommendation, February 10, 2004.
[19] S. Cayzer, Semantic Blogging: Spreading the Semantic Web
Retrieved May 5, 2011 http://www.w3.org/TR/rdf-primer.
Meme, Proceedings of XML (Europe, 2004)
[4] Brickley, D., and Guha, R.V., RDF Vocabulary Description
[20] D.R. Karger, D. Quan, What Would It Mean to Blog on the
Language Guide. W3C Recommendation, February 10, 2004.
Semantic Web?, Proceedings of the 3rd International
Retrieved May 5, 2011 http://www.w3.org/TR/rdf-schema
Semantic Web Conference (Japan, 2004), Elsevier
[5] McGuinness, D., Welty, C., and Smith, M, K. OWL Web
[21] Bray,T et al. Extensible Markup Language (XML) 1.0. W3C
Ontology Language Guide, 2004. W3C Recommendation
Recommendation, November 26, 2008. Retrieved May 5,
February 10, 2004, Retrieved May 5, 2011
2011 http://www.w3.org/TR/xml/
http://www.w3.org/TR/owl-guide/
[22] Seaborne,Andy et al. SPARQL Query Language for RDF.
[6] Berners-Lee, T. Long Live the Web. The Scientific
W3C Recommendation, January 15, 2008. Retrieved May 5,
American, November 22, 2010, Retrieved May 4, 2011
2011 http://www.w3.org/TR/rdf-sparql-query/
http://www.scientificamerican.com/article.cfm?id=long-live-
the-web [23] W3C OWL Working Group. OWL 2 Web Ontology
Language Document Overview, W3C Recommendation,
[7] Passant, Alexandre, Breslin, John G., and Decker, Stefan.
October 15, 2009. Retrieved May 5, 2011
The Social Semantic Web. Springer, London, 2009
http://www.w3.org/TR/2009/REC-owl2-overview-20091027/
[8] Yu Liyang. A Developer’s Guide to the Semantic Web.
[24] Miles Alistair et al SKOS Simple Knowledge Organization
Springer, London, 2011
System Reference. W3C Recommendation, August 18, 2009.
[9] Oren, E., Breslin, J., Decker, S. 2006. How Semantics Make Retrieved May 8, 2011 http://www.w3.org/TR/skos-
Better Wikis. In Proceedings of WWW2006, (Edinburgh, reference/query/
Scotland, 2006). ACM Press.
[25] W3C Workshop -RDF Next Steps, National Center For
Biomedical Ontology (NCBO), June 2010 Retrieved May 8,
[10] S. Auer, C. Bizer, G. Kobilarov, J. Lehmann, R. Cyganiak, 2011 http://www.w3.org/2009/12/rdf-ws/cfp
Z. Ives. DBpedia: A Nucleus for a Web of Open Data. In
[26] Gruber T, The Move to Make Social Data Portable
Proceedings of 6th International Semantic Web Conference,
Collective knowledge systems: Where the Social Web meets
(Busan, Korea, 2007 ),Springer pp.722-735
the Semantic Web, Journal of Web Semantics, vol 6 pp 4-13
[11] Bizer Chris, DBpedia 3.5 released, April 2010 Retrieved
[27] S. Decker et al, Using the Semantic Web for linking and
May 5, 2011 http://blog.dbpedia.org/2010/04/12/dbpedia-35-
reusing data across Web 2.0 communities: Where the Social
released
Web meets the Semantic Web, Journal of Web Semantics,
[12] Boyd, D.M et al, Social Network Sites: Definition, History, vol 6 pp 21-28
and Scholarship, The Journal of Computer-Mediated
[28] Hendler et al, Metcalfe‘s law, Web 2.0, and the Semantic
Communication, vol 13
Web, Journal of Web Semantics, vol 6 pp 14-20
[13] Brickley Dan., and Miller, Libby. FOAF Vocabulary
[29] Addida Ben., hGRDDL: Bridging microformats and RDFa,
Specification 0.98. Vocabulary Specification, August 9,
Journal of Web Semantics, vol 6 pp 54-6
2010. Retrieved May 5, 2011 http://xmlns.com/foaf/spec/.
[14] Berners-Lee, T et al, Decentralization: The Future of Online
Social Networking, W3C Workshop on the Future of Social
Networking, Barcelona, Spain, January, 2009.

You might also like