<!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>A Collaborative Framework for Ontology and Instance Data Co-Evolution and Extraction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Univ. Lyon</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lab. Hubert Curien UMR</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Saint-Etienne</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>France omar.alqawasmeh@univ-st-etienne.fr</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Ontologies are at the heart of the semantic web, i.e. making data published on the web comprehensible to intelligent added value services. Ontologies consensual design ensures its usefulness and wide acceptance by service developers. The collaboration of ontology engineers, domain experts from multiple disciplines, and end-users is required to design, evolve, and populate ontologies with the instance data. In this thesis, we investigate in the di erent systems that are concerns in designing and evolving the ontologies in automatic or semi-automatic techniques. Moreover, we are working to provide a collaborative framework for ontology and instance data co-evolution and extraction.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Knowledge Engineering Collaborative ontology development Collaborative ontology evolution</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        As de ned by Gruber [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], an ontology is an explicit formal speci cation of terms
in some domain, and relations between those terms. Ontologies play nowadays
an important role in organizing and categorizing data in information systems
and on the web, which leads to a better understanding, sharing and analyzing
of knowledge in a speci c domain. Several methodologies have been proposed
for the development process of ontologies (e.g. [
        <xref ref-type="bibr" rid="ref12 ref2 ref9">9, 2, 12</xref>
        ]). One of the earliest
methodologies was proposed by Noy et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], and consists of a set of phases to
be followed by the knowledge engineers: 1. decide the domain and the usage of
the ontology, 2. decide on existing ontologies to reuse, 3. de ne the class hierarchy
along with their relations and properties, and 4. create instances based on the
class hierarchy to populate the ontology.
      </p>
      <p>
        As mentioned in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], the development process of an ontology in a fully
manual way can be a very complex task to achieve. This motivates the design and
development of semi-automatic or fully-automatic tools to assist the knowledge
engineer in the ontology development process. In this research we investigate in
collaborative ontology and instance data co-evolution and extraction.
      </p>
      <p>The rest of this paper is organized as follows. Section 2 presents the the
problem statement and the research questions we introduce in this thesis. Then
in Section 3 we propose the current state of the art in the eld, we here focus
only on the systems that are addressing the rst research question. In Section 4
we present our approach for the design of a bootstrapping functionality in the
ontology development process to answer the rst research question. Section 5
reports on the results of experiments for evaluation our approach, and Section 6
conclude the paper and shows the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Problem statement</title>
      <p>
        We de ne the Collaborative ontology evolution as the evolution of the axioms
