<!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>Can SNOMED CT be Squeezed Without Losing its Shape?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pablo L o´pez-Garc´ıa</string-name>
          <email>pablo.lopez@medunigraz.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Schulz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Medical Informatics, Statistics and Documentation - Medical University of Graz Auenbruggerplatz 2</institution>
          ,
          <addr-line>8036 Graz</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>In biomedical applications where the size and complexity of SNOMED CT are challenging, using a more compact subset that can act as a reasonable substitute is often preferred (e.g., in problem lists, using the CORE problem list subset of SNOMED CT, covering 95% of usage in less than 1% its size). Ontology modularization is the area of research that studies how to extract such subsets, also called modules or segments. In a special class of use cases including ontology-based quality assurance, scaling experiments for real-time performance, and developing scalable testbeds for software tools, it is essential that modules are representative of SNOMED CT's sub-hierarchies in terms of concept distribution, therefore preserving the original shape of SNOMED CT. How to extract such balanced modules remains unclear, as most previous work on ontology modularization has focused on the opposite problem: on extracting a representative module for a specific domain. In this study, we investigate to what extent extracting balanced modules that preserve the original shape of SNOMED CT is possible by presenting and evaluating an iterative algorithm.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 INTRODUCTION</title>
      <p>
        The size and complexity of SNOMED CT1 constitute a problem
in many biomedical applications (
        <xref ref-type="bibr" rid="ref11">Pathak et al. (2009)</xref>
        ). Studies
have shown that it is often enough to use a subset of interest
instead of the whole SNOMED CT. This is the case of problem
lists, where the 16 874 terms of CORE2 have been shown to cover
over 95% of usage (
        <xref ref-type="bibr" rid="ref6">Fung et al. (2010)</xref>
        ), when tagging medical
images (
        <xref ref-type="bibr" rid="ref17">Wennerberg et al. (2011)</xref>
        ), or when annotating texts from
cardiology (
        <xref ref-type="bibr" rid="ref9">Lo´pez-Garc´ıa et al. (2012)</xref>
        ).
      </p>
      <p>
        How to extract such subsets is studied by the area of research of
ontology modularization (Stuckenschmi
        <xref ref-type="bibr" rid="ref5">dt et al. (2009</xref>
        )). Ontology
modularization techniques are generally focused on obtaining a
minimal subset (also called module or segment) that maximally
covers a specific domain or that is representative for a particular
application. This is the case of the problem list or annotation cases
mentioned above, or the study by
        <xref ref-type="bibr" rid="ref14">Seidenberg and Rector (2006)</xref>
        ,
where they described how they extracted a representative segment
of the GALEN ontology (
        <xref ref-type="bibr" rid="ref12">Rogers and Rector (1996)</xref>
        ) for cardiology
using the seed concept ‘Heart’ as a signature.
      </p>
      <p>
        A signature is an initial set of concepts (called seeds)
