<!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>Rikamap-An educational application using RDF- formatted learning paths</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Makoto Urakawa</string-name>
          <email>urakawa.m-gi@nhk.or.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hiroshi Fujisawa</string-name>
          <email>fujisawa.h-ja@nhk.or.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>NHK (Japanese Broadcasting Corporation)</institution>
          ,
          <addr-line>1-10-11,Kinuta,Setagaya-ku,Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Amid the growth of educational services and content on the Internet, it is expected that an increase in services with material suited to the path of learning and systems that bundle materials together. There is research being done on ways to systematize connections between preparatory and review items and to coordinate the content of educational materials. The authors have developed Rikamap(“Science Map”),1 an application that utilizes resource description framework (RDF)-formatted learning paths to connect these stages of learning and systematically organize and present educational video content relevant to each stage for the user. In this paper, we will discuss the underlying data structure and system of the Rikamap, as well as the importance and issues of using a linked structure as revealed by the usage of the system.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology</kwd>
        <kwd>resource description framework</kwd>
        <kwd>RDF</kwd>
        <kwd>knowledge graph</kwd>
        <kwd>learning path</kwd>
        <kwd>linked data</kwd>
        <kwd>curriculum</kwd>
        <kwd>education</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The Ministry of Education, Culture, Sports, Science, and Technology (MEXT)
publishes curriculum guidelines for each grade level and subject in HTML and PDF
formats. 2 3 Textbook publishers and other companies that provide educational
services develop their content and plan their lessons based on these guidelines. AS a
public broadcaster, NHK not only produces and broadcasts television programs with
content developed according to the guidelines, but publishes educational video
content on the web as well. 4 However, because the curriculum guidelines are not made
available as linked open data or even as structured data, it is difficult for a single
company’s educational materials to be organized within an system and with other
companies’ content.</p>
    </sec>
    <sec id="sec-2">
      <title>1 http://www.nhk.or.jp/school/rikamap/</title>
      <p>2 http://www.mext.go.jp/a_menu/shotou/new-cs/youryou/chu/ri.htm
3http://www.mext.go.jp/component/a_menu/education/micro_detail/__icsFiles/afieldfile/2011/0
4/11/1298356_5.pdf (referred for explanation in English)
4 http://www.nhk.or.jp/school/</p>
      <p>
        We have been done to parse the text of the curriculum guidelines to estimate the
