<!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>Generating Semantic Media Wiki Content from Domain Ontologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dominik Filipiak</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Agnieszka Ławrynowicz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute of Computing Science, Poznan University of Technology, Poland Business Information Systems Institute Ltd.</institution>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>There is a growing interest in holistic ontology engineering approaches that involve multidisciplinary teams consisting of ontology engineers and domain experts. For the latter, who often lack ontology engineering expertise, tools such as Web forms, spreadsheet like templates or semantic wikis have been developed that hide or decrease the complexity of logical axiomatisation in expressive ontology languages. This paper describes a prototype solution for an automatic OWL ontology conversion to articles in Semantic Media Wiki system. Our implemented prototype converts a branch of an ontology rooted at the user defined class into Wiki articles and categories. The final result is defined by a template expressed in the Wiki markup language. We describe tests on two domain ontologies with different characteristics: DMOP and DMRO. The tests show that our solution can be used for fast bootstrapping of Semantic Media Wiki content from OWL files.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        There is a growing interest in holistic ontology engineering approaches [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Those
approaches use various ontological as well as non-ontological resources (such as thesauri,
lexica and relational DBs) [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ] . They also involve multidisciplinary teams
consisting of ontology engineers as well as non-conversant in ontology construction domain
experts. Whilst an active, direct involvement of the domain experts in the construction
of quality domain ontologies within the teams appears beneficial, there are barriers to
overcome for such involvement to be effective. Those are mostly related to the high
complexity of logic-based ontology modeling languages such as OWL1.
      </p>
      <p>
        In order to remove the barriers, various tools have been developed that hide or
decrease the complexity of logical axiomatisation in expressive ontology languages.
Among these tools are Web forms [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], spreadsheet like templates [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and semantic
wikis [
        <xref ref-type="bibr" rid="ref6 ref7 ref8 ref9">6–9</xref>
        ]. Recent works have shown that domain experts may be effectively involved
in using such tools for knowledge gathering stage of ontology development when the
core structure of the ontology is already established [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Recent works have also shown
that ontology modeling tools based on wikis can contribute to collaboration between
ontology engineering experts and domain experts [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        The aim of this work is to deliver a solution for transformation of OWL files to
Semantic Media Wiki (SMW)2[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] content. By transformation we mean an automatic
1 http://www.w3.org/TR/owl2-overview/
2 http://semantic-mediawiki.org
conversion of these files to Wiki articles and category pages. The final result is
defined by a template written in the Wiki markup language. The purpose is to bootstrap
a collaboration between ontology stakeholders &amp; engineers and a wider community of
researchers in constructing a domain ontology once a core structure of the ontology is
established.
      </p>
      <p>The rest of this paper is structured as follows. In Section 2 we discuss the work
related to ours. In Section 3, we present a solution for transforming OWL files to
Semantic Media Wiki content that is based on SPARQL and user defined Wiki templates.
In Section 4 we present a simple evaluation of the implemented solution with two
ontologies: DMOP and DMRO. Section 5 contains the discussion, and in Section 6 we
conclude.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] an SMW extension consisting of a solution for transformation of ontological
knowledge was presented. The focus was on transforming instance data (ABox), where
the user could select a subset of instance assertions to import into SMW, and
simple schema information. The more expressive ontology model was considered as an
external source of knowledge, providing constraints into the domain model stored in
the SMW installation. The paper discussed several use cases including coordinating a
project team within a company and bootstrapping the contents and vocabulary of the
semantic wiki of a conference system.
      </p>
      <p>The Halo extension to SMW, contained in SMW+3, was developed in order to
facilitate the use of Semantic Wikis for large communities of users and thus consisted of
a toolset for increasing the ease of use of SMW features. Among the tools, it provided
an import and export functionality for OWL ontologies. Currently, the Halo extension
is unmaintained.</p>
      <p>
        MoKi [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] is a tool based on SMW that extends SMW by offering specific support
for enterprise modelling. It provides support for domain experts in modeling business
domains (domain ontologies) and simple processes (process models). MoKi offers a
functionality to upload in MoKi an existing domain ontology modeled in OWL. This
import functionality generates a MoKi page for each concept, property and individual
from the ontology. The templates for these ontology entities are automatically filled
based on the axioms modeled in the ontology such as, for example, is-a relation between
concepts, domain and range of properties, and individuals being members of concepts.
      </p>
      <p>
        The author of [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] presents a solution based on OWL Wiki Forms (a Semantic
MediaWiki extensions that map Semantic Web ontologies to a Semantic Forms-based
semantic wiki) and Fresnel (an ontology for specifying browsing interfaces for
Semantic Web data). The solution consists of a mapping from any ontology to Fresnel style
data and from Fresnel data to form-based semantic wikis. A technique for automatic
generation of Fresnel lenses triples from given ontologies is presented, where the
Fresnel lenses triples define a default target interface for data using those ontologies. It is
also possible for the user to define custom Fresnel that can cascade over the default
interface style, similarly as it is done in CSS.
3 http://semantic-mediawiki.org/wiki/Semantic_MediaWiki_Plus
      </p>
      <p>Our presented solution allows for a direct mapping from an ontology to user defined
Wiki templates. In such way, it allows for a direct transformation from arbitrary (user
selected) ontology entities to arbitrary Media Wiki form elements (taking into account
the distinction between OWL entity types).</p>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <sec id="sec-3-1">
        <title>Overview</title>
        <p>The design issues, with which we had to deal, concerned, among others, selecting
categories and attributes, and representing many attributes for a single entity. By an attribute
we mean a Wiki counterpart of a single OWL property describing a given entity, which
is presented mostly in an infobox in our templates.</p>
        <p>We can describe hierarchy in OWL files as a set of classes, which can be related
with each other by child (subclass), parent (superclass) or equivalent class relation.
However, Media Wiki articles can be shown as a directed acyclic graph, where each
edge represents child/parent relation, according to its direction. Hence, we decided to
treat equivalent (with additional constraints) classes as child classes. Entities described
as Named Individuals are candidates for articles. Similarly, classes with subClassOf,
equivalentClass or rdf:type attribute are categories stubs. Due to possibility of numerous
attributes, we decided to extract only these which are declared by the user in a template
file. Wiki markup syntax does not allow to make implicit declaration of a set of values
for one attribute. It cannot predict the number of the values for a given attribute without
any additional configuration or modification. Hence, we used Semantic Forms4 with
parser functions as a solution to this problem. The design choices for the transformation
are listed in Table 1.
Our approach is described by Algorithm 1. It is necessary to have all mentioned input
files in order to define the configuration. To begin the transformation process all classes
and individuals which are in a child relation with the root class (including transitivity)
have to be found. It can be done by SPARQL queries. We present our solution for classes
in Listing 1.1 and for individuals in Listing 1.2. The list of articles stubs is prepared from
each acquired entity. Filling all stubs with content from classes and individuals is based
on the template and the mapping. In order to do this the ontology has to be searched
using SPARQL queries one more time. Article/Category title is based on entity URI.
Since there is a requirement for each article to have a title, blank nodes are omitted. The
last step consists of transferring the obtained data to Semantic Media Wiki.
4 http://www.mediawiki.org/wiki/Extension:Semantic_Forms
Data: OWL les, con guration, template, mapping
Result: An updated set of Semantic Media Wiki articles
load OWL les;
articles process OWL les;
for article in articles do
if article is a template then</p>
        <p>prepare template
end
if article is a category or an article then
set a title to template;
fill article with data corresponding to template and mapping;
add category footer to article;
end
end
Connect to Semantic Media Wiki;
for article in articles do</p>
        <p>save article to Semantic Media Wiki;
end</p>
        <p>Algorithm 1: OWL files conversion to Semantic Media Wiki articles</p>
        <sec id="sec-3-1-1">
          <title>Listing 1.1. SPARQL query for finding classes</title>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>SELECT DISTINCT ? s u b c l a s s</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>WHERE f</title>
      <p>? s u b c l a s s ( ( owl : e q u i v a l e n t C l a s s / owl : i n t e r s e c t i o n O f / r d f :
,! r e s t / r d f : f i r s t ) j r d f s : s u b C l a s s O f ) + &lt;r o o t C l a s s &gt;.
g
g</p>
      <sec id="sec-4-1">
        <title>Listing 1.2. SPARQL query for searching for individuals</title>
        <sec id="sec-4-1-1">
          <title>SELECT DISTINCT ? i n d i v i d u a l</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>WHERE f</title>
      <p>? i n d i v i d u a l r d f : t y p e ? t y p e .
? t y p e ( ( owl : e q u i v a l e n t C l a s s / owl : i n t e r s e c t i o n O f / r d f : r e s t /
,! r d f : f i r s t ) j r d f s : s u b C l a s s O f j r d f : t y p e ) + &lt;r o o t C l a s s &gt;.
FILTER ( isURI ( ? i n d i v i d u a l ) &amp;&amp; ! isBLANK ( ? i n d i v i d u a l ) ) .</p>
    </sec>
    <sec id="sec-6">
      <title>Evaluation</title>
      <p>4.1</p>
      <sec id="sec-6-1">
        <title>Materials</title>
        <p>We prepared an application5 written in Java, which implements the described algorithm.
We used Apache Jena6 to read and query OWL files. Tests of the transformation were
performed with two different ontologies - DMOP and DMRO.</p>
        <p>
          DMOP is an abbreviation for the Data Mining OPtimization Ontology [
          <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
          ]. The
ontology is focused on description of numerous data mining algorithms and their
charateristics. The primary goal of DMOP is to support making decisions at each step of
data mining process which determines the outcome of the process. DMOP is richly
axiomatised–it uses almost all features of OWL 2 DL. Majority of DMOP entities are its
’own’ entities defined in DMOP’s namespaces. Moreover, it imports a part of DOLCE
foundational ontology. DMOP has been successfuly used for meta-mining within the
Intelligent Discovery Assistant (comprised of an AI planner and semantic meta-miner)
that is deployed in the data mining environment RapidMiner.
        </p>
        <p>
          DMRO, a Digital Multimedia Repositories Ontology [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], has different
characteristics than DMOP. It was constructed as a lighweight ontology network using NeoN
methodology [
          <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
          ] and various ontology design patterns. The main file imports
several ontology modules describing: multimedia resources, users, events, reviews, Web
Usage Mining related concepts, and the domain topics. The modules re-use various
ontologies and vocabularies such as Dublin Core7, FOAF8, RDF Review9, OBO Relation
Ontology10, and OAI-ORE11.
4.2
        </p>
      </sec>
      <sec id="sec-6-2">
        <title>Results</title>
        <p>We made simple tests consisting of transforming chosen branches of the ontologies to
Semantic Media Wiki.</p>
        <p>In case of DMOP, we transformed all classes with related entities, which are in a
child relation with DM-Algorithm class (examples in Listings 1.3 and 1.4). The sample
Wiki article about C4.5 algorithm (named individual in DMOP) is shown in Figure 2.
The article’s title results from the URI of the individual, which is shown in Listing 1.3
(rdf:about attribute) and marked as A in Figure 2). Attributes are labeled as B, C, D, E
in the same figure. Due to lack of information in the ontology files not all of infobox
values are filled up (they are marked as B and D on Figure 2). Thanks to Semantic
Forms, has-quality attribute (marked as F in the figure) has multiple values, what was
implicitly declared in the template. Class membership is labeled by G.
5 https://github.com/mimol/owl2wiki
6 https://jena.apache.org
7 http://dublincore.org/documents/dcmi-terms/
8 http://xmlns.com/foaf/spec/
9 http://vocab.org/review/terms.html
10 http://obofoundry.org/ro/
11 http://www.openarchives.org/ore/</p>
        <p>Listing 1.3. Structure of a sample DMOP entity classified as an article
&lt;owl : NamedIndividual r d f : about=”&amp;PD; C4.5” &gt;
&lt;DOLCE L i t e : has q u a l i t y r d f : r e s o u r c e =”&amp;DMOP;</p>
        <p>,! H i g h V a r i a n c e P r o f i l e ”/&gt;
( . . . )
&lt;/owl : NamedIndividual &gt;</p>
        <p>Listing 1.4. Structure of a sample DMOP entity classified as a category
&lt;owl : C l a s s r d f : about=”&amp;DMOP; SomeClass”&gt;
&lt;r d f s : subClassOf r d f : r e s o u r c e =”&amp;DMOP; SomeSubClass ”/&gt;
&lt;/owl : Class &gt;</p>
        <p>We also successfully conducted another experiment with DRMO whose structure
differs from DMOP’s. Although category entities are similarly declared explicitely as
OWL classes (as shown in Listing 1.6), the individuals are not declared as named
individuals, but are declared as members of owl:Thing (Listing 1.5). Nevertheless, we were
able to transform a branch rooted at DMRO:Event.</p>
        <p>Listing 1.5. Structure of example DMRO entity classified as an article
&lt;owl : Thing r d f : about =”# Event2305”&gt;
&lt;r d f : t yp e r d f : r e s o u r c e =”&amp;DMRO Event ; E v e n t S e c t i o n ”/&gt;
( . . . )
&lt;/owl : Thing&gt;</p>
        <p>Listing 1.6. Structure of example DMRO entity classified as a category
&lt;o w l : C l a s s r d f : a b o u t =”&amp;dul ; Event ”&gt;</p>
        <p>&lt;r d f s : s u b C l a s s O f r d f : r e s o u r c e =”&amp;dul ; E n t i t y ” /&gt;
&lt;/ o w l : C l a s s&gt;</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Discussion</title>
      <p>We tested our solution with ontologies having different characteristics. Since SPARQL
engines by default are not supposed to perform reasoning, SPARQL may turn very
structure-sensitive. Although, in the OWL serialization that we used the structure of
category entity is based on owl:Class in both, DMOP and in DMRO (Listings 1.4 and
1.3, respectively), there are differences in individual selection. In DMOP, individuals
are explicitly declared as a owl:NamedIndividual, while in DMRO they are not. In the
latter case, the entities we classify as individuals are instances of owl:Thing. That is
why it is important to consider possible cases and take them into account in SPARQL
queries or transform OWL files to a canonical representation before SPARQL is applied
to query them.</p>
      <p>Alternatively, as a more standard solution, we could use an API for handling ontologies
like OWL API or Jena ontology API. However, while designing our SPARQL-based
solution we kept in mind that it can be further flexibly extended to transform remote
(linked) data from SPARQL endpoints to Semantic Media Wiki content.</p>
      <p>Our main motivation is the real need for Wiki based tools in the context of such
portals as DMO Foundry (http://www.dmo-foundry.org) or OpenML (http:
//openml.org). Using the presented in this paper preliminary solution we have
generated content that is a human-readable, structured and organised knowledge base. We
envisage that it could be used by such domain users as researchers trying to find out
which algorithm would match their expectations or even students during classes.
6</p>
    </sec>
    <sec id="sec-8">
      <title>Conclusions</title>
      <p>In this paper, we have presented a prototype solution for transformation of OWL
ontologies to Semantic Media Wiki content. The solution is based on a mapping between
selected ontology entities and user-defined Wiki templates, and on using SPARQL.
We have successfuly applied our implemented prototype to two different ontologies:
DMOP and DMRO.</p>
      <p>
        Despite of describing a working prototype, we still consider this research as a work
in progress. In future work, we plan to consider ideas for cascading templates (similarly
to the work of [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]) and text mining (especially named entity recognition). We also
plan to extend our solution by support for exporting knowledge from the Wiki to OWL
ontologies. Finally, our plans are to use the solution in real world use cases like within
data mining portals such as DMO Foundry or OpenML to provide Wiki based tools
for community of researchers in data mining or in other disciplines. We plan to test
the prototype in such settings, where the collaboration between ontology engineers and
normal users will be investigated. We plan to conduct a case study to investigate how
the collaboration could be improved based on our technical solution.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Denaux</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolbear</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hart</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dimitrova</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohn</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          :
          <article-title>Supporting domain experts to construct conceptual ontologies: A holistic approach</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>9</volume>
          (
          <issue>2</issue>
          ) (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. G o´
          <article-title>mez-Pe´rez,</article-title>
          <string-name>
            <surname>A.</surname>
          </string-name>
          ,
          <article-title>Sua´rez-</article-title>
          <string-name>
            <surname>Figueroa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Scenarios for building ontology networks within the NeOn methodology</article-title>
          . In:
          <string-name>
            <surname>K-CAP.</surname>
          </string-name>
          (
          <year>2009</year>
          )
          <fpage>183</fpage>
          -
          <lpage>184</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Sua</surname>
          </string-name>
          <article-title>´rez-</article-title>
          <string-name>
            <surname>Figueroa</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>NeOn Methodology for Building Ontology Networks: Specification, Scheduling and Reuse</article-title>
          .
          <source>PhD thesis</source>
          , Universidad Polite´cnica de Madrid, Spain (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Tudorache</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nyulas</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <article-title>WebProtege: A collaborative ontology editor and knowledge acquisition tool for the web</article-title>
          .
          <source>Semant. web 4</source>
          (
          <issue>1</issue>
          ) (
          <year>January 2013</year>
          )
          <fpage>89</fpage>
          -
          <lpage>99</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Jupp</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horridge</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iannone</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Owen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schanstra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolstencroft</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
          </string-name>
          , R.:
          <article-title>Populous: a tool for building OWL ontologies from templates</article-title>
          .
          <source>BMC Bioinformatics 13(S-1)</source>
          (
          <year>2012</year>
          ) S5
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Kro¨ tzsch, M., Vrandecˇic´,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Voelkel</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Semantic MediaWiki</article-title>
          . In Cruz, I.,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Allemang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Preist</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwabe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uschold</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aroyo</surname>
          </string-name>
          , L., eds.:
          <source>The Semantic Web - ISWC 2006. Volume 4273 of Lecture Notes in Computer Science</source>
          . Springer Berlin Heidelberg (
          <year>2006</year>
          )
          <fpage>935</fpage>
          -
          <lpage>942</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dietzold</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riechert</surname>
          </string-name>
          , T.:
          <article-title>OntoWiki - a tool for social, semantic collaboration</article-title>
          .
          <source>In: Proceedings of the 5th International Conference on The Semantic Web. ISWC'06</source>
          , Berlin, Heidelberg, Springer-Verlag (
          <year>2006</year>
          )
          <fpage>736</fpage>
          -
          <lpage>749</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ghidini</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kump</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lindstaedt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahbub</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pammer</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rospocher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Serafini</surname>
          </string-name>
          , L.:
          <article-title>MoKi: The enterprise modelling wiki</article-title>
          . In Aroyo, L.,
          <string-name>
            <surname>Traverso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hyvnen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mizoguchi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oren</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simperl</surname>
          </string-name>
          , E., eds.:
          <source>The Semantic Web: Research and Applications. Volume 5554 of Lecture Notes in Computer Science</source>
          . Springer Berlin Heidelberg (
          <year>2009</year>
          )
          <fpage>831</fpage>
          -
          <lpage>835</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Nalepa</surname>
          </string-name>
          , G.:
          <article-title>Loki - semantic wiki with logical knowledge representation</article-title>
          . In Nguyen, N., ed.:
          <source>Transactions on Computational Collective Intelligence III. Volume 6560 of Lecture Notes in Computer Science</source>
          . Springer Berlin Heidelberg (
          <year>2011</year>
          )
          <fpage>96</fpage>
          -
          <lpage>114</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Di</given-names>
            <surname>Francescomarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ghidini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Rospocher</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Evaluating wiki collaborative features in ontology authoring</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          (to appear) (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Vrandecˇic´,
          <string-name>
            <surname>D.</surname>
          </string-name>
          , Kro¨ tzsch, M.:
          <article-title>Reusing ontological background knowledge in semantic wikis</article-title>
          . In Vo¨ lkel,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Schaffert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Decker</surname>
          </string-name>
          , S., eds.
          <source>: 1st Workshop on Semantic Wikis. Number 206 in CEUR Workshop Proceedings</source>
          , Aachen (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rutledge</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>From ontology to wiki generating cascadable default fresnel style from given ontologies for creating semantic wiki interfaces</article-title>
          .
          <source>In: Workshop on Semantic Web Collaborative Spaces (SWCS2013)</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Hilario</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Do</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Woznica</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalousis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Ontology-based meta-mining of knowledge discovery workflows</article-title>
          .
          <source>In: Meta-Learning in Computational Intelligence. Volume 358 of Studies in Computational Intelligence</source>
          . Springer (
          <year>2011</year>
          )
          <fpage>273</fpage>
          -
          <lpage>315</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Keet</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lawrynowicz</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>d'Amato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hilario</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Modeling issues, choices in the Data Mining OPtimization Ontology</article-title>
          . In Rodriguez-Muro,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Jupp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Srinivas</surname>
          </string-name>
          , K., eds.
          <source>: OWLED</source>
          . Volume
          <volume>1080</volume>
          of CEUR Workshop Proceedings., CEUR-WS.org (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Lawrynowicz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palma</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Applications of ontology design patterns in the transformation of multimedia repositories</article-title>
          . In Blomqvist, E.,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hammar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <article-title>Sua´rez-</article-title>
          <string-name>
            <surname>Figueroa</surname>
          </string-name>
          , M.C., eds.
          <source>: WOP</source>
          . Volume
          <volume>929</volume>
          of CEUR Workshop Proceedings., CEUR-WS.org (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>