<!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>Publishing Linked Open Data from Semantic Relation Extraction for Thai Cultural Archive</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Archive</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Watchira Buranasing, Marut Buranarach National Electronics and Computer Technology Center, National Science and Technology Development Agency Thailand Science Park</institution>
          ,
          <addr-line>Klong Luang, Pathumthani 12120</addr-line>
          ,
          <country country="TH">Thailand</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1999</year>
      </pub-date>
      <abstract>
        <p>Culture is a key dimension of the information society, that refers to the cumulative knowledge, experience, beliefs, attitudes, meanings, hierarchies, religion, spatial relations and material objects and possessions acquired by a group of people in each generations. This research proposed a method to create linked open data from semantic relation extraction for Thai cultural archive. It describes in detail a methodology for creating a linked data resource and developing a useful application with resource description framework (rdf) format.</p>
      </abstract>
      <kwd-group>
        <kwd>Linked Open Data</kwd>
        <kwd>Thai Cultural Extraction</kwd>
        <kwd>Resource Description Framework (RDF)</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Culture is a key dimension of the information society, that refers to the cumulative
knowledge, experience, beliefs, attitudes, meanings, hierarchies, religion, spatial
relations and material objects and possessions acquired by a group of people in each
generations. A cultural archive derived from Thai Cultural Information Center Website
(http://www.m-culture.in.th), which is one of an important database for education,
economy and society. The content database associates with person, organization, place
and artifact. A size of database has been increasing in terms of volume of data from
cultural specialist in 76 provinces of Thailand. There are more than 100,000 records
uploaded in 3 years since November, 2010 to September, 2014 .</p>
      <p>Relation extraction is one of the interesting topics in natural language processing. It is
the task of extracting related pairs of entities from text. The goal is to discover the
relationships between pairs of entities in texts. Previous research developed by
Watchira Buranasing et al. is “Semantic Relation Extraction for Extensive Service of a
Cultural Database” [1]. It is the method to discover semantics relation among a set of
entities in a cultural archive. The approach is based on a set of relation templates which
are determined by relation type and their arguments.</p>
      <p>Linked Open Data is a method for publishing of data structure, that allows metadata
to be connected. Therefore the different representations of the same content can be
found, and links made between related resources. One of a research developed by Je
Edelstein et al. , “Linked Open Data for Cultural Heritage: Evolution of an Information
Technology”. [2] It surveys the landscape of linked open data projects in cultural
heritage, examining the work of groups from around the world. Traditionally, linked
open data has been ranked using the five star method proposed by Tim Berners-Lee.
This research developed a six-stage life cycle based on the five-star method, describing
both dataset development and dataset usage. It uses this framework to describe and
evaluate fifteen linked open data projects in the realm of cultural heritage. In
addition,“Linked Open Data and its Implications for Artistic and Cultural Resources”
developed by Allana Mayer [3] , “Amsterdam Museum Linked Open Data” developed
by Victor de Boer et al. [4], all of the above researches proposed a method to create
linked open data from database, but this research proposed a method to create linked
open data from semantic relation extraction.</p>
      <p>The remainder of the paper is organized as follows. Section II gives an overview of
the methodology for creating linked data from semantic relation extraction for
extensive service of a cultural database. Section III shows an application. Section IV
concludes and discusses some directions.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>Overview of the methodology for creating linked open data from semantic relation extraction</title>
      <sec id="sec-2-1">
        <title>2.1 Semantic Relation Extraction</title>
        <p>The content of each document from a cultural database including four components,
there are images, title , description and category .There is one main subject of relations
in each documents and the main subject belongs to one cultural domain. This research
focusing on three cultural domains. There are place, person and artifact. Based on these
domains, the possible subject of the relations is a place, a human and a man-made
object. Therefore, the set of relations corresponding to the subject, such as the subject is
a place, consequently, the related information has to be where it is, when it was built and
who built it. The formal expressions for these relations are IsLocatedAt, IsBuiltIn and
IsBuiltBy. The surface forms of the relations used for searching the relation
texts.Named entity types, associated with the main subject domain and their relations.</p>
        <p>This research controls semantic drift of the target arguments using named entities.
The named entity recognizer has been built from an annotated corpus. [5] According to
the relation templates, this method trained the model with four named entity tags. The
list of named entity tags are location (LOC), person name (PER), organization name
(ORG) and date (DAT). The samples of relation instances produced by the approach is
shown in table 1.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Conversion and Modeling</title>
        <p>In this sub section briefly explain the process of conversion from the result of relation
extraction to linked open data.</p>
        <p>The results of relation extraction have been presented as a set of statements. Each
statements giving a value. For example, a description of the record information about
Title, Relation and Object.The attribute pairs are reformatted into subject predicate
object statements by using the record identifier as the subject of each statement. A URI
represents a Uniform Resource Identifier (URI) reference, that identifies the name and
location of a file or resource in a uniform format. The subject of record must be a URI
and globally unique. A cultural archive derived from Thai Cultural Information Center
Website (http://m-culture.in.th/) by Thailand's Ministry of Culture can create a unique
URI for a resource in it's collections as “MOC” plus “record id”. The record ID can be
replaced with the resource URI in the set of statements, as shown in Figure 1.
Each statement of the resource is represented by an RDF property. Next step is to find a
URI for a property matching the attribute in each statement. This research taken the set
of namespace from Dublin Core terms[6], ISBD[7], RDA[8] and Resource Description
Framework[9], as shown in Table 2.
The attributes in the statements derived from the example record can be replaced by the
matching property URIs, as shown in Table 3.
The final step is to publish the set of RDF triples derived from the example record as
shown in Figure 2. and the rdf graph is shown is Figure 3.</p>
        <p>@prefix dct: &lt;http://purl.org/dc/terms/&gt;
@prefix isbd: &lt;http://iflastandards.info/ns/isbd/elements/&gt;
@prefix MOC: &lt;http://m-culture.in.th/&gt;
@prefix rda: &lt; http://rdvocab.info/elements&gt;
MOC:48081 isbd:P1014 “Notes on an electrical experiment”
MOC:48081 dct:title “วัดท่าเจดีย์ตั้งอยู่ที่ตำาบลบางเลน”
MOC:48081 rdf:subject “วัดท่าเจดีย์”
MOC:48081 rdf:predicate “ตั้งอยู่ที่”
MOC:48081 rdf:object “ตำาบลบางเลน”
MOC:48081 isbd:p1068 “LOC”
MOC:48081 dct:image “http://m-culture.in.th/media/big/ 201945.jpeg”
MOC:4801 rda:dateOfPublication “2013-01-01 00:00:01”
Linked Open data from semantic relation extraction can build the interesting and useful
applications upon them. For example, creating a knowledge map as shown in Figure 4.
The semantic relation extraction for extensive service of a cultural archive is a
collection of relation among two entities include place, organization, personal and date.
This research approach to creating and publishing linked open data by a simple model;
moreover, developing an application for showing relationships between two entities
using resource description framework (rdf) in knowledge graph.Possible future work
will include more repository of cultural domain documents containing a wider variety of
contents is also in progress.</p>
        <p>Expressing Qualified Dublin Core in RDF / XML:
http://dublincore.org/documents/dcqrdf-xml/
INTERNATIONAL FEDERATION OF LIBRARY ASSOCIATIONS AND
INSTITUTIONS: ISBD(M):International Standard Bibliographic Description for
Monographic Publications, 2002.</p>
        <p>Joint Steering Committee for the Revision of Anglo-American Cataloguing Rules: RDA
– Resource Description and Access: Scope and Structure. Available:
http://www.collectionscanada.ca/jsc/docs/5rda-scope.pdf.:2006.
Description</p>
        <p>Framework:</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Watchira</given-names>
            <surname>Buranasing</surname>
          </string-name>
          , Virach Sornlertlamvanich, Thatsanee Charoenporn :
          <article-title>Semantic Relation Extraction for Extensive Service of a Cultural Database : The tenth symposium on natural language processing</article-title>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Jeff</given-names>
            <surname>Edelstein</surname>
          </string-name>
          , Lola Galla,
          <string-name>
            <given-names>Carolyn</given-names>
            <surname>Li-Madeo</surname>
          </string-name>
          , Julia Marden, Alison Rhonemus, Noreen Whysel:
          <article-title>Linked Open Data for Cultural Heritage: Evolution of anInformation</article-title>
          <source>Technology: The 31st ACM international conference on Design of communication</source>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Allana</given-names>
            <surname>Mayer</surname>
          </string-name>
          :
          <article-title>Linked Open Data and its Implications for Artistic and</article-title>
          Cultural Resources:
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Victor de Boer</surname>
          </string-name>
          ,Jan Wielemaker, Judith van Gent,
          <string-name>
            <surname>Marijke Oosterbroek</surname>
            , Michiel Hildebrand , Antoine Isaac, Jacco van Ossenbruggen, Guus Schreiber: Amsterdam Museum Linked Open Data: 2012 Theeramunkong,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boriboon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Haruechaiya- sak, C.,
          <string-name>
            <surname>Kittiphattanabawon</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kosawat</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , On- suwan, C.,
          <string-name>
            <surname>Siriwat</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suwanapong</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Tongtep</surname>
          </string-name>
          , N. “
          <article-title>Thai-nest: A Framework for Thai Named entity Tagging Specification and Tools”</article-title>
          .
          <source>In Proceedings of CILC.</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>