or the entities of an ontology by taking into account the advantage of di erent
resources. Resources can be either computer systems, other external ontologies,
external knowledge bases, or domain experts. The general research idea that is
proposed by this thesis is to provide a collaborative framework for ontology and
instances co-evolution and extraction. Our working pipeline is divided into 3
research questions:
1. Studying the quality of di erent knowledge bases to improve the ontology
development. In [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], we investigate the problem of ontology construction in
both automatic and semi-automatic approaches. There are two key issues for
the ontology construction process: the cold start problem (i.e. starting the
development of an ontology from a blank page) and the lack of availability of
domain experts. We describe a functionality for ontology construction based
on the bootstrapping feature. For this feature, we take advantage of three
large public knowledge bases: Dbpeida [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], Wikidata [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and NELL [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We
report on a comparative study between our system and the existing ones on
the wine ontology1.
2. Studying the impact of ontology evolution on other artifacts that relies on
it. Linked Open Vocabulary (LOV) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] is considered as a rich repository
of ontologies (i.e. vocabularies). LOV's main goal is to help publishers and
users of linked data and vocabularies to assess, reuse, and publish di erent
vocabularies based on their needs. LOV currently has 648 di erent
vocabularies2, each one is described with di erent properties, such as number of
incoming links (i.e. how many ontologies are using ontology x), number of
outgoing links(i.e. how many ontologies are using by ontology x ), number
of di erent versions, and data-sets. The outcome of this step is a study that
shows the main changes between the di erent ontology versions that
actually a ect the evolution process. This study is used later in order to enhance
the development process of ontologies, which could help in enhancing the
evolution of the ontologies later.
3. Solving the impact of ontology evolution using collaborative techniques which
can help to enhance the quality of LOV. In this phase, we will provide a
framework in order to facilitate the process of ontology evolution. We will
rely on the outcomes from the previous steps to design the functionality of
the new frame work.
      </p>
      <sec id="sec-2-1">
        <title>1 https://www.w3.org/TR/owl-guide/wine.rdf</title>
      </sec>
      <sec id="sec-2-2">
        <title>2 last check Jun 2018</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Automatic Ontology Development: A State of the art</title>
      <p>
        In this section we focus on studying the di erent approaches that are interesting
to answer the rst research question (i.e. Automatic Ontology Development).
Bedini et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] classi es the approaches for automatic ontology development
into the following four categories:
1. Conversion or translation: approaches that use conversion or translation
algorithms to construct ontologies from a well-de ned representation such
as XML or UML. This approach shows a high automation ratio, however, it
does not really address the problem of ontology construction.
2. Mining based: approaches that use data mining or natural language
processing algorithms to construct ontologies. These approaches process
unstructured data or text. The approaches in this category require human
assistance to help mine or organize the di erent concepts extracted from the
data sources.
3. External knowledge based: approaches that use external knowledge bases
to construct or to enrich the ontologies. Examples of such external knowledge
bases include WordNet [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Wikidata [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], DBpedia [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], etc.
4. Frameworks: approaches that integrate di erent modules to achieve the
goal of constructing ontologies.
      </p>
      <p>Our proposed approach follows the third category (External knowledge based),
so in the next subsection, we shortly present some of the relevant approaches
that are classi ed in the same category.
3.1</p>
      <p>
        Ontology Development based on External Knowledge
Kong et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] use WordNet [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] as a general ontology to extract a set of
concepts to build a domain speci c ontology. Their system queries WordNet
based on a set of keywords to extend the ontology by adding the list of new
concepts. They compare their results to the wine ontology3 developed by W3C.
Table 4 shows their results comparing to the wine ontology. Examples of other
approaches that use WordNet as an external knowledge base include [
        <xref ref-type="bibr" rid="ref1 ref14">14, 1</xref>
        ].
      </p>
      <p>
        Kietz et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] propose an approach that uses three knowledge bases to
construct ontologies. Each one of the knowledge bases is used to achieve a speci c
task. The three knowledge bases are: 1. a generic ontology to generate the main
structure, 2. a dictionary containing generic terms close to the required domain,
and 3. a textual corpus speci c to the required domain to enhance and clean the
ontology from unrelated concepts. The result is an ontology composed of 381
terms (200 new terms) and 184 relations (42 new relations). The new terms and
relation is added to a baseline ontology.
      </p>
      <p>
        Cahyani and Wasito [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] propose an automatic system to build an ontology
for the Alzheimer's disease. Their system consists of the following steps: 1. term
      </p>
      <sec id="sec-3-1">
        <title>3 https://www.w3.org/TR/owl-guide/wine.rdf</title>
        <p>relation extraction, 2. matching the relations to Alzheimer glossary 4, 3.
matching with ontology design patterns, 4. similarity computation, and 5. ontology
building and evaluation. To evaluate their system they use a list of 125 papers
on Alzheimer disease. Their system is able to retrieve 1,995 correct terms with
42 relations.</p>
        <p>After studying the approaches we mentioned earlier, we found that most of
them make use of prede ned dictionaries (e.g. list of concepts) or lexicons (e.g.
WordNet), or they use specialized glossaries (e.g. Alzheimer glossary). Several
limits can be listed regarding these resources: the existence and availability of
such dictionary or glossary for a given domain, the limited richness of the
vocabulary, and the supported languages (generally limited to English). Based on
this analysis, we propose in the next section an original functionality for
semiautomatic ontology development tools.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>A semi-automatic Approach for Bootstrapping</title>
    </sec>
    <sec id="sec-5">
      <title>Ontology Development with External Knowledge Bases</title>
      <p>In order to improve current automatic ontology construction, we propose a
functionality using publicly available knowledge bases: DBpedia, Wikidata and
NELL. The pros of using these knowledge bases are that they are structured
(RDF for DBpedia and Wikidata; speci c data format for NELL), very large,
include rich relations, are dynamic (i.e. evolving in time), machine
understandable and multilingual. We use DBpedia and Wikidata to gain information and
generate a list of classes and relations, and we use NELL knowledge base to
generate instances of these classes.</p>
      <p>
        We follow a semi-automatic bootstrapping technique, where the user enters
