<!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>Towards Integration and Coverage Assessment of Ontologies for Knowledge Reuse in the Aviation Sector</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jos Lehmann</string-name>
          <email>jos.lehmann@ bauhaus-luftfahrt.net</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Shamiyeh</string-name>
          <email>michael.shamiyeh@ bauhaus-luftfahrt.net</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sven Ziemer</string-name>
          <email>sven.ziemer@ bauhaus-luftfahrt.net</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bauhaus Luftfahrt e.V.</institution>
          ,
          <addr-line>Willy-Messerschmitt-Straße 1, 82024 Taufkirchen</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Ontology-based applications can support the reuse of corporate-knowledge in engineering environments. In order to streamline the harnessing of semantics, problems of integration and of coverage assessment of ontologies need to be addressed. This paper provides examples of such problems when applying Semantic Technology in the aviation sector and outlines a strategy towards their solution. The paper also provides a preliminary discussion of how knowledge management architectures such as the one presented may be positioned in the wider research area of Industrie 4.0.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>In the context of the German high-tech strategic program
Industrie 4.0, which promotes research on the ongoing fourth
industrial revolution yielded by the digitization of products,
processes and organizations, we are investigating the
application of Semantic Technology to the reuse of
corporateknowledge in the aviation sector.</p>
      <p>This research focuses on how semantics could be harnessed
by the information systems employed during the conceptual
design of aeronautical components. The key idea, akin to
examples of Knowledge-based Engineering such as [9] or [11], is
that engineering-projects in their early stages would bene t
from semantic search, as this would expand access to
existing corporate-knowledge (e.g. legacy-data from previous
projects) as well as make search-results more relevant. The
types of corporate-knowledge being considered include two
main categories of information sources: textual data sources
and non-textual data sources.
© 2017 Copyright held by the author/owners.</p>
      <p>SEMANTiCS 2017 workshops proceedings: LIDARI
September 11-14, 2017, Amsterdam, Netherlands</p>
      <p>The core Semantic Technology applied to increase access
and relevance is ontology. This makes it possible, on the one
hand, to relate non-matching information that conceptually
belongs together and, on the other hand, to lter matching
information that is conceptually unrelated.</p>
      <p>Section 2 of this paper describes an ontology-based
software architecture for the support of knowledge reuse in the
aviation sector. Section 3 provides examples of the problems
raised by the harnessing of the needed semantics. Section
4 outlines a strategy towards the solution of such problems.
Section 5 provides a preliminary discussion of how
knowledge management architectures such as the one presented
should be positioned with respect to the wider research area
of Industrie 4.0, in particular with respect to subareas that
involve Linked Data and Robotics applications.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>ARCHITECTURE</title>
      <p>Figure 1 shows the software architecture being researched
and developed to support knowledge reuse. The
architecture attempts to combine two pre-existing architectures and
legacy-data (all in gray areas). The pre-existing
architectures are based on divergent ontological commitments,
especially di erent representational choices (regarding, for
instance, what to model as a class and what as an
individual, how many di erent properties to use in the ontology,
whether to represent constraints, etc.). Such pre-existing
representational commitments are conveyed by the two main
ontological modules being only partially in a gray area of</p>
    </sec>
    <sec id="sec-3">
      <title>Documentation Ontology</title>
      <p>The top part of Figure 1 illustrates a proprietary
ontologybased Natural Language Processing software that classi es
word and phrase occurrences in text using DocO, which
contains aliases as well as disambiguation terms in multiple
languages. As exempli ed in Figure 31, DocO's
terminol1As in the Web Ontology Language (owl), in this paper
ogy box (TDocO) is simple, as it includes a limited number
of owl classes of things likely to be mentioned in
aviationrelated texts, e.g. names of aviation companies, of
company management, of aircraft families, models or
components. For the most part, DocO contains individuals in its
assertion box (ADocO), which are related to one another by
assertions of a single type of object-property akin to the
narrower -than relation between a hyponym and its
hypernym in linguistics. For instance, the individual
representing a given aircraft model (e.g. A320 -100 ) has a narrower
scope than the individual representing such model's aircraft
family (i.e. A320 ). Similarly, both individuals
representing the model and the family have a narrower scope than
the individual representing the airframer (i.e. Airbus). As
explained in Section 3.1.2, this design choice allows greater
representational freedom, by supporting for instance
metaclassi cations. Also note that at present this ontology is not
publicly available.</p>
      <p>TDocO ::= f</p>
      <sec id="sec-3-1">
        <title>AicraftModel v Thing;</title>
      </sec>
      <sec id="sec-3-2">
        <title>AircraftFamily v Thing;</title>
      </sec>
      <sec id="sec-3-3">
        <title>Airframer v Thing;</title>
      </sec>
      <sec id="sec-3-4">
        <title>AircraftClass v Thing;</title>
      </sec>
      <sec id="sec-3-5">
        <title>AircraftComponent v Thing; narrower -than v topObjectPropertyg</title>
        <p>ADocO ::= f</p>
        <p>A320 : AircraftFamily;
