<!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>
      <journal-title-group>
        <journal-title>Peng Wang</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Lily Results for OAEI 2020? ??</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yunyan Hu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shaochen Bai</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shiyi Zou</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Peng Wang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Artificial Intelligence, Southeast University</institution>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science and Engineering, Southeast University</institution>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of Cyber Science and Engineering, Southeast University</institution>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Southeast University - Monash University Joint Graduate School</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>1</volume>
      <issue>2</issue>
      <abstract>
        <p>This paper presents the results of Lily in the ontology alignment contest OAEI 2020. As a comprehensive ontology matching system, Lily is intended to participate in three tracks of the contest: anatomy, conference, and spimbench. The specific techniques used by Lily will be introduced briefly. The strengths and weaknesses of Lily will also be discussed.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.1</p>
    </sec>
    <sec id="sec-2">
      <title>State, purpose, general statement</title>
      <p>The core principle of matching strategies of Lily is utilizing the useful clues
correctly and effectively. Lily combines several effective and efficient matching
techniques to facilitate alignments. There are five main matching strategies: (1)
Generic Ontology Matching (GOM) is used for common matching tasks with
normal size ontologies. (2) Large scale Ontology Matching (LOM) is used for
the matching tasks with large size ontologies. (3) Instance Ontology Matching
(IOM) is used for instance matching tasks. (4) Ontology mapping debugging is
used to verify and improve the alignment results. (5) Ontology matching tuning
is used to enhance overall performance.</p>
      <p>The matching process mainly contains three steps: (1) Pre-processing, when
Lily parses ontologies and prepares the necessary information for subsequent
steps. Meanwhile, the ontologies will be generally analyzed, whose
characteristics, along with studied datasets, will be utilized to determine parameters and
strategies. (2) Similarity computing, when Lily uses special methods to calculate
the similarities between elements from different ontologies. (3) Post-processing,
when alignments are extracted and refined by mapping debugging.</p>
      <p>In this year, some algorithms and matching strategies of Lily have been
modified for higher efficiency.
1.2</p>
    </sec>
    <sec id="sec-3">
      <title>Specific techniques used</title>
      <p>Lily aims to provide high quality 1:1 concept pair or property pair alignments.
The main specific techniques used by Lily are as follows.</p>
      <p>
        Semantic subgraph An element may have heterogeneous semantic
