<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Liana</forename><surname>Razmerita</surname></persName>
							<email>liana.razmerita@cbs.dk</email>
							<affiliation key="aff0">
								<orgName type="institution">IT University of Copenhagen</orgName>
								<address>
									<settlement>Copenhagen</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Martynas</forename><surname>Jusevičius</surname></persName>
							<email>martynas@itu.dk</email>
							<affiliation key="aff0">
								<orgName type="institution">IT University of Copenhagen</orgName>
								<address>
									<settlement>Copenhagen</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Rokas</forename><surname>Firantas</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">IT University of Copenhagen</orgName>
								<address>
									<settlement>Copenhagen</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Copenhagen</forename><forename type="middle">Business</forename><surname>School</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">IT University of Copenhagen</orgName>
								<address>
									<settlement>Copenhagen</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><surname>Denmark</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">IT University of Copenhagen</orgName>
								<address>
									<settlement>Copenhagen</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">132702E76F7BD29E074B8F7D2C4E82FC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:36+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This article investigates several well-known social network applications such as Last.fm, Flickr and identifies social data portability as one of the main technical issues that need to be addressed in the future. We argue that this issue can be addressed by building social networks as Semantic Web applications with FOAF, SIOC, and Linked Data technologies, and prove it by implementing a prototype application using Java and core Semantic Web standards. Furthermore, the developed prototype shows how features from semantic websites such as Freebase and DBpedia can be reused in social applications and lead to more relevant content and stronger social connections.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Social networking sites are developing at a very fast pace, attracting more and more users. Their application domain can be music sharing, photos sharing, videos sharing, bookmarks sharing, professional networks, and others. Despite their tremendous success social networking websites have a number of limitations that are identified and discussed within this article. Most of the social networking applications are "walled websites" and the "online communities are like islands in a sea" <ref type="bibr" target="#b0">[1]</ref>. Lack of interoperability between data in different social networks applications limits access to relevant content available on different social networking sites, and limits the integration and reuse of available data and information. This may result in a growing dissatisfaction of the user community and a reduced usability of the websites. More research combining social networks and Semantic web is required to address the above mentioned limitations. Research combining social networks and Semantic Web is an interdisciplinary field, atracting researchers from both social and information sciences. Current research is mostly related to extraction of semantic data from existing social applications, its representation and its analysis. For example, there is work done in extracting ontologies from user contributed folksonomies (collaborative tagging systems) and integrating ontologies together with folksonomies <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>. Others propose approaches to development and evolution of lightweight ontologies in a similar collaborative way <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b5">5]</ref>. Researchers seem to agree that folksonomies and (lightweight) ontologies share more common properties than differences and will be further integrated, and thus community-based bottom-up development approach will prevail over top-down controlled engineering efforts. Much of the current research for representing simple user profiles is based on the Friend of a Friend (FOAF) project<ref type="foot" target="#foot_0">1</ref> -a project aimed at "creating a Web of machinereadable pages describing people, the links between them and the things they create and do". FOAF is currently an important source of RDF data available on the Web which has already been used for social network analysis <ref type="bibr" target="#b6">[6]</ref><ref type="bibr" target="#b7">[7]</ref><ref type="bibr" target="#b8">[8]</ref>. A related initiative is Semantically-Interlinked Online Communities (SIOC) project2, which provides an ontology for describing items and relationships from Internet discussion methods (such as blogs, forums, and mailing lists) to facilitate interconnection of these methods via publishing of metadata <ref type="bibr" target="#b9">[9,</ref><ref type="bibr" target="#b10">10]</ref>. Many recent papers show growing interest in portability issues among social network applications -they are being called "fundamental problems", and semantic technologies (mainly FOAF) are being proposed to solve them <ref type="bibr" target="#b11">[11]</ref>.</p><p>There is theoretical work done combining Semantic Web (SW) and social networks, especially in analysis of social networks and extraction of knowledge <ref type="bibr" target="#b12">[12]</ref>. However, creation of new end-user semantic social applications as well as their design and implementation are not well explored. Existing social network applications do not employ SW technologies, although most of the standards infrastructure is already in place. Most of them are "walled" websites, which provide limited means for users and developers to control, publish, and access social data. This limits possibilities for reuse and integration, which are the driving forces behind Web 2.0 as well as Semantic Web, and results in growing dissatisfaction in the user community. This article proves through the implementation of a prototype that Semantic Web technologies can be used to build a next generation of social networks that overcome limitations of social networks applications and enable new features currently not exploited by them.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Study of Social Networks</head><p>We analyzed applications which we personally use and which we think reflect the current state of the art in social networking: Last.fm, Flickr, Facebook, LinkedIn. These social networking applications have a number of technological limitations as summarized bellow: • It is not possible to export/import profile data from one application into another • It is not possible to export/import social relationships from one application into another • There is usually less data available in machine-readable formats than the application contains • Application Programming Interfaces (APIs) are based on variety of custom formats and protocols, some of them non-standard (such as FQL and FBML in Facebook)</p><p>Our observations fit well with statements by initiatives such as Open Social Web3, Social Network Portability4, DataPortability5, OpenID6, OpenSocial7, born as a result of a growing dissatisfaction in user communities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Semantic Social Networks</head><p>Freebase claims to be an open database of the world's information. It acquires structured data spanning different domains such as music, people, and locations from various sources such as Wikipedia and MusicBrainz<ref type="foot" target="#foot_7">8</ref> . The data is aggregated and identical or related concepts are linked together. In addition, users in the community can add, edit, and even upload data. Topics in Freebase are organized by types which are grouped into domains. An important feature is that users not only can fill already predefined types with instance data or edit it, but also create their own types and define their properties, i.e. they can create new schemas and extend Freebase's domain model using the same interface. However, it provides an open but proprietary API for its data and encourages its use in applications and mashups.</p><p>DBpedia is a community effort to extract structured information from Wikipedia and to make this information available on the Web. It provides an RDF dataset extracted from Wikipedia, which contains mostly free text but also structured information such as categories, lists, info boxes, links to external pages etc. DBPedia makes it possible to ask complex queries (such as "German musicians who were born in Berlin") over a SPARQL query interface. DBPedia is a prime example of Linked Data publishing and can be browsed using semantic browsers. It is interlinked with other semantic datasets such as Geonames<ref type="foot" target="#foot_8">9</ref> , MusicBrainz etc.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Social network applications with semantic technologies</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Creation of metadata</head><p>Folksonomies are the primary sources of metadata on Web 2.0, however they have issues with consistency, ambiguity, synonymity. A next step beyond Web 2.0 is Semantic Web. It has been observed how folksonomy tags evolve into property:value triple-tags, which serve the same purpose as subject property object triple statements in RDF. This phenomena has even been called "poor man's RDF" <ref type="bibr" target="#b13">[13]</ref>. And thus folksonomies move towards becoming lightweight ontologies. Social networks will have to provide more sophisticated means to directly create RDF metadata, and collaborative tagging will evolve into lightweight ontology development and integrate into collaborative modeling of the social network domain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">User interface</head><p>Much work is left on the issue on how to present semantic data to the user in applications, not to mention editing it <ref type="bibr" target="#b14">[14]</ref>. There exists a number of semantic browsers, such as Tabulator10, Disco11, OpenLink RDF Browser12, Objectviewer13, Zitgist14. They are able to render generic RDF data for human users and navigate through different data sources through RDF links, just as conventional Web browsers navigate through HTML links. However, this kind of presentation most likely too advanced for mainstream Web users (see Figure <ref type="figure">1</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 1 Tabulator view</head><p>We can assume that a Semantic Web application interface visualizes its domain ontology so that each class and instance would have its own page, linked to others through class-instance and instance-instance relationships. This approach, which we call generic, is used in many semantic websites, and probably best illustrated by Freebase. Another approach, which we call specific, is used by conventional Web applications, as well as social networks. Every type of information (such as a car, a user, or an event) has its own specific user interface. Each new type has to get a new interface, the same interface cannot be used for different types, and interfaces have to be fixed when the schema changes. This approach is obviously not feasible on the Semantic Web, where ontologies are meant to be extended, reused, and integrated from different sources. If social networks should become extensible semantic applications, it is likely that they should adopt this generic approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Domain model</head><p>Social network applications (Last.fm, Flickr, LinkedIn etc.) are usually developed for different application domains (music, photos, business). However, they share a common property: the domains are fixed and non-extensible. Users are encouraged to contribute and improve application data, but this is only limited to instance data for predefined types. Semantic applications such as Freebase take a different approach and allow users to edit the domain model itself: not only fill in instance data, but extend and edit types, add new ones, and define properties in the underlying ontology. Following this approach, social network applications would empower users to express their identities by creating or reusing concepts and relationships relevant to them, and share them with others. The domain model could be left to the community to control and to develop it in a direction which is currently of most interest to it, keeping it relevant over time. People would connect through things they have in common, achieving object-centered sociality <ref type="bibr" target="#b10">[10]</ref>. This may be achieved in the future by integrating lightweight ontology development into the means of user collaboration and content contribution. To implement this approach, applications need to be modelled with semantic-enhanced languages such as: RDF/OWL, which offers more expressivity than object-oriented and relational models, is based on formal semantics and therefore interpreted unambiguously by different agents. Furthermore, they need to reuse FOAF and SIOC ontologies, which currently are state of the art representations of social networks on the Semantic Web, as well as other relevant ontologies. Most of the current SW applications are also static and fixed in the sense that ontologies are known and mapped manually at design time <ref type="bibr" target="#b15">[15]</ref>. Although semantic technologies are designed with extensibility and openness in mind, current programming languages and tools are not able to fully exploit it. It is expected that future semantic applications will be using multiple ontologies, discover them and integrate on request.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Publishing and reusing data and metadata</head><p>Large amounts of meaningfully interlinked RDF data available on the Web are crucial for achieving the Semantic Web vision. However, many social networks do not offer interfaces and APIs to access application data. Others make the contents of the website (such as lists of users, songs, or pictures) available via simple read-only REST interface in a software-processable data format, usually a custom schema of XML, Atom, or RSS. Some provide full APIs with add/update methods, invoked via various interfaces such as REST, XML-RPC, SOAP, Atom, or OpenSocial. A variety of publishing formats (especially non-standard) make reuse difficult. We argue that semantic social networks should publish their data in RDF, designed specifically for Workshop on Adaptation and Personalization for Web 2.0, UMAP'09, June 22-26, 2009 distributed knowledge representation. Furthermore, all resources in social networks (including non-information, "real-world" resources) should be given URIs, distinguished from URIs of representations that describe them, and published as Linked Data15. APIs should be replaced by SPARQL endpoints, which would allow running remote structured queries against application data. Semantic data representation and advanced interfaces would help to overcome portability issues of proprietary APIs and interconnect social networks with different data sources, enable use of semantic browsers, and facilitate semantic mashups.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Prototype application design and implementation</head><p>The application prototype is a social network that allows users to browse events (such as concerts and conferences) and places of interest (such as venues and hotels) and find those that are most relevant to them. The prototype features a generic user interface. Users are able to browse OWL ontology classes and their instances and see properties with values, as represented in Figure <ref type="figure">2</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 2 Browsing the ontology in a Tabulator view</head><p>The application is able to import a list of friends from an external FOAF source. It provides Linked Data access by serving interlinked RDF/XML which can be 15 http://linkeddata.org/ visualized and browsed using semantic browsers such as Tabulator or reused in other applications. It provides a SPARQL endpoint, which allows running structured queries. It also implements a semantic mashup: when a page of an instance is requested, the application queries remote DBPedia SPARQL endpoints, retrieves its description and homepage address in real-time and presents it to the user in the same fashion as local properties and values. Prototype is based on a RESTful Web framework which treats HTTP resources as first-class objects and follows a Model View Controller (MVC) pattern and W3C standards. Within the prototype the Model is the ontology layer, the Java code is the Controller and Views are generated by integrating SPARQL queries results and transforming them into XHTML using XSLT.The application domain is modelled as a RDF/OWL ontology, stored in a RDF triple store, accessed using Jena16, and queried using SPARQL.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 3 Domain ontology graphical view</head><p>The domain ontology is based on FOAF and SIOC. It is implemented in OWL and extends classes such as foaf:Person and adds a number of new classes such as: Place and Event as represented in Figure <ref type="figure">3</ref>. FOAF and SIOC classes and properties were reused. Views become representations of REST resources (XHTML, RDF). They join several SPARQL XML results and transform them directly to output XHTML using XSLT, or serve raw RDF/XML for the Linked Data interface, depending on the HTTP Accept header. Controller dispatches requests to resources which have explicit URIs, implement HTTP methods, can be related to domain instances using foaf:topic, and return view representations.</p><p>Most of the current object-oriented languages are statically typed and do not allow classes be changed or extended at run-time. I.e. it is not easy with the existing tools to map Event class in OWL to an Event class in Java so that it could be changed or extended at run-time. Tools such as RDFReactor 17 and Elmo 18 generate objectoriented Java code from our ontologies, but this code is static and not extensible at run time and therefore it was not used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions and future work</head><p>Social data portability issues are leading to dissatisfaction in both user and developer communities. They are caused by limited amounts of social data published openly and lack of tools to import it, as well as formats and APIs of limited interoperability. Social networks would benefit from Semantic Web technologies. FOAF, SIOC, and Linked Data can solve portability issues and enable data reuse.</p><p>New generation of social applications could also take advantage of the advanced means to model data that SW technologies provide. Semantic data representation and advanced interfaces would help to overcome portability issues of proprietary APIs and interconnect social networks with different data sources, enable use of semantic browsers, and facilitate semantic mashups. Domain model could be collaboratively developed by users of the application. This approach requires a new generic user interface based on classes, instances, and properties. It could lead to more up-to-date and relevant content, which would in turn facilitate social connections through points of common interest. Other interesting directions that we have not yet pursued include AJAX-enabled application interface, a form-based interface for SPARQL, and dynamic, run-time object-ontology mapping tools.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="6,143.34,340.62,402.23,235.86" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="7,143.34,268.38,345.24,236.46" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.foaf-project.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.sioc-project.org/ Workshop on Adaptation and Personalization for Web 2.0, UMAP'09, June 22-26, 2009</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://opensocialweb.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://microformats.org/wiki/social-network-portability</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://www.dataportability.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">http://openid.net/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">http://code.google.com/apis/opensocial/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">http://musicbrainz.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_8">http://www.geonames.org/ontology/ Workshop on Adaptation and Personalization for Web 2.0, UMAP'09, June 22-26, 2009</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_9">http://www.w3.org/2005/ajar/tab</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_10">http://www4.wiwiss.fu-berlin.de/bizer/ng4j/disco/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_11">http://demo.openlinksw.com/rdfbrowser/index.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_12">http://objectviewer.semwebcentral.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="14" xml:id="foot_13">http://dataviewer.zitgist.com/ Workshop on Adaptation and Personalization for Web 2.0, UMAP'09, June 22-26, 2009</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="16" xml:id="foot_14">http://jena.sourceforge.net/ Workshop on Adaptation and Personalization for Web 2.0, UMAP'09, June 22-26, 2009</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Interlinking the Social Web with Semantics</title>
		<author>
			<persName><forename type="first">U</forename><surname>Bojars</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Peristeras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tummarello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="page" from="29" to="40" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Integrating Folksonomies with the Semantic Web</title>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Motta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes In Computer Science</title>
		<imprint>
			<biblScope unit="page" from="624" to="639" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Towards the semantic web: Collaborative tag suggestions</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Collaborative Web Tagging Workshop at WWW 2006</title>
				<meeting><address><addrLine>Edinburgh, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Bridging the Gap Between Folksonomies and the Semantic Web: An Experience Report</title>
		<author>
			<persName><forename type="first">S</forename><surname>Angeletou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sabou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Motta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC 2007, Workshop on Bridging the Gap between Semantic Web and Web 2</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<ptr target="http://www.openrdf.org/about" />
		<title level="m">UMAP&apos;09</title>
				<imprint>
			<date type="published" when="2009">0. June 22-26, 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Ontologies are us: A unified model of social networks and semantics</title>
		<author>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="5" to="15" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Social networking on the semantic web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Finin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Learning Organization</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="418" to="435" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">How the Semantic Web is Being Used: An Analysis of FOAF Documents</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Finin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="113" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">The social semantics of livejournal foaf: Structure and change from 2004 to 2005</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Paolillo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mercure</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wright</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="69" to="80" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Towards Semantically-Interlinked Online Communities</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Harth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Bojars</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="500" to="514" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The Future of Social Networks on the Internet: The Need for Semantics</title>
		<author>
			<persName><forename type="first">J</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing magazine</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="86" to="90" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Flink: Semantic Web technology for the extraction and analysis of social networks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Semantics: Science, Services and Agents on the World Wide Web</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="211" to="223" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Analyzing Social Networks on the Semantic Web?</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Finin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems (Trends &amp; Controversies)</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Meta Tags: The Poor Man&apos;s RDF?</title>
		<author>
			<persName><forename type="first">B</forename><surname>Andersen</surname></persName>
		</author>
		<ptr target="http://weblog.scifihifi.com/2005/08/05/meta-tags-the-poor-mans-rdf/" />
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">The two cultures: Mashing up Web 2.0 and the Semantic Web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ankolekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandecic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Semantics: Science, Services and Agents on the World Wide Web</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="70" to="75" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Ontology-based User Modeling for Knowledge Management Systems</title>
		<author>
			<persName><forename type="first">L</forename><surname>Razmerita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Angehrn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Maedche</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="213" to="217" />
			<pubPlace>UM Pittsburgh, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m">Workshop on Adaptation and Personalization for Web 2.0</title>
				<imprint>
			<date type="published" when="2009">June 22-26, 2009</date>
		</imprint>
	</monogr>
	<note>UMAP&apos;09</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