A320 -100 : AicraftModel;
SingleAisle : AircraftClass;
Airbus : Airframer ;
narrower -than(A320 -100 ; A320 );
narrower -than(A320 -100 ; SingleAisle);
narrower -than(A320 ; Airbus)
narrower -than(A320 -100 ; Airbus)g
the description logic (dl) notion of concept is called class.
dl's logical constants have their standard meaning, i.e.: C1
v C2, C1 is a subclass of C2; i : C, i is an individual of class
C; 9 R.C, all individuals of a given class are in a relation R
with individuals of class C.
2.2</p>
        <p>
          The central bottom part of Figure 1, shows the model
extraction and management software that supports the
integration of technical model data, based on a system proposed
in [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and similar to the framework discussed in [11]. That
is achieved by rst transforming a technical model into an
ontology (a transformation that takes place in the Semantic
Data Model Integration module). Consider for instance the
decomposition for an A320 -100 's fuselage height modeled in
the model-excerpt shown in Figure 4. Such decomposition is
transformed into a model ontology by creating an individual
of class MeasuredValue with data properties for name, value
and unit, as shown in Figure 5. Note that TModO in
Figure 5 contains all of ModO's class hierarchy. An interface
between such hierarchy and a particular tool's data model
allows for the automatic transformation of a tecnical model's
parameters into individuals of ModO's classes.
        </p>
        <p>
          aircraft model: A320-100
(30)
(31)
(32)
(33)
(34)
(35)
(36)
(37)
(38)
(39)
(40)
(41)
(42)
(43)
(44)
(45)
Ontology2 proposed in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. As exempli ed in Figure 6,
DesO contains a rich terminology for aircraft design. The
emphasis is on providing conceptual descriptors: DesO
contains upper and core modules for quantities, dimensions,
units and parameters, imported from the ontologies QU3
and QU-Rec-204. It also provides a mereological and
connectedness structure speci ed between and across aircraft
components, with a module for so-called aircraft aspects,
i.e. functional combinations of physically separate
subcomponents (e.g. the undercarriage group). As mentioned, the
model ontology is combined with the design ontology as in
Figure 7, i.e. by establishing an updated version of ModO,
ModO , which imports DocO and allows to classify the
individual introduced in Axiom (26).
        </p>
        <p>TDesO ::= f</p>
      </sec>
      <sec id="sec-3-6">
        <title>Aircraft v Thing;</title>
      </sec>
      <sec id="sec-3-7">
        <title>Fuselage v AircraftSubComponent ;</title>
      </sec>
      <sec id="sec-3-8">
        <title>FuselageDescribingParameter v</title>
        <p>SubComponentDescribingParameter ;</p>
      </sec>
      <sec id="sec-3-9">
        <title>DistanceParameter v SingleAircraftParameter ;</title>
        <p>hasFuselage v v hasPart ;
isDescribedByHeight v v
isDescribedByParameter ;</p>
      </sec>
      <sec id="sec-3-10">
        <title>Aircraft v 9hasFuselage:Fuselage;</title>
      </sec>
      <sec id="sec-3-11">
        <title>Fuselage v</title>
      </sec>
      <sec id="sec-3-12">
        <title>9isDescribedByFuselageDescribingParameter :</title>
        <p>FuselageDescribingParameter ;</p>
      </sec>
      <sec id="sec-3-13">
        <title>FuselageDescribingParameter v</title>
      </sec>
      <sec id="sec-3-14">
        <title>9isDescribedByHeight :DistanceParameter</title>
      </sec>
      <sec id="sec-3-15">
        <title>DistanceParameter v</title>
      </sec>
      <sec id="sec-3-16">
        <title>9unit :DistanceUnit ;</title>
      </sec>
      <sec id="sec-3-17">
        <title>DistanceUnit v Unit ;</title>
      </sec>
      <sec id="sec-3-18">
        <title>Unit v 9name:xsd : string u 9symbol :xsd : string</title>
      </sec>
      <sec id="sec-3-19">
        <title>SingleAircraftParameter v</title>
      </sec>
      <sec id="sec-3-20">
        <title>9numericalValue:xsd : doubleg</title>
        <p>ADesO ::= f</p>
        <p>A320 -100 : Aircraft g</p>
        <p>ModO is mapped onto a reference design ontology DesO.
In the present case-study DesO builds on the Aircraft
(15)
(16)
(17)
(18)
(19)
(20)
(21)
(22)
(23)
(24)
(25)
(26)
(28)
(29)</p>
        <p>TModO ::= TModO [ TDesO
AModO ::= AModO [ f</p>
        <p>geom:fuselage:height : DistanceParameter g
2https://github.com/astbhltum/Aircraft-Ontology
3http://www.w3.org/2005/Incubator/ssn/ssnx/qu/qu
4http://www.w3.org/2005/Incubator/ssn/ssnx/qu/
qu-rec20
ontology integration: given ontologies, each separately
representing knowledge relevant to the aviation sector, how can
they be combined? As mentioned, their di erences should
be resolved in a way that preserves each component's
representational requirements. On the other hand, there are
challenges of coverage: do the integrated ontologies adequately
represent the aviation sector or should their content be
enriched?
3.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Ontology Integration</title>
      <p>
        DocO, ModO and DesO need to be integrated in two
ways: terminology alignments should be found by means of
ontology matching techniques [8], di erence in abstraction
levels should be resolved by meta-modeling [
        <xref ref-type="bibr" rid="ref6 ref7">7, 6</xref>
        ].
3.1.1
      </p>
      <sec id="sec-4-1">
        <title>Matching</title>
        <p>DocO contains individuals for measurement-related
notions, although not organized in any structure. On the
other hand, the measurement-related modules of ModO and
DesO largely overlap as apparent in the similarities between
Axioms (27) and (38), or Axioms (28) and (39), or Axioms
(29) and (42), all of which make Axiom (45) plausible. The
challenge is to nd a general approach to resolve the
modeling di erences between ModO and DesO. Without such
alignment between AModO and TDesO, the consequences of
classifying geom:fuselage:height as a DistanceParameter
cannot be tested by a reasoner based on individual's and class'
properties, thereby limiting the main feature of ontological
modeling.
3.1.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Meta-modeling</title>
        <p>DocO contains meta-classi cations. Axiom (8) asserts an
individual aircraft model (class introduced in Axiom (1)).
Axiom (9) asserts an individual aircraft class (class
introduced in Axiom (4)). Yet, an A320-100 is often classi ed as
an instance of (in owl: an individual of class) single-aisle.
This would require to assert in dl a higher-order axiom like
the following: A320 -100 : SingleAisle : AircraftClass.</p>
        <p>Of course, that is not possible, as an individual in dl (a
fragment of rst-order logic) cannot on its turn classify other
individuals. DocO mimics such encapsulated classi cation
between individuals by asserting a narrower -than relation,
as in combined Axioms (9) and (12).
3.2</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Ontology Coverage Assessment</title>
      <p>While the ontology resulting from the integration of the
ontologies shown in Figure 2 would include many notions
relevant to aviation, they would miss modules usually included
in multi-disciplinary engineering ontologies.</p>
      <p>
        One way of assessing ontology coverage is to compare a
given group of ontological modules with benchmarks
proposed in the relevant ontological literature. For instance,
[10] discusses the range of notions comprised in such
multidisciplinary engineering domains. According to this
proposal, DesO misses conceptualizations for: physical objects
(though implied by part-of relationships between
components), functionality (partly implicit in aircraft aspects),
processes and materials. Also, DocO contains many
individuals representing agents (e.g., persons, organizations).
DesO does not provide any conceptualization of agents,
given its focus on preliminary design. For a wider scope,
though, at least one agent may become relevant: the pilot.
(a) Matching
(b) Meta-modeling
Automatic or human, the pilot has control functions that
require agent-like properties. Finally, as described in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],
automated alternatives to literature-surveys have been
proposed. Such techniques measure semantic similarity against
a standard ontology, or against a relevant corpus or a
thesaurus, or measure the tness of an application that embeds
the to-be-evaluated ontology to accomplish a certain task
(e.g. answering competency questions relevant to the goals
of the ontology development).
4.
      </p>
    </sec>
    <sec id="sec-6">
      <title>FUTURE WORK</title>
      <p>The system being developed based on the proposed
architecture attempts to tackle the challenges described above
by providing operational de nitions of the arrows References
and Mappings in Figure 1. This should result in the
following operations.</p>
      <p>Match: To integrate taxonomical structures and
parametric data, alignments between DocO, DesO and ModO need
to be established. Recommender systems are being tested
to support this operation, which present complexities, for
instance when matching ModO with DesO. As shown in
Figure 8a, the former entangles in a single individual the
notions of: distance parameter, measure of height,
fuselage parameter; the latter, on the other hand, separates
these notions. The matching mechanism may need to be
complemented with the creation of individuals or property
assertions (e.g. between FuselageDescribingParameter and
geom:fuselage:height ).</p>
      <p>Meta-model: To make available for DocO the result of
the match operation at the appropriate level of abstraction,
relevant classes in DesO need to be modeled as individuals,
i.e. meta-modeled or, more speci cally, rei ed in DocO. As
shown in Figure 8b, the resulting version of ADesO would
contain the same knowledge as the three original matched
ontologies, although extra classes would be added to classify
the meta-modeled (rei ed) classes.</p>
      <p>Assess Coverage: To estimate to which extent the matched
DocO, DesO, ModO contain the terminology found in a
corpus and point out missing notions, coverage assessment
technique will be tested focusing on the automated testing
of mereological and functional properties.</p>
    </sec>
    <sec id="sec-7">
      <title>DISCUSSION</title>
      <p>This section provides a preliminary methodological
discussion of how knowledge management architectures, such
as the one presented above, should be positioned with
respect to the wider research area of Industrie 4.0, in
particular with respect to subareas that involve Linked Data and
Robotics applications.</p>
      <p>In our present working de nition of the relationships
between the di erent research-areas that contribute to the
vision of Industrie 4.0 we are assuming a fairly rigid partition
between:
Pre-production processes (or work phases) which, for the
most part, are based on intellectual or experimental
activities (i.e. the part of the process chain from
Conceptual Design to Prototyping).</p>
      <p>Production processes (or work phases) which have at their
core physical activities or transformations (i.e. the
part of the process chain from Mass Production and
Assembly to Quality Assurance).</p>
      <p>Questions about production processes are investigated in
the subarea of Industrie 4.0 usually referred to as Smart
Factory. Here Robotics plays a central role, as a means
to reduce production costs by more e cient and e ective
adjustment of production lines. Alongside Robotics,
Cyberphysical Systems and the Internet of Things are
key-ingredients in achieving interoperability and decentralization on
the oor of the Smart Factory.</p>
      <p>On the other hand, questions about pre-production
processes are investigated in a subarea of Industrie 4.0 that, by
analogy, could be called Smart Studio. Here Robotics plays,
if any, a less important role, whereas Knowledge
Management and Arti cial Intelligence are more prominent. The
architecture presented in Figure 1, contributes to achieving
interoperability in the Smart Studio.</p>
      <p>
        In this context Linked Data, i.e. the result of interlinking
structured data coming from di erent sources (as proposed
in 2006 by Tim Berners-Lee5 or in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) play an important
role in achieving research goals either within the Smart
Factory or within to Smart Studio separately, because
requirements and models within each of these research areas are
su ciently homogeneous.
      </p>
      <p>What still needs to be clari ed, though, is the extent to
which Linked Data (or any other integration approach) can
deliver results across the Smart Factory and the Smart
Studio. Is it possible to blur the distinction between data used
or generated during pre-production and data used or
generated during production?</p>
      <p>Ideally, (i) knowledge that is gained during the
production of a product would be fed back to previous phases (e.g.
the design of a new version of that same product): such
feedback loop would allow to modify the design of a product
based on data generated during its production or its quality
5W3C recommendation https://www.w3.org/DesignIssues/
LinkedData.html
assessment; (ii) conversely, knowledge that is gained
during the pre-production of a product may be fed forward to
later phases (e.g. scheduling or con guration): such feed{
forward loop would directly impact the production line and
the robots operating in it.</p>
      <p>Also, the increasing role of virtualization is an additional
motivation for researching if it is possible to blur the
distinction between data generated in the Smart Factory and in the
Smart Studio. On the one hand, the Smart Factory needs
virtual representations of physical products for new
production techniques (e.g. 3D Printing). On the other hand, the
Smart Studio applies virtual design approaches (e.g. virtual
testing or hardware-in-the-loop testing). As both the Smart
Factory and the Smart Studio will increasingly be working
on virtual representations of the same nal physical
product, linking the data underlying those representations would
translate into increased agility throughout the product
lifecycle.</p>
      <p>As a nal (counter)point on what discussed in this Section,
it should be noted that the possibility of blurring the
distinction between data generated in the Smart Factory and in the
Smart Studio, even if eventually viable, may not be
unconditionally welcome by practitioners. The aviation industry,
for instance, is subject to the strictest design certi cation
requirements, which entail long and costly certi cation
procedures. As a result, designs in Aviation are rather stable
in time. Therefore, the advantages of a feedback loop, such
as (i) above, may not be obvious, because putting e ort
into an automated Knowledge Management infrastructure
to achieve ne-grained changes to product designs based on
feedback from the production line may not be considered
cost-e ective.
6.</p>
    </sec>
    <sec id="sec-8">
      <title>ACKNOWLEDGMENTS</title>
      <p>
        Research supported by German program LUFOV2, project
EFFPRO 4.0, grant no. 20Y1509E.
International Computer Software and Applications
Conference, pages 239{244. IEEE Computer Society,
2011.
[8] O. Kovalenko and J. Euzenat. Semantic matching of
engineering data structures. In Bi and Sabou [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ],
pages 137{157.
[9] G. La Rocca. Knowledge based engineering: Between
AI and CAD. review of a language based technology
to support engineering design. Advanced Engineering
Informatics, 26(2):159{179, 2012.
[10] C. Legat, C. Seitz, S. Lamparter, and S. Feldmann.
      </p>
      <p>Semantics to the shop oor: towards ontology
modularization and reuse in the automation domain.</p>
      <p>IFAC Proceedings Volumes, 47(3):3444{3449, 2014.
[11] T. Moser. The engineering knowledge base approach.</p>
      <p>
        In Bi and Sabou [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], pages 85{103.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Glas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Roehm</surname>
          </string-name>
          .
          <article-title>Creating an ontology for aircraft design</article-title>
          .
          <source>In Deutscher Luft- und Raumfahrtkongress</source>
          <year>2013</year>
          , Stuttgart,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bi</surname>
          </string-name>
          and M. Sabou, editors.
          <source>Semantic Web Technologies for Intelligent Engineering Applications</source>
          . Springer,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          .
          <article-title>The emerging web of linked data</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          ,
          <volume>24</volume>
          (
          <issue>5</issue>
          ):
          <volume>87</volume>
          {
          <fpage>92</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>DiGiuseppe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. C.</given-names>
            <surname>Pouchard</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Noy</surname>
          </string-name>
          .
          <article-title>SWEET ontology coverage for earth system sciences</article-title>
          .
          <source>Earth Science Informatics</source>
          ,
          <volume>7</volume>
          (
          <issue>4</issue>
          ):
          <volume>249</volume>
          {
          <fpage>264</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Glas</surname>
          </string-name>
          .
          <article-title>Ontology-based Model Integration for the Conceptual Design of Aircraft</article-title>
          . Dissertation, Technische Universitat Munchen, Munchen,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Glimm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rudolph</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Vo</surname>
          </string-name>
          <article-title>lker. Integrated metamodeling and diagnosis in OWL 2</article-title>
          . In P. F.
          <string-name>
            <surname>Patel-Schneider</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>J. Z.</given-names>
          </string-name>
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>I. Horrocks</given-names>
          </string-name>
          , and B. Glimm, editors,
          <source>International Semantic Web Conference, Revised Selected Papers</source>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>6496</volume>
          of Lecture Notes in Computer Science, pages
          <volume>257</volume>
          {
          <fpage>272</fpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>N.</given-names>
            <surname>Jekjantuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qu</surname>
          </string-name>
          .
          <article-title>Diagnosis of software models with multiple levels of abstraction using ontological metamodeling</article-title>
          .
          <source>In Proceedings of the</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>