relationship of new words to previously appearing words, then extract learning
connections and write them in the resource description framework (RDF) format [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. By
labeling the learning items with relational designations like “preparation” and
“review,” it is possible to use these RDF data as learning paths. In this paper, we will
introduce Rikamap—an application that uses these RDF-formatted learning paths—
and talk about its usefulness as analyzed and evaluated from usage logs.
      </p>
      <p>Section 2 of this paper gives a brief overview of related work. Section 3 describes
the structure of the backend system. Section 4 introduces Rikamap and its
examination results. Finally, Section 5 summarizes this research.
2.</p>
      <sec id="sec-2-1">
        <title>Related Work</title>
        <p>
          The British Broadcasting Corporation (BBC) published a curriculum ontology5
that describes the United Kingdom (UK) national curricula [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. It represents the
importance of organized learning resources. However, it does not enable us to learn the
relative subjects continuously and dynamically. Study of ontology design [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] can
help classify ontology for teachers, learners, syllabus, and subjects. These approaches
focus on a system to manage a layered ontology, and the syllabus is classified by
string similarity based on only common words [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. The Knewton offers an adaptive
courseware by using learning paths. The learning path is one of the keys for adaptive
learning, however it can be generated by a trained subject matter expert in a few
weeks [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
3.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Backend Structure</title>
        <p>
          Rikamap’s backend data structure consists of information from the national
curriculum guidelines and NHK’s video. The leaning paths does not need to be updated
as long as the guidelines do not change, however new videos are produced daily.
Therefore, we designed a system to allows video content to be connected to learning
paths. Figure 1 shows the structure of the system, which is deployed on Amazon web
services (AWS). It takes information about the videos from a pre-existing digital
archive system in TSV. The video information has a pointer written in character string
to related to items of the curriculum. The system converts it and ties the video
information to the learning path data that is already stored in an RDF store. Meanwhile,
queries from the web service Rikamap are converted to SPARQL format on the API
server and return a response with data from the RDF store. This is done to hide the
SPARQL query and to handle the log data in a unified way. For the RDF store, we
chose Stardog after performing speed tests on the response to property path queries
for learning path extraction. Please refer to past paper [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] to learn more about how the
learning path data and video information are structured.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>5 http://www.bbc.co.uk/ontologies/curriculum</title>
      <p>Digital
Archive
System</p>
      <p>Video information</p>
      <p>FTP(PUT)</p>
      <p>TSV</p>
      <p>Rika Map
“Science Map”</p>
      <p>Data
Processing
(TSV-&gt;RDF)
“Search items to review
and preview this item”</p>
      <p>Query
(WEB-API)</p>
      <p>UPDATE</p>
      <p>RDF</p>
      <p>API
Server</p>
      <p>Query
(SPARQL)</p>
      <p>RDF Store</p>
      <p>IMPORT</p>
      <p>OWL
Learning paths
A learning path
with related videos
based on a query</p>
      <p>AWS
4.</p>
      <p>Overview of Rikamap and examination of usage patterns
In this section, we will introduce Rikamap, which not only allows learners to learn
with videos whose content suits their interests, but also allows them to navigate
between and watch videos corresponding to preparatory and review items. As the
screenshots in Figure 2 show, when the learner clicks on an icon representing a
learning item in the Top Screen, they are taken to the Navigation Screen. The Navigation
Screen displays relevant learning paths corresponding to that icon (marked
“hasReview/hasPreview” in the figure) and related videos (marked “hasVideo”). These
relationships are dynamically generated from the learning path data. Using Rikamap,
learners can prepare and review according to their own understanding.</p>
      <sec id="sec-3-1">
        <title>Top Screen</title>
      </sec>
      <sec id="sec-3-2">
        <title>Navigation Screen</title>
        <p>An item for learning
from the curricula
click
hasPreview
hasPreview
hasReview
hasVideo
hasVideo
hasVideo
click</p>
        <p>hasVideo</p>
        <p>We analyzed the first 2 weeks of system logs following the April 27, 2017 launch
of the application. The Top Screen had 3319 views, and there were 1731
clickthroughs to the Navigation Screen. On the Navigation Screen, users clicked on
preparatory and review items 2149 times, with an average of 1.2 such items being
clicked per session. Furthermore, upon checking whether users navigated more to
preparatory or to review items, we found that review items were clicked 1.2 times
more than preparatory items. That is to say, it seems that, rather than developmental
content, learners need content that will help them understand in greater depth what
they are already learning. Moreover, upon reaching the Navigation Screen, users
played 3.2 times as many preparatory and review videos along the learning path in
comparison with other related videos that were shown when they reached at the
Navigation Screen. This implies that users more frequently watch videos that have a
meaningful relationship to what they are learning. From the content producer perspective,
this means that rather than simply displaying related videos, it is more useful to
provide content designated for specific use cases such as preparation and review.
However, the video service on the existing NHK for School website had 3.1 times as many
completed video plays than Rikamap. We believe this is because Rikamap also
focuses on the user interface to enable and prompt users to view various videos smoothly.
As a result, they do not finish watching videos that are even a slight mismatch with
what they were looking for. The way of providing the appropriate videos and making
them view with concentration should be needed.
5.</p>
        <sec id="sec-3-2-1">
          <title>Summary</title>
          <p>In this paper, we described the structure of an application that uses RDF-formatted
learning paths extracted from existing curriculum guidelines which the Japanese
ministry published, and examined the usage patterns of this application. This application
“Rikamap” enables users to explore learning items and relevant videos. RDF, which
expresses data as triples, enables the flexible expression of learning paths, which
actively change depending on what is being learned. The query about the property path
from RDF data is especially effective for this application. In examining the usage logs,
we saw that Rikamap users searched for content to review rather than preview what
they were studying. It is also revealed that there is a greater tendency to watch videos
that have meaningful “preparatory” and “review” connections to their learning items.
These results prove the usefulness of semantically-constructed learning paths, and
give a pedagogical insight to educational content providers. In the future, we will try
to improve the algorithm that bundles a learning item and videos in order to offer
more appropriate videos what users want to study.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Makoto</given-names>
            <surname>Urakawa</surname>
          </string-name>
          , Masaru Miyazaki, Hiroshi Fujisawa, Masahide Naemura, Ichiro Yamada:
          <article-title>Constructing Curriculum Ontology and Dynamic Learning Path Based on Resource Description Framework</article-title>
          .
          <source>In: Proceedings of the ISWC 2016 Posters &amp; Demonstrations Track (ISWC2016)</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikroyannidi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Semantic Web Technologies Supporting the BBC Knowledge &amp; Learning Beta Online Pages</article-title>
          .
          <source>In: Proceedings of the Linked Learning Meets LinkedUp Workshop</source>
          :
          <article-title>Learning and Education with the Web of Data (LILE</article-title>
          <year>2014</year>
          )
          <article-title>(</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chung</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          :
          <article-title>Ontology Design for Creating Adaptive Learning Path in eLearning Environment</article-title>
          .
          <source>In: Proceedings of the International Multi-Conference of Engineers and Computer Scientists</source>
          <year>2012</year>
          , Vol.
          <volume>1</volume>
          (
          <issue>IMECS</issue>
          <year>2012</year>
          )
          <article-title>(2102)</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chung</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.M.:</given-names>
          </string-name>
          <article-title>An Ontological Approach for Semantic Modeling of Curriculum and Syllabus in Higher Education</article-title>
          .
          <source>International Journal of Information and Education Technology</source>
          , Vol.
          <volume>6</volume>
          , No.
          <volume>5</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. https://www.knewton.com/wp-content/uploads/knewton-technical
          <string-name>
            <surname>-</surname>
          </string-name>
          white-paper-
          <volume>201501</volume>
          .pdf
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>