<!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 Semantic Wiki-Based Japanese Biodictionary</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hendry Muljadi</string-name>
          <email>hendry@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hideaki Takeda</string-name>
          <email>takeda@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shoko Kawamoto</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Satoshi Kobayashi</string-name>
          <email>satoshi-k@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Asao Fujiyama</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Institute of Informatics</institution>
          ,
          <addr-line>2-1-2, Hitotsubashi, Chiyoda-ku, Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes an on-going project to develop and maintain a web-based Japanese Biodictionary within a Semantic Wiki environment. For the development of the dictionary, MediaWiki is extended to enable the writing of labeled links that represent RDF triples. The extension enables Semantic Wiki to provide not only collaborative environment for experts in various biology fields to create and edit the dictionary, but also the navigation support to manage relations between terms. Using a simple wiki syntax, people can develop and maintain the dictionary visually and easily.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Developing a web-based Japanese Biodictionary is obviously a hard and
timeconsuming task. The project for the development of a web-based Japanese
Biodictionary has done a survey over 77 Japanese textbooks in various biology fields, which
include textbooks for high-school, undergraduate and graduate students. There are
more than 30,000 different terms extracted for the web-based dictionary. However,
writing the description of each term is another thing to do. It will cost a lot of money
to pay for the copyright if we use the description written on the textbooks or other
dictionaries. On the other hand, as the web-based Japanese Biodictionary is also
targeting high-school students as its viewers, it is necessary to provide an
easy-tounderstand description of the terms as well as the relations between terms [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>Learning from the development of Wikipedia1, we consider that collaboration on
the web is perhaps the best solution for the development of the dictionary. By
allowing experts in various fields of biology to collaborate, the dictionary may well be
developed. However, as we implemented the MediaWiki2 in its original form, we
found that users cannot describe the relation between terms flexibly. Allowing the
MediaWiki to write labeled links can solve this problem.</p>
      <p>This paper presents the development of a Semantic Wiki-based Japanese
Biodictionary. Section 2 presents the features of the proposed Semantic Wiki, which is</p>
      <sec id="sec-1-1">
        <title>1 http://en.wikipedia.org/wiki/Wikipedia 2 http://www.mediawiki.org</title>
        <p>called MewKISS. Section 3 presents the current state of the Semantic Wiki-based
Japanese Biodictionary. The conclusion of this paper is presented in section 4.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2 Semantic Wiki</title>
      <sec id="sec-2-1">
        <title>2.1 Extending MediaWIki</title>
        <p>
          MediaWiki is a very useful tool for collaborative content management. MediaWiki
also has a category management function which allows users to create class and
subclass relation between Wiki pages under the namespace ( “Category” ), and class and
instance relation between Wiki pages under the namespace ( “Category” ) and
common Wiki pages. However, MediaWiki in its original form does not allow users to
create relation between pages flexibly. Our research has enabled MediaWiki to write
labeled links [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. Wiki syntax to write the labeled link is [[term:target_page|property]].
The labeled link relations will be displayed on the Wiki pages as follows.
1. On the source_page: -&gt; property -&gt; target_page
2. On the target_page: &lt;- property &lt;- source_page
3. On the property: source_page -&gt; target_page
        </p>
        <p>Fig.1 shows an example of the writing of labeled link on a Wiki page. Fig.2 shows
how the labeled link relations will be displayed on the Wiki pages.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Features of the Proposed MewKISS</title>
        <p>MewKISS is an abbreviation for MediaWiki with Simple Semantics. The word
“KISS” is written with full capital letters to stress that the proposed Semantic Wiki is
developed by considering the idea of the KISS principle3. MewKISS emphasizes the
user-friendliness of the Semantic Wiki engine. It is developed to allow non-technical
users to write and edit metadata according to RDF statements easily, and leaves the
more technical aspects to external applications.
1.
2.
3.</p>
        <p>A collaborative lightweight metadata management. Enabling MediaWiki to write
labeled links with simple syntax allows users to create and manage relations
between Wiki pages easily and flexibly. The writing of labeled links allows users to
write and edit RDF triples even though the users have no knowledge about it.
Navigation support. Displaying labeled links allows users to navigate the relation
between Wiki pages visually.</p>
        <p>Mapping to other Semantic Web application. MewKISS handles only simple
RDF statements. By converting the RDF triples, which are stored in the new
table of MewKISS, into XML-encoded RDF data format, the RDF triples can be
exported to RDF database such as Sesame5.</p>
        <p>An integrated content and metadata management. By extending MediaWiki, the
Semantic Wiki has the benefit of having all the functions available in MediaWiki
as a collaborative content management system. Thus, the Semantic Wiki can be
used as a collaborative and integrated content and metadata management system.</p>
        <p>Web Server (Apache 2)
labeled link
process</p>
        <p>Wiki Engine
(MediaWiki 1.5.x)</p>
        <p>MySQL
MewKISS</p>
        <sec id="sec-2-2-1">
          <title>3 http://en.wikipedia.org/wiki/KISS_principle 4 Our current prototype is accessible from http://semanticwiki.jp/ 5 http://openrdf.org/</title>
          <p>3.1</p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>Current State of the Semantic Wiki-Based Japanese Biodictionary</title>
        <p>Currently the prototype system contains more than 4,000 terms. There are 5 RDF
properties used in the biodictionary: is-a, part-of, synonym, English and English
synonym. The first two properties, is-a and part-of, are used to represent class and
sub-class relations. Synonym is used to link a Japanese biology term with its
synonym Japanese term. English is used to link a term with its direct translation’s English
term, while English synonym is used to link a term with its English term’s synonym.
Using our proposed Semantic Wiki, other properties, such as kind-of, may also be
easily used.</p>
        <p>Category management function is also used for categorization and also to list all
the terms in the dictionary.</p>
        <p>Fig. 4(a) shows a category page that is used to list all the terms in the biodictionary.
Fig. 4(b) shows the editing page of a term. Fig.4(c) shows the Wiki page of a term.
description
a biology
term
categorization
(a) A category page to list all the created
biology terms
using category
management
function to list all
the terms in one</p>
        <p>page
writing RDF triples
(c) Wiki page of a biology term
(b) Editing page of the Wiki page</p>
        <p>Fig. 4. Wiki pages in the Japanese Biodictionary
The current Semantic Wiki-based Japanese Biodictionary allows users to
collaborately create and edit biology terms as well as their relations to other terms. By
converting the stored RDF triples into XML-encoded RDF data format, RDF triples can
be exported to Sesame. However, further work needs to be done to enable users to
export the RDF triples to Sesame directly from the MewKISS environment. Further
works also need to be done to allow simple and complex queries directly from the
MewKISS environment, and on how the semantic mapping to other Semantic Web
applications may benefit the biodictionary.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusion</title>
      <p>For the development of a Semantic Wiki-based Japanese Biodictionary, MediaWiki is
extended to enable the writing of labeled links that represent RDF triples. MewKISS
provides a collaborative, easy-to-use and integrated content and metadata
management system. In the MewKISS environment, users can write and edit RDF triples,
even though they have no knowledge about it. RDF triples stored in the table of
MewKISS can be converted into XML-encoded RDF data format and exported to
RDF database such as Sesame. Thus, MewKISS may well serve as a bridge between
non-technical users and Semantic Web technology.</p>
      <p>Developing the Japanese Biodictionary within a Semantic Wiki environment does
allow experts in various biology fields to create and manage content of the dictionary
as well as the relation between terms easily and visually.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Kobayashi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kawamoto</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mizuta</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demiya</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muljadi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suzuki</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abe</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Araki</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shirai</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ito</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kitamoto</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miyazaki</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gojobori</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sugawara</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takeda</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fujiyama</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The New Generation Bioportal: the Development of a Web Site for Biology Education</article-title>
          .
          <source>In Proc. of the 80th Domestic Conf. of the Society of Biological Sciences Education of Japan</source>
          (
          <year>2006</year>
          )
          <volume>27</volume>
          (in Japanese)
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Muljadi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takeda</surname>
          </string-name>
          , H.:
          <article-title>Semantic Wiki as an Integrated Content and Metadata Management System</article-title>
          .
          <source>In Poster &amp; Demonstration Proc. of the 4th Intl. Semantic Web Conf</source>
          . (
          <year>2005</year>
          )
          <article-title>PID 44</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>