<!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>Towards a Visual Annotation Tool for End-User Semantic Content Authoring</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Torgeir Lebesbye</string-name>
          <email>torgeirl@ifi.uio.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ahmet Soylu</string-name>
          <email>ahmets@ifi.uio.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Informatics, University of Oslo</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <fpage>57</fpage>
      <lpage>62</lpage>
      <abstract>
        <p>There is a great amount of data on the Web, but to a large extent it is not published as linked data that computers can consume. Visual annotation tools have a considerable potential to empower end users to contribute their data to the Semantic Web, and could prove to be a solution to get more data on the Web linked. To this end, numerous tools have been developed; however, there still remains challenges to be addressed. In this paper, we present and discuss a set of prominent requirements toward the realisation of a visual annotation tool for end-user semantic content authoring.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic Content Authoring</kwd>
        <kwd>Direct Manipulation Interface</kwd>
        <kwd>End-User Development</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        When Berners-Lee invented the Web in 1989, his motivation was to allow people
to share and link documents without the barriers of hardware, file systems or
data formats [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. It later evolved into the Social Web, referred to as Web 2.0,
where anyone could be the producers of contents through blogs, wikis and social
media, and it became easy for people to collaborate on the Web.
      </p>
      <p>
        In later years, the introduction of semantic technologies has made it possible to
describe the meaning of data in a language more consumable for computers: words
written with markup languages like XML1, grammar structure using RDF2, and
logic described in knowledge languages like OWL3 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. This means a contextual
Web where data in documents are linked and can be mashed with data from other
sources in a completely new way. It is called the Semantic Web, often referred to
as Web 3.0.
      </p>
      <p>
        So-called lowercase semantic technologies enabled linked data to be added
to documents with in-content annotations [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Microformats4 is a widely used
family of data formats that includes hCard, hCalendar and hAtom. eRDF was
W3C’s original attempt at simplifying annotation, but they abandoned it for
RDFa5. Microdata6 is an alternative to RDFa originating from the WHATWG
initiative7.
      </p>
      <p>While linking documents and creating social content is easy and accessible
through numerous tools and services, adding semantics to a web document
requires knowledge of the involved technologies and a large technical skill-set that
most end users often do not possess. Most of the data published on the Web isn’t
linked, and much of this data is managed by end users within organisations and
on the open Web. Therefore, if we are to convert the current Web dominated by
unstructured documents into a Web of Data, end-user involvement has a crucial
role to play. In this respect, visual annotation tools have a considerable potential
to empower end users to contribute their data to the Semantic Web, and could
prove to be a solution to get more data on the Web linked.</p>
      <p>
        To this end, numerous tools have been developed [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]; however, there still
remain challenges to be addressed. In this paper, we present and discuss a set of
prominent requirements towards the realisation of a visual annotation tool for
end-user semantic content authoring. For each requirement, we shortly discuss
how it improves a visual annotation tool from an end-user perspective. We believe
that the discussion presented in this paper may be useful for researchers and
practitioners working on annotation tools for semantic content authoring.
      </p>
      <p>The rest of the paper is organised as follows: Section 2 discusses design
requirements for a visual annotation tool for end users. Section 3 looks at related
work, and finally Section 4 concludes the paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Design Requirements</title>
      <p>
        End-User Development (EUD) allows users to act as non-professional software
developers, creating, modifying, or extending software artefacts [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. It includes
spreadsheets and filters for emails, and is something more and more users do
without thinking of it as software development. Not surprisingly, studies has shown
the number of end-user programmers vastly outnumber professional programmers
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] and estimate it will continue to do so in the future. Annotation tools for end
users are meant to enable end users to modify and extend software artefacts, and
could be considered within EUD.
      </p>
      <p>
        A visual annotation tool employs a direct manipulation approach [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], where
end users can directly manipulate visual objects representing domain elements
and application functionality to incorporate semantic knowledge, rather than
dealing with a command language. We can assume that users managing web
pages have at least some domain knowledge. An annotation tool should empower
them to access and use this domain knowledge without requiring expertise in
web technologies and ontologies, and should take the following into account:
      </p>
      <sec id="sec-2-1">
        <title>5 http://www.w3.org/TR/rdfa-syntax/ 6 http://www.w3.org/TR/microdata/ 7 https://whatwg.org/</title>
        <p>2.1</p>
        <sec id="sec-2-1-1">
          <title>Bottom-up</title>
          <p>
            Semantic content authoring tools are often divided into two main categories:
top-down and bottom-up [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ]. A top-down approach focuses on making and
extending ontologies during the annotation process, while a bottom-up approach
focuses on the document and uses existing ontologies to annotate the document.
          </p>
          <p>End users are expected to have little or no experience with ontologies, therefore
a bottom-up approach is preferable. Moreover, lifting unstructured content to a
semantic level is an important issue, given that today the Web is dominated by
unstructured documents.
2.2</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>Human-driven</title>
          <p>
            Another issue is the level of automation – machine-driven vs. human-driven
approaches. Some tools detect and annotate text automatically largely based
on natural language processing (NLP) techniques [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]. Others provide
suggestions, and keep the document valid during the editing process. Machine-driven
approaches have a huge advantage in annotation speed, while human-driven
approaches hold a higher annotation quality. End users might have little experience
with semantic technologies, but as managers of the content they more often
have some domain-knowledge. A full automation does not take advantage of this
knowledge.
          </p>
          <p>Automation support is particularly important when a large number of
documents are involved, yet this should be adequately intertwined with a manual
approach. Considering typical users and documents on the Web, a human-driven
approach remains more accessible as a generic solution, since automated
approaches usually require domain-specific configurations.
2.3</p>
        </sec>
        <sec id="sec-2-1-3">
          <title>Exploration support</title>
          <p>An annotation tool for end users should feature an exploration support, where
the underlying ontologies and data can be explored visually. In this respect,
visualisations are a powerful way to make the content of a service or tool accessible.
For end users, visualisations can make it easier to understand the underlying
domain in terms of concepts, properties, and instances.</p>
          <p>
            The big challenge of ontology visualisation is scalability. Ontologies vary in
size, from a few hundred nodes to hundreds of thousands of nodes. The vast size
of a large ontology can be intimidating, and very hard to get an overview of. A
survey on ontology visualisation methods [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ] suggests that visualisations should
be coupled with effective search functionality and take advantage of semantic
data and user data to make the ontology exploration more efficient.
2.4
          </p>
        </sec>
        <sec id="sec-2-1-4">
          <title>Complete editing suite</title>
          <p>Some annotation tools available today remain primitive, lack important
functionality and expressivity. Many of the fully automated tools do not preserve
change in a document. Some tools do not support different in-content annotation
technologies and most do not support linking entities through objects’ properties.
Having said that, a visual annotation tool is not expected to be fully expressive,
as certain functionalities and ontology constructs are difficult to grasp even in a
visual form.</p>
          <p>An annotation tool should preserve change, support the most important
formats, and allow for full editing of the document data, while adequately
managing the trade-off between usability and expressivity. To this end, often and
commonly used functionality and ontology constructs have to be identified and
classified with respect to their complexity, as perceived by the end users.
2.5</p>
        </sec>
        <sec id="sec-2-1-5">
          <title>Usability evaluation</title>
          <p>
            Most of the tools developed in academia undergo little end-usability evaluation,
and user studies is often limited to students affiliated with the research groups.
Qualitative end-user studies measure whether a tool is competent of meeting
its identified aim with respect to a set of criteria, such as effectiveness (i.e.,
completeness and accuracy) and efficiency (i.e., the cost associated such as time),
user satisfaction, learnability etc. [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ].
          </p>
          <p>A successful validation of usability and functionality requires user studies to
be conducted with users that match the profile of target end users. However,
one also needs to be aware that a single summative study only at the end is not
sufficient; several formative end-user studies should be held with intermediary
prototypes during the design and development process for timely identification
of any usability problems.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>Existing tools vary in approach, level of automation, and domain-dependency,
in what follows we address only the most prominent ones. Most tools extend
the software that the targeted users already uses, to piggyback on concepts and
workflow that the users already are familiar with, such as widely used WYSIWYG
editor TinyMCE8 and wiki tool MediaWiki9.</p>
      <p>
        HayStack semantic blogging [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and semiBlog [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] were early works on enabling
end users to add metadata about the structure and content of their blog posts,
their relations (in reply), and subscription to blogs using RSS. DataPress [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and
LinkedBlog [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] are both extensions of the WordPress blogging tool, and the
annotation tools are integrated as WYSIWYG editors.
      </p>
      <p>
        SweetWiki [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and Semantic MediaWiki [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] are semantic content authoring
tools built as wikis that follow the bottom-up approach. They are both based on
MediaWiki, a wiki tool originating from the Wikipedia project. They are made
specifically for the wiki domain, both with the goal of enhancing the content in the
wiki with semantics, while improving search results and other core functionalities.
      </p>
      <sec id="sec-3-1">
        <title>8 www.tinymce.com/ 9 https://www.mediawiki.org/</title>
        <p>
          Loomp [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] is an annotation tool for journalists, where the user annotates
information fragments, makes mash-ups of those fragments, and keeps track of
and reuses them for semantic linking and search.
        </p>
        <p>
          Annotation tools for Content Management System (CMS) tend to be fully
automated. Epiphany [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] uses a web service that finds instances in a web page,
and automatically returns a version of the web page with RDFa annotations.
It uses the light-box effect often used for image galleries to visualise embedded
RDFa. FLERSA [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] is an automated annotation tool built upon Joomla, a
popular CMS for building web portals.
        </p>
        <p>
          OntosFeeder [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] is a web service made to be integrated with a CMS. It
supports TinyMCE and FCKeditor on both WordPress and Drupal, is independent
of both the editor and the CMS, and is fully automated.
        </p>
        <p>
          RDFaCE[
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] is another extension of the TinyMCE. It has four synchronised
views (WYSIWYG editing view, annotations view, fact view, and HTML/RDFa
source view), and allows users to switch freely between them during the editing
process. It does, however, not include an exploration support of the underlying
ontology and does not support linking entities through object properties.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we have looked at design requirements for a visual annotation tool
for end-user semantic content authoring. We believe that such a tool should follow
a bottom-up approach, be human-driven, use visualisations to facilitate document
annotation and the exploration of the underlying ontologies, and undergo user
studies with a representative set of end users. The related work suggests that
existing approaches mostly fail to meet these requirements.</p>
      <p>Our future work involves design and development of a visual annotation tool
for end-user semantic content authoring with these principles in mind.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>B.</given-names>
            <surname>Adida</surname>
          </string-name>
          . hGRDDL:
          <article-title>Bridging microformats and RDFa</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):
          <fpage>54</fpage>
          -
          <lpage>60</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>B.</given-names>
            <surname>Adrian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hees</surname>
          </string-name>
          , I. Herman,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sintek</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Dengel</surname>
          </string-name>
          . Epiphany:
          <article-title>Adaptable rdfa generation linking the web of documents to the web of data</article-title>
          .
          <source>In Proceedings of the 17th International Conference on Knowledge Engineering: Practice and Patterns (EKAW</source>
          <year>2010</year>
          ), volume
          <volume>6317</volume>
          <source>of LNAI</source>
          , pages
          <fpage>178</fpage>
          -
          <lpage>192</lpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>E.</given-names>
            <surname>Benson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marcus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Howahl</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Karger</surname>
          </string-name>
          .
          <article-title>Talking about data: Sharing richly structured information through blogs and wikis</article-title>
          .
          <source>In Proceedings of the 9th International Semantic Web Conference (ISWC</source>
          <year>2010</year>
          ), volume
          <volume>6496</volume>
          <source>of LNCS</source>
          , pages
          <fpage>48</fpage>
          -
          <lpage>63</lpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>T.</given-names>
            <surname>Berners-Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hendler</surname>
          </string-name>
          , and
          <string-name>
            <surname>O. Lassila.</surname>
          </string-name>
          <article-title>The semantic web - a new form of web content that is meaningful to computers will unleash a revolution of new possibilities</article-title>
          .
          <source>Scientific American</source>
          ,
          <volume>284</volume>
          (
          <issue>5</issue>
          ):
          <fpage>34</fpage>
          -
          <lpage>43</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>N.</given-names>
            <surname>Bevan</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Macleod</surname>
          </string-name>
          .
          <article-title>Usability measurement in context</article-title>
          .
          <source>Behaviour and Information Technology</source>
          ,
          <volume>13</volume>
          (
          <issue>1-2</issue>
          ):
          <fpage>132</fpage>
          -
          <lpage>145</lpage>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>M.</given-names>
            <surname>Buffa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Gandon</surname>
          </string-name>
          , G. Ereteo,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sander</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Faron</surname>
          </string-name>
          .
          <article-title>SweetWiki: A semantic wiki</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):
          <fpage>84</fpage>
          -
          <lpage>97</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>B. C.</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Motik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Patel-Schneider</surname>
          </string-name>
          , and
          <string-name>
            <given-names>U.</given-names>
            <surname>Sattler</surname>
          </string-name>
          .
          <article-title>OWL 2: The Next Step for OWL</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>6</volume>
          (
          <issue>4</issue>
          ):
          <fpage>309</fpage>
          -
          <lpage>322</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>D. M.</given-names>
            <surname>Herzig</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Ell</surname>
          </string-name>
          .
          <article-title>Semantic mediawiki in operation: Experiences with building a semantic portal</article-title>
          .
          <source>In Proceedings of the 9th International Semantic Web Conference (ISWC</source>
          <year>2010</year>
          ), volume
          <volume>6497</volume>
          <source>of LNCS</source>
          , pages
          <fpage>114</fpage>
          -
          <lpage>128</lpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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 Proceedings of the 3rd International Semantic Web Conference (ISWC</source>
          <year>2004</year>
          ), volume
          <volume>3298</volume>
          <source>of LNCS</source>
          , pages
          <fpage>214</fpage>
          -
          <lpage>228</lpage>
          . Springer,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>A.</given-names>
            <surname>Katifori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Halatsis</surname>
          </string-name>
          , G. Lepouras,
          <string-name>
            <given-names>C.</given-names>
            <surname>Vassilakis</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Giannopoulou</surname>
          </string-name>
          .
          <article-title>Ontology visualization methods-a survey</article-title>
          .
          <source>ACM Computing Surveys</source>
          ,
          <volume>39</volume>
          (
          <issue>4</issue>
          ):
          <fpage>10</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>A.</given-names>
            <surname>Khalili</surname>
          </string-name>
          and
          <string-name>
            <surname>S. Auer.</surname>
          </string-name>
          <article-title>User interfaces for semantic authoring of textual content: A systematic literature review</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>22</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>A.</given-names>
            <surname>Khalili</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Hladky</surname>
          </string-name>
          .
          <article-title>The RDFa Content Editor - From WYSIWYG to WYSIWYM</article-title>
          .
          <source>In Proceedings of the IEEE 36th Annual Computer Software and Applications Conference (COMPSAC</source>
          <year>2012</year>
          ), pages
          <fpage>531</fpage>
          -
          <lpage>540</lpage>
          . IEEE,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>A.</given-names>
            <surname>Klebeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ehrlich</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          .
          <article-title>Ontosfeeder-a versatile semantic context provider for web content authoring</article-title>
          .
          <source>In Proceedings of the 8th Extended Semantic Web Conference (ESWC</source>
          <year>2011</year>
          ), volume
          <volume>6644</volume>
          <source>of LNCS</source>
          , pages
          <fpage>456</fpage>
          -
          <lpage>460</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. H.
          <string-name>
            <surname>Lieberman</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Paternó</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Klann</surname>
            , and
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Wulf</surname>
          </string-name>
          .
          <article-title>End-User Development: An Emerging Paradigm</article-title>
          . In H. Lieberman,
          <string-name>
            <given-names>F.</given-names>
            <surname>Paternó</surname>
          </string-name>
          , and V. Wulf, editors,
          <source>End-User Development</source>
          , volume
          <volume>9</volume>
          of Human-Computer Interaction Series, pages
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . Springer, Netherlands,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. M.
          <string-name>
            <surname>Luczak-Rösch</surname>
            and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Heese</surname>
          </string-name>
          .
          <article-title>Linked Data Authoring for Non-Experts</article-title>
          .
          <source>In Proceedings of the WWW2009 Workshop on Linked Data on the Web (LDOW</source>
          <year>2009</year>
          ), volume
          <volume>538</volume>
          <source>of CEUR Workshop Proceedings. CEUR-WS.org</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>K.</given-names>
            <surname>Möller</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <article-title>Boj¯ars, and</article-title>
          <string-name>
            <given-names>J. G.</given-names>
            <surname>Breslin</surname>
          </string-name>
          .
          <article-title>Using semantics to enhance the blogging experience</article-title>
          .
          <source>In Proceedings of the 3rd European Semantic Web Conference on the Semantic Web: Research and Applications (ESWC</source>
          <year>2006</year>
          ), volume
          <volume>4011</volume>
          <source>of LNCS</source>
          , pages
          <fpage>679</fpage>
          -
          <lpage>696</lpage>
          . Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>J. L. Navarro-Galindo</surname>
            and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Samos</surname>
          </string-name>
          .
          <article-title>The FLERSA tool: adding semantics to a web content management system</article-title>
          .
          <source>International Journal of Web Information Systems</source>
          ,
          <volume>8</volume>
          (
          <issue>1</issue>
          ):
          <fpage>73</fpage>
          -
          <lpage>126</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. I.
          <string-name>
            <surname>Ruiz-Rube</surname>
            ,
            <given-names>C. M.</given-names>
          </string-name>
          <string-name>
            <surname>Cornejo</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          <string-name>
            <surname>Dodero</surname>
            , and
            <given-names>V. M.</given-names>
          </string-name>
          <string-name>
            <surname>García</surname>
          </string-name>
          .
          <article-title>Development issues on linked data weblog enrichment</article-title>
          .
          <source>In Proceedings of the 4th International Conference on Metadata and Semantic Research (MTSR</source>
          <year>2010</year>
          ), volume
          <volume>108</volume>
          <source>of CCIS</source>
          , pages
          <fpage>235</fpage>
          -
          <lpage>246</lpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>C. Scaffidi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Shaw</surname>
            , and
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Myers</surname>
          </string-name>
          .
          <article-title>Estimating the numbers of end users and end user programmers</article-title>
          .
          <source>In Proceedings of the 2005 IEEE Symposium on Visual Languages and Human-Centric Computing (VLHCC</source>
          <year>2005</year>
          ), pages
          <fpage>207</fpage>
          -
          <lpage>214</lpage>
          . IEEE,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>B.</given-names>
            <surname>Shneiderman</surname>
          </string-name>
          .
          <article-title>Direct Manipulation: A Step Beyond Programming Languages</article-title>
          .
          <source>Computer</source>
          ,
          <volume>16</volume>
          (
          <issue>8</issue>
          ):
          <fpage>57</fpage>
          -
          <lpage>69</lpage>
          ,
          <year>1983</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>