<!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>RIKEN MetaDatabase: a database platform as a microcosm of linked open data cloud in the life sciences</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Norio Kobayashi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kai Lenz</string-name>
          <email>kai.lenzg@riken.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hiroshi Masuya</string-name>
          <email>hmasuya@brc.riken.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Advanced Center for Computing and Communication (ACCC), RIKEN</institution>
          ,
          <addr-line>2-1 Hirosawa, Wako, Saitama, 351-0198</addr-line>
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>BioResource Center (BRC), RIKEN</institution>
          ,
          <addr-line>3-1-1, Koyadai,Tsukuba, Ibaraki, 305-0074</addr-line>
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>RIKEN CLST-JEOL Collaboration Center, RIKEN</institution>
          ,
          <addr-line>6-7-3 Minatojima-minamimachi, Chuo-ku, Kobe 650-0047</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Life sciences research produces numerous heterogeneous datasets at a rapid rate, and researchers in this eld face serious di culties in handling and publishing such datasets. These problems occur not only in the life sciences but also within a research institute such as RIKEN, the largest Japanese comprehensive science institute. To address this issue, we developed RIKEN MetaDatabase, which is a database platform built on our private cloud infrastructure and based on the Resource Description Framework (RDF). The platform was released in April 2015, and 110 databases including mammal, plant, bioresource and image databases with 21 ontologies have been published through this platform as of July 2016. This presentation focuses on the user interface and biological application examples of the RIKEN MetaDatabase.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic Web</kwd>
        <kwd>database cloud platform</kwd>
        <kwd>database integration</kwd>
        <kwd>life sciences</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Recent developments in the life sciences produce a large number of heterogeneous
datasets that are specialised for various life sciences sub elds. This makes it
di cult for researchers to discover, use and publish such datasets. To address
these di culties, the following major tasks are required: 1) the realisation of rich
and useful data integration in a sustainable way and 2) the realisation of easy,
exible and low-cost operation to enable researchers to perform data integration
tasks. These challenges also occur in the data management of RIKEN, Japan's
largest comprehensive science institute, which generates large-scale life sciences
datasets in various elds and is confronted with issues regarding the promotion
of collaborative research promotion amongst di erent elds. This situation can
be thought of as a microcosm of the linked open data cloud in the life sciences.</p>
      <p>To solve these issues, we developed RIKEN MetaDatabase, which is a
database platform based on the Resource Description Framework (RDF) that
provides metadata management at low cost, systematic data integration and global
publication on the Web. This presentation provides overview of the platform,
focusing on the user interface and biological application examples.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Data model</title>
      <p>Life sciences datasets, including the RIKEN databases, are often represented in
tabular form or hosted by a relational database system. To realise a simple and
user-friendly database platform, we restricted the RDF data handled by RIKEN
MetaDatabase to tabular-type database data and tree-type ontology data.</p>
      <p>A tabular-type database data describes the RDF data wherein all RDF
resources are associated with an RDF class. A table is generated for each class
of subject instances of RDF triplets and described in a spreadsheet, as shown
in Fig. 1. In this spreadsheet, the second column comprises a list of instances
of class `Background strain', the third column includes a list of literal values of
rdf:langString and the fourth column includes a list of `Taxon' classes as instances
of owl:Class. A spreadsheet can be converted into RDF using our application.</p>
      <p>A tree-type ontology data comprises Web Ontology Language (OWL)
ontology data, which represents the concepts and data classes of the database data
using a conceptual hierarchy.
RIKEN MetaDatabase was implemented as a database platform comprising two
components: (a) a web server providing both a graphical user interface (GUI)
and an application programming interface (API) as a SPARQL endpoint and
(b) an RDF triplet store, where each component is lightweight and performed
on a virtual machine in a private cloud known as RIKEN Cloud Service (http:
//cloudinfo.riken.jp).</p>
      <p>The distinctive features of the GUI are its table view and card view, which
provide an intuitive RDF data view for a list of instances associated with a class
and an instance, respectively, as shown in Fig. 2.</p>
      <p>
        Integrated datasets and biological application examples
As of July 2016, 21 public ontologies, including Gene Ontology (GO) and
Semanticscience Integrated Ontology (SIO) were selected and published as mirrors. These
ontologies refer to 110 databases, of which 59 were RIKEN's original databases.
The remaining 51 databases are external databases that are converted from
original non-RDF databases and linked from RIKEN's databases. In total, RIKEN
MetaDatabase comprises 148 million triplets, 797 classes, 2.94 million instances
and 1,352 properties. The original databases pertain to various research elds,
e.g., FANTOM (mammals [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]), FOX Hunting (plants [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]), Heavy-atom Database
System (proteins [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) and Metadata of the BioResource Center (BRC) resources
(bioresources [4{6]).
      </p>
      <p>More examples of datasets integrated over RIKEN and public datasets are
summarised as follows. In the ENU-induced mutations in RIKEN Mutant Mouse
Library, next-generation sequencing (NGS) metadata are described in a common
RDF scheme, which was developed by a collaboration between DNA Data Bank
of Japan (DDBJ) and RIKEN. The Japan Collection of Microorganisms (JCM)
resources (http://metadb.riken.jp/metadb/db/rikenbrc_jcm_microbe) are
described using a common RDF scheme for strains of microorganisms known
as Microbial Culture Collection Vocabulary (MCCV), which is used in
MicrobeDB.jp (http://microbedb.jp/). J-phenome (http://jphenome.info), a
portal of animal phenotypes, employs a uni ed scheme using common phenotype
ontologies such as Mammalian Phenotype Ontology (MP) and Phenotypic
Quality Ontology (PATO). Furthermore, the International Mouse Phenotyping
Consortium (IMPC) RDF data (http://metadb.riken.jp/metadb/db/IMPC_RDF)
are provided, which enable the data integration of these phenotype data with
other datasets. For instance, to retrieve the phenotype that can be expressed
when a speci c biological pathway is inactivated, a connection of the IMPC and
Reactome datasets (http://www.reactome.org) is used.
5</p>
    </sec>
    <sec id="sec-3">
      <title>Conclusions</title>
      <p>We discussed an overview of the RIKEN MetaDatabase platform, which allows
biologists to generate RDF datasets using a spreadsheet and publish them using
various intuitive views, such as table and card views, and as a SPARQL endpoint.
We have successfully realised integrated datasets, such as for microorganisms and
mouse phenotypes, both within RIKEN and external communities. The database
platform is lightweight, and multiple system instances can be launched as virtual
machines in a cloud environment in order to develop individual databases for
each research project. In the future research, we will focus on the implementation
of a practical federation amongst such system instances.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>1. The FANTOM Consortium and the RIKEN PMI and CLST (DGT): A promoterlevel mammalian expression atlas</article-title>
          .
          <source>Nature</source>
          <volume>507</volume>
          :
          <fpage>462</fpage>
          {
          <fpage>470</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Ichikawa</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakazawa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kawashima</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iizumi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuroda</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsuhara</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suzuki</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ishikawa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seki</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fujita</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motohashi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nagata</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takagi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shinozaki</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matsui</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The FOX hunting system: an alternative gain-of-function gene hunting technique</article-title>
          .
          <source>Plant J</source>
          .
          <volume>45</volume>
          :
          <issue>974</issue>
          {
          <fpage>985</fpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Sugahara</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asada</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimada</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taka</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunishima</surname>
          </string-name>
          , N.:
          <article-title>HATODAS II: heavy-atom database system with potentiality scoring</article-title>
          .
          <source>J. Appl. Crystallogr</source>
          .
          <volume>42</volume>
          :
          <fpage>540</fpage>
          -
          <lpage>544</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Yoshiki</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ike</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mekada</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kitaura</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakata</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hiraiwa</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mochida</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ijuin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kadota</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murakami</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ogura</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abe</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moriwaki</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Obata</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>The mouse resources at the RIKEN BioResource center</article-title>
          .
          <source>Exp. Anim</source>
          .
          <volume>58</volume>
          (
          <issue>2</issue>
          ):
          <volume>85</volume>
          {
          <fpage>96</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Nakamura</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Bio-resource of human and animal-derived cell materials</article-title>
          .
          <source>Exp. Anim</source>
          .
          <volume>59</volume>
          (
          <issue>1</issue>
          ): 1{
          <issue>7</issue>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Yokoyama</surname>
            ,
            <given-names>K.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murata</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakade</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kishikawa</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ugai</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kimura</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kujime</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirose</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Masuzaki</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamasaki</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kurihara</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Okubo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakano</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kusa</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yoshikawa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inabe</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ueno</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Obata</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Genetic materials at the gene engineering division, RIKEN BioResource Center</article-title>
          . Exp. Anim.
          <volume>59</volume>
          (
          <issue>2</issue>
          ):
          <volume>115</volume>
          {
          <fpage>124</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>