<?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">Data Republishing on the Social Semantic Web</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Claudia</forename><surname>Wagner</surname></persName>
							<email>claudia.wagner@joanneum.at</email>
							<affiliation key="aff0">
								<orgName type="department">Institute for Networked Media</orgName>
								<orgName type="institution">JOANNEUM RESEARCH</orgName>
								<address>
									<addrLine>Steyrergasse 17</addrLine>
									<postCode>8010</postCode>
									<settlement>Graz</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Knowledge Media Institute</orgName>
								<orgName type="institution">The Open University</orgName>
								<address>
									<addrLine>Walton Hall, Milton Keynes</addrLine>
									<postCode>MK7 6AA</postCode>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Enrico</forename><surname>Motta</surname></persName>
							<email>e.motta@open.ac.uk</email>
							<affiliation key="aff1">
								<orgName type="department">Knowledge Media Institute</orgName>
								<orgName type="institution">The Open University</orgName>
								<address>
									<addrLine>Walton Hall, Milton Keynes</addrLine>
									<postCode>MK7 6AA</postCode>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Data Republishing on the Social Semantic Web</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">65E0F0EED00D022FDE271AFD9FE9B405</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:52+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>Data Republishing is a recent Social Web phenomenon which can be observed in different areas of the Social Web. However, current Data Republishing tools don't work in the emerging context of the Semantic Web. In particular, these tools neither generate any semantic metadata which provide information about the republished content (e.g., provenance information) nor are they able to make use of existing semantic metadata annotating the original content being republished. In this work we introduce the concept of Semantic Data Republishing and describe how to implement it.</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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">Motivation</head><p>Data Republishing is a recent Social Web phenomenon which can be observed in different areas of the Social Web, such as the blogosphere, the microblogosphere or the social networking sphere. Data Republishing refers to the process in which a user, knowing that data are already published on the Web, rereleases them in a new context. Users for example republish data by reblogging external content on their blogs, by retweeting microblog posts from other users on their own microblog or by posting external content to their Facebook<ref type="foot" target="#foot_0">3</ref> wall. A new kind of republishing oriented Social Web application, so-called tumblelogs, has recently emerged from this trend. Tumblelogs are blogs with shorter posts and mixed media types which are usually less structured than classical blogs <ref type="bibr" target="#b18">[19]</ref>. Users can quickly share their online discoveries by republishing multimedia content, found on the Web, on their tumblelogs. Tumblelog providers, such as tumblr <ref type="foot" target="#foot_1">4</ref> and soup <ref type="foot" target="#foot_2">5</ref> , gain in importance thanks to their increasing number of unique visitors <ref type="foot" target="#foot_3">6</ref> .</p><p>Current Data Republishing tools, such as Tumblr Share<ref type="foot" target="#foot_4">7</ref> , ShareThis <ref type="foot" target="#foot_5">8</ref> or Zemanta Reblog <ref type="foot" target="#foot_6">9</ref> , support users in republishing their online discoveries on Social Web applications. These tools allow users to select data on any web page, generate a new data item on their preferred target web application, transfer the selected data as text or binary data and use them as content of the new data item. However, a limitation of this approach is that no semantic metadata are generated -e.g., to expose the provenance of the copied data. That means that the information about the republishing process (i.e., who republished, when, from which source application, which fragments of data on which target application) is lost. Another drawback of current Republishing tools is that they are not able to make use of existing semantic metadata which may annotate the original data being republished. Consequently, these tools do not fully support the next generation of Social Web applications, so-called Social Semantic Web applications, which expose the semantics of their data in a machine-interpretable way by using ontology-based metadata.</p><p>In this paper we illustrate the need of a new kind of Republishing tool for the Social Semantic Web. We introduce the concept of Semantic Data Republishing and discuss requirements and functionalities of tools implementing this concept in section 2. An initial implementation of an example prototype implementing Semantic Data Republishing is presented in section 3. Finally, in section 4 and 5 we discuss related work stemming from the areas of data publishing and Data Portability on the Social Semantic Web and outline new opportunities for research and development made possible by it.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Data Republishing on the Social Semantic Web</head><p>Two different methods for Data Republishing across individual web sites can be distinguished: (1) Data Republishing by copying data values and (2) Data Republishing by copying data references.</p><p>(1) Data Mobility standards (e.g., RSS 1.0, RSS 2.0, Atom, OPML) facilitate Data Republishing by copying data values <ref type="bibr" target="#b8">[9]</ref>. Thanks to Data Mobility initiatives structured data can be republished on individual websites without the need to implement application-specific Programming Interfaces (APIs). (2) Linked Data Design Principles<ref type="foot" target="#foot_7">10</ref> provide data access by reference. Hence, data published according to these principals can be republished and reused by reference. Social Semantic Web applications can reference and dereference resources by using their URIs, access their machine-interpretable descriptions and republish data without the need to copy data values.</p><p>Both methods, i.e. Data Republishing by reference and Data Republishing by value, are important for different scenarios.</p><p>If data are republished by copying their values both, the source and the target application, store an individual instance of the same data. These instances can then be changed individually. Therefore this technique is suited for situations in which users want their republished data to be independent of the original data (e.g., because users do not want the republished data to change, if the original ones change or because the original data may not be available for long).</p><p>If data are republished by reference, the source and the target application point to the same data instance. In this scenario, if the source or target application modifies the data, the data being displayed change on both applications. Therefore this approach ensures that in situations where data are likely to be modified (e.g., in the context of a wiki page) the republished data and the original data are kept in sync.</p><p>The advantage of exploiting Semantic Web technologies in the context of the current republishing phenomenon of the Social Web is that the two aforementioned republishing methods can be integrated to combine the advantages of both approaches. In particular by applying Semantic Web technologies to Data Republishing data can be cached on the target application to increase the availability of republished data and can in addition be updated at certain intervals by using the semantic metadata of the republished data to formulate queries.</p><p>2 The Design of a Semantic Republishing Tool</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Requirements</head><p>A Semantic Republishing tool should allow users to select content from any web site and republish it on their preferred Social Web or Social Semantic Web application (e.g., their blog, their Facebook wall). To exploit the full potential of the Social Semantic Web in the context of the current Republishing trend we have identified the following main requirements for Semantic Republishing tools:</p><p>1. Semantic Republishing tools must be able to detect and republish semantic metadata together with the data they annotate. Semantic metadata must be republished together with the original data they annotate to allow users to benefit from additional third party services and tools which leverage semantic metadata of the data currently being processed. These additional services need semantically described structured data in order to be able to interpret the data and provide services upon them. For example browser tools, such as Firefox Operator 11 , leverage semantic metadata found on the currently viewed web site and provide services (such as "Export contact to MS Outlook address book") upon the data which are annotated by the processed metadata. 2. Semantic Republishing tools must be able to generate new semantic metadata exposing information about the provenance of the republished data. If data are republished in a new context, new semantic metadata must be created which expose information about the provenance and the republishing process in a machine-interpretable way. Consequently, Semantic Web search engines can use this information to answer sophisticated data queries (such as select all users who republished this section of this article or select all comments about a certain youtube <ref type="foot" target="#foot_8">12</ref> video related with the original video or with posts embedding the video). Furthermore, it is important that Semantic Republishing tools expose detailed provenance metadata to boost the transparency and information accountability on the Web (see section 2.3). Finally, the exposure of detailed machine-interpretable provenance metadata allows implementing synchronization services which keep the republished data and the original ones in sync. 3. Semantic Republishing tools must be able to interpret semantic metadata associated with the data to republish. Existing semantic metadata can expose information about the content, the structure, the privacy settings and usage restrictions of the data they annotate. Hence, existing semantic metadata annotating the original data must be interpreted by Semantic Republishing tools in order to support users during the Republishing process (e.g., suggest tags of original data to reuse or suggest how to republish original data according to their licenses). 4. Semantic Republishing tools must be easy to use for end-user. To minimize usage barriers the interface of the Semantic Republishing tools must be similar to interfaces of already widely used traditional Republishing tools.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Metadata Modelling</head><p>We use the SIOC<ref type="foot" target="#foot_9">13</ref> ontology (namespace prefix sioc) together with the DCMI Metadata Terms<ref type="foot" target="#foot_10">14</ref> (namespace prefix dcterms), the Dublin Core Metadata Element Set <ref type="foot" target="#foot_11">15</ref> (namespace prefix dc), the FoaF<ref type="foot" target="#foot_12">16</ref> Ontology (namespace prefix foaf) and the RDF Site Summary 1.0 Module Content<ref type="foot" target="#foot_13">17</ref> (namespace prefix content) to describe republished data items in a machine-interpretable way. A republished data item is exposed as a resource of type sioc:Post and identified by a URI (e.g., http://example.com#rebloggedItem_443af) to enable any third party to make reference to this item in other RDF statements. The sioc:content property is used to expose the plain text content and the content:encoded property is used to expose the (X)HTML content of a republished item. The dc:source property relates the republished item with the resource from which it originates. The dcterms:created property exposes the date and time when the republished content has been published for the last time.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Related Privacy and Usage Rights Issues</head><p>In the context of Data Republishing privacy and usage policies related with the data being republished must be taken into account. Privacy policies specify the confidentiality of data during transmission and also after receipt of data <ref type="bibr" target="#b9">[10]</ref> and usage policies specify how and under which conditions clients are allowed to use data. With current widely-used Republishing tools users can either republish all data for which they have reading permissions without taking privacy and usage policies into account or cannot republish private or usage restricted data at all. Usage rights and privacy settings related with the selected data cannot be taken into account by these tools, because the settings are usually neither published in a machine-interpretable way nor are these tools able to interpret them. Consequently, traditional Data Republishing tools cannot support users in republishing data without compromising privacy and usage policies of data. We believe that Semantic Data Republishing tools can help to overcome this problem and support privacy and right data usage by taking one of the following approaches:</p><p>(1) Interpreting privacy and usage policies related with the data being reused to guide users through the republishing process -i.e. support users in republishing data without compromising privacy policies or usage restrictions. (2) Preserving privacy and usage policies of the original data when they are republished to enforce them for the republished data as well.</p><p>First, to allow Semantic Republishing tools interpreting policies of data web applications must expose not only their data in a machine-interpretable form, but also the related privacy and usage policies. If policy metadata are embedded in web pages to relate data with their policy descriptions, Semantic Republishing tools will be able to extract and interpret them. Consequently, users will be informed about policies related with the data they want to republish and will be warned if they are going to violate policies by republishing data. The Creative Commons Rights Expression Language (ccREL) <ref type="bibr" target="#b0">[1]</ref>, the standard recommended by Creative Commons (CC) for machine-readable expression of usage rights, is a successful example of publishing lightweight usage rights encoded in XHTML+RDFa. The proposed interpreting and guiding functionality of Semantic Republishing tools will however not prevent users from abusing data and compromising privacy and usage settings, but boost user's awareness of data privacy and 'good' data usage. This user's awareness combined with a transparent republishing process can ensure privacy through fair, appropriate and transparent use of information <ref type="bibr" target="#b19">[20]</ref>. Semantic Republishing tools expose the provenance and republishing history of data in a machine-interpretable form. Consequently, users who violate usage and/or privacy policies related to data being republished can then be held accountable.</p><p>Second, to allow source and target application to share data and their policies Semantic Republishing tools must make the relation between the original data and the republished data explicit. Existing policy frameworks, such as REIN <ref type="bibr" target="#b10">[11]</ref> or Protune <ref type="bibr" target="#b6">[7]</ref>, can be used on source and target applications to share the policies of the original data and reason over them. Both frameworks are based on Semantic Web technologies and can be used for representing and processing distributed policies. However, in the context of Data Republishing the same data can be accessed on the source and target application. Therefore the source and target application must both be able to enforce the policies of the original data or the target application must redirect the client request to the source application which can consequently enforce the policies of original data for the republished data as well.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Implementation of a Semantic Reblog Tool</head><p>To demonstrate our ideas we have implemented a first example of a Semantic Data Republishing tool, namely a Semantic Reblog tool for the OpenSource Blogging Software WordPress <ref type="foot" target="#foot_14">18</ref> . The Semantic Reblog prototype consists of a client side bookmarklet and a server side reblog script. This section gives some insight into implementation issues and describes the Semantic Data Republishing process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Extraction of semantic metadata</head><p>The Semantic Reblog tool extracts semantic metadata which annotate the current user selection (see step 1 and 2 in figure <ref type="figure" target="#fig_0">1</ref>). On the client side the Semantic Reblog bookmarklet uses jQuery RDF plug-ins <ref type="foot" target="#foot_15">19</ref> to extract semantic metadata which are embedded in the selected (X)HTML region of the current web site. If no semantic metadata related with the selected (X)HTML region can be found, the Semantic Reblog server component parses the whole (X)HTML page searching for links to external RDF files which describe the page's data. The Semantic Reblog server component extracts triples from the external RDF files as well and checks if the selected data values belong to any object values of the extracted triples. The Semantic Reblog server component uses ARC2 <ref type="foot" target="#foot_16">20</ref> to parse and extract semantic metadata. It must be noticed that the results of this server side extraction process can be ambiguous and that therefore the results of the client side extraction which takes positional information as well into account are usually more precise.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Generation of semantic metadata</head><p>The Semantic Reblog server component pastes the selected data into the tinyMCE editor<ref type="foot" target="#foot_17">21</ref> which is used as visual user editor by WordPress (see step 3 in figure <ref type="figure" target="#fig_0">1</ref>). As described in section 2.2 the republished data are automatically annotated with semantic metadata exposing their provenance. All semantic metadata are embedded in the (X)HTML of the post's content and are serialized in XHTML+RDFa. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Republishing data and semantic metadata</head><p>The Semantic Reblog tool preserves existing semantic metadata embedded in the selected content of the source site and republishes them together with the newly created semantic metadata and the data being annotated by them. Two different approaches have been identified for preserving semantic metadata embedded in (X)HTML snippets during the republishing process:</p><p>(1) RDFa Serialization: The RDF graph which has been extracted from the selected fragment of the source site can be serialized as XHTML+RDFa snippet. The disadvantage of this approach is that the parts of the selected (X)HTML content which are not semantically annotated get lost. (2) Snippet Semantification: Cutting individual (X)HTML snippets from a semantically enriched (X)HTML pages can lead to (X)HTML snippets which contain meaningless, local and/or incomplete semantic metadata.</p><p>During the semantification process the semantic metadata embedded in the selected (X)HTML snippet are transformed into a valid semantically enriched (X)HTML snippet by reusing the semantic metadata extracted from the source site. The semantified (X)HTML snippets are serialized as XHTML+RDFa and are stored in a post's content.</p><p>Finally, the Semantic Reblog tool makes the republished and newly generated data and semantic metadata accessible for further web applications (see figure <ref type="figure">2</ref>). The semantified (X)HTML snippet together with the newly generated semantic metadata are displayed in a user's reblog editor and can be edited by the user (see step 1 in figure <ref type="figure">2</ref>). The editor can either be used in the visual edit mode in which the (X)HTML mark-up is hidden or in the HTML mode in which the data and their mark-up are displayed. The user can push the publish button to publish the post (see step 2 in figure <ref type="figure">2</ref>). A newly created post is displayed on the user's blog. To make the embedded, reblogged resources accessible the WordPress SIOC Exporter<ref type="foot" target="#foot_18">22</ref> which models the content of a blog semantically and serializes it as RDF/XML document has been extended. The extended WordPress SIOC Exporter<ref type="foot" target="#foot_19">23</ref> is used to export resources embedded inside a post's content (e.g. reblogged data items) and relates them with the blog post via the sioc:embeds property of the SIOC ontology (see step 3 in figure <ref type="figure">2</ref>) . Finally, the Semantic Web index service Sindice<ref type="foot" target="#foot_20">24</ref> is pinged to ensure that the republished semantically annotated data are indexed (see step 4 in figure <ref type="figure">2</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Usage Scenario</head><p>To illustrate the benefits of our Semantic Reblog tool, an example scenario is described:</p><p>Tim is a typical Social Web users and one of his hobbies is taking pictures and sharing them on the Social Web application Flickr 25 . He likes discussing his pictures with other users interested in photography. Tim browses the Web and stumbles across one of his pictures which has been republished on the tumblelog of someone he does not know. The republished picture has been commented on the tumblelog and Tim is happy that he found such nice comments about his picture. Tim starts being interested in who else might have republished his picture. In particular, he would like to find all comments about his picture, no matter on which application they have been published. That means that Tim wants to find as well comments about postings which have republished his picture. Tim uses RepuSearch which is the fictive Semantic Web search engine specialized in querying the republishing-sphere. RepuSearch provides a simple search form allowing users to specify what they are searching for and formulates SPARQL queries in the background. Tim copies the URI of his picture into the main </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Related Work</head><p>There has been a significant amount of research in publishing and interlinking data on the Social Semantic Web. Social Semantic Web applications, such as semantic blogs <ref type="bibr" target="#b13">[14]</ref> [12] [5] <ref type="bibr" target="#b17">[18]</ref>, semantic wikis <ref type="bibr" target="#b15">[16]</ref> or semantic microblogs <ref type="bibr" target="#b14">[15]</ref>, allow average users to publish and interlink their data in a machine-interpretable way. Our work distinguishes from aforementioned work by focusing on republishing data. The requirements and challenges of publishing and modelling already published data slightly differ from publishing unpublished data and additional topics such as data privacy and usage rights arise in this context (see section 2.3).</p><p>SemiBlog <ref type="bibr" target="#b12">[13]</ref> [3] illustrates how users can annotate their blog posts with existing metadata from desktop applications. SemiBlog and our prototype both focus on reusing existing semantic metadata. However, unlike semiBlog our Semantic Reblog prototype reuses semantic metadata of web resources. On the contrary semiBlog reuses metadata stored on desktop applications.</p><p>The Snippet Manager <ref type="bibr" target="#b5">[6]</ref> and PiggyBank <ref type="bibr" target="#b7">[8]</ref> are tools which allow users to collect, manage and share information found on the Web. Both tools are centralized services, which store the information snippets of a user in his or her personal semantic bank or knowledge base. Users can share information with other users by granting them access to parts of their knowledge base or semantic bank. On the contrary our Semantic Reblog prototype is not a centralized service, but generates semantically enhanced information snippets which are stored on distributed web applications. Furthermore, the Semantic Reblog prototype allows republishing information snippets or modified versions of them in a new context.</p><p>The work by Bojars et al. <ref type="bibr" target="#b3">[4]</ref> shows how Semantic Web technologies can be used to ensure portability of user-specific data and content. In particular they propose to use FoaF and SIOC ontologies to model user information and usergenerated content in a machine-interpretable way. Current application specific SIOC Importers and Exporters<ref type="foot" target="#foot_21">26</ref> demonstrate how data can be migrated from one Social Web application to another. After the portability process of a certain resource (e.g., a blog post) the target site holds a replica of the original resource. Our work distinguishes from their work by addressing another scenario in which a user does not want to generate and republish a replica of the original resource. On the contrary a user wants to generate a new resource which embeds and/or discusses the original resource or parts of it.</p><p>Semantic Clipboards aim to realize Data Portability across all kinds of applications. The Semantic Clipboard idea was first presented by <ref type="bibr" target="#b1">[2]</ref> and describes how Semantic Web technologies can be used for moving structured content across application boundaries. The source and destination application negotiate the format of the data to be transferred and the clipboard itself either holds a copy of the RDF description of data or a reference pointing to the data's RDF graph. A first implementation of the Semantic Clipboard is presented in <ref type="bibr" target="#b16">[17]</ref> and allows copying RDF metadata from any source application to any desktop applications. Other implementations of the Semantic Clipboard idea such as the RDFa Clipboard 27 and Semsol's Web Clipboard 28 exist as well. As the Semantic Clipboard idea aims to solve a very generic problem our work can be seen as an easy-touse, lightweight and pragmatic solution for a specific problem in the context of the current republishing trend of the Social Web. Furthermore, Semantic Clipboards are made to act on an ideal Semantic Web where all published data are described in machine-interpretable way. Only semantically annotated data can be clipped and reused by using Semantic Clipboards. Our Semantic Reblog prototype however is designed to be used on the current Web where not all data are semantically annotated, but can be republished.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions and Future Work</head><p>In this paper we discussed the current republishing phenomenon on the Social Web, highlighted related privacy issues and illustrated the benefits of using Semantic Web technologies for Data Republishing. We introduced the concept of Semantic Data Republishing and described requirements and potentials of a new generation of semantics-aware Republishing tools. We presented a first implementation of such a tool, namely a Semantic Reblog tool, which allows users to republish data and their semantics, found on the Web, and annotates them with ontology-based metadata exposing their provenance. However, a number of issues still need to be addressed including how Semantic Republishing tools should handle the republishing of private and/or usage restricted data and how current Social Web applications can export their privacy policies in a machineinterpretable way to make them reusable for other applications. We plan to address these issues in future versions of our Semantic Reblog tool. Furthermore, we plan to improve the user interface of our Reblog tool to separate the semantic annotations from the editable (X)HTML code and hide them from the user.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Semantics-aware reblog process: extract and edit data and semantic metadata</figDesc><graphic coords="7,161.11,315.78,121.89,78.59" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>4 Fig. 2 .</head><label>42</label><figDesc>Fig. 2. Semantics-aware reblog process: republish and disseminate data and semantic metadata</figDesc><graphic coords="9,334.33,257.00,101.73,78.66" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://facebook.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_1">http://tumblr.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">http://soup.io</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_3">http://siteanalytics.compete.com/soup.io+tumblr.com/?metric=uv</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_4">http://www.tumblr.com/goodies</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_5">http://sharethis.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_6">http://zemanta.com/reblog</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_7">http://www.w3.org/DesignIssues/LinkedData.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_8">http://youtube.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_9">http://rdfs.org/sioc/spec/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="14" xml:id="foot_10">http://dublincore.org/documents/dcmi-terms/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="15" xml:id="foot_11">http://dublincore.org/documents/dces/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="16" xml:id="foot_12">http://xmlns.com/foaf/spec/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="17" xml:id="foot_13">http://web.resource.org/rss/1.0/modules/content/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="18" xml:id="foot_14">http://wordpress.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="19" xml:id="foot_15">http://code.google.com/p/rdfquery</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="20" xml:id="foot_16">http://arc.semsol.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="21" xml:id="foot_17">http://tinymce.moxiecode.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="22" xml:id="foot_18">http://sioc-project.org/wordpress/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="23" xml:id="foot_19">http://clauwa.info/download</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="24" xml:id="foot_20">http://sindice.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="26" xml:id="foot_21">http://rdfs.org/sioc/applications/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="27" xml:id="foot_22">http://www.w3.org/2006/07/SWD/RDFa/impl/js/rdfa-clipboard/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="28" xml:id="foot_23">http://bnode.org/blog/2006/06/12/web-clipboard-adding-liveliness-tolive-clipboard-with-erdf-json-and-sparql</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">ccREL: The Creative Commons Rights Expression Language</title>
		<author>
			<persName><forename type="first">Hal</forename><surname>Abelson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ben</forename><surname>Adida</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mike</forename><surname>Linksvayer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nathan</forename><surname>Yergler</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008-03">March 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Semantic Clipboard</title>
		<author>
			<persName><forename type="first">Tim</forename><surname>Berners-Lee</surname></persName>
		</author>
		<ptr target="http://www.w3.org/DesignIssues/SemanticClipboard" />
		<imprint>
			<date type="published" when="2004-01-12">January 2004. 12.2.2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Using Semantics to Enhance the Blogging Experience</title>
		<author>
			<persName><forename type="first">Uldis</forename><surname>Bojars</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Knud</forename><surname>Möller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC</title>
				<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="679" to="696" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Social Network and Data Portability using Semantic Web Technologies</title>
		<author>
			<persName><forename type="first">Uldis</forename><surname>Bojars</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexandre</forename><surname>Passant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefan</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2nd Workshop on Social Aspects of the Web (SAW 2008) at BIS2008</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="5" to="19" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Semantic blogging and decentralized knowledge management</title>
		<author>
			<persName><forename type="first">Steve</forename><surname>Cayzer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun. ACM</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="47" to="52" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">How to build a Snippet Manager</title>
		<author>
			<persName><forename type="first">Steve</forename><surname>Cayzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Castagna</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of Semantic Desktop Workshop at the ISWC</title>
				<editor>
			<persName><forename type="first">Stefan</forename><surname>Decker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Jack</forename><surname>Park</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Dennis</forename><surname>Quan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Leo</forename><surname>Sauermann</surname></persName>
		</editor>
		<meeting>of Semantic Desktop Workshop at the ISWC<address><addrLine>Galway, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005-11">November 6. November 2005</date>
			<biblScope unit="volume">175</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Protune: A Framework for Semantic Web Policies</title>
		<author>
			<persName><forename type="first">Juri</forename><surname>Luca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">De</forename><surname>Coi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Olmedilla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Piero</forename><forename type="middle">A</forename><surname>Bonatti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luigi</forename><surname>Sauro</surname></persName>
		</author>
		<ptr target="WS.org" />
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference (Posters &amp; Demos)</title>
		<title level="s">CEUR Workshop Proceedings. CEUR-</title>
		<editor>
			<persName><forename type="first">Christian</forename><surname>Bizer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Anupam</forename><surname>Joshi</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">401</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Piggy Bank: Experience the Semantic Web inside your web browser</title>
		<author>
			<persName><forename type="first">D</forename><surname>Huynh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mazzocchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Karger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Semantics: Science, Services and Agents on the World Wide Web</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="16" to="27" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Linked Data Spaces &amp; Data Portability</title>
		<author>
			<persName><forename type="first">Kingsley</forename><surname>Idehen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Orri</forename><surname>Erling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Linked Data on the Web workshop</title>
				<imprint>
			<date type="published" when="2008">LDOW2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Using Semantic Web Technologies for Policy Management on the Web</title>
		<author>
			<persName><forename type="first">Lalana</forename><surname>Kagal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tim</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dan</forename><surname>Connolly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><forename type="middle">J</forename><surname>Weitzner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Authorization and privacy for semantic web services</title>
		<author>
			<persName><forename type="first">Lalana</forename><surname>Kagal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Massimo</forename><surname>Paolucci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Naveen</forename><surname>Srinivasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Grit</forename><surname>Denker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tim</forename><surname>Finin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katia</forename><surname>Sycara</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Intelligent Systems</title>
				<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="50" to="56" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">What Would It Mean to Blog on the Semantic Web? The Semantic Web ISWC</title>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">R</forename><surname>Karger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dennis</forename><surname>Quan</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004. 2004</date>
			<biblScope unit="page" from="214" to="228" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">semiBlog -Semantic Publishing of Desktop Data</title>
		<author>
			<persName><forename type="first">Knud</forename><surname>Möller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefan</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">14th Conference on Information Systems Development (ISD2005)</title>
				<meeting><address><addrLine>Karlstad, Sweden; Karlstad, Sweden</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005-08">August 2005</date>
			<biblScope unit="page" from="855" to="866" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Semblog: Personal Knowledge Publishing Suite</title>
		<author>
			<persName><forename type="first">Ikki</forename><surname>Ohmukai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hideaki</forename><surname>Takeda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of WWW 2004 Workshop on the Weblogging Ecosystem: Aggregation, Analysis and Dynamics</title>
				<meeting>WWW 2004 Workshop on the Weblogging Ecosystem: Aggregation, Analysis and Dynamics<address><addrLine>New York, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Microblogging: A Semantic Web and Distributed Approach</title>
		<author>
			<persName><forename type="first">Alexandre</forename><surname>Passant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tuukka</forename><surname>Hastrup</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Uldis</forename><surname>Bojars</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Breslin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Towards an Interlinked Semantic Wiki Farm</title>
		<author>
			<persName><forename type="first">Alexandre</forename><surname>Passant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philippe</forename><surname>Laublet</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">SemWiki</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">360</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">SemClip -Overcoming the Semantic Gap Between Desktop Applications</title>
		<author>
			<persName><forename type="first">Gerald</forename><surname>Reif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gian</forename><surname>Marco Laube</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Knud</forename><surname>Möller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Harald</forename><surname>Gall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CEUR Workshop Proceedings</title>
				<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">295</biblScope>
		</imprint>
	</monogr>
	<note>Semantic Web Challenge</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">SocioBiblog: A Decentralized Platform for Sharing Bibliographic Information</title>
		<author>
			<persName><forename type="first">Aman</forename><surname>Shakya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hideaki</forename><surname>Takeda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vilas</forename><surname>Wuwongse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ikki</forename><surname>Ohmukai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IADIS International Conference WWW/Internet 2007</title>
				<editor>
			<persName><forename type="first">Pedro</forename><surname>Isaas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Miguel</forename><forename type="middle">Baptista</forename><surname>Nunes</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Joo</forename><surname>Barroso</surname></persName>
		</editor>
		<meeting>the IADIS International Conference WWW/Internet 2007<address><addrLine>Vila Real, Portugal</addrLine></address></meeting>
		<imprint>
			<publisher>IADIS Press</publisher>
			<date type="published" when="2007-10">October 2007</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="371" to="380" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<author>
			<persName><forename type="first">Alexander</forename><surname>Stocker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Johannes</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Klaus</forename><surname>Tochtermann</surname></persName>
		</author>
		<title level="m">Leichtgewichtiges Bloggen im Umfeld von Unternehmen: Microblogs und Tumblelogs</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
	<note>e-commerce</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Information accountability</title>
		<author>
			<persName><forename type="first">J</forename><surname>Daniel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Harold</forename><surname>Weitzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tim</forename><forename type="middle">B</forename><surname>Abelson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joan</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">James</forename><surname>Feigenbaum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerald</forename><forename type="middle">J</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><surname>Sussman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun. ACM</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="82" to="87" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

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