<!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>KNOWTA: Wiki-Enabled Social Tagging for Collaborative Knowledge and Experience Management</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Martin Atzmueller</string-name>
          <email>atzmueller@informatik.uni-wuerzburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabian Haupt</string-name>
          <email>fhaupt@informatik.uni-wuerzburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stephanie Beer</string-name>
          <email>beer_s@klinik.uni-wuerzburg.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Frank Puppe</string-name>
          <email>puppe@informatik.uni-wuerzburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Würzburg, Department of Computer Science</institution>
          ,
          <addr-line>Am Hubland, 97074 Würzburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University-Hospital Würzburg, Department of Gastroenterology</institution>
          ,
          <addr-line>Josef-Schneider-Str. 2, 97070 Würzburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Social tagging systems are a useful tool for collaborative knowledge management: They enable the flexible collection, annotation, organization, and distribution of resources and information. A combination with wiki systems then provides powerful but easy to use approaches for a broad range of applications. This paper describes a wiki-enabled social tagging system for knowledge and experience management, and presents its application using a case-study in the medical domain.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Both Web 2.0 and semantic technologies enable the creation of powerful tools for
knowledge management. While social tagging systems [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] provide versatile approaches for
the distributed collection, annotation, organization, and distribution of resources that
are especially easy to use, wiki-based systems allow the collaboration of a community
of users in a simple way.
      </p>
      <p>
        Therefore, combining both approaches seems to be an attractive solution since they
