<!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>Hypernym relation extraction for establishing subsumptions: preliminary results on matching foundational ontologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mouna Kamel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniela Schmidt</string-name>
          <email>daniela.schmidt@acad.pucrs.br</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cassia Trojahn</string-name>
          <email>cassia.trojahng@irit.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Renata Vieira</string-name>
          <email>renata.vieira@pucrs.br</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institut de Recherche en Informatique de Toulouse</institution>
          ,
          <addr-line>Toulouse</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Pontificia Universidade Catolica do Rio Grande do Sul</institution>
          ,
          <addr-line>Porto Alegre</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents an approach for matching foundational ontologies involving subsumption relations. The approach relies on extracting hypernym relations from ontology annotations for establishing such kind of correspondences. We report preliminary results on exploiting lexico-syntactic patterns and definitions layout. Experiments were run on DOLCE and SUMO and the generated alignment was evaluated on a manually generated subsumption reference.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Foundational ontologies describe general concepts (e.g., physical object) and relations
(e.g., parthood), which are independent of a particular domain. The clarity in
semantics and the rich formalization of these ontologies are fundamental requirements for
ontology development [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] improving ontology quality. They may also act as semantic
bridges supporting interoperability between ontologies [
        <xref ref-type="bibr" rid="ref10 ref8">8, 10</xref>
        ]. However, the
development of different foundational ontologies re-introduces the interoperability problem, as
stated in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. This paper addresses the problem of matching foundational ontologies.
      </p>
      <p>
        Early works addressed this problem on different perspectives e.g., discussing their
different points of view [
        <xref ref-type="bibr" rid="ref14 ref16 ref9">14, 16, 9</xref>
        ] or providing concept alignments between them [
        <xref ref-type="bibr" rid="ref13 ref7">13,
7</xref>
        ]. Few works have addressed the automatic matching of this kind of ontologies, such
as in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] where alignments between BFO, DOLCE and GFO were built both with
automatic tools and manually, with substantially fewer alignments found by the tools. In
fact, current tools fail on correctly capturing the semantics behind the ontological
foundational concepts, what requires deeper contextualization of the concepts. Besides that,
the task requires the identification of other relations than equivalences, such as
subsumption and meronym. Few systems are able to discover other relations than
equivalence (e.g., AML and BLOOM), with few propositions in the literature [
        <xref ref-type="bibr" rid="ref19 ref20">19, 20</xref>
        ]. We
argue here that the knowledge encoded in the ontologies has to be further exploited.
In that way, we propose to borrow approaches from relation extraction from text in
NLP in order to establish subsumption relations between the ontologies to be matched.
? Copyright c 2019 for this paper by its authors. Use permitted under Creative Commons
License Attribution 4.0 International (CC BY 4.0).
While the approach is not completely new, as NLP techniques are often used to extract
knowledge from text, their exploitation in ontology matching brings some novelty.
      </p>
      <p>
        Relation extraction in ontology matching has been considered in few works. In [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ],