that bootstraps the modularization process, on which many
ontology modularization techniques rely, including graph-traversal
(
        <xref ref-type="bibr" rid="ref3">Doran et al. (2007)</xref>
        ;
        <xref ref-type="bibr" rid="ref4">d’Aquin et al. (2007</xref>
        ); Noy and Musen
for the description logics community, who welcomes scalable
testbeds for developing tools like editors and reasoners.
      </p>
      <p>To the knowledge of the authors, little research on ontology
modularization has focused on extracting balanced modules for such
applications, where keeping the original shape of a large ontology
such as SNOMED CT regarding sub-hierarchies is a requirement.</p>
      <p>In this paper, we study the concept distribution of SNOMED CT’s
sub-hierarchies and we propose an evaluate an iterative algorithm
for extracting balanced modules. Our main goal is to investigate to
what extent it is possible to obtain modules that preserve the original
shape of SNOMED CT in order to be used in our identified class of
use cases.</p>
    </sec>
    <sec id="sec-2">
      <title>SUB-HIERARCHIES OVERVIEW</title>
      <p>As a useful way of visualizing concept distribution and for
comparative purposes (see Section 4), the same information is
displayed in form of a treemap in Figure 1. The treemap represents
SNOMED CT’s hierarchical information as a set of rectangles,
where the area of each rectangle is proportional to the number of
concepts in the sub-hierarchy.</p>
    </sec>
    <sec id="sec-3">
      <title>EXTRACTION OF BALANCED MODULES</title>
      <p>
        As remarke
        <xref ref-type="bibr" rid="ref5">d by d’Aquin et al. (2009</xref>
        ), the process of extracting
ontology modules should be guided by each domain or application.
In this section we present our definition of ontology modules, and
the methodology followed to obtain them.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Balanced SNOMED CT Modules</title>
        <p>As input, we used the OWL-EL version of SNOMED CT obtained
using the Perl script included in the distribution as input (SCT ). For
our purposes, presented in the introduction, we define a balanced
SNOMED CT module (M ) as a minimal collection of classes from
SCT that conform to the following requirements:
(a) All classes in M are hierarchically connected to SNOMED CT’s
root concept in the same way as in SCT .
(b) All classes in M share the same axiomatical class definition as
in SCT .
(c) Sub-hierarchies in M are distributed (approximately) in the
same proportion as in SCT . In practical terms, when visualized
using a treemap, M should look similar to the treemap of
SNOMED CT shown in Figure 1.
(d) Our model is restricted to classes. SNOMED CT metadata
concepts are not subject to modularization.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Module Construction from Seeds</title>
        <p>
          To create our module M , we followed a similar approach to
          <xref ref-type="bibr" rid="ref14">Seidenberg and Rector (2006)</xref>
          . Using their terminology, concepts
(in our case, classes) are represented as nodes in a graph, and
seed concepts are called target nodes. The strategy consists in
iteratively adding classes appearing in the right-hand expressions of
their definitions, starting from seeds in a initial signature. Figure 2
shows an example of a resulting module, where it can be seen that
(a) all classes are hierarchically connected to the root concept in the
same way as in the original ontology (Figure 3), and (b) all classes
share the same axiomatical class definition as the original ontology.
3
4
        </p>
        <p>10
7
8
13
14</p>
        <p>17
19</p>
        <p>20
6
11
12
16
22
24
25</p>
        <p>B
The strategy to build a module using seeds presented in the previous
section guarantees requirements (a) and (b) from our definition of
M , but does not guarantee requirement (c), i.e., that sub-hierarchies
in M will be distributed (approximately) in the same proportion as
in SCT . The reason is that there is no control over classes from
other sub-hierarchies that are added in the process when following
the right-hand expressions of the seeds.</p>
        <p>Therefore, in order not to conflict with requirements (a) and
(b) when creating M , the only possibility is to carefully select
the initial signature that bootstraps the modularization algorithm.
For that purpose, we investigated an iterative algorithm that
dynamically adjusts the distribution of classes used as seeds in the
initial signature. Before presenting the algorithm, we introduce the
following notation:</p>
        <p>As introduced before, SCT represents the OWL EL version of
SNOMED CT used as input. Sub-hierarchies are termed SHk.
M represents, the output module, whose sub-hierarchy
distribution (Table 1) should match SCT ’s as much as
possible.</p>
        <p>SIGN , is the input signature, consisting of classes from SCT ,
that is used to boostrap the modularization process described in
Subsection 3.2.</p>
        <p>Error(SHk) = Size(MSHk ) Size(SCTSHk ) indicates
the error on a per sub-hierarchy basis. Errors are calculated in
percentage terms (see distribution in Table 1).</p>
        <p>RSS = 118 P1k8=1 Error(SHk)2, where RSS represents
the residual sum of squares. Convergence of the algorithm is
defined when RSS &lt; 1.</p>
        <p>The algorithm, at each iteration i is the following:
1. A random signature SIGNi consisting of 2000 classes from
SCT is selected, following the same class sub-hierarchy
distribution as SCT , and ensuring at all sub-hierarchies in the
signature contains at least one class.
2. A module Mi is computed following the principles described in</p>
        <p>Subsection 3.2. Its sub-hierarchy distribution is calculated.
3. Convergence is checked. If RSS &gt;= 1, Steps 1 to 3 are repeated
after adjusting the scaling factor for the sub-hierarchy distribution
of the signatures in the next iteration i + 1:
= with
f(SCTSHk )
f (SIGNi+1SHk ) f (SIGNiSHk ) f(MiSHk )
f (MiSHk ) being the relative frequency of sub-hierarchy SHk
measured in the resulting module in iteration i, Mi.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>RESULTS</title>
      <p>In our experiments, the algorithm converged after 7 iterations,
extracting a module M with 10 834 classes. Figure 4 (Page 4) shows
the error after each iteration for sub-hierarchies with more than 1%
error, as well as the residual sum of squares.</p>
      <p>As can be seen in the table below the graph, the sub-hierarchies
Clinical Finding, Procedure, and Organism were under-represented
in M , while Body Structure and Substance were over-represented.
The same results can be confirmed graphically in the treemaps
shown in Figure 5, at iterations 1, 3, and 7.
(a) Module Shape - Iteration 1
(b) Module Shape - Iteration 3
(c) Module Shape - Iteration 7 (convergence)
(d) Full SNOMED CT Shape (target)</p>
    </sec>
    <sec id="sec-5">
      <title>5 DISCUSSION</title>
      <p>Our results suggest that it is difficult for ontology modules to meet
all of our modularization criteria without relaxing the constraints
of how concepts in the modules are distributed by sub-hierarchies,
because modularization criteria are conflicting. In our experiments,
all obtained modules over-represented or under-represented some of
SNOMED CT’s sub-hierarchies in different degrees. These results
were partly expected, due to the nature of the modularization
approach that uncontrollably adds class definitions to preserve
SNOMED CT’s hierarchy and class definitions.</p>
      <p>The error figures that we obtained after convergence, however,
never reached 8% for any sub-hierarchy and all our modules
contained a fair representation of all of them. Furthermore,
convergence was reached after only 7 iterations. Such modules
might be sufficient in many of the use cases that motivated their
creation, i.e., extracting modules that show an (approximately)
concept distribution to the one shown in SNOMED CT.</p>
    </sec>
    <sec id="sec-6">
      <title>6 CONCLUSIONS AND FUTURE WORK</title>
      <p>In this study, we have studied SNOMED CT sub-hierarchies
and proposed and evaluated an iterative algorithm for extracting
compact modules that preserve the shape of SNOMED CT that we
termed balanced modules. Extracting such modules has generally
been neglected by work on ontology modularization, even though
there are many use cases where balanced modules constitute
an extremely valuable tool, such as in ontology-based quality
assurance, scaling experiments for real-time performance, or
developing scalable testbeds for software tools. Our proposed
algorithm and our resulting modules show that graph-traversal
ontology modularization techniques can effectively be used to create
balanced modules, if the concept distribution of the input signature
is dynamically and iteratively adjusted.</p>
      <p>It is important to note that our algorithm and experiments are still
at an initial stage and some aspects need to be further explored and
more carefully evaluated. As future work, we plan to further (a)
analyze how to select a minimal signature, (b) study how signature
size influences the final size of the modules, and (c) improve the
randomization process of the signature selection, e.g., by stratifying
the randomization by node depth.</p>
      <p>Our current results, however, show that SNOMED CT can indeed
be squeezed without losing its shape, provided that we accept a
moderate (up to 8%) under- and over-representation of some of its
hierarchies.</p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGMENTS</title>
      <p>The authors acknowledge ICBO reviewers for their elaborate
feedback and suggestions.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Agrawal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perl</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Elhanan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Identifying problematic concepts in snomed ct using a lexical approach</article-title>
          .
          <source>Studies in health technology and informatics</source>
          ,
          <volume>192</volume>
          ,
          <fpage>773</fpage>
          -
          <lpage>777</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Cuenca</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Kazakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            , and
            <surname>Sattler</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Modular reuse of ontologies: Theory and practice</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          , pages
          <fpage>273</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Doran</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tamma</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Iannone</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Ontology module extraction for ontology reuse: an ontology engineering perspective</article-title>
          .
          <source>In Proceedings of the sixteenth ACM conference on Conference on information and knowledge management</source>
          , pages
          <fpage>61</fpage>
          -
          <lpage>70</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlicht</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Ontology modularization for knowledge selection: Experiments and evaluations</article-title>
          .
          <source>In Database and Expert Systems Applications</source>
          , pages
          <fpage>874</fpage>
          -
          <lpage>883</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlicht</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Criteria and evaluation for ontology modularization techniques</article-title>
          .
          <source>In Modular ontologies</source>
          , pages
          <fpage>67</fpage>
          -
          <lpage>89</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Fung</surname>
            ,
            <given-names>K. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Srinivasan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>The UMLS-CORE project: a study of the problem list terminologies used in large healthcare institutions</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          (
          <issue>6</issue>
          ),
          <fpage>675</fpage>
          -
          <lpage>680</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guarino</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Masolo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oltramari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Sweetening ontologies with dolce. In Knowledge engineering and knowledge management: Ontologies and the semantic Web</article-title>
          , pages
          <fpage>166</fpage>
          -
          <lpage>181</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kazakov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Extracting modules from ontologies: A logic-based approach</article-title>
          .
          <source>In Modular Ontologies</source>
          , pages
          <fpage>159</fpage>
          -
          <lpage>186</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Lo´</surname>
            pez-Garc´ıa,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boeker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Illarramendi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Usability-driven pruning of large ontologies: the case of snomed ct</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          , pages
          <fpage>amiajnl</fpage>
          -
          <lpage>2011</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N. F.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Specifying ontology views by traversal</article-title>
          .
          <source>In The Semantic Web-ISWC</source>
          <year>2004</year>
          , pages
          <fpage>713</fpage>
          -
          <lpage>725</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Pathak</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Johnson, T. M., and
          <string-name>
            <surname>Chute</surname>
            ,
            <given-names>C. G.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Survey of modular ontology techniques and their applications in the biomedical domain</article-title>
          .
          <source>Integrated computeraided engineering</source>
          ,
          <volume>16</volume>
          (
          <issue>3</issue>
          ),
          <fpage>225</fpage>
          -
          <lpage>242</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Rogers</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rector</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>The galen ontology</article-title>
          .
          <source>Medical Informatics Europe (MIE 96)</source>
          , pages
          <fpage>174</fpage>
          -
          <lpage>178</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Boeker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Biotoplite: An upper level ontology for the life sciencesevolution, design and application</article-title>
          .
          <source>In GI-Jahrestagung</source>
          , pages
          <fpage>1889</fpage>
          -
          <lpage>1899</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Seidenberg</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rector</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Web ontology segmentation: analysis, classification and use</article-title>
          .
          <source>In Proceedings of the 15th international conference on World Wide Web</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>22</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bittner</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Basic formal ontology for bioinformatics</article-title>
          .
          <source>Journal of Information Systems</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parent</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Spaccapietra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Modular Ontologies: Concepts, Theories and Techniques for Knowledge Modularization</article-title>
          .
          <source>SpringerVerlag.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Wennerberg</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Ontology modularization to improve semantic medical image annotation</article-title>
          .
          <source>Journal of biomedical informatics</source>
          ,
          <volume>44</volume>
          (
          <issue>1</issue>
          ),
          <fpage>155</fpage>
          -
          <lpage>162</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>