<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Publishing Semantic Personal Notes as Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Laura Dra˘ gan</string-name>
          <email>laura.dragan@deri.org</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexandre Passant Tudor Groza</string-name>
          <email>alexandre.passant@deri.org</email>
          <email>alexandre.passant@deri.org tudor.groza@deri.org</email>
          <email>tudor.groza@deri.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Siegfried Handschuh</string-name>
          <email>siegfried.handschuh@deri.org</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DERI, National University of DERI, National University of</institution>
          ,
          <addr-line>Ireland, Galway Ireland, Galway</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>DERI, National University of</institution>
          ,
          <addr-line>Ireland, Galway</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>There is an obvious shift of focus towards the Web, as people spend more of their time and store more of their data online. However, the desktop still handles a large amount of the personal data. The Semantic Desktop brings semantics to the desktop, better interlinking and organization of the data, thus allowing better management. However, in spite of common representation formats, personal and online data is still di cult to interlink, notably because of the di erent vocabularies used to describe it as well as the lack of common identi ers between desktop applications and Web-based services. We describe here a solution for easily publishing and sharing of personal notes as Linked Data. We provide a two-phased publishing and interlinking process. It can be used to publish any kind of information from the desktop to the Web, enabling integration of small chunks of personal knowledge into the Web of Data and focusing on a userdriven approach of knowledge management.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>2. USE CASE - SEMANTIC BLOGGING</title>
      <p>
        Two important characteristics of blog posts are: (i) their
