<!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>Short Paper: Non-Taxonomic Concept Addition to Ontologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Artemis Parvizi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chris Huyck</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roman Belavkin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Middlesex University The Borough</institution>
          <addr-line>London NW4 4RL</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Concept addition, an ontology evolution's edit operation, includes adding taxonomic (hierarchical structure) and non-taxonomic (concept properties) relations. Generating concept properties requires information extraction from various sources, such as WordNet. Other than semantic similarities generated by WordNet, self-information generated from existing non-taxonomic relations has aided non-taxonomic relation addition to ontologies. Evaluation is based on using an ontology as gold standard and detaching and reattaching the nodes. Non-taxonomic relation generation without accessing an enormous amount of information has proven to be quite di cult; the results displayed in this work are an indication of this di culty.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Evolution</kwd>
        <kwd>Ontology Learning</kwd>
        <kwd>Non-Taxonomic Relations</kwd>
        <kwd>Concept Addition</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Ontology is commonly de ned as a formal, explicit speci cation of a shared
conceptualisation [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], and often has been used for modelling concepts of the
world. Due to the experts' limitations of producing a complete image of the
world with exible boundaries for a domain, change is inevitable. Change in
ontologies has some common causes [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]: change in the domain, change in the
shared conceptualisation, or change in the speci cation. Ontology update has
been a subject of debate for many years, and many methods have been proposed
to address it. Ontology evolution and ontology learning are among these
proposed methods. Ontology evolution is \the timely adaptation of an ontology to
the arisen changes and the consistent propagation of these changes to dependent
artefacts" [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ], such as systems de ned in [
        <xref ref-type="bibr" rid="ref13 ref19 ref21 ref22 ref30 ref4 ref40 ref42 ref5">5, 30, 22, 40, 13, 4, 42, 19, 21</xref>
        ]; ontology