a supervised method learns patterns of subsumption evidences, while in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] the
approach relies on free-text parts of Wikipedia in order to help detecting different types
of relations, even without clear evidence in the input ontologies themselves. Hearst
patterns has been adopted in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], with the former using them to eliminate noise
in matching results. Here, we report preliminary results on exploiting lexico-syntactic
patterns from Hearst [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and evidences of hypernym relation carried out in definitions
layout. Experiments were run on DOLCE and SUMO and the generated alignment has
been evaluated on a manually generated subsumption reference. The novelty here is to
exploit such methods for foundational ontology matching involving subsumption.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Proposed approach</title>
      <p>
        Our approach relies on two main steps: (i) hypernym extraction from ontology
annotations and (ii) subsumption generation between ontology concepts, as detailed below.
Hypernym extraction The hypernym relation extraction takes as input the ontology
annotations as concept definitions (what are common in top-level ontologies). A
definition attaches a meaning to a term denoting the concept. The term that is to be defined
is called the definiendum, and the term or action that defines it is called the definiens.
In the example below, the definiendum = “Product” and the definiens=“An Artifact that
is produced by Manufacture and that is intended to be sold”. Many linguistic studies
show that definitions mostly express one of the main lexical relations e.g., hypernymy,
meronymy or synonymy, between definiens and definiendum [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
&lt;owl:Class rdf:ID= "Product"&gt;
&lt;rdfs:comment&gt; An Artifact that is produced by Manufacture and
that is intended to be sold.&lt;/rdfs:comment&gt;
&lt;/owl:Class&gt;
      </p>
      <p>Different strategies are exploited for extracting the hypernym relations:
Hypernym relations expressed using definitions layout We focus on cases where the
definiens starts by expressing an entity (denoted by a term and different from the
definiendum) which have some properties. In the above example, the entity in the definiens is
“Artifact” and the property is “that is produced by Manufacture and that is intended
to be sold”. Thus the definiendum (Product) is an hyponym of the definiens (Artifact).
When no property is expressed, it is usually a synonym relation, as below:
&lt;owl:Class rdf:about="#Quale"&gt;</p>
      <p>
        &lt;rdfs:comment&gt; An atomic region. &lt;/rdfs:comment&gt;
&lt;/owl:Class&gt;
Hypernym relations lexically expressed in text annotations OWL class definitions may
also be more fine grained exploited, as comment paragraphs may contain well-written
text. We then exploit this text using a set of lexico-syntactic patterns from Hearst [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]:
[NP such as fNP ,g* forjandg NP], [NP like fNP ,g* forjandg NP], [NP which
is an example of NP], [NP including fNP ,g* forjandg NP], [NP is called
NP if], [NP is an NP that].
      </p>
      <p>For instance, the pattern [NP like fNP ,g* forjandg NP] means that a noun
phrase (NP) must be followed by the word “like”, which must be followed by an NP or
by a list of NPs separated by comma, having before the last NP “or” or “and”. When
applied on the definition below, the hypernym relations (Self Connected Object, planet),
(Self Connected Object, star) and (Self Connected Object, asteroid) can be identified.
&lt;owl:Class rdf:about="#AstronomicalBody"&gt;
&lt;rdfs:comment&gt; The Class of all astronomical objects of
significant size. It includes Self Connected Objects
like planets, stars, and asteroids ...</p>
      <p>&lt;/rdfs:comment&gt;
&lt;/owl:Class&gt;
Hypernym relations carried out by the concept identifier Hypernym relations may also
be identified from modifiers of a head of a compound noun denoting the identifier of
the OWL class. In the example above, the hypernym relation (astronomical body, body)
can be identified thanks to this strategy.</p>
      <p>Subsumption generation Having extracted all the hypernym relations from both
ontologies to be matched, we verify if the terms appearing as hyponyms and hypernyms
denote concepts in the ontologies. In the example above, as the alignment is directional,
“Product” denotes a concept in the source ontology and “Artifact” in the target ontology,
hence this hypernym pair is kept.</p>
    </sec>
    <sec id="sec-3">
      <title>3 Experiments</title>
      <p>
        Material and methods We used the foundational ontologies DOLCE [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]1, an
ontology of particulars which aims at capturing the ontological categories underlying
human commonsense; and SUMO [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]2, an ontology of particulars and universals. The
reference alignment involving 41 subsumption correspondences comes from [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The
approach has been implemented with GATE: to extract concepts and their associated
comments from the ontology OWL file and restructuring them according to an XML
format; to identify terms using first the TermoStat term extractor, and then expanding
the recognition of terms using JAPE rules (for instance, the sequence made of a
TermoStat term preceded or followed by adjectives, constitutes a new term); to annotate
the XML corpus with different NLP tools (ANNIE Tokenizer, Stanford POS, Stanford
parser, Gazeteer of identified terms); and to identify hypernym relations.
1 http://www.loa.istc.cnr.it/old/DOLCE.html
2 https://github.com/ontologyportal/sumo
Results and discussion Table 1 shows the results of each strategy and their
combination. As somehow expected, patterns are very precise while head modifier provides good
results in terms of recall with respect to the other strategies. Comparing the approach
to the OAEI 2018 matchers3 (Table 2), besides the fact that we do not distinguish
subsumption and equivalence relations when computing precision and recall, no matcher
were able to find the correspondences. From the 41 reference correspondences, only
one correspondence refers to similar terms (dolce:geographical-object and
sumo:GeographicArea) and 5 of them could be found via a head modifier method
(e.g., dolce:organization and sumo:PoliticalOrganization). In order
to see how close the generated alignments were to the reference, we have calculated the
relaxed precision and recall [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], that measure the closeness of the results to the
reference. While the results of our approach are not that close to the reference, in terms of
recall we obtain results similar than the relaxed recall for all matchers.
We have reported here preliminary results on exploiting symbolic hypernym relation
extraction approaches for generating subsumption correspondences between
foundational ontologies. This task is still a gap in the field and the initial results presented
here can be improved in different ways. First of all, we plan to improving the relation
extraction by (i) extending the list of lexico-syntactic patterns, (ii) exploiting syntactic
analysis of the text and treating anaphores, and (iii) using background resources such
as DBpedia, BabelNet (in particular top level layers of these resources). We also plan
to combine relation extraction strategies with matching strategies (structural) and word
embeddings, as well as to work on other lexical relations like meronymy. Finally, we
plan to apply the approach on domain ontologies.
3 The aim here is not to evaluate the matching systems themselves, for that reason, their names
have been anonymized.
Acknowledgments We warmly thank D. Oberle for sending us all the generated
alignments between SUMO and DOLCE-Lite.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>E.</given-names>
            <surname>Beisswanger</surname>
          </string-name>
          .
          <article-title>Exploiting relation extraction for ontology alignment</article-title>
          .
          <source>In Proceedings of the International Semantic Web Conference</source>
          , pages
          <fpage>289</fpage>
          -
          <lpage>296</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrig</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          .
          <article-title>Relaxed precision and recall for ontology matching</article-title>
          .
          <source>In Proceedings of the K-CAP 2005 Workshop on Integrating Ontologies</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>A.</given-names>
            <surname>Gangemi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Guarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Masolo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oltramari</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Schneider</surname>
          </string-name>
          .
          <article-title>Sweetening Ontologies with DOLCE</article-title>
          .
          <source>In Proceedings of the 13th Conference on Knowledge Engineering and Knowledge Management</source>
          , pages
          <fpage>166</fpage>
          -
          <lpage>181</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Hearst</surname>
          </string-name>
          .
          <article-title>Automatic acquisition of hyponyms from large text corpora</article-title>
          .
          <source>In Proceedings of the 14th Conference on Computational Linguistics</source>
          , pages
          <fpage>539</fpage>
          -
          <lpage>545</lpage>
          ,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>C.</given-names>
            <surname>Keet</surname>
          </string-name>
          .
          <article-title>The use of foundational ontologies in ontology development: An empirical assessment</article-title>
          .
          <source>In Proceedings of the Extended Semantic Web Conference</source>
          , pages
          <fpage>321</fpage>
          -
          <lpage>335</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Khan</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Keet</surname>
          </string-name>
          .
          <article-title>Addressing issues in foundational ontology mediation</article-title>
          .
          <source>In Proceedings of the Conference on Knowledge Engineering and Ontology Development</source>
          , pages
          <fpage>5</fpage>
          -
          <lpage>16</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Khan</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Keet</surname>
          </string-name>
          .
          <article-title>The Foundational Ontology Library ROMULUS</article-title>
          .
          <source>In Proceedings of the 3rd International Conference on Model and Data Engineering</source>
          , pages
          <fpage>200</fpage>
          -
          <lpage>211</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>V.</given-names>
            <surname>Mascardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Locoro</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <article-title>Automatic Ontology Matching via Upper Ontologies: A Systematic Evaluation</article-title>
          .
          <source>Knowledge and Data Engineering</source>
          ,
          <volume>22</volume>
          (
          <issue>5</issue>
          ):
          <fpage>609</fpage>
          -
          <lpage>623</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>L.</given-names>
            <surname>Mun</surname>
          </string-name>
          <article-title>˜oz and M. Gru¨ninger. Verifying and mapping the mereotopology of upper-level ontologies</article-title>
          .
          <source>In Proceedings of the International Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</source>
          , pages
          <fpage>31</fpage>
          -
          <lpage>42</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>J. C. Nardi</surname>
            , R. de Almeida Falbo, and
            <given-names>J. P. A.</given-names>
          </string-name>
          <string-name>
            <surname>Almeida</surname>
          </string-name>
          .
          <article-title>Foundational ontologies for semantic integration in EAI: A systematic literature review</article-title>
          .
          <source>In Proceedings of the 12th IFIP WG Conference on e-Business</source>
          , e-Services, and e-Society, I3E, pages
          <fpage>238</fpage>
          -
          <lpage>249</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Velardi</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. M.</surname>
          </string-name>
          <article-title>Ruiz-Mart´ınez. An annotated dataset for extracting definitions and hypernyms from the web</article-title>
          .
          <source>In Proceedings of the International Conference on Language Resources and Evaluation</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>I.</given-names>
            <surname>Niles</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Pease</surname>
          </string-name>
          .
          <article-title>Towards a Standard Upper Ontology</article-title>
          .
          <source>In Proceedings of the Conference on Formal Ontology in Information Systems</source>
          , pages
          <fpage>2</fpage>
          -
          <lpage>9</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>D.</given-names>
            <surname>Oberle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ankolekar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sintek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kiesel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mougouie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Baumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vembu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Romanelli</surname>
          </string-name>
          , and
          <string-name>
            <surname>Buitelaar. DOLCE Ergo</surname>
            <given-names>SUMO</given-names>
          </string-name>
          :
          <article-title>On Foundational and Domain Models in the SmartWeb Integrated Ontology</article-title>
          .
          <source>Web Semantics</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ):
          <fpage>156</fpage>
          -
          <lpage>174</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>A.</given-names>
            <surname>Seyed</surname>
          </string-name>
          .
          <article-title>BFO/DOLCE Primitive Relation Comparison</article-title>
          . In
          <source>Nature Proceedings</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>V.</given-names>
            <surname>Spiliopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Vouros</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Karkaletsis</surname>
          </string-name>
          .
          <article-title>On the discovery of subsumption relations for the alignment of ontologies</article-title>
          .
          <source>Journal of Web Semantics</source>
          ,
          <volume>8</volume>
          (
          <issue>1</issue>
          ):
          <fpage>69</fpage>
          -
          <lpage>88</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. L.
          <string-name>
            <surname>Temal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rosier</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Dameron</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Burgun</surname>
          </string-name>
          .
          <article-title>Mapping BFO and DOLCE</article-title>
          .
          <source>In Proceedings of the World Congress on Medical Informatics</source>
          , pages
          <fpage>1065</fpage>
          -
          <lpage>1069</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>W. R. van Hage</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Katrenko</surname>
            , and
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Schreiber</surname>
          </string-name>
          .
          <article-title>A method to combine linguistic ontologymapping techniques</article-title>
          .
          <source>In International Semantic Web Conference</source>
          , pages
          <fpage>732</fpage>
          -
          <lpage>744</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>R.</given-names>
            <surname>Vazquez</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.</given-names>
            <surname>Swoboda</surname>
          </string-name>
          .
          <article-title>Combining the semantic web with the web as background knowledge for ontology mapping</article-title>
          .
          <source>In Meaningful Internet Systems</source>
          , pages
          <fpage>814</fpage>
          -
          <lpage>831</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>A.</given-names>
            <surname>Vennesland</surname>
          </string-name>
          .
          <article-title>Matcher composition for identification of subsumption relations in ontology matching</article-title>
          .
          <source>In Proceedings of the Conference on Web Intelligence</source>
          , pages
          <fpage>154</fpage>
          -
          <lpage>161</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>N.</given-names>
            <surname>Zong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-H.</given-names>
            <surname>Eom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Joe</surname>
          </string-name>
          , and H.-G. Kim.
          <article-title>Aligning ontologies with subsumption and equivalence relations in linked data</article-title>
          .
          <source>Knowledge Based Systems</source>
          ,
          <volume>76</volume>
          (
          <issue>1</issue>
          ):
          <fpage>30</fpage>
          -
          <lpage>41</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>