a set of keywords related to a speci c domain (e.g. wine, grapes, wine color,
wine region, for the wine domain). Then by issuing a series of queries to the
external knowledge bases, several classes and relations are extracted. Then this
generated list is shown to the user for selection. After the user's validation, the
set of classes is used to extract the instances from the NELL knowledge base.
Interested readers may refer to [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for more details. The algorithm we used can
be found in Algorithm 1.
5
      </p>
    </sec>
    <sec id="sec-6">
      <title>Preliminary Results</title>
      <p>
        Most approaches cannot be evaluated on an arbitrary domain as it would
require numerous speci c data sources: a speci c database on a domain, a corpus
describing the domain, existing ontologies on the domain, etc. So, in order to
validate our approach, we compare our results to those published in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Recall
authors in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] proposed an ontology construction approach based on WordNet,
and validated it comparing the numbers of extracted classes, properties and
instances with the W3C's wine ontology5. We therefore lead a similar experiment
      </p>
      <sec id="sec-6-1">
        <title>4 https://www.alz.org/care/alzheimers-dementia-glossary.asp</title>
      </sec>
      <sec id="sec-6-2">
        <title>5 https://www.w3.org/TR/owl-guide/wine.rdf</title>
        <p>
          Algorithm 1: The General Algorithm Implemented by our System