learning involves changing an ontology automatically or semi-automatically by
consulting some structured data sources, such as databases; semi-structured data
sources, such as WordNet, or Cyc; or some unstructured data sources, such as
text documents and web pages [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. A few examples of ontology learning systems
can be found in [
        <xref ref-type="bibr" rid="ref11 ref20 ref27 ref33 ref36 ref41 ref9">20, 9, 36, 27, 11, 41, 33</xref>
        ].
      </p>
      <p>
        Changing an ontology involves both changing the concepts and the relations.
Ontology relations have been divided into two categories: taxonomic relations
such as subClassOf and disjointWith in OWL [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and non-taxonomic
relations which covers most of the other OWL relations. On one hand, taxonomic
relations provide a structure to ontologies and are crucial. On the other hand,
non-taxonomic relations by presenting meaning add depth to the ontology.
Regardless of using the term ontology evolution or ontology learning, commonly,
ontology update involves changing both taxonomic and non-taxonomic relations.
      </p>
      <p>
        A fundamental design operation for having a successful ontology evolution
application includes concept addition [
        <xref ref-type="bibr" rid="ref15 ref24">24, 15</xref>
        ]. To address concept addition, two
approaches (Approach I (see Section 4.1) and Approach II (see Section 4.2))
have been introduced in which ontology graphs (see Section 2) and semantic
similarity (see Section 3) have been employed.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Ontology Graph</title>
      <p>
        The de nition of an ontology in this paper is a set C of concepts and a set of
relations R1; : : : ; Rn, Ri C C. Since multiple relations with di erent labels
are allowed to exist in ontologies, labelled graphs also known as multigraphs
(G = (V; E1; : : : ; En)) with the set of vertices V () C and a set of edges
Ei () Ri are a logical choice of representing them. A graph with the stated
characteristics is called an ontology graph and is able to cover all important
structural OWL ontology features including individuals, classes, relations,
object properties, datatype properties, and restrictions [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. The notion of ontology
graph in this work is an extended version represented in [
        <xref ref-type="bibr" rid="ref16 ref17 ref25 ref26 ref3 ref34">26, 16, 34, 17, 3, 25</xref>
        ];
vertices represent concepts, individuals, restrictions, and values, and edges,
include taxonomic OWL relations, such as subClassOf and disjointWith, and
non-taxonomic relations.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Semantic Similarity</title>
      <p>
        A successful ontology change application must be able to detect what needs
to be changed, gather su cient information about the element that needs to
be changed, and nally decide how to implement change. Extracting relevant
and su cient information is crucial. In this work, WordNet [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] and Wikipedia
as general purpose semi-structured data sources are consulted; they both are
capable of generating semantic similarity distances between concepts. Semantic
similarity between two or more concepts refers to the level of closeness that their
meanings possess, and it is very di cult to acquire. It is common practice to use
ontologies for computing the distance between two concepts and normalising the
nal result. In RiTa WordNet [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], the minimum distance between any two senses
for the two words in the WordNet tree is returned and the result is normalised;
if there is a similarity a number is retuned, and 1 if no similarity is found.
      </p>
      <p>
        This work has generated semantic similarities from Wikipedia as well.
Although many have mentioned that Wikipedia is much richer and a far better
source [
        <xref ref-type="bibr" rid="ref32 ref35 ref37 ref7">35, 7, 32, 37</xref>
        ], the result acquired from Wikipedia were not as
promising as WordNet. Often semantic Wikipedia APIs only consult the infoboxes for
generating semantic similarity; lack of word sense when extracting concepts is
identi ed as another shortcoming [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ].
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Methodology</title>
      <p>Ontology development is highly dependent on ontology experts, and domain
experts. The perception of an expert about a correct or an incorrect relation
may di er from another expert. This issue has contributed to the complexity of
ontology development and update. Nonetheless, this work proposes that when
adding a non-taxonomic relation, provided that the consistency of the
ontology holds and the ontological statement is semantically correct, the new
statement is as welcomed as any existing statement. For example when given the
three concepts Student, Library, and Group, and the relation memberOf, an
expert might generate Student memberOf some Library, Student memberOf
some Group, or both. Absence of either of these two statements will not make
the ontology incorrect but in certain circumstances it can be claimed that the
ontology is less accurate. The same justi cation holds when a system is
automatically generating non-taxonomic statements.</p>
      <p>
        Commonly when generating non-taxonomic statements, a common approach
is to provide a set of possible properties for each concept, rank them
according to their frequencies, and nally according to some criteria select the highly
probably one. However, this work does not intend to generate new properties for
concept, but to assign an existing property to an input concept. Non-taxonomic
relations can be classi ed into two general groups: object properties (intrinsic
and extrinsic), and data-type properties [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. The aim of this work is to
generate intrinsic properties for a new input concept based on the existing intrinsic
properties. The hypothesis is that siblings of a vertex in an ontology graph often
have the same intrinsic properties assigned to di erent concepts.
      </p>
      <p>In this work, the complete set of possible answers (Ans list) is generated,
and the existing statements in the ontology (Cur list) are extracted. Ans list is
a combination of an input concept I, the set of vertices V = V1; V2; : : : ; Vn, the
set of edges E = E1; E2; : : : ; En, and the set of restrictions. Note that in this
work only the two restrictions some and only are considered. Sample statements
for the following approaches are as follows:</p>
      <p>Existing Statement: V1 E1 some V2</p>
      <p>Generated Statement: I E1 some V3
4.1</p>
      <sec id="sec-4-1">
        <title>Approach I</title>
        <p>The members of list Ans for an input concept I, m vertices, the two restrictions,
and n edges will be 4 m n which comparative to list Cur are numerous.
This approach consists of a number of lters to prune Ans list according to Cur
list with the aid of various semantic similarities. To be able to apply semantic
similarities, a random entropy or self-information approach has been selected.
Probability of the event of randomly connecting a to b by an Ri relation is de ned
by P (e) = P ((a; b) 2 Ri). The prior probability therefore being P (e) = k1 , where
k is the number of possible links (a; b) 2 Ri. Given some semantic similarity
distances (see Section 3) s(a; b) 2 [0; 1], the posterior probability of a connection
assuming a dependency between e and s(a; b) is:</p>
        <p>P (e j s(a; b)) 6= P (e)
Since s(a; b) is a similarity distance (taking values in [0; 1] with 0
corresponding to the most similar), it can be assumed that the posterior probability of
connection monotonically depends (/) on 1 s(a; b):</p>
        <p>P (e j s(a; b)) / 1
s(a; b)
The monotonicity for two events e1 = (a; b) and e2 = (a; c) means the following:
s(a; b)
s(a; c) () 1
s(a; b)
1</p>
        <p>s(a; c)
=) P (e1 j s(a; b))</p>
        <p>
          P (e2 j s(a; c))
The probability can be used to compute self-information as follows [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]:
h(a; b) =
log(P (e j s(a; b)))
log(1 s(a; b)))
(1)
        </p>
        <p>The rst lter is called hierarchy ltering; it is based on the patterns of the
siblings of the input concept. A sibling is referred to a concept with a
disjointWith relation. This work focuses on non-taxonomic patterns. For the input
concept I, assuming that one of the statements in Ans is IE1onlyV1, the patterns
would be IE1only and E1onlyV1. This approach only makes use of the forward
patterns which in this example is E1onlyV1. Any member of the Ans list which
does not contain the same pattern as one of the members of Cur list will be
excluded from Ans. Also, if the input concept I and the rst concept of a member
of Cur list do not have the same parent, the statement will be excluded from
Ans. Presuming both the pattern and the parent is matched, when the success
rate of comparing the generated statement with all the members of Cur list is
more than 50%, the statement will still remain in Ans, otherwise dropped. At
this stage, only the statements with the patterns similar to the existing
nontaxonomic statements remain.</p>
        <p>From this point onwards, Equation 1 will aid the pruning process. For the
second lter Q1 = h(I; E1), Q2 = h(V3; E1), Q3 = h(V2; E1), and Q4 = h(V1; E1)
are generated. The goal of this lter is to investigate Q1 + Q2 Q3 + Q4 2 [0:1];
if in more than half the occurrences this function holds, then the generated
statement will be accepted; otherwise rejected. The aim is for the self-information
of the generated statement to be less than or equal to the self-information of the
current statements.</p>
        <p>For the third lter Q5 = h(I; V1) and Q6 = h(V2; V3) are calculated. This
lter will examine that in more than half the occurrences Q5 Q6 2 [0; 1] holds.</p>
        <p>The forth lter will generate Q7 = h(I; V2) and Q8 = h(V1; V3); the relation
Q7 Q8 2 [0; 1] must hold in more than half the occurrences for the generated
statement to be accepted.</p>
        <p>The last lter will generate the self-information among all the members of
the generated and the current statement:</p>
        <p>Qi = h(Statement f rom Ans list; Statement f rom Cur list)</p>
        <p>The result generated by Qi are sorted and the k most similar statements
selected. Tables 1 and 2 display the results when k = 2.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Approach II</title>
        <p>The members of the Ans list have to be pruned according to the members of Cur
list. A comparison between all the members of both lists is made. Providing that
a statement from one of lists has the same relation and restriction (for example
EK Some or EK Only) as the other list, the occurring pattern and its frequency
is recorded. The list containing the patterns P at will be sorted ascending with
regard to the frequencies, and the top half selected. Those statements in Ans
which do not contain these patterns will be omitted from the nal answer pool.
The statement V1 E1 some V2 contains two patterns; (1) E1 some V2 and (2) V1
E1 some.</p>
        <p>The aim of this step is to prune Ans list according to the patterns in Cur
list; there is a trade o to this lter, some semantically correct statements will
not be validated due to the low or lack of frequencies.</p>
        <p>Hierarchy ltering as discussed in approach (I) will lter the remaining
members of the Ans list. When the siblings of the input concept contain a
nontaxonomic relation which have occurred in more than 50% of the cases and
this taxonomic relation is among the remaining members of the Ans list, this
statement will be accepted, otherwise rejected from Ans list.
4.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Transitive Reduction</title>
        <p>
          Both of the introduced approaches have the potential of producing transitive
relations, which from the consistency point of view have to be eliminated.
Inheritance through the hierarchy has to be modelled in an ontology graph. Transitive
reduction on directed graphs is the answer to this problem. Presuming there is
the possibility of representing information in the directed graph G with fewer
arcs than the current amount, then that is the solution [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. Graph G0 will be the
transitive reduction of G if it satis es the following conditions:
1. A direct path between v and u in G0 exists, if a direct path between v and
u in G exists.
2. There is no graph with fewer arcs than G0 satisfying the above condition.
        </p>
        <p>For approach (II), since all the remaining members of the Ans list are
selected, transitive reduction is applied after the last step. However, approach (I)
is more complicated due to selecting the top k generated relations. Transitive
reduction can be applied before or after the top k selection, which this work
has adopted the latter. Regardless of the approach, in situations in which a
child inherits a property and the algorithm identi es this transitive property,
the property is dropped.
4.4</p>
      </sec>
      <sec id="sec-4-4">
        <title>Evaluation</title>
        <p>
          This work has adopted an evaluation mechanism based on precision and recall
measurements [
          <xref ref-type="bibr" rid="ref12 ref8">8, 12</xref>
          ]. The strategy is to select a well-structured ontology and
after converting it into an ontology graph, detach the vertices one by one; the
system will attempt to reattach the vertex to the graph optimally with the
original relations and at the original location [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. A comparison between the
number of removed edges in the original ontology graph (O) and the modi ed
graph (O0) is made. Assuming concepts c1 and c2 and relation Rk are present
in O0, the hypothesis is to examine O and determine whether c1 and c2 are
related by Rk or not. Accepting the hypothesis indicates that O contains an
edge corresponding to c1Rkc2; rejecting is when there is no such edge in O. The
overall count of correct edges in O0 relative to the numbers of all edges in O0
or O respectively will produce precision and recall. F-measure is a more just
measurement since precision and recall are distributed evenly.
        </p>
        <p>P (E0; E) = jE \ E0j
jE0j</p>
        <p>R(E0; E) = jE \ E0j</p>
        <p>jEj
F (E0; E) = 2</p>
        <p>P (E0; E)R(E0; E)</p>
        <p>P (E0; E) + R(E0; E)</p>
        <p>Other than studying the e ect of a single concept addition, the e ect of
adding a sequence of concepts also has to be studied. The order in which concepts
a and b are added to the system has an e ect on the non-taxonomic relations
generated; generally, the semantic richness of the ontology is a ected by the
existing concepts and relations. This work has studied the e ect of adding two
(p = 2) and ten (p = 10) concepts to the ontology graph. Due to all the input
concepts being known, the average of all the possible orders have been displayed.</p>
        <p>Approaches (I) clearly has better results than approaches (II) excluding one
exception. The more frequent a pattern, the higher the probability of it being
selected; also, the closer the pattern in the hierarchy, the greater the likelihood
of it being the nal answer. The major di erence between the two approaches
other than the F-measure is in the number of statements being selected as the
nal answer. In the approach (I), the number of statements selected has a limit;
as a result, fewer unmatched statements are selected. However, approach (II)
has no limit on the number of generated statement, but at the same time more
unmatched statements are in the nal answer pool. The reason this paper is
using the expression unmatched instead of incorrect is that studying the nal
results has shown that more than 50% of the unmatched statements are actually
semantically and logically accurate, although, not present in the original answer
pool. Nevertheless, Table (1) and 2 only display the result of correctly matched
edges to the original graph.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>One ontology evolution operation is concept addition, which implies adding a
concept by taxonomic and non-taxonomic relations. Commonly for changing an
ontology some external information is required. In this work WordNet as an
external source for generating similarities between concepts and relations has been
selected. The semantic similarities generated by WordNet, self-information
produced from patterns within ontologies, and the hierarchical structure of
ontologies are the basis of approaches introduced in this paper. The focus is on intrinsic
properties; presuming that intrinsic properties already exist, the assumption is
that an input concept is more likely to have the same intrinsic properties as its
siblings. Evaluation is based on calculating the precision and recall of detaching
a node from an ontology and attempting to reattach it. The results displayed in
this paper are based on this evaluation technique. Due to the poor F-measures
generated by the introduced approaches, an investigation into the cause of this
poor performance revealed that more than 50% of the statements that were
considered incorrect are actually semantically accurate. These results if generated
by an ontology expert, could easily be regarded as correct.</p>
      <p>The next step for this research is to generate more complex non-taxonomic
relations, such as statements including conjunction and disjunction. Throughout
the development of this work, the need for a ternary and a quaternary comparison
has been visible. Such a comparison is essential for generating more meaningful
ontology statements. Another future direction is to develop a source capable of
ternary and quaternary comparison.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A V</given-names>
            <surname>Aho</surname>
            , M R Garey
          </string-name>
          , and
          <string-name>
            <given-names>J D</given-names>
            <surname>Ullman</surname>
          </string-name>
          .
          <article-title>The transitive reduction of a directed graph</article-title>
          .
          <source>SIAM Journal on Computing</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ):
          <volume>131</volume>
          {
          <fpage>137</fpage>
          ,
          <year>1972</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>H. Peter</given-names>
            <surname>Alesso and Craig F. Smith.</surname>
          </string-name>
          <article-title>Thinking on the Web: Berners-Lee, Godel and Turing</article-title>
          . Wiley-Interscience, New York, NY, USA,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. Christoph Bohm, Philip Groth, and
          <string-name>
            <given-names>Ulf</given-names>
            <surname>Leser</surname>
          </string-name>
          .
          <article-title>Graph-based ontology construction from heterogenous evidences</article-title>
          .
          <source>In International Semantic Web Conference</source>
          , pages
          <volume>81</volume>
          {
          <fpage>96</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Silvana</given-names>
            <surname>Castano</surname>
          </string-name>
          ,
          <source>Irma So a Espinosa Peraldi</source>
          , Al o Ferrara, Vangelis Karkaletsis, Atila Kaya, Ralf Moeller, Stefano Montanelli, Georgios Petasis, and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Wessel</surname>
          </string-name>
          .
          <article-title>Multimedia interpretation for dynamic ontology evolution</article-title>
          .
          <source>Journal of Logic and Computation</source>
          ,
          <volume>19</volume>
          (
          <issue>5</issue>
          ):
          <volume>859</volume>
          {
          <fpage>897</fpage>
          ,
          <year>October 2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Ciravegna</surname>
          </string-name>
          , Alexiei Dingli, David Guthrie,
          <string-name>
            <given-names>and Yorick</given-names>
            <surname>Wilks</surname>
          </string-name>
          .
          <article-title>Integrating information to bootstrap information extraction from web sites</article-title>
          .
          <source>In IJCAI'03 Workshop on Intelligent Information Integration</source>
          , pages
          <volume>9</volume>
          {
          <fpage>14</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Thomas</surname>
            <given-names>M.</given-names>
          </string-name>
          <article-title>Cover and Joy A. Thomas. Elements of information theory</article-title>
          .
          <source>WileyInterscience</source>
          , New York, NY, USA,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Gerard de Melo and
          <string-name>
            <given-names>Gerhard</given-names>
            <surname>Weikum</surname>
          </string-name>
          .
          <article-title>Menta: inducing multilingual taxonomies from wikipedia</article-title>
          .
          <source>In Proceedings of the 19th ACM international conference on Information and knowledge management</source>
          ,
          <source>CIKM '10</source>
          , pages
          <fpage>1099</fpage>
          {
          <fpage>1108</fpage>
          , New York, NY, USA,
          <year>2010</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>K.</given-names>
            <surname>Dellschaft</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          .
          <article-title>On how to perform a gold standard based evaluation of ontology learning</article-title>
          .
          <source>In Proceedings of the 5th International Semantic Web Conference (ISWC)</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Takahira</given-names>
            <surname>Yamaguchi</surname>
          </string-name>
          Dept and
          <string-name>
            <given-names>Takahira</given-names>
            <surname>Yamaguchi</surname>
          </string-name>
          .
          <article-title>Acquiring conceptual relationships from domain-speci c texts</article-title>
          .
          <source>In Proceedings of the Second Workshop on Ontology Learning OL'2001</source>
          , pages
          <issue>0{2</issue>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Lucas</given-names>
            <surname>Drumond</surname>
          </string-name>
          and
          <string-name>
            <given-names>Rosario</given-names>
            <surname>Girardi</surname>
          </string-name>
          .
          <article-title>A survey of ontology learning procedures</article-title>
          . In Frederico Luiz Goncalves de Freitas, Heiner Stuckenschmidt,
          <source>Helena So a Pinto</source>
          , Andreia Malucelli, and Oscar Corcho, editors,
          <source>WONTO</source>
          , volume
          <volume>427</volume>
          <source>of CEUR Workshop Proceedings. CEUR-WS.org</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. E. Drymonas,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zervanou</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Petrakis</surname>
          </string-name>
          .
          <article-title>Unsupervised ontology acquisition from plain texts: the ontogain system</article-title>
          .
          <source>In Proceedings of the 15th International Conference on Applications of Natural Language to Information Systems (NLDB)</source>
          , Wales, UK,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Jero</surname>
          </string-name>
          <article-title>^me Euzenat. Semantic precision and recall for ontology alignment evaluation</article-title>
          .
          <source>In Proceedings of the 20th international joint conference on Arti cal intelligence</source>
          , pages
          <volume>348</volume>
          {
          <fpage>353</fpage>
          , San Francisco, CA, USA,
          <year>2007</year>
          . Morgan Kaufmann Publishers Inc.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Ademir</surname>
          </string-name>
          <article-title>Roberto Freddo and Cesar Augusto Tacla. Integrating social web with semantic web - ontology learning and ontology evolution from folksonomies</article-title>
          .
          <source>In KEOD</source>
          , pages
          <volume>247</volume>
          {
          <fpage>253</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>T</given-names>
            <surname>Gruber</surname>
          </string-name>
          .
          <article-title>A translation approach to portable ontology speci cations</article-title>
          .
          <source>Knowledge Acquisition</source>
          ,
          <volume>5</volume>
          (
          <issue>2</issue>
          ):
          <volume>199</volume>
          {
          <fpage>220</fpage>
          ,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>Mark</given-names>
            <surname>Hall</surname>
          </string-name>
          .
          <article-title>Ontology integration and evolution</article-title>
          .
          <source>SE Data and Knowledge Engineering</source>
          ,
          <volume>10</volume>
          , May
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>J. Hartmann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Spyns</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Giboin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Cuel</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. C. SuarezFigueroa</surname>
            , and
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Sure</surname>
          </string-name>
          .
          <source>D1</source>
          .
          <article-title>2.3 methods for ontology evaluation</article-title>
          .
          <source>Technical report, Knowledge Web Consortium</source>
          ,
          <year>2005</year>
          . Version 1.3.1, Available at: http://knowledgeweb.semanticweb.org/, Downloaded 2005-
          <volume>05</volume>
          -10.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Matthew</surname>
            <given-names>Horridge</given-names>
          </string-name>
          , Holger Knublauch, Alan Rector, Robert Stevens, and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Wroe</surname>
          </string-name>
          .
          <article-title>A Practical Guide To Building OWL Ontologies Using Prot eg e 4</article-title>
          and
          <string-name>
            <surname>CO-ODE Tools</surname>
          </string-name>
          . The University Of Manchester,
          <volume>1</volume>
          .2 edition, March
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Daniel</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Howe</surname>
          </string-name>
          .
          <article-title>Rita: creativity support for computational literature</article-title>
          .
          <source>In Proceeding of the seventh ACM conference on Creativity and cognition</source>
          , pages
          <volume>205</volume>
          {
          <fpage>210</fpage>
          , New York, NY, USA,
          <year>2009</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19. Pieter De Leenheer.
          <article-title>On Community-based Ontology Evolution</article-title>
          .
          <source>PhD thesis</source>
          , Vrije Universiteit Brussel, Brussels, Belgium.,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>A.</given-names>
            <surname>Maedche</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          .
          <article-title>Mining non-taxonomic conceptual relations from text</article-title>
          .
          <source>In Proceedings of the 12th European Knowledge Acquisition Workshop (EKAW)</source>
          ,
          <article-title>Juan-les-</article-title>
          <string-name>
            <surname>Pins</surname>
          </string-name>
          , France,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <given-names>Yuxin</given-names>
            <surname>Mao</surname>
          </string-name>
          .
          <article-title>A semantic-based genetic algorithm for sub-ontology evolution</article-title>
          .
          <source>Information Technology Journal</source>
          ,
          <volume>9</volume>
          :
          <fpage>609</fpage>
          {
          <fpage>620</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Diana</surname>
            <given-names>Maynard</given-names>
          </string-name>
          , Diana Maynard,
          <article-title>Wim Peters, and Marta" Sabou. Change management for metadata evolution</article-title>
          .
          <source>International Workshop on Ontology Dynamics (IWOD) at European Semantic Web Conference</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>D.L. McGuinness</surname>
            and
            <given-names>F. van Harmelen. OWL</given-names>
          </string-name>
          <article-title>web ontology language overview</article-title>
          .
          <source>World Wide Web Consortium</source>
          ,
          <year>Feb 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <article-title>Mohamed Mhiri and Faez Gargouri. Using ontologies to resolve semantic con icts in information systems design</article-title>
          .
          <source>In Proceedings of The rst International Conference on ICT and Accessibility</source>
          , Hammamet, Tunisia,
          <year>April 2007</year>
          .
          <article-title>The rst International Conference on ICT and Accessibility</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <given-names>Victoria</given-names>
            <surname>Nebot</surname>
          </string-name>
          and
          <string-name>
            <given-names>Rafael</given-names>
            <surname>Berlanga</surname>
          </string-name>
          .
          <article-title>E cient retrieval of ontology fragments using an interval labeling scheme</article-title>
          .
          <source>Information Sciences</source>
          ,
          <volume>179</volume>
          (
          <issue>24</issue>
          ):
          <volume>4151</volume>
          {
          <fpage>4173</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Chokri</surname>
          </string-name>
          <article-title>Ben Necib and Johann Christoph Freytag</article-title>
          .
          <article-title>Using ontologies for database query reformulation</article-title>
          .
          <source>In ADBIS (Local Proceedings)</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Mathias</surname>
            <given-names>Niepert</given-names>
          </string-name>
          , Cameron Buckner, and
          <string-name>
            <given-names>Colin</given-names>
            <surname>Allen</surname>
          </string-name>
          .
          <article-title>A dynamic ontology for a dynamic reference work</article-title>
          .
          <source>In Proceedings of the 7th ACM/IEEE-CS joint conference on Digital libraries, JCDL '07</source>
          , pages
          <fpage>288</fpage>
          {
          <fpage>297</fpage>
          , New York, NY, USA,
          <year>2007</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <given-names>Natalya</given-names>
            <surname>Noy and Deborah L. McGuinness</surname>
          </string-name>
          .
          <article-title>Ontology development 101: A guide to creating your rst ontology</article-title>
          .
          <source>Technical Report KSL-01-05</source>
          , Stanford Knowledge Systems Laboratory, March
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Natalya</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Noy</surname>
            and
            <given-names>Mark A.</given-names>
          </string-name>
          <string-name>
            <surname>Musen</surname>
          </string-name>
          .
          <article-title>Ontology versioning in an ontology management framework</article-title>
          .
          <source>Intelligent Systems, IEEE [see also IEEE Intelligent Systems and Their Applications]</source>
          ,
          <volume>19</volume>
          (
          <issue>4</issue>
          ):6{
          <fpage>13</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Philip O'Brien and Syed Sibte Raza Abidi</surname>
          </string-name>
          .
          <article-title>Modeling intelligent ontology evolution using biological evolutionary processes</article-title>
          .
          <source>In IEEE International Conference on Engineering of Intelligent Systems</source>
          , pages
          <fpage>1</fpage>
          <issue>{6</issue>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Georgios</surname>
            <given-names>Petasis</given-names>
          </string-name>
          , Vangelis Karkaletsis, Georgios Paliouras, Anastasia Krithara, and
          <string-name>
            <given-names>Elias</given-names>
            <surname>Zavitsanos</surname>
          </string-name>
          .
          <article-title>Ontology Population and Enrichment: State of the Art</article-title>
          , volume
          <volume>6050</volume>
          of Lecture Notes in Computer Science, pages
          <volume>134</volume>
          {
          <fpage>166</fpage>
          . Springer Berlin Heidelberg,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32. Simone Paolo Ponzetto and
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Navigli</surname>
          </string-name>
          .
          <article-title>Large-scale taxonomy mapping for restructuring and integrating wikipedia</article-title>
          .
          <source>In Proceedings of the 21st international jont conference on Arti cal intelligence</source>
          ,
          <source>IJCAI'09</source>
          , pages
          <year>2083</year>
          {
          <year>2088</year>
          , San Francisco, CA, USA,
          <year>2009</year>
          . Morgan Kaufmann Publishers Inc.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <given-names>Janardhana</given-names>
            <surname>Punuru</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jianhua</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <article-title>Learning non-taxonomical semantic relations from domain texts</article-title>
          .
          <source>Journal of Intelligent Information Systems</source>
          , pages
          <fpage>1</fpage>
          {
          <fpage>17</fpage>
          ,
          <year>2011</year>
          .
          <volume>10</volume>
          .1007/s10844-011-0149-4.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34. Sang Keun Rhee,
          <string-name>
            <given-names>Jihye</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <surname>Myon-Woong Park</surname>
          </string-name>
          .
          <article-title>Ontology-based semantic relevance measure</article-title>
          .
          <source>In Proceedings of the The First International Workshop on Semantic Web and Web 2</source>
          .0 in Architectural, Product and
          <string-name>
            <given-names>Engineering</given-names>
            <surname>Design</surname>
          </string-name>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Navigli</surname>
            <given-names>Roberto</given-names>
          </string-name>
          , Velardi Paola, and
          <string-name>
            <given-names>Faralli</given-names>
            <surname>Stefano</surname>
          </string-name>
          .
          <article-title>A graph-based algorithm for inducing lexical taxonomies from scratch</article-title>
          . In Toby Walsh, editor,
          <source>Proceedings of the 22nd International Joint Conference on Arti cial Intelligence</source>
          , Spain,
          <year>July 2011</year>
          . IJCAI/AAAI.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <given-names>David</given-names>
            <surname>Sanchez</surname>
          </string-name>
          and Antonio Moreno.
          <article-title>Discovering non-taxonomic relations from the web</article-title>
          .
          <source>In 7th International Conference on Intelligent Data Engineering and Automated Learning. LNCS 4224</source>
          , pages
          <fpage>629</fpage>
          {
          <fpage>636</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Rion</surname>
            <given-names>Snow</given-names>
          </string-name>
          , Daniel Jurafsky, and
          <string-name>
            <given-names>Andrew Y.</given-names>
            <surname>Ng</surname>
          </string-name>
          .
          <article-title>Semantic taxonomy induction from heterogenous evidence</article-title>
          .
          <source>In Proceedings of the 21st International Conference on Computational Linguistics</source>
          and
          <article-title>the 44th annual meeting of the Association for Computational Linguistics</article-title>
          , ACL-
          <volume>44</volume>
          , pages
          <fpage>801</fpage>
          {
          <fpage>808</fpage>
          ,
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA,
          <year>2006</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Michael</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Stark</surname>
            and
            <given-names>Richard F.</given-names>
          </string-name>
          <string-name>
            <surname>Riesenfeld</surname>
          </string-name>
          . Wordnet:
          <article-title>An electronic lexical database</article-title>
          .
          <source>In Proceedings of 11th Eurographics Workshop on Rendering</source>
          . MIT Press,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <given-names>Ljiljana</given-names>
            <surname>Stojanovic</surname>
          </string-name>
          .
          <article-title>Methods and Tools for Ontology Evolution</article-title>
          .
          <source>PhD thesis</source>
          , University of Karlsruhe, Germany,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Carlo</surname>
            <given-names>Torniai</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Jelena</given-names>
            <surname>Jovanovic</surname>
          </string-name>
          , Scott Bateman, Dragan Gasevic, and
          <string-name>
            <given-names>Marek</given-names>
            <surname>Hatala</surname>
          </string-name>
          .
          <article-title>Leveraging folksonomies for ontology evolution in e-learning environments</article-title>
          .
          <source>In ICSC</source>
          , pages
          <volume>206</volume>
          {
          <fpage>213</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>C. Trabelsi</surname>
            ,
            <given-names>A. Ben</given-names>
          </string-name>
          <string-name>
            <surname>Jrad</surname>
            , and
            <given-names>S. Ben</given-names>
          </string-name>
          <string-name>
            <surname>Yahia</surname>
          </string-name>
          .
          <article-title>Bridging folksonomies and domain ontologies: Getting out non-taxonomic relations</article-title>
          .
          <source>In Data Mining Workshops (ICDMW)</source>
          ,
          <year>2010</year>
          IEEE International Conference on, pages
          <volume>369</volume>
          {379, dec.
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <given-names>P.</given-names>
            <surname>Wongthongtham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kasisopha</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Komchaliaw</surname>
          </string-name>
          .
          <article-title>Community-oriented software engineering ontology evolution</article-title>
          .
          <source>Internet Technology and Secured Transactions</source>
          ,
          <year>2009</year>
          . ICITST 2009. International Conference for, pages
          <volume>1</volume>
          {
          <fpage>4</fpage>
          ,
          <string-name>
            <surname>November</surname>
          </string-name>
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>