<!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>Building DBpedia Japanese and Linked Data Cloud in Japanese</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fumihiro Kato</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hideaki Takeda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Seiji Koide</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ikki Ohmukai</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Institute of Informatics</institution>
          ,
          <addr-line>2-1-2, Chiyoda-ku, Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Research Organization of Information and Systems</institution>
          ,
          <addr-line>Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>The Graduate University for Advanced Studies</institution>
          ,
          <addr-line>Kanagawa</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Wikipedia is one of the most valuable language and ontological resources covering wide domains so that DBpedia, LOD based on Wikipedia, plays the important role in the LOD cloud by connecting various resources. DBpedia Japanese is the LOD created from Wikipedia Japanese just as DBpedia data sources in other languages like English and German. We here describe how the conversion could be carried out with the efforts to t DBpedia software and show the results of the dataset. We also describe how the created DBpedia Japanese is used by other Linked Data and show the Linked Data Cloud in Japanese.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>2</p>
    </sec>
    <sec id="sec-2">
      <title>DBpedia Japanese</title>
      <p>DBpedia Japanese is the DBpedia generated from the Japanese Wikipedia. It is
an internationalization of DBpedia where all parts fo the software used to build
it from Wikipedia are those developed for English DBpedia. Therefore most of
the building process were done except some language-speci c treatments like the
con guration for information extraction, and ontology mapping.</p>
      <p>DBpedia Japanese is built and maintained in the activity of LODAC Project5
where various data resources such as museums and biology are published as
Linked Data.</p>
      <p>
        Currently it contains 79,423,068 triples including links to the Japanese
WordNet and the Japanese Wikipedia Ontology[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], and the statistics for ontology
mapping is shown in Table 2. Roughly speaking, the rate for ontology mapping
is a half of English DBpedia. There is still room to improve. In the following
sections, we describe what we have done to build DBpedia Japanese and the
results we achieved.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Customization of DBpedia Information Extraction Framework</title>
        <p>
          DBpedia Information Extraction Framework (DIEF) 6 is the package of the
software to extract information from Wikipedia. It is basically applicable to
Wikipedia sources in any languages but is needed to customize in order to adapt
information written in the language[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. In building DBpedia Japanese, we set up
the following extraction modules for Japanese;
1. DisambiguationExtractor
2. HomepageExtractor
3. ImageExtractor
4. PersondataExtractor
Some modules are needed to customize for Japanese Wikipedia as follows.
DisambiguationExtractor We added the following line in the con guration
le for DisambiguationExtractor for processing disambiguation pages.
"ja" -&gt; "(
        </p>
        <p>)"