interpretations in different ontologies. Therefore, understanding the real local meanings
of elements is very useful for similarity computation, which are the foundations
for many applications including ontology matching. Therefore, before similarity
computation, Lily first describes the meaning for each entity accurately. However,
since different ontologies have different preferences to describe their elements,
obtaining the semantic context of an element is an open problem. The semantic
subgraph was proposed to capture the real meanings of ontology elements [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
To extract the semantic subgraphs, a hybrid ontology graph is used to
represent the semantic relations between elements. An extracting algorithm based on
an electrical circuit model is then used with new conductivity calculation rules
to improve the quality of the semantic subgraphs. It has been shown that the
semantic subgraphs can properly capture the local meanings of elements [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>Based on the extracted semantic subgraphs, more credible matching clues can
be discovered, which help reduce the negative effects of the matching uncertainty.
Generic ontology matching method The similarity computation is based
on the semantic subgraphs, which means all the information used in the
similarity computation comes from the semantic subgraphs. Lily combines the text
matching and structure matching techniques.</p>
      <p>
        Semantic Description Document (SDD) matcher measures the literal
similarity between ontologies. A semantic description document of a concept
contains the information about class hierarchies, related properties and instances,
and external knowledge sources. A semantic description document of a
property contains the clues about hierarchies, domains, ranges, restrictions and
related instances. In addition, WordNet [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and domain-specific ontologies (the
UBERON [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] Ontology for the Anatomy track) are exploited as external
resources to find synonyms and cross-references between entities. Indeed, we
explore the property ”hasDbXref”, which is mentioned in almost every class of
Uberon. This property references the classes’URI of some external ontologies
such as the human and mouse of the Anatomy track. Consequently, we align
every two entities of the Anatomy track in case if they are both referenced in a
single class of Uberon.
      </p>
      <p>For the descriptions from different entities, the similarities of the
corresponding parts will be calculated. Finally, all separated similarities will be combined
with the experiential weights.</p>
      <p>
        Matching weak informative ontologies Most existing ontology matching
methods are based on the linguistic information. However, some ontologies may
lack in regular linguistic information such as natural words and comments.
Consequently the linguistic-based methods will not work. Structure-based methods
are more practical for such situations. Similarity propagation is a feasible idea
to realize the structure-based matching. But traditional propagation strategies
do not take into consideration the ontology features and will be faced with
effectiveness and performance problems. Having analyzed the classical similarity
propagation algorithm, Similarity Flood, we proposed a new structure-based
ontology matching method [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This method has two features: (1) It has more strict
but reasonable propagation conditions which lead to more efficient matching
processes and better alignments. (2) A series of propagation strategies are used to
improve the matching quality. We have demonstrated that this method performs
well on the OAEI benchmark dataset [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>However, the similarity propagation is not always perfect. When more
alignments are discovered, more incorrect alignments would also be introduced by
the similarity propagation. So Lily also utilizes a strategy to determine when to
use the similarity propagation.</p>
      <p>
        Large scale ontology matching Matching large ontologies is a challenge due
to its significant time complexity. We proposed a new matching method for large
ontologies based on reduction anchors [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. This method has a distinct advantage
over the divide-and-conquer methods because it does not need to partition large
ontologies. In particular, two kinds of reduction anchors, positive and negative
reduction anchors, are proposed to reduce the time complexity in matching.
Positive reduction anchors use the concept hierarchy to predict the ignorable
similarity calculations. Negative reduction anchors use the locality of matching
to predict the ignorable similarity calculations. Our experimental results on the
real world datasets show that the proposed methods are efficient in matching
large ontologies [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Ontology mapping debugging Lily utilizes a technique named ontology
mapping debugging to improve the alignment results [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Different from existing
methods that focus on finding efficient and effective solutions for the ontology mapping
problems, mapping debugging emphasizes on analyzing the mapping results to
detect or diagnose the mapping defects. During debugging, some types of
mapping errors, such as redundant and inconsistent mappings, can be detected. Some
warnings, including imprecise mappings or abnormal mappings, are also locked
by analyzing the features of mapping result. More importantly, some errors and
warnings can be repaired automatically or can be presented to users with revising
suggestions.
      </p>
      <p>
        Ontology matching tuning Lily adopted ontology matching tuning this year.
By performing parameter optimization on training datasets [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], Lily is able to
determine the best parameters for similar tasks. Those data will be stored. When
it comes to real matching tasks, Lily will perform statistical calculations on the
new ontologies to acquire their features that help it find the most suitable
configurations, based on previous training data. In this way, the overall performance
can be improved.
      </p>
      <p>Currently, ontology matching tuning is not totally automatic. It is difficult
to find out typical statistical parameters that distinguish each task from
others. Meanwhile, learning from test datasets can be really time-consuming. Our
experiment is just a beginning.
2
2.1</p>
      <sec id="sec-3-1">
        <title>Results</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Anatomy track</title>
      <p>The anatomy matching task consists of two real large-scale biological ontologies.
Table 1 shows the performance of Lily in the Anatomy track on a server with
one 3.46 GHz, 6-core CPU and 8GB RAM allocated. The time unit is second
(s).</p>
      <p>
        Compared with the result in OAEI 2019 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], there are some improvements in
Precision, Recall and F-Measure. However, as can be seen in the overall result,
there are still some gaps compared with the state-of-art system which indicates
it is still possible to make further progress. The further exploration of external
knowledge will be leveraged in the future for the better results. Additionally, to
futher reduce the time consumption, some key algorithms will be parallelized.
In this track, there are 7 independent ontologies that can be matched with one
another. The 21 subtasks are based on given reference alignments. As a result of
heterogeneous characters, it is a challenge to generate high-quality alignments
for all ontology pairs in this track.
      </p>
      <p>Lily adopted ontology matching tuning for the Conference track this year.
Table 2 shows its latest performance.</p>
      <p>
        Compared with the result in OAEI 2018 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], there is one very slightly
improved its precision but decreased its recall and F1-measure. All the tasks share
the same configurations, so it is possible to generate better alignments by
assigning the most suitable parameters for each task. The performance of Lily was
even worse than StringEquiv in some tasks. ‘We will further analyze this task
and our system to find out the reason later.
This tack is an instance-mactching tack which aims to match instances of
creative works between two boxes. And ontology instances are described through
22 classes, 31 DatatypeProperty and 85 ObjectProperty properties.
      </p>
      <p>There are about 380 instances and 10000 triples in sandbox, and about 1800
CWs and 50000 triples in mainbox.</p>
      <p>Lily utilized almost the same startegy to handle these two different size tasks.
We found that creative works in this task was rich in text information such as
titles, descriptions and so on. However, garbled texts and messy codes were mixed
up with normal texts. And Lily relied too much on text similarity calculation
and set a low threshold in this task, which accounted for the low precision.</p>
      <p>As is shown in Table 3, Lily outperforms most the others in sandbox and
mainbox. And the results of Lily and REMiner are close, but the running time of
Lily is comparative. Meanwhile, experiments shows that simple ensemble
methods and a low threshold contribute to increase of matching efficiency.
Nevertheless, compared with FTRL-IM, there is still potential for Lily to speed up in
process of matching.
3</p>
      <sec id="sec-4-1">
        <title>General comments</title>
        <p>In this year, some modifications were done to Lily for both effectiveness and
efficiency. The performance has been improved as we have expected. The strategies
for new tasks have been proved to be useful.</p>
        <p>On the whole, Lily is a comprehensive ontology matching system with the
ability to handle multiple types of ontology matching tasks, of which the results
are generally competitive. However, Lily still lacks in strategies for some newly
developed matching tasks. The relatively high time and memory consumption
also prevent Lily from finishing some challenging tasks.
4</p>
      </sec>
      <sec id="sec-4-2">
        <title>Conclusion</title>
        <p>In this paper, we briefly introduced our ontology matching system Lily. The
matching process and the special techniques used by Lily were presented, and
the alignment results were carefully analyzed.</p>
        <p>There is still so much to do to make further progress. Lily needs more
optimization to handle large ontologies with limited time and memory. Thus,
techniques like parallelization will be applied more. Also, we have just tried out
ontology matching tuning. With further research on that, Lily will not only
produce better alignments for tracks it was intended for, but also be able to
participate in the interactive track.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>An effective similarity propagation model for matching ontologies without sufficient or regular linguistic information</article-title>
          .
          <source>In: The 4th Asian Semantic Web Conference (ASWC2009)</source>
          , Shanghai, China (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Debugging ontology mappings: a static approach</article-title>
          .
          <source>Computing and Informatics</source>
          <volume>27</volume>
          (
          <issue>1</issue>
          ),
          <fpage>21</fpage>
          -
          <lpage>36</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ji</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Ontology matching tuning based on particle swarm optimization: Preliminary results</article-title>
          .
          <source>In: Chinese Semantic Web and Web Science Conference</source>
          . pp.
          <fpage>146</fpage>
          -
          <lpage>155</lpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          :
          <article-title>Lily results for OAEI 2019</article-title>
          .
          <source>In: Proceedings of the 14th International Workshop on Ontology Matching co-located with the 18th International Semantic Web Conference (ISWC</source>
          <year>2019</year>
          ), Auckland, New Zealand,
          <source>October</source>
          <volume>26</volume>
          ,
          <year>2019</year>
          . vol.
          <volume>2536</volume>
          , pp.
          <fpage>153</fpage>
          -
          <lpage>159</lpage>
          . CEUR-WS.org (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
          </string-name>
          , H.:
          <article-title>Lily results for OAEI 2018</article-title>
          .
          <source>In: Proceedings of the 13th International Workshop on Ontology Matching co-located with the 17th International Semantic Web Conference, OM@ISWC</source>
          <year>2018</year>
          , Monterey, CA, USA, October
          <volume>8</volume>
          ,
          <year>2018</year>
          . pp.
          <fpage>179</fpage>
          -
          <lpage>186</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Lily results for OAEI 2016</article-title>
          .
          <source>In: Proceedings of the 11th International Workshop on Ontology Matching co-located with the 15th International Semantic Web Conference (ISWC</source>
          <year>2016</year>
          ), Kobe, Japan, October
          <volume>18</volume>
          ,
          <year>2016</year>
          . pp.
          <fpage>178</fpage>
          -
          <lpage>184</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Lily results for OAEI 2015</article-title>
          .
          <source>In: Proceedings of the 10th International Workshop on Ontology Matching collocated with the 14th International Semantic Web Conference (ISWC</source>
          <year>2015</year>
          ), Bethlehem, PA, USA, October
          <volume>12</volume>
          ,
          <year>2015</year>
          . pp.
          <fpage>162</fpage>
          -
          <lpage>170</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Lily results on SEALS platform for OAEI 2011</article-title>
          .
          <source>In: Proceedings of the 6th International Workshop on Ontology Matching</source>
          , Bonn, Germany, October
          <volume>24</volume>
          ,
          <year>2011</year>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Lily: Ontology alignment results for OAEI 2009</article-title>
          .
          <source>In: Proceedings of the 4th International Workshop on Ontology Matching (OM-</source>
          <year>2009</year>
          <article-title>) collocated with the 8th International Semantic Web Conference (ISWC-2009) Chantilly</article-title>
          , USA, October
          <volume>25</volume>
          ,
          <year>2009</year>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Lily: Ontology alignment results for OAEI 2008</article-title>
          .
          <source>In: Proceedings of the 3rd International Workshop on Ontology Matching (OM-2008)</source>
          <article-title>Collocated with the 7th International Semantic Web Conference (ISWC-</article-title>
          <year>2008</year>
          ), Karlsruhe, Germany, October
          <volume>26</volume>
          ,
          <year>2008</year>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>LILY: the results for the ontology alignment contest OAEI 2007</article-title>
          .
          <source>In: Proceedings of the 2nd International Workshop on Ontology Matching (OM2007</source>
          )
          <article-title>Collocated with the 6th International Semantic Web Conference (ISWC2007) and the 2nd Asian Semantic Web Conference (ASWC-</article-title>
          <year>2007</year>
          ), Busan, Korea, November
          <volume>11</volume>
          ,
          <year>2007</year>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Extracting semantic subgraphs to capture the real meanings of ontology elements</article-title>
          .
          <source>Tsinghua Science and Technology</source>
          <volume>15</volume>
          (
          <issue>6</issue>
          ),
          <fpage>724</fpage>
          -
          <lpage>733</lpage>
          (
          <year>2010</year>
          )
        </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>Communications of the ACM</source>
          <volume>38</volume>
          (
          <issue>11</issue>
          ),
          <fpage>39</fpage>
          -
          <lpage>41</lpage>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torniai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gkoutos</surname>
            ,
            <given-names>G.V.</given-names>
          </string-name>
          , et al.:
          <article-title>Uberon, an integrative multispecies anatomy ontology</article-title>
          .
          <source>Genome biology</source>
          <volume>13</volume>
          (
          <issue>1</issue>
          ),
          <source>R5</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Matching large ontologies based on reduction anchors</article-title>
          .
          <source>In: IJCAI 2011, Proceedings of the 22nd International Joint Conference on Artificial Intelligence</source>
          , Barcelona, Catalonia, Spain,
          <source>July 16-22</source>
          ,
          <year>2011</year>
          . pp.
          <fpage>2343</fpage>
          -
          <lpage>2348</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>