8
9
10
11 return hclasses; relations; instancesi ;
to evaluate our system, and we compare our results to the baseline ontology (the
W3C's wine ontology) and to the results in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Authors in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] use keyword
\wine" to perform a query over WordNet. So that the comparison it fair, we
used the same keyword \wine" as an input to our system. The raw results of
our experiment, i.e., the full lists of classes, relations, and instances, our system
suggests to the user, are made available in a Google sheet online6. Table 4 gives
an overview of these results are compare them to the W3C's wine ontology and
to the results of [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Out of the 80 classes our system extracted, 11 were already
part of the W3C's wine ontology. We judge the remaining 69 relevant for a Wine
ontology, so they could be used to extend this existing ontology. Our system also
extracted 6 relations as listed in Table 2, apart from instanceOf and subClassOf,
all of them are relevant for a wine ontology but not in the set of relations the
W3C's wine ontology declares. As for the instances, we extracted 500 instances
from NELL using a con dence threshold of 0.94 7 to lter NELL's beliefs. This
experiment shows that our system performs better than [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] while proposing
only relevant concepts, which allows us to assert it would be a good t for the
bootstrapping phase of ontology development.
6
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusion and Future work</title>
      <p>In this paper we presented the research questions that is addressed by the thesis.
Regarding the rst research question, we made a thorough state of the art on
automatic ontology construction approaches, and we proposed an approach for</p>
      <sec id="sec-7-1">
        <title>6 \wine" experiment: full lists of terms our System outputs http://bit.ly/2EEKItn</title>
      </sec>
      <sec id="sec-7-2">
        <title>7 The threshold value was chosen based on a set of experiments on a di erent set of</title>
        <p>
          keywords.
ontology bootstrapping based on the use of three external knowledge bases:
DBpedia, WikiData, an NELL. Preliminary results shows that our system performs
better than [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] that is based on WordNet, and proposes only relevant concepts.
This allows us to assert it would be a good t for the bootstrapping phase of
ontology development, and could even be reused as a rst step before applying
other techniques.
        </p>
        <p>Currently we are working on both of the second and third questions. An
expected outcome is to have a global study of the evolution of the di erent
ontologies that are included in Linked Open Vocabulary (LOV) knowledge base.
This study will be used later in order to provide a set of recommendations to
the knowledge engineers to enhance the development process of their ontologies.</p>
        <p>Finally, we are going to provide a frame work that facilitate the development
process of ontologies taking into account the collaborative features.
7</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgment</title>
      <p>This thesis is supervised by Prof. Pierre Maret (Hubert Curien Laboratory,
Universite de Lyon), Dr. Maxime Lefrancois (Ecole des Mines de Saint-Etienne),
and Dr. Antoine Zimmermann (Ecole des Mines de Saint-Etienne).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Agirre</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ansa</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.H.</given-names>
          </string-name>
          , Mart nez, D.:
          <article-title>Enriching very large ontologies using the WWW</article-title>
          .
          <source>In: ECAI'2000 Workshop on Ontology Learning, Proceedings of the First Workshop on Ontology Learning OL'2000</source>
          , Berlin, Germany,
          <year>August 25</year>
          ,
          <year>2000</year>
          .
          <article-title>Held in conjunction with the 14th</article-title>
          <source>European Conference on Arti cial Intelligence ECAI'2000</source>
          , Berlin, Germany (
          <year>2000</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>31</volume>
          /EAgirre 14.pdf
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Apisakmontri</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nantajeewarawat</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buranarach</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ikeda</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Ontology Construction and Schema Merging Using an Application-Independent Ontology for Humanitarian Aid in Disaster Management</article-title>
          , pp.
          <volume>281</volume>
          {
          <fpage>296</fpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2015</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -15615-6 21, https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -15615-6 21
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ives</surname>
            ,
            <given-names>Z.G.</given-names>
          </string-name>
          :
          <article-title>Dbpedia: A nucleus for a web of open data</article-title>
          .
          <source>In: The Semantic Web, 6th International Semantic Web Conference, 2nd Asian Semantic Web Conference</source>
          ,
          <string-name>
            <surname>ISWC</surname>
          </string-name>
          <year>2007</year>
          +
          <article-title>ASWC 2007, Busan</article-title>
          , Korea,
          <source>November 11-15</source>
          ,
          <year>2007</year>
          . pp.
          <volume>722</volume>
          {
          <issue>735</issue>
          (
          <year>2007</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>540</fpage>
          -76298-0 52, https://doi.org/10.1007/978-3-
          <fpage>540</fpage>
          -76298-0 52
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bedini</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Automatic ontology generation: State of the art</article-title>
          .
          <source>PRiSM Laboratory Technical Report</source>
          . University of Versailles (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Blomqvist</surname>
          </string-name>
          , E.:
          <article-title>Pattern ranking for semi-automatic ontology construction</article-title>
          . In: Wainwright,
          <string-name>
            <given-names>R.L.</given-names>
            ,
            <surname>Haddad</surname>
          </string-name>
          , H. (eds.)
          <source>Proceedings of the 2008 ACM Symposium on Applied Computing (SAC)</source>
          , Fortaleza, Ceara, Brazil, March
          <volume>16</volume>
          -20,
          <year>2008</year>
          . pp.
          <volume>2248</volume>
          {
          <fpage>2255</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2008</year>
          ). https://doi.org/10.1145/1363686.1364224, http://doi.acm.
          <source>org/10</source>
          .1145/1363686.1364224
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cahyani</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wasito</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Automatic ontology construction using text corpora and ontology design patterns (odps) in alzheimer's disease</article-title>
          .
          <source>Jurnal Ilmu Komputer dan Informasi</source>
          <volume>10</volume>
          (
          <issue>2</issue>
          ),
          <volume>59</volume>
          {
          <fpage>66</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Carlson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Betteridge</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kisiel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Settles</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jr.</surname>
            ,
            <given-names>E.R.H</given-names>
          </string-name>
          ., Mitchell, T.M.:
          <article-title>Toward an architecture for never-ending language learning</article-title>
          . In: Fox,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Poole</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the Twenty-Fourth AAAI Conference on Arti cial Intelligence</source>
          ,
          <source>AAAI</source>
          <year>2010</year>
          , Atlanta, Georgia, USA, July
          <volume>11</volume>
          -
          <issue>15</issue>
          ,
          <year>2010</year>
          . AAAI Press (
          <year>2010</year>
          ), http://www.aaai.org/ocs/index.php/AAAI/AAAI10/paper/view/1879
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gruber</surname>
            ,
            <given-names>T.R.:</given-names>
          </string-name>
          <article-title>A translation approach to portable ontology speci cations</article-title>
          .
          <source>Knowledge acquisition 5(2)</source>
          ,
          <volume>199</volume>
          {
          <fpage>220</fpage>
          (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Iqbal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murad</surname>
            ,
            <given-names>M.A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mustapha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharef</surname>
            ,
            <given-names>N.M.:</given-names>
          </string-name>
          <article-title>An analysis of ontology engineering methodologies: A literature review</article-title>
          .
          <source>Research journal of applied sciences, engineering and technology</source>
          <volume>6</volume>
          (
          <issue>16</issue>
          ),
          <volume>2993</volume>
          {
          <fpage>3000</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kietz</surname>
            ,
            <given-names>J.U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volz</surname>
          </string-name>
          , R.:
          <article-title>A method for semi-automatic ontology acquisition from a corporate intranet</article-title>
          .
          <source>In: EKAW-2000 Workshop \Ontologies and Text"</source>
          ,
          <string-name>
            <surname>Juan-</surname>
          </string-name>
          Les-Pins, France,
          <year>October 2000</year>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kong</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hwang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Design of the automatic ontology building system about the speci c domain knowledge</article-title>
          .
          <source>In: Advanced Communication Technology</source>
          ,
          <year>2006</year>
          .
          <source>ICACT</source>
          <year>2006</year>
          .
          <article-title>The 8th International Conference</article-title>
          . vol.
          <volume>2</volume>
          , pp.
          <volume>4</volume>
          {pp.
          <source>IEEE</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kotis</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vouros</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          :
          <article-title>Human-centered ontology engineering: The HCOME methodology</article-title>
          .
          <source>Knowl. Inf. Syst</source>
          .
          <volume>10</volume>
          (
          <issue>1</issue>
          ),
          <volume>109</volume>
          {
          <fpage>131</fpage>
          (
          <year>2006</year>
          ). https://doi.org/10.1007/s10115-005-0227-4, https://doi.org/10.1007/s10115- 005-0227-4
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          :
          <article-title>Wordnet: A lexical database for english</article-title>
          .
          <source>Commun. ACM</source>
          <volume>38</volume>
          (
          <issue>11</issue>
          ),
          <volume>39</volume>
          {
          <fpage>41</fpage>
          (
          <year>1995</year>
          ). https://doi.org/10.1145/219717.219748, http://doi.acm.
          <source>org/10</source>
          .1145/219717.219748
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Moldovan</surname>
            ,
            <given-names>D.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girju</surname>
          </string-name>
          , R.:
          <article-title>Domain-speci c knowledge acquisition and classi cation using wordnet</article-title>
          . In: Etheredge,
          <string-name>
            <given-names>J.N.</given-names>
            ,
            <surname>Manaris</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.Z</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the Thirteenth International Florida Arti cial Intelligence Research Society Conference, May 22-24</source>
          ,
          <year>2000</year>
          , Orlando, Florida, USA. pp.
          <volume>224</volume>
          {
          <fpage>228</fpage>
          . AAAI Press (
          <year>2000</year>
          ), http://www.aaai.org/Library/FLAIRS/
          <year>2000</year>
          / airs00-
          <fpage>043</fpage>
          .php
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.L.</given-names>
          </string-name>
          , et al.:
          <article-title>Ontology development 101: A guide to creating your rst ontology (</article-title>
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Qawasmeh</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lefrancois</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zimmermann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maret</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Computerassisted ontology construction system: Focus on bootstrapping capabilities</article-title>
          . In: The Semantic Web:
          <article-title>ESWC 2018 Satellite Events - ESWC 2018 Satellite Events</article-title>
          , Heraklion, Crete, Greece, June 3-7,
          <year>2018</year>
          , Revised Selected Papers. pp.
          <volume>60</volume>
          {
          <issue>65</issue>
          (
          <year>2018</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -98192-5 12, https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -98192-5 12
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Vandenbussche</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atemezing</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poveda-Villalon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vatant</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Linked open vocabularies (LOV): A gateway to reusable semantic vocabularies on the web</article-title>
          .
          <source>Semantic Web</source>
          <volume>8</volume>
          (
          <issue>3</issue>
          ),
          <volume>437</volume>
          {
          <fpage>452</fpage>
          (
          <year>2017</year>
          ). https://doi.org/10.3233/SW-160213, https://doi.org/10.3233/SW-160213
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Vrandecic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Krotzsch, M.:
          <article-title>Wikidata: a free collaborative knowledgebase</article-title>
          .
          <source>Commun. ACM</source>
          <volume>57</volume>
          (
          <issue>10</issue>
          ),
          <volume>78</volume>
          {
          <fpage>85</fpage>
          (
          <year>2014</year>
          ). https://doi.org/10.1145/2629489, http://doi.acm.
          <source>org/10.1145/2629489</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>