HomepageExtractor This module is used to extract official web pages. We
added three patterns to process for hyperlinks with the following strings.
propertyNamesMap
"ja" -&gt; Set("homepage", "website", "</p>
        <p>", " ")
externalLinkSectionsMap</p>
        <sec id="sec-2-1-1">
          <title>5 http://lod.ac</title>
        </sec>
        <sec id="sec-2-1-2">
          <title>6 http://wiki.dbpedia.org/Documenation</title>
          <p>", "</p>
          <p>", "Web
"ja" -&gt; "
officialMap
"ja" -&gt; "
"</p>
          <p>"
They mean Web page, Outgoing page from Wikipedia, and Official respectively.
ImageExtractor This module is used to extract links to images. To avoid non
re-usable images, we added the following line;</p>
          <p>"ja" -&gt; """(?i)\{\{\s?(Non free|Non-free pubart)\s?\}\}""".r
PersondataExtractor This module is used to extract information on persons.
We added \ja" in the supported languages and de ned the following patterns.
1. Names of templates for personal information
2. \ "(name)
3. \ "(alias)
4. \ "(abstract)
5. dates and places for birth and death</p>
          <p>DBpedia Japanese uses IRIs to identify resources now so that there are no
prolems to include Japanese characters. But there was the problem for coding
since URI instead of IRI was used in Virtuoso before version 6.1.4.
2.2</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Statistics of the conversion</title>
        <p>The results of the conversion is shown in Table 1. It is the statistics by the
rst build of DBpedia Japanese on January, 2012. Wikipedia Japanese contains
1,558,754 fragments including article, templates, image descriptions, and
primary meta-pages. We can conclude ca. 90% of the original data is converted
into DBpedia. The bold gures indicate the improvement by the con guration
for Japanese Wikipedia.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Ontology Mapping</title>
        <p>In DBpedia, an ontology is created and shared among different languages. A
class in the ontology typically corresponds to templates which are used to
generate Infobox in Wikipedia. Properties in a class corresponds to parameters in
templates. Ontology mapping in DBpedia is to create classes and their
properties and to create mapping from templates in Wikipedia. Ontology mapping is
not easy task indeed since it is required to understand both background
knowledge in domains and structures in templates. In order to stimulate the ontology
mapping activity, we hold two so-called \mapping party" where people gathered
and created mapping together on August 2012 and March 2013 in which 10 and
25 people participated. The current results of mapping is shown in Table 2. The
numbers of mapped templates are still low in comparison with English
DBpedia. One of the reasons is that we did not create new classes yet, rather added
mapping from the existing classes to templates in Wikipedia Japanese. There
are some original classes like \ " or Samurai but we have not created such
classes yet. We need more improvement on ontology mapping.</p>
        <p>Japanese
rate of all templates in 4.67% (81
Wikipedia are mapped of 1,733)
rate of all properties 2.47% (1581
Wikipedia are mapped of 62,679)
rate of all template occurrences 47.99% (286,858
Wikipedia are mapped of 597,696)
rate of all property occurrences 38.75% (3,128,208
Wikipedia are mapped of 8,071,982)
In this section, we describe Linked Data resources in Japanese. Here Linked Data
resources in Japanese means Linked Data resources where their important or
signi cant part is data presented in Japanese or data is mainly about Japan. An
example for the former is DBpedia Japanese and the latter is the statistics data
about Japanese Industry. The distinction between them is sometimes important
but they mostly overlapped in our case since Japanese is mostly used in Japan.</p>
        <p>Linked Data resources in Japanese have been limited but have increased
rapidly in a couple of years. As mentioned in Section 1, LODAC project initiated
to create datasets Linked Data in Japanese. We create and maintain LODAC
Location, LODAC Museum, LODAC SPECIES, and WorldNet-J, and connect
them to each other.</p>
        <p>Semantic Web Community in Japan started the contest to promote LOD,
namely the LOD Challenge. LOD Challenge was hold twice in 2012 and 2013,
and collected over 70 and 200 applications respectively. It should be noted that
the category of LOD challenge includes Dataset section as well as Idea and
Application sections. Through the LOD challenge, several Linked Data resources
are published.</p>
        <p>We collect major Linked Data resources in Japan and map them in a gure
(see Figure 3 and 1). The criteria to include datasets in it is as follows;
1. providing more than 10,000 triples,
2. providing either derefernece, data dump or SPARQL Endpoint,
3. providing labels in Japanese, and
4. open license is recommended but not mandatory.</p>
        <p>The last criteria may seem odd but we think currently that forcing clear open
licenses is not suitable at the beginning of the emergent community of LOD in
Japan since there are a lot of datasets which are widely used just like with open
licenses but do not have licenses yet.
3.1</p>
      </sec>
      <sec id="sec-2-4">
        <title>Overview of the Linked Data Cloud in Japanese</title>
        <p>The Linked Data Cloud in Japanese is still small, i.e., only 21 datasets are
included which is just one tenth of Global LOD cloud. The proportion of the cloud
is similar. Major category is publication-related datasets. Then some datasets
are from geographic, life science and government domains. The clear difference is
that there are many datasets without open licenses. It is mainly because the
original datasets from which Linked Data datasets are generated often lack licenses.
Some look very open but there are no clear mentions for licenses yet.</p>
        <p>We pick up some of the datasets that are important resources connected to
DBpedia tightly.
3.2</p>
      </sec>
      <sec id="sec-2-5">
        <title>Japanese WordNet and its Linking to DBpedia Japanese</title>
        <p>
          The efforts for multilingual WordNet has been made worldwide based on the
Princeton's English WorldNet so far. In 2008, the Japanese WordNet
(WNja) was developed and released by the National Institute of Information and
Communications Technology (NICT) in Japan [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ][
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Currently WN-ja is built
using the structure of the English WorldNet so that the synsets in WN-ja is
equivalent to those in English WordNet and only words in Japanese are added as
translation of words in English. We used version (1.1) of the Japanese WordNet
with 187,000 senses (word-synset pairs), 57,000 concepts (synsets) and 94,000
unique Japanese words. For up-to-date information on the Japanese WordNet
see nlpwww.nict.go.jp/wn-ja.
        </p>
        <p>
          There are some attempts to convert WorldNet into RDFs. In 2006, W3C
published the Working Draft for the representation in RDF of WorldNet 2.0 [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ],
in which the OWL representation of WorldNet and an OWL schema for
WorldNet were introduced. Then, we applied the proposal to WorldNet 2.1 with the
two extended pointer properties for the new version, i.e., instanceHypernymOf
and instanceHyponymOf in 2006 [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ][
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], and subsequently for WorldNet 3.0.
Up to now, several attempts to represent Princeton's WorldNet in OWL were
made along with updating the WorldNet. Whereas the team members of the
W3C Working Draft had actually converted WorldNet 2.0 to OWL
representation [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ], and then from the viewpoint of Linked Open Data (LOD), de Melo and
Weikum has made the word search web pages [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. The latest WN-ja is built on
Princeton's English WorldNet 3.0. Appropriate Japanese words are added and
linked to synsets via wordsenses as usual in the WorldNet manner. Thus,
according to the W3C proposal of RDF representation of WorldNet, we have made the
conversion of WN-ja to OWL [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
        <p>
          Since both WorldNet and Wikipedia are the most famous comprehensive
languages resources, there are many studies how combining them can contribute
to build better languages resources (e.g., Yago [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]). Currently we here link
entities in both datasets literally, i.e., link entities which share the same strings
since we want to provide the basic dataset for Japanese language resources. We
pick up nouns from WorldNet-ja and map names of resources and properties.
        </p>
        <p>Table 3 shows the statistics of linking data of WN-ja to DBpedia Japanese,
and Table 4 shows the statistics of linking data of DBpedia Japanese to
WNja. In this attempt of linking by words in WN-ja and resource and property
names in DBpedia Japanese, we made the connection by literally exact matching.
Therefore, the mapping is exactly one by one and inversely equivalent in this
case.
DBpedia # of linked # of WN nouns rate
resources 33,017 65,788 50.1%
properties 1,245 65,788 1.9%
DBpedia # of linked # of IRIs rate
resources 33,017 1,456,158 2.3%
properties 1,245 16,020 7.8%
3.3</p>
      </sec>
      <sec id="sec-2-6">
        <title>Japanese Wikipedia Ontology</title>
        <p>
          Takahira Yamaguchi and his group.[
          <xref ref-type="bibr" rid="ref7">7</xref>
          ][
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] created Ontology for Wikipedia, i.e., it
categorizes articles in Wikipedia. It provides the class hierarchy with properties,
and is built by combining different techniques to analyze texts of articles, infobox,
and categories. Currently Japanese Wikipedia Ontology and DBpedia Japanese
are connected via owl:sameAs but we are planning to integrate them just as
DBpedia and Yago.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Lessons Learnt</title>
      <p>We have worked to create DBpedia Japanese as LOD resources in Japanese
which can be used by other LOD datasets. What we have learnt through the
process are as follows;
1. The language-dependent software problems are been solved mostly, but some
still exist. They are not serious but it takes time and techniques to solve
them. In particular, some software and tools are not completely compatible
with IRI or UTF-8, and some lack language tags when describing literals.
Anyway it is important to share demands from local communities with the
global community.
2. People are willing to link to our resources. Within a year and so, we have
13 datasets which link their resources to those in DBpedia Japanese. The
problem is that it is difficult to nd datasets linking to us. We collect the
datasets by personal communication or by local academic meetings. We need
some techniques to nd them automatically.
3. Having the hub for linking is not just good to make LOD cloud but also good
to connect people. We had several academic meetings and tutorials for LOD.
DBpedia Japanese is always a good example to demonstrate LOD since it
covers various topics including daily issues and they are of course written
in Japanese. People were motivated to join the LOD community in order to
connect their data to DBpedia Japanese.
5</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>Wikipedia isthe precious ontology resources covering wide domains so that
DBpedia play an important role in the LOD cloud by connecting various LOD
resources. Building DBpedia for an lanugage is not so difficult task since all
parts of the software are ready to use except some minor issues. We strongly
recommend people in other languages to build own DBpedia. Building DBpedia
is not just adding an useful resource but stimulating people to connect their
data. It is the rst step to make the society to be connected by data.
Open
DATA
METI
Statistics
KAKEN
CiNii
Biomass
pedia
Freebase</p>
      <p>LSJ</p>
      <p>PinQA</p>
      <p>GeoLOD</p>
      <p>VIAF
DBpedia</p>
      <p>DBpedia</p>
      <p>Japanese
LODAC
Species
Japanese
Wikipedia
Ontology</p>
      <p>WordNet-ja</p>
      <p>Yokohama
Art LOD
save
MLAK</p>
      <p>NDL Authority</p>
      <p>Earthquake
Archives
Fukushima</p>
      <p>LC
Geonames</p>
      <p>SOCIA
Industry
Life Science
Media
Publication
User generated content</p>
      <p>Geographic
Cross-domain
Government</p>
      <p>LOD Cloud
Open license</p>
      <p>Fumihiro Kato, 2013-10-09
Kyoto
Manga</p>
      <p>Museum
Aozora
Bunko</p>
      <p>RIHN
Neji
LOD
LODAC</p>
      <p>Museum</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Linked Data: Evolving the Web into a Global Data Space (1st edition)</article-title>
          .
          <source>Synthesis Lectures on the Semantic Web: Theory and Technology</source>
          . Morgan &amp;
          <string-name>
            <surname>Claypool</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Dbpedia-a crystallization point for the web of data</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>7</volume>
          (
          <issue>3</issue>
          ) (
          <year>2009</year>
          )
          <volume>154</volume>
          {
          <fpage>165</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Isahara</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bond</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uchimoto</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Utiyama</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanzaki</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Development of japanese wordnet</article-title>
          .
          <source>In: Sixth international conference on Language Resources and Evaluation (LREC</source>
          <year>2008</year>
          ), Marrakech (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bond</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isahara</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fujita</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uchimoto</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuribayashi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanzaki</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Enhancing the japanese wordnet</article-title>
          .
          <source>In: Proceedings of the 7th Workshop on Asian Language Resources. ALR7</source>
          , Stroudsburg, PA, USA, Association for Computational Linguistics (
          <year>2009</year>
          ) 1{
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Koide</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takeda</surname>
          </string-name>
          , H.:
          <article-title>Rd zation of japanese electronic dictionaries and lod</article-title>
          . In: 2nd Workshop on
          <article-title>Linked Data in Linguistics: Representing and linking lexicons, terminologies and other language data Pisa, Italy, 23rd September 2013</article-title>
          .
          <article-title>Collocated with GL2013</article-title>
          .
          <article-title>(</article-title>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Yokoi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The edr electronic dictionary</article-title>
          .
          <volume>38</volume>
          (
          <issue>11</issue>
          ) (
          <year>1995</year>
          )
          <volume>42</volume>
          {
          <fpage>44</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Morita</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sekimoto</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tamagawa</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamaguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Building up a class hierarchy with properties from japanese wikipedia</article-title>
          .
          <source>In: Proceedings of the The 2012 IEEE/WIC/ACM International Joint Conferences on Web Intelligence</source>
          and
          <string-name>
            <surname>Intelligent Agent</surname>
          </string-name>
          Technology-Volume
          <volume>01</volume>
          , IEEE Computer Society (
          <year>2012</year>
          )
          <volume>514</volume>
          {
          <fpage>521</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Tamagawa</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sakurai</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tejima</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morita</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Izumi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamaguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Building up a class hierarchy with properties from japanese wikipedia</article-title>
          .
          <source>In: Proceedings of the The 2010 IEEE/WIC/ACM International Joint Conferences on Web Intelligence</source>
          , IEEE Computer Society (
          <year>2010</year>
          )
          <volume>279</volume>
          {
          <fpage>286</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bratsas</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antoniou</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Metakides</surname>
          </string-name>
          , G.:
          <article-title>Internationalization of linked data: The case of the greek fDBpediag edition</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>15</volume>
          (
          <issue>0</issue>
          ) (
          <year>2012</year>
          )
          <volume>51</volume>
          {
          <fpage>61</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. van Assem,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gangemi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Schreiber</surname>
          </string-name>
          , G.:
          <article-title>Rdf/owl representation of wordnet</article-title>
          .
          <source>W3C Working Draft 19 June</source>
          <year>2006</year>
          (
          <year>2006</year>
          ) http://www.w3.org/TR/2006/WDwordnet-rdf-
          <volume>20060619</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Koide</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morita</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamaguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muljadi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takeda</surname>
          </string-name>
          , H.:
          <article-title>Owl expressions on wordnet and edr</article-title>
          .
          <source>In: SIG for Semantic Web and Ontology, SIG-SWO-A601-03, The Japanese AI Society</source>
          (
          <year>2006</year>
          )
          <article-title>(In Japanese)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Koide</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morita</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamaguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muljadi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takeda</surname>
          </string-name>
          , H.:
          <article-title>Rdf/owl representation of wordnet 2.1 and japanese edr electronic dictionary</article-title>
          .
          <source>In: ISWC2006</source>
          ,
          <string-name>
            <surname>Poster.</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Van Assem</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schreiber</surname>
          </string-name>
          , G.:
          <article-title>Conversion of wordnet to a standard rdf/owl representation</article-title>
          .
          <source>In: Proceedings of the Fifth International Conference on Language Resources and Evaluation (LREC 06)</source>
          , Genoa,
          <string-name>
            <surname>Italy.</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>De Melo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Language as a foundation of the semantic web</article-title>
          .
          <source>In: Proceedings of the 7th International Semantic Web Conference (ISWC</source>
          <year>2008</year>
          ). Volume
          <volume>401</volume>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Koide</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takeda</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ohmukai</surname>
            ,
            <given-names>I.:</given-names>
          </string-name>
          <article-title>An lod approach toward wordnet japanization</article-title>
          .
          <source>In: SIG for Semantic Web and Ontology, SIG-SWO-A1103-05, The Japanese AI Society</source>
          (
          <year>2011</year>
          )
          <article-title>(In Japanese)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Suchanek</surname>
            ,
            <given-names>F.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasneci</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Yago: A large ontology from wikipedia and wordnet</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>6</volume>
          (
          <issue>3</issue>
          ) (
          <year>2008</year>
          )
          <volume>203</volume>
          {
          <fpage>217</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>