complement each other well: The wiki-based system provides the tools for accessing
and managing the content, while the tagging application takes care of the annotation,
and categorization of the resources. In this way, a community-driven knowledge
management approach can be well supported. Additionally, by embedding semantic web [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
technology, e.g., for accessing the tagged resources or modeling the tag relations, a
flexible and powerful user experience can be implemented.
      </p>
      <p>This paper presents an approach combining tagging and wiki-editing in a social
system for knowledge and experience management. The KNOWTA (Knowledge Tagging)
system provides advanced tagging functionality including recommendation options and
utilizes a semantic wiki component for transparent access to the provided knowledge.
KNOWTA is well suited for handling multi-modal knowledge, e.g., containing text and
images. Both can be captured by the wiki engine and are transparently tagged (or
semantically annotated) using the tagging and wiki functionality, respectively. We
describe the system and its capabilities in detail and provide a real-world case study in the
medical domain.</p>
      <p>The rest of the paper is structured as follows: Section 2 outlines the basic issues
of social tagging and the utilized semantic technologies. After that, Section 3 provides
an overview on the proposed approach and discusses its elements in detail. Next,
Section 4 presents a case study in the medical domain. Finally, Section 5 concludes with a
summary and outlines interesting options for future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Social Tagging Systems</title>
      <p>
        For organizing information and knowledge, the notion of tagging has recently received
much attention: It has become a useful way for the collection, annotation, organization,
and distribution of resources by users. The tags assigned to specific resources are used
for navigation, locating the resources and for serendipitous browsing. Due to its ease
of use, tagging systems provide an immediate benefit for users: They allow a
transparent access to various resources. Additionally, tagging can help for communicating
interesting nuggets of information [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        In this paper we focus on the handling and management of multi-modal resources.
We support both textual and image resources that are transparently integrated using
(semantic) wiki technology. Therefore, we extend a conventional wiki system by
providing extended means for the direct integration of images similar to the Flickr [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] system.
Users can directly upload images as well as link other resources to the system. In the
following, we shortly introduce the main features of social tagging systems, before we
describe the KNOWTA system in the next section.
      </p>
      <p>Social tagging systems are based on resources, e.g., bookmarks or images, users
and tags. Thus, an entry e in such a system can be regarded as a 3-tuple composed of a
resource r 2 R, a user u 2 U and a set of tags t1; : : : tn 2 T , where R specifies the set
of resources, U specifies the set of users and T specifies the set of valid tags.</p>
      <p>
        In general, the set of tags T is unbound and can be extended by the users as needed.
This is the case for folksonomies [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], for which arbitrary tags can be assigned. However,
there are also other possibilities, especially for closed communities: In this case, the set
of users U is fixed, and new users cannot join the community on their own. In such
circumstances, often a restricted vocabulary is more appropriate. Then, the set T is
prespecified by a super-user and cannot be freely extended. Usually, only a selected group
of users, e.g., domain specialists, are enabled to modify this set of tags. In a
knowledgeacquisition step, it is usually generated according to the specific domain and the targeted
closed-community of users.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Wiki-enabled Social Tagging</title>
      <p>
        This paper proposes the social tagging system KNOWTA for collaborative knowledge
management. As a successor to the KNIZR(Knnowledge Organizer) system [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], KNOWTA
includes sophisticated semantic components for collaborative knowledge management.
This section first provides an overview on the KNOWTA system. After that, the tagging
and semantic capabilities are discussed in detail.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Overview on KNOWTA</title>
        <p>KNOWTA builts upon established Wiki technology based on the JSPWiki system 3; it
supports a variety of resource types that can be embedded into a wiki page, in addition
to the rich textual edit actions. Specifically, the system enables the management of
image data with corresponding texts for knowledge management. Then, image and textual
data, i.e., multi-modal information, can both be tagged and semantically annotated
using the functionality of the social tagging system and/or the wiki-features, respectively.
As an optional extension, the system can be configured for closed-communities such
that controlled vocabularies for the tags, i.e., the tag ontology of the system can be
defined. This is especially useful for specific application projects with a fixed specific set
of contributing users.</p>
        <p>
          In addition to the JSPWiki component, KNOWTA also utilizes the semantic core
component of the KnowWE [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] system. The latter allows for powerful semantic
browsing options for accessing the stored resources and content. For semantic browsing
and querying users, resources, tags, links, and the content itself can be considered.
In addition to including complex handcrafted ontologies, KNOWTA can also include
SKOS [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], i.e., the Simple Knowledge Organization System, a W3C standard for
knowledge organization for the web and especially the semantic web. SKOS is based on
(simple) web-standards such as RDF, and provides a formal language for constructing,
for example, thesauri or concept taxonomies. At its core it is quite simple, extensible
and maintainable. Figure 1 shows an exemplary screenshot of the KNOWTA system.
        </p>
        <p>For general resource management, KNOWTA offers the following functionality:
– Resources can be created by providing a title, an image, a set of tags and/or a
description (optional), and a set of tags can be assigned to them based on a
describing sentence. This is implemented using the wiki engine and the functionality
of the tagging engine. Additionally, as described below, a set of tags can be
semiautomatically assigned using recommended selections.
– Resources are defined for certain groups of users: Using an access control schema
of JSPWiki, certain user groups and corresponding rights can be defined.
– Resources can be commented on by the users: This enables collaborative
knowledge and experience management and can support the collaborative discussion of
specific issues regarding the given resource.
– Resources and their associated (multi-modal) information can be semantically
annotated: This is accomplished using the features of the (extended) semantic core of
the KnowWE system. By adding semantic annotations to the textual information,
links and relations between resources can be easily established.</p>
        <p>Connections between resources/tags are thus either established using (explicit) links
between the resources, implicit relations/links given by the a matching set of tags of
different resources, or by considering the relations between the tags defined in a domain
ontology (for closed communities). The general knowledge and experience
management functions are supported by the wiki-enabled information handling – using
unstructured, semi-structured, and structured information. Since the knowledge can be
collaboratively extended, the system provides a knowledge-rich collaborative
environment for a broad range of applications.</p>
        <sec id="sec-3-1-1">
          <title>3 http://www.jspwiki.org</title>
          <p>For the tag assignments, KNOWTA utilizes a tag recommendation system that takes a
short sentence as input, and then proposes a set of suitable tags. This feature is
especially important for the targeted medical domain, since the users often do not have a lot
of time when entering a new resource, a situation which is quite typical, for example,
for medical doctors. Figure 2 shows the simple interface for creating a new resource.
Figure 3 shows an example of the medical domain (liver) demonstrating the inline tag
edit functionality.</p>
          <p>
            For the tag recommendation, text mining techniques are applied. There are several
options for tag recommenders (see [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ] for a survey); for occurrence-based tag
recommendation the following strategy is applied: The tag assignment information of all users
is taken into account for computing the co-occurrence counts of all tags, weighted by
their importance, similar to a tf/idf schema [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ]. After that, the input text (given by a
short sentence, and/or a set of tags) is preprocessed by tokenization, removing
stopwords, and stemming. Then, a set of tokens with the highest co-occurrence counts (and
weights) is retrieved and proposed to the user. The user can then apply these tags and
use them for tagging the current article. This schema allows providing a controlled
vocabulary, since the ’free tagging’ functionality can be disabled in favor of the tag
recommendation schema using default occurrence values. Then, only the given tags in the
vocabulary can be proposed and used for tagging.
          </p>
          <p>
            After a set of resources has been defined, a key point are efficient and effective
search and browsing capabilities for these resources. According to Shneiderman [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ]
an effective user interface should implement features for getting an overview first, then
zoom on some details, finally getting the details on demand. In this way, the so-called
visual information seeking mantra is implemented. KNOWTA implements these
features by both a powerful search facility and also by using a tag cloud visualization.
Additionally, for each resource a set of related tags/resources is shown such that the
navigation between them is easily implemented. Then, the user can apply a dynamic
query refinement for obtaining a refined set of resources within a more detailed cluster
of information.
As mentioned before, some of the features of KNOWTA are embedded into the semantic
core functionality of KnowWE which was extended as needed. The semantic core of
KnowWE relies on Sesame4 as RDF-Triple storage and OWLIM5 as reasoning engine.
          </p>
          <p>
            KnowWE (without considering any extensions) is a basic semantic wiki system
featuring an annotation syntax and the possibility of SPARQL-query embedding ( [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ]). It
provides several ways of expanding the ontology of the wiki: Ontologies can be
introduced to the system, for example, by embedding owl-source directly into a wikipage
within &lt;owlextension&gt;...&lt;/owlextension tags. For more extensive
extensions of the ontology it is advisable to use the provided ontology manager interface to
          </p>
        </sec>
        <sec id="sec-3-1-2">
          <title>4 http://www.openrdf.org/ 5 http://www.ontotext.com/owlim/</title>
          <p>upload owl-files directly into the wikisystem. Another common operation is the
introduction of new annotation properties into the system, which is facilitated by the
shorthand &lt;properties&gt;...&lt;/properties&gt;. Properties can be listed within those
tags anywhere in the wiki and are then recognized as viable annotation properties for
any resources.</p>
          <p>
            As the tagging of a resource is a specialized case of a semantic annotation, the
tagging functionality is merely a convenient way to introduce this annotation into the
backend ontology. Adding a tag to a resource can be done either by using a
AJAXbased tag edit panel or by editing the content of the XML-Tag &lt;tags&gt;...&lt;/tags&gt;
directly. The former saves the tags into the XML tags and the wikisource as well. After
updating a wikipage, KnowWE parses the page into a specialized datastructure, which
in turn provides an interface to create owl statements from the wikiarticle. Tags are
rendered into multiple N-ary statements as introduced in [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ].
          </p>
          <p>The following owl snippet, for example, is the result of tagging the page Main with
the tag Demo, i.e., the tag is given in the wiki source by &lt;tags&gt;Demo&lt;/tags&gt;, see
Figure 4 for an example.</p>
          <p>&lt;rdf:Description rdf:about="lns#Main..Node9_XML_content..MainhasTagDemo"&gt;
&lt;rdfs:isDefinedBy rdf:nodeID="node41"/&gt;
&lt;rdfs:seeAlso rdf:nodeID="node41"/&gt;
&lt;rdf:predicate rdf:resource="ns#hasTag"/&gt;
&lt;rdf:object rdf:resource="lns#Demo"/&gt;
&lt;rdf:subject rdf:resource="lns#Main"/&gt;
&lt;/rdf:Description&gt;</p>
          <p>The namespaces used are lns which is the namespace of the local wiki
installation and ns which stands for the KnowWE upper ontology namespace included in
in KnowWE. node41 is a reference to the node in the specialized datastructure in
KnowWE. This allows, among others, a precise localization of the annotation, or in this
case the tag element within the wiki. The name of the node is automatically generated
by convention of the semantic engine.</p>
          <p>Due to the fact, that the tags are stored in the ontology of the wiki, it is possible to
integrate arbitrary SPARQL-queries for tags or pages tagged with specific tags
everywhere in the wiki, for example, within any page or even the menu structure. To get a
list of all pages, for example, with the assigned tag Demo the following SPARQL-query
can be embedded into a wiki page. It results in a list of pages with the Demo type.
&lt;sparql&gt;
SELECT ?q
WHERE {
?t rdf:object lns:Demo .
?t rdf:predicate lns:hasTag .
?t rdfs:isDefinedBy ?o .</p>
          <p>
            ?o ns:hasTopic ?q
}
&lt;sparql&gt;
To get an overview of all tags used in a wiki, a tag cloud can be rendered anywhere in
a wikipage (see figure 5). As expected, the size of the rendered tags corresponds to the
tag frequency within the whole wiki. Clicking on a tag searches for all pages that are
tagged with the selected tag and allows a tag-based navigation through the wikispace.
The case study presents an application of the KNOWTA system for extended
knowledge and experience management. The application domain is the medical domain of
sonography, for which sonographic images are collected, annotated and commented in
order to serve as instructive examples for typical but also exceptional features of certain
disorders. In this way, effective tutoring and discussion between the examiners can be
initiated. So far, about 500 images have been obtained, which comprehensively cover
the problem domain and provide an experience base for supporting medical training
and consultation by knowledge and experience management. Additionally, the system
provides the capability to semi-automatically export the collected data to the CaseTrain
training system [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ].
The context of the application is given by the intelligent documentation and
consultation system SONOCONSULT system [
            <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
            ] – a medical system for sonography.
The system is in routine use in several hospitals, for example, in the DRK-hospital
in Berlin/Köpenick and in the University Hospital of Würzburg.
          </p>
          <p>
            For a sonography (ultrasound) examination, the examiners need to closely inspect
the ultrasound images, for example, see Figure 6 in order to document the correct
findings. Since this process is highly subjective and also significantly dependent on the
experience of the examiner, there are often discrepancies between beginners and more
senior examiners concerning the correct findings, c.f., [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ]. Therefore, a system for the
collection and annotation of interesting, i.e., exceptional or typical images for certain
medical phenomena with associated textual descriptions provides for a powerful tool.
          </p>
          <p>In this context, KNOWTA thus provides an ideal framework for implementing an
image pool for tutoring, targeted training and general knowledge management.
Special cases of ultrasound phenomena can be uploaded to the system. Figure 7 shows an
example for a set of liver-related phenomena.</p>
          <p>The resources can be easily described, tagged and annotated, and junior examiners
can search for specific (difficult) situations using the tag cloud and/or the search
functionality. Additionally, hints can be easily communicated using the annotation and/or
comment function of the system. Furthermore, using the SKOS features of the system
the terminology of the different organ systems and diseases can be directly utilized for
an effective retrieval of resources.
4.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Knowledge Capture for Tutoring</title>
        <p>After the resources have been collected in the KNOWTA system, they are readily
available for further processing. In order to apply the system for knowledge capture for
designing and building tutoring cases, a (semi-)automatic export to the CaseTrain
system is provided. Furthermore, an automatic option is given by exporting all images with
their associated ’main’ tag (the page title) and storing the complete list as ’long menu’
questions for all images. In this case a (potentially randomly selected) subset of tagged
images is obtained; for tutoring, the user needs to select a specific tag from the ’long
menu’ that describes the image best.</p>
        <p>So, the images, the annotations and tags can be utilized for creating new quizzes
for tutoring and teaching purposes. Additionally, the generated cases can be potentially
linked to KNOWTA articles, such that CaseTrain users can get background information
about the case. An exemplary CaseTrain screenshot is given in Figure 8.
Social tagging systems can provide powerful and intuitive solutions to various
knowledge management problems. In this paper, we have introduced the KNOWTA system
for tutoring and general knowledge management. We discussed the different
components and features of the system, and we have described its application in a real-world
medical application scenarios.</p>
        <p>
          So far, we have implemented a full prototype of the system: Since the results are
quite promising, we aim to perform a comprehensive evaluation of the system in the
sketched application scenario. Additionally, we want to utilize as much background
knowledge as possible in order to exploit the semantic features at their full level. We also
plan to enhance the tag recommendation feature by discovering certain user subgroups
and applying their features for a better recommendation, knowledge capture, and user
experience using data mining [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], text mining [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] and information extraction [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]
techniques.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements</title>
      <p>This work has been partially supported by the German Research Council (DFG) under
grant Pu 129/8-2.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Golder</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huberman</surname>
            ,
            <given-names>B.A.</given-names>
          </string-name>
          :
          <article-title>Usage Patterns of Collaborative Tagging Systems</article-title>
          .
          <source>Journal of Information Science</source>
          <volume>32</volume>
          (
          <issue>2</issue>
          ) (
          <year>April 2006</year>
          )
          <fpage>198</fpage>
          -
          <lpage>208</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Antoniou</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>F.v.</given-names>
          </string-name>
          :
          <string-name>
            <given-names>A Semantic</given-names>
            <surname>Web</surname>
          </string-name>
          <article-title>Primer</article-title>
          . MIT Press, Cambridge, Mass. (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Hammond</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hannay</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lund</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scott</surname>
            ,
            <given-names>J.: Social</given-names>
          </string-name>
          <string-name>
            <surname>Bookmarking Tools (I) - A General Review. D-Lib</surname>
            <given-names>Magazine</given-names>
          </string-name>
          11(
          <issue>4</issue>
          ) (
          <year>April 2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Mislove</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppula</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gummadi</surname>
            ,
            <given-names>K.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Druschel</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharjee</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Growth of the flickr social network</article-title>
          .
          <source>In: Proceedings of the 1st ACM SIGCOMM Workshop on Social Networks (WOSN'08)</source>
          .
          <source>(August</source>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Jäschke</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marinho</surname>
            ,
            <given-names>L.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt-Thieme</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stumme</surname>
          </string-name>
          , G.:
          <article-title>Tag recommendations in folksonomies</article-title>
          .
          <source>In: Proc. PKDD '07</source>
          . Volume
          <volume>4702</volume>
          of Lecture Notes in Computer Science., Berlin, Heidelberg, Springer (
          <year>2007</year>
          )
          <fpage>506</fpage>
          -
          <lpage>514</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Atzmueller</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hörnlein</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Exploiting the Power of Social Tagging Systems: A Semantic Flickr Approach for Tutoring and Knowledge Management</article-title>
          .
          <source>In: Proc. 1st European Workshop on Design, Evaluation and Refinement of Intelligent Systems</source>
          , Erfurt (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Reutelshoefer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haupt</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lemmerich</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baumeister</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>An extensible semantic wiki architecturre</article-title>
          .
          <source>In: SemWiki'09: 4th Workshop on Semantic Wikis</source>
          . (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Brickley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miles</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <source>SKOS core vocabulary specification</source>
          <year>2005</year>
          -
          <volume>11</volume>
          -02. W3C working draft,
          <source>W3C (November</source>
          <year>2005</year>
          ) http://www.w3.org/TR/swbp
          <article-title>-skos-core-spec.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Baeza-Yates</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ribeiro-Neto</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Modern Information Retrieval. 1st edn</article-title>
          . Addison Wesley,
          <string-name>
            <surname>Harlow</surname>
          </string-name>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Shneiderman</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Direct Manipulation for Comprehensible, Predictable and Controllable User Interfaces</article-title>
          .
          <source>In: Proc. 2n Intl. Conf. on Intelligent User Interfaces</source>
          .
          <article-title>(</article-title>
          <year>1997</year>
          )
          <fpage>33</fpage>
          -
          <lpage>39</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hoernlein</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ifland</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kluegl</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puppe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>CaseTrain: Design and Evaluation of a CaseBased Training-System and its Comprehensive Application in University (Konzeption und Evaluation eines fallbasierten Trainingssystems im universitätsweiten Einsatz (CaseTrain))</article-title>
          .
          <source>GMS Med Inform Biom Epidemiol</source>
          <volume>5</volume>
          (
          <issue>1</issue>
          ) (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Huettig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscher</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menzel</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scheppach</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puppe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscher</surname>
            ,
            <given-names>H.P.:</given-names>
          </string-name>
          <article-title>A Diagnostic Expert System for Structured Reports, Quality Assessment, and Training of Residents in Sonography</article-title>
          .
          <source>Medizinische Klinik</source>
          <volume>99</volume>
          (
          <issue>3</issue>
          ) (
          <year>2004</year>
          )
          <fpage>117</fpage>
          -
          <lpage>122</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Puppe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atzmueller</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscher</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huettig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lührs</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscher</surname>
            ,
            <given-names>H.P.</given-names>
          </string-name>
          :
          <article-title>Application and Evaluation of a Medical Knowledge-System in Sonography (SonoConsult)</article-title>
          .
          <source>In: Proc. 18th European Conference on Artificial Intelligence (ECAI 20008)</source>
          . (
          <year>2008</year>
          )
          <fpage>683</fpage>
          -
          <lpage>687</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Atzmueller</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puppe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscher</surname>
            ,
            <given-names>H.P.</given-names>
          </string-name>
          :
          <article-title>Profiling Examiners using Intelligent Subgroup Mining</article-title>
          .
          <source>In: Proc. 10th Intl. Workshop on Intelligent Data Analysis in Medicine and Pharmacology (IDAMAP-2005)</source>
          , Aberdeen, Scotland (
          <year>2005</year>
          )
          <fpage>46</fpage>
          -
          <lpage>51</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Atzmueller</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puppe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A Knowledge-Intensive Approach for Semi-Automatic Causal Subgroup Discovery</article-title>
          .
          <source>In: Knowledge Discovery Enhanced with Semantic and Social Information</source>
          . Springer Verlag (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Atzmueller</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nalepa</surname>
            ,
            <given-names>G.J.:</given-names>
          </string-name>
          <article-title>A Textual Subgroup Mining Approach for Rapid ARD+ Model Capture</article-title>
          .
          <source>In: 22nd International Florida Artificial Intelligence Research Society Conference (FLAIRS)</source>
          .
          <article-title>(</article-title>
          <year>2009</year>
          )
          <fpage>414</fpage>
          -
          <lpage>419</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Atzmueller</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kluegl</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puppe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Rule-Based Information Extraction for Structured Data Acquisition using TextMarker</article-title>
          .
          <source>In: Proc. LWA</source>
          <year>2008</year>
          (
          <article-title>Knowledge Discovery and Machine Learning Track</article-title>
          ), University of Wuerzburg (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>