topics are of interest to the author and thus are very likely
to have references to things present on the desktop; (ii) they
belong to a context consisting of the references made in their
content. Writing a blog post in a desktop application can
o er several bene ts, if the application is a semantic one,
on a Semantic Desktop, where desktop resources are
interconnected [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Semantic note-taking tools like SemNotes1
automatically generate relations between the notes and the
desktop things mentioned in their content. Such annotations
give context to the note and should be preserved when the
note is published as a blog post on the Web, since it enables
serendipitous browsing and information discovery, as they
contain relevant additional links to other entities.
Currently, personal notes, even the ones semantically
enriched using Semantic Desktop applications, must be
published as blog posts by being manually copied into a
blogging tool. In this way, any additional semantic information
available on the desktop becomes lost or, if copied, leads to
broken references as they point to the local resources which
are not accessible outside of the desktop. The note-taking
to publishing process is sometimes shortcut by using the
drafting functionality that some systems like WordPress or
Blogger o er, so that users can directly take the notes in
the blogging tool, usually online, thus replacing the
desktop note-taking application. Using online tools deprives the
user from having the personal context automatically added
to the blog post, since desktop information cannot be easily
integrated in Web-based interfaces.
      </p>
    </sec>
    <sec id="sec-2">
      <title>3. SYSTEM OVERVIEW</title>
      <p>We propose an approach that enables the publishing and
sharing of personal notes by extending the functionality
provided by SemNotes. The process has two steps: (i)
transformation and (ii) publication. In the rst step, the note is
transformed locally for publication, and private local data is
replaced with public server references. In the second step,
the transformed note is published online on a dedicated
\SemNotes server", where the resources referenced and the
tags assigned, are shared between the notes of all users. As
we mentioned above, there are also two prerequisite steps:
(i) the note-taking process and annotation of the note, which
is the usual note-taking approach, and (ii) the identi cation
of Web aliases for the desktop resources related to a note,
where URIs are mined from the Web for locally de ned
resources, such as people, events or projects. The annotation
is done semi-automatically and is an existing feature in
SemNotes. The second prerequisite step consists in nding Web
resource for each of the desktop entity linked to the note that
is about to be published. This step is executed by a
desktop service that relies on the Semantic Web index Sindice to
retrieve results.</p>
      <p>The publishing system is divided between its local part and
its remote part. The local part handles local private data,
while the remote one handles online public data. The
separation between them extends over three layers: ontology,
data and application.</p>
      <p>On the ontology level, the NEPOMUK desktop ontologies
are used locally while popular Web vocabularies like SIOC
are used on the server-side. These ontologies are used to
describe the data exchanged between the applications.
Personal desktop data is stored in the local repository, which
exists on any NEPOMUK Semantic Desktop, while Web
data is distributed in the Linked Data cloud. Finally, on
the application level, the local component is an extension to
SemNotes that provides publishing functionality for notes,
and the remote component is a server that hosts and
publishes online the notes.</p>
      <p>The rst step of the process is executed on the local side,
by an extension of the SemNotes application. It consists of
replacing the links to the local resources mentioned in the
note with their Web aliases, and enriching the content of
the note with RDFa. Then, the publication step is done by
the server, which receives information from the desktop and
publishes the note according to the Linked Data publishing
principles. On the server, the notes, linked resources and
tags have dereferenceable URIs. The resources and tags
are shared among notes and users, thus providing object
centered sociality. The dataset is also linking to external
resources that are found to be sameAs the local ones.</p>
    </sec>
    <sec id="sec-3">
      <title>4. RELATED WORK</title>
      <p>
        Semantic blogging was introduced by Cayzer and Shabajee
in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Karger and Quan describe semantic blogging in the
context of the Semantic Web browser Haystack [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The
existing systems for semantic blogging fall into two categories:
(i) desktop applications that involve publishing the actual
local resource information together with the blog post, or
(ii) online applications that do not have access to desktop
data relevant to the user. The rst category, represented by
tools like SemiBlog [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] or SemBlog [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], gives the user
better access to the relevant data from the desktop. However,
both tools require that the resources that contain private
information are published together with the blog post, which
might lead to privacy issues. They are used for exchange of
personal information in the blog posts, which di ers from
our approach of using already published web data as to
protect the privacy of the personal information. The process
described implies manually adding the metadata, while our
approach relies on automatic export. Online services like
BlogAccord [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] for music information or Zemanta2 blogging
assistant, belong to the second category. They enhance the
blogging experience by providing access to various online
resources to create the context of a blog post, but not to the
personal context of the user.
      </p>
    </sec>
    <sec id="sec-4">
      <title>5. CONCLUSION</title>
      <p>We presented an approach for publishing personal notes as
Linked Data on the Web. The aim of our work was to
provide a way for publishing and sharing complete information
by preserving the personal context of the notes without
compromising privacy. Our solution makes a step towards
bridging the gap between local semantic data and Linked Data.
We de ned a publishing process that comprises two steps:
(i) preparation { the note is transformed into a SIOC-based
Web representation; and (ii) publication / sharing { the note
is published online following the Linked Data principles.</p>
    </sec>
    <sec id="sec-5">
      <title>6. ACKNOWLEDGMENTS</title>
      <p>The work was supported by the L on-2 project funded by
Science Foundation Ireland under Grant No. SFI/08/CE/I1380.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bernardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Decker</surname>
          </string-name>
          , L. van
          <string-name>
            <surname>Elst</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Grimnes</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Groza</surname>
            ,
            <given-names>S. H. M.</given-names>
          </string-name>
          <string-name>
            <surname>Jazayeri</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Mesnage</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Moeller</surname>
            , G. Reif, and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sintek</surname>
          </string-name>
          .
          <article-title>The Social Semantic Desktop: A New Paradigm Towards Deploying the Semantic Web on the Desktop</article-title>
          .
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Cayzer</surname>
          </string-name>
          .
          <article-title>What next for semantic blogging</article-title>
          ?
          <source>In Proc. of the SEMANTICS 2006 conference</source>
          , pages
          <volume>71</volume>
          {
          <fpage>81</fpage>
          , Vienna, Austria,
          <year>November 2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Cayzer</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Shabajee</surname>
          </string-name>
          .
          <article-title>Semantic blogging and bibliography management</article-title>
          .
          <source>In BlogTalk Proc.</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Karger</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Quan</surname>
          </string-name>
          .
          <article-title>What would it mean to blog on the semantic web?</article-title>
          <source>In Proc. of the 3rd ISWC</source>
          , Hiroshima, Japan, pages
          <volume>214</volume>
          {
          <fpage>228</fpage>
          . Springer,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>K.</given-names>
            <surname>Mo</surname>
          </string-name>
          <article-title>ller and</article-title>
          <string-name>
            <given-names>S.</given-names>
            <surname>Decker</surname>
          </string-name>
          .
          <article-title>Harvesting desktop data for semantic blogging</article-title>
          .
          <source>In Proc. of Semantic Desktop Workshop</source>
          , ISWC, Galway, Ireland,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>H.</given-names>
            <surname>Takeda</surname>
          </string-name>
          and
          <string-name>
            <surname>I. Ohmukai.</surname>
          </string-name>
          <article-title>Semblog project</article-title>
          .
          <source>In Activities on Semantic Web Technologies in Japan, A WWW2005 Workshop</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>