<!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 publication platform for RIKENs life-science researchers that promotes research collaborations over di erent research area</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kai Lenz</string-name>
          <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>
        <contrib contrib-type="author">
          <string-name>Norio Kobayashi</string-name>
          <email>norio.kobayashi@riken.jp</email>
          <email>norio.kobayashig@riken.jp</email>
          <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>
        <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>RIKEN BioResource Center (BRC)</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</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>To promote data dissemination and integration of life sciences datasets produced by RIKEN, we developed an infrastructure database called "RIKEN MetaDatabase" that enables data publication and integration using the Resource Description Framework. In addition, we implemented a simple work ow for data management and a graphical user interface representing data links across laboratories. Consequently, inter-laboratory collaboration and coordination have been accelerated. Combined with global standardization activities, we expect that this infrastructure will contribute to worldwide data integration.</p>
      </abstract>
      <kwd-group>
        <kwd>life-sciences database</kwd>
        <kwd>database integration</kwd>
        <kwd>Resource Description Framework</kwd>
        <kwd>Semantic Web</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>RIKEN is a comprehensive science research institute that covers physics,
chemistry, and life sciences. Conventionally, RIKEN produces various individual life
sciences databases. The integrated analysis of the internal and external research
data is essential.</p>
      <p>
        Semantic Web technologies based on the Resource Description Framework
(RDF) are powerful tools to realize distributed global data integration. Recently,
RDF-based public databases, such as Bio2RDF[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], DisGeNet[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], EBI RDF
Platform[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], have been published. In this context, we conclude that developing an
infrastructure system that encourages RIKEN researchers to participate in
RDFbased global data integration is bene cial. However, generating RDF data
requires technical knowledge of Semantic Web technologies. To overcome this, we
have developed a database platform, which we refer to as RIKEN MetaDatabase,
that realizes database integration among di erent life science elds. In this study,
we provide an overview of its design and implementation.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Requirements</title>
      <p>The RIKEN MetaDatabase assumes two user types: data viewers and data
publishers. The main requirement of the system is to ensure simple and useful
operations by both user types.</p>
      <p>For data viewers, the requirements are as follows: 1) enabling users to nd
datasets via a simple graphical interface (GUI) and 2) showing the interrelations
of data entities across databases.</p>
      <p>For data publishers, RDF data generation should be handled by biologists
who are unfamiliar with Semantic Web technologies. The platform supports
a tabular form RDF data, which is frequently used in life sciences, to enable
biologists to create RDF data more easily.
3
3.1</p>
    </sec>
    <sec id="sec-3">
      <title>Implementation</title>
      <p>Spreadsheet for RDF data generation
As described above, the core methodology that allows biologists to generate
RDF data is the introduction of a tabular form that can be implemented
using a spreadsheet application. Figure 1 shows an example of a Microsoft Excel
spreadsheet.</p>
      <p>In the spreadsheet, a table, column names, and data cells correspond to a
class, properties and instances/literals, respectively, and the spreadsheet
corresponds to a database that can be represented as an RDF graph. In a single
Microsoft Excel workbook, users can de ne or update a graph (database) with
multiple classes (tables), properties, instances, and triples.
The RIKEN MetaDatabase is implemented as a web server that connects a
backend RDF triple store to a GUI accessed via a web browser. In addition,
a SPARQL endpoint acts as an application programming interface (API). We
employ two virtual machines(VMs) on our private cloud, i.e., the "RIKEN Cloud
Service". One VM provides the GUI, and the other hosts Virtuoso as the backend
RDF triple store. With cloud computing, database publishers using the RIKEN
MetaDatabase do not require to con gure hardware or use external software.
The GUI reproduces the tabular list de ned by the spreadsheet (Fig. 2).</p>
      <p>The RIKEN MetaDatabase has a "built-in" database, i.e., the RIKEN
Database Directory (http://metadb.riken.jp/metadb/db/DBcatalog), that list the
metadata in order to easily nd the RIKEN databases.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Activities</title>
      <p>As of July 2016, there were 110 individual databases, 21 ontologies, and 152,784,620
RDF triples registered in the RIKEN MetaDatabase. These databases as well as
the non-RDF-based databases published by RIKEN are also listed in the
specialized RIKEN Database Directory. The RIKEN Database Directory is designed to
be data-compatible with the IntegBio Database Catalog, which is a portal site
for life sciences database integration by four ministries of Japan.</p>
      <p>This system realizes data-mediated collaboration among the RIKEN
database developers. Figure 3 shows the examples of the common uses of URIs
across databases, where multiple databases have multiple inter-reletions with
other datasets (databases and ontologies) via common URIs.</p>
    </sec>
    <sec id="sec-5">
      <title>Discussion and Conclusions</title>
      <p>
        Applying native RDF technologies, we have developed the RIKEN MetaDatabase,
a database infrastructure for the publication and integration of data produced
by RIKEN. The data-mediated collaboration shown in Fig. 3 bene ts both the
data developers as well as the data viewers, facilitating the integration of
published data and a viewer's private data. For the further reuse of existing URIs,
development of a retrieval function of public data realized in RightField[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] may
be useful.
      </p>
      <p>
        In another case, laboratories have initiated developing common schemata,
including common upper-level classes and properties (e.g., mouse strains and
cell lines as experimental materials or images), to standardize the data format
of commonly used data entities. The standardization of such RDF schemata
should be consistent with global activities such as Open Biomedical Ontology
and BioSharing [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Therefore, in the future, we plan to organize a committee
or a user group to discuss data coordination in RIKEN and globally. We
expect that the RIKEN MetaDatabase will promote global data integration and
collaboration across di erent life science elds.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Belleau</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nolin</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tourigny</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rigault</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morissette</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Bio2RDF: towards a mashup to build bioinformatics knowledge systems</article-title>
          .
          <source>J. Biomed Inform., 5</source>
          ,
          <fpage>706</fpage>
          -
          <lpage>716</lpage>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Queralt-Rosinach</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , Pin~ero, J.,
          <string-name>
            <surname>Bravo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Furlong</surname>
            ,
            <given-names>L.I.:</given-names>
          </string-name>
          <article-title>DisGeNETRDF: harnessing the innovative power of the Semantic Web to explore the genetic basis of diseases</article-title>
          .
          <source>Bioinformatics</source>
          . (
          <year>2016</year>
          ) in press
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Jupp</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malone</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolleman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandizi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davies</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaulton</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gehant</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laibe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Redaschi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wimalaratne</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Le</given-names>
            <surname>Novere</surname>
          </string-name>
          . N.,
          <string-name>
            <surname>Parkinson</surname>
          </string-name>
          . H.,
          <string-name>
            <surname>Birney</surname>
          </string-name>
          . E.,
          <string-name>
            <surname>Jenkinson</surname>
            ,
            <given-names>A.M.:</given-names>
          </string-name>
          <article-title>The EBI RDF platform: linked open data for the life sciences</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>9</volume>
          , 1338{
          <fpage>1339</fpage>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Wolstencroft</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Owen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horridge</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krebs</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mueller</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snoep</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>du Preez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>RightField: embedding ontology annotation in spreadsheets</article-title>
          .
          <source>Bioinformatics</source>
          <volume>27</volume>
          (
          <issue>14</issue>
          ),
          <year>2021</year>
          {
          <year>2012</year>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>McQuilton</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez-Beltran</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rocca-Serra</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thurston</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lister</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maguire</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sansone</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>BioSharing: curated and crowd-sourced metadata standards, databases and data policies in the life sciences</article-title>
          .
          <source>Database</source>
          <year>2016</year>
          ,
          <volume>1</volume>
          {
          <issue>8</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>