<!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>An Implementation of Multi-Level Modelling in F-Logic</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Muzaffar Igamberdiev</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Georg Grossmann</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Markus Stumptner</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Advanced Computing Research Centre School of IT and Mathematical Sciences University of South Australia</institution>
          ,
          <addr-line>Mawson Lakes, SA 5095</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <fpage>33</fpage>
      <lpage>42</lpage>
      <abstract>
        <p>Multi-level modelling is currently regaining attention in the database and software engineering community with different emerging proposals and implementations. One driver behind this trend is to reduce model complexity, a crucial aspect in a time of big data research in which more and more data from different sources are required to be integrated. From our experience, multi-level modelling also improves understanding of complex specifications, simplify their management and evolution, and facilitate interoperability between them. This paper focuses on the requirement of reasoning for interoperability. Although there exist formalisation approaches for multi-level modelling, only few have the implementation for three fundamental aspects: formalisation, querying and validation of multi-level models. We propose an F-Logic framework to implement these aspects. In addition, we believe this approach is more likely to be adapted in real-world use cases because of its simple objectoriented declarative nature.</p>
      </abstract>
      <kwd-group>
        <kwd>Multi-level modelling</kwd>
        <kwd>interoperability</kwd>
        <kwd>multi-level model reasoning</kwd>
        <kwd>F-Logic</kwd>
        <kwd>multi-level model querying</kwd>
        <kwd>multi-level model validation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Multi-level modelling (also called deep meta-modelling/instantiation ) is
currently regaining attention in the database and software engineering
community with different emerging proposals and implementations. Recently there have
been multiple works published which enrich multi-level modelling with new
features [
        <xref ref-type="bibr" rid="ref19 ref2">2,19</xref>
        ], propose a formalisation for multi-level modelling [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] or demonstrate
the practical application of it [
        <xref ref-type="bibr" rid="ref13 ref8">8,13</xref>
        ]. The most often mentioned arguments for
multi-level modelling are increased expressiveness, by introducing multiple
classifications [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], and reduced complexity [
        <xref ref-type="bibr" rid="ref20 ref6">6,20</xref>
        ]. This seems to be a contradiction,
because one might expect increasing expressiveness may lead to increased
complexity, but multiple classification allows to brake down a complex specification
into smaller and simpler layers. Apart from the above mentioned advantages we
have seen a further three advantages in a use case from the oil and gas
industry [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]: (1) Simplification of the standards’ specifications by classifying elements
into ontological and linguistic elements, (2) simpler management and evolution
of standards by structuring them into multiple ontological instance-of levels,
and most importantly (3) checking specifications for consistency according to
software engineering modelling principles.
      </p>
      <p>The third advantage facilitates the interoperability between software systems.
During the development life cycle of an interoperability solution, the matching,
transformation, and synchronization of models and data rely on querying source
and target specifications and checking for consistency to ensure a correct end
result (i.e. validation). It only becomes possible with a formal specification that
can be executed.</p>
      <p>
        For multi-level modelling there exist some formalisation approaches.
Neumayr et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] proposed ConceptBase as the underlying formalisation
framework. ConceptBase is a metamodeling system based on Datalog and the Telos
data model [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Rossini et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] implemented the semantics using the Diagram
Predicate Framework (DPF) and Golra et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] used a graph algebra.
      </p>
      <p>
        We propose a novel approach, namely Multi-level Modelling in F-Logic (MiF),
for the implementation, querying and validation of the multi-level models. We
propose to use F-Logic as an alternative implementation for the following
reasons: in comparison to DPF and graph-based approaches, F-Logic is
objectoriented and represents an integrated framework which allows the specification
of the semantics and ontological models as well as perform reasoning.
ConceptBase also aims at an integrated approach but is not as widely accepted as
FLogic. In particular in the Ontology and Semantic Web community, e.g., there
exist commercial and open-source implementations such as OntoBroker 1 and
Flora 2, and it has been used for interoperability, such as the Rule Interchange
Format [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]3 and model transformation [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>In the next section we describe our motivating use case from the oil and gas
industry, followed by a description of the implementation of multi-level modelling
and related work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Oil &amp; Gas Interoperability Pilot</title>
      <p>
        A large-scale standard-based interoperability is one of the main challenges in
the oil and gas industry. Some comparable figures of how much an inadequate
interoperability costs came from the US Capital Facilities Industry and the
construction and engineering domain with an estimate of about $15.8 billion per
year [
        <xref ref-type="bibr" rid="ref10 ref9">9,10</xref>
        ].
      </p>
      <p>
        A lot of effort has been invested into data standards to overcome the
interoperability issue in the oil and gas industry. One effort is the joint
academicindustry project Oil &amp; Gas Interoperability (OGI) Pilot hosted by MIMOSA4
and supported by the ISO TC 184 OGI Technical Specification project. The
1 OntoBroker: http://www.semafora-systems.com/
2 Flora-2: http://flora.sourceforge.net/
3 RIF: http://www.w3.org/2001/sw/wiki/RIF
4 MIMOSA: http://www.mimosa.org
goal of the OGI Pilot is increased automation in the digital hand-over of
design information of very large physical assets to the operation and maintenance
side. This requires identifying commonalities and differences as well as open
gaps in the specifications of the major standards in the area: ISO 15926 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
and MIMOSA’s Open Systems Architecture for Enterprise Application
Integration (OSA-EAI) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Within the OGI Pilot we have identified some
challenges [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] of which we will focus on ISO 15926 standard in this paper. The ISO
standard relies on a 4-dimensional information model specified in STEP/EXPRESS,
RDF, OWL, and first order logic.
      </p>
      <p>
        Example: Our motivating example is taken from an engineering diagram which
specifies that “The impeller with serial number XXX is part of the Weir Pump
with serial number XYZ ”. Figure 1a displays the flat model of this example
using the instance diagram notation appearing throughout the ISO 15926
documentation [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>(a) Instance diagram
(b) Multi-level representation</p>
      <p>In ISO 15926 terminology each box represents a class which is part of the
specification and identified by its label. A diamond represents a relationship
where a diamond with a thick line represents a class of relationship. A (class of)
relationship has roles which are displayed by labelled arcs connected to the
diamond, e.g., “part” and “whole” are the two roles of “composition of individual”.
A symbol with prefix # is a possible individual with a temporal part, e.g.,
”#Impeller S/N: XXX” is a possible temporal part with identifier “Impeller S/N:
XXX”. Remaining elements are classes identified by its label, e.g., “Pump
Component Class”.</p>
      <p>
        Jordan et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] applied rules on the ISO 15926 specification for the
transformation of the flat model into a multi-level model. For example, one of those rules
assigns a model level according to the prefix of a class label, e.g., “class of composition”
is an instance of “class of class of composition” and removes the prefix “class of ”
to simplify the notation. Figure 1b shows the result of applying those rules on
the example introduced above.
      </p>
      <p>Some of the advantages of a multi-level model representation over the flat
model are: (1) explicit instance-of relationships, (2) separation of concerns through
multiple levels making it easier for users to focus on particular aspects of the
model, (3) reduced complexity, and (4) clarified terminology which improves
understandability.</p>
      <p>
        In order to verify the multi-level models and perform queries, for example,
to support matching with other standards for model transformation, we require
a formal framework. We propose to use F-Logic because of its object-oriented
semantics and its wide acceptance in the ontology, business rules and model
transformation communities[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Implementation of Multi-level Modelling in F-Logic</title>
      <p>This section introduces the semantics of multi-level modelling, its
implementation, querying and validation in F-Logic.
3.1</p>
      <sec id="sec-3-1">
        <title>Multi-level Modelling Semantics</title>
        <p>
          The semantics of multi-level modelling involves the characterization of concepts
and the definition of relationships between them. Similarly to semantics
definition in two-level modelling, which is designated by its meta-model, the
multilevel modelling semantics have been described by its meta-model that includes
a linguistic meta-model and an ontological stack [
          <xref ref-type="bibr" rid="ref21 ref3">3,21</xref>
          ].
        </p>
        <p>The fundamental concepts of multi-level modelling are characterized by
linguistic and ontological perspectives. The linguistic meta-model deals with syntax
and grammar, whereas the ontological stack addresses structural hierarchies and
classification of an underlying domain. These perspectives make understanding
of multi-level modelling easier and clearer. We also define the semantics in the
light of the two perspectives.</p>
        <p>The link between multi-level modelling perspectives is established by a
linguistic instance-of relationship. It differs from the relationships within the
linguistic meta-model and ontological stack in the sense that it connects the
concepts across the perspectives. Every model element and relationship in the
ontological stack is a linguistic instance-of the concepts from the linguistic
metamodel. An ontological model element may or may not have an ontological type,
but the linguistic type (e.g. clabject) is mandatory.</p>
        <p>Meta-model for use case: The multi-level modelling meta-model for our use
case is illustrated in Figure 2. It is organized in linguistic meta-model and
ontological stack.</p>
        <p>
          Some of the concepts are inspired by the work on multi-level modelling and
the formalisation of deep meta-modelling [
          <xref ref-type="bibr" rid="ref21 ref4">4,21</xref>
          ]: The root element in the
linguistic meta-model is called instantiable element, meaning all model elements
are instantiable in the ontological stack. Depending on the representation of the
instantiated model element across ontological levels, instantiable elements are
categorized as multi- and single-potency elements in Figure 2. While
generalization and classification relationships cannot be instantiated across ontological
levels, association and composition relationships can. The former ones are the
examples for single-potency and latter ones for multi-potency elements. While
the single potency elements can be instantiated in any ontological level and
will not have further instances, the multi-potency elements can have further
instances depending on the value of their potency[
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. The composition
relationship is illustrated as a multi-potency relationship between impeller and pump
elements in the example. The same multi-potency semantics is valid for clabject
and association relationship.
        </p>
        <p>Generalization relationship and attribute model elements are sub-class of
a single-potency element. The difference between attribute and feature is that
while the former one is considered as a single-potency, the latter one has
multipotency characteristics. Attribute is a property of the model element that can
be instantiated in any ontological level and will not be instantiated in the next
levels (single-potency). Alternatively, feature (field and method) is multi-potency
element and can be instantiated across ontological levels. Clabject is sub-classed
into domain entity and domain connection. Domain entities are the clabjects
that characterize the domain concepts and domain connections address domain
specific relationship, e.g., association and composition are domain connections.</p>
        <p>The generalization is demonstrated with a relationship between Weir MC
Series Centrifugal Pump and more general concept Centrifugal Pump in the
ontological stack. The association is illustrated with a relationship between
Rotating Mechanical Equipment and Designation model elements, that represents
that rotating mechanical equipment has a designation.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Implementation in Flora-2</title>
        <p>In this section, we first introduce F-Logic briefly, then discuss built-in features of
F-Logic which directly support part of the meta-model and finally describe how
we add new semantics to fully support the meta-model. Due to lack of space, we
provide the excerpts of the semantics implementation.</p>
        <p>F-Logic stands for Frame Logic, frame-based, object-oriented knowledge
representation and reasoning language. It has a declarative, compact, simple and
expressive syntax with well-defined semantics. These characteristics makes it
attractive to apply on integration of information, semantic search, intelligent
agents, semantic web and other areas.</p>
        <p>
          In this paper, we use one of F-Logic implementations: Flora-2 [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Flora-2
is a dialect of F-Logic with numerous extensions and it supports extensibility,
flexibility and modularity through dynamic modules. It is more suitable for a
knowledge representation and reasoning in a way that multi-model semantics can
be compactly expressed and the constrains can be checked, validation rules can
be applied and more importantly the multi-model concepts and relationships can
be easily queried. The source code presented in this paper is based on Flora-2
syntax. We now continue with the overlapping and distinct features of F-Logic
and multi-level modelling.
        </p>
        <p>Direct support: Some of the multi-level modelling concepts can be mapped
directly to F-Logic. Concepts which are supported directly are represented with in
grey in Figure 2. The mapping between modelling concepts and F-Logic elements
are illustrated in Table 1.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Multi-level modelling aware extensions: The linguistic meta-model ele</title>
        <p>ments with white background in Figure 2 represent model elements and
relationships that have not been addressed by F-Logic yet. Due to space limitation we
provide its the implementation only for the linguistic and ontological instance-of
relationship:
Linguistic instance-of relationship: It is similar to the IS-A(instance-of)
relationship implemented by the colon (:) operator in F-Logic. We introduced a
new operator, (&lt;:), for the linguistic instance-of relationship with the following
short excerpt of validation:
1. :- _op(400,xfx,&lt;:).
2. linguistic_instance_of_validation(?X, ?Y)
:3. ?X &lt;:: ?Y,
4. ?Y \= clabject,
5. writeln(?X, ’ can only be an instance of CLABJECT’) @ _plg.</p>
        <p>The operator is defined by _op(400,xfx,&lt;:) statement. The first argument
(400) defines precedence order to follow when statement contains other
elements. We define precedence as the same as F-logic’s instance-of relationship
precedence.</p>
        <p>The Lines 2-5 represent a rule in F-Logic to validate the linguistic instance-of
relationship. If the model element in ontological stack is not a linguistic instance
of clabject (?Y\=clabject), then it prints a validation fail message on the screen
(Line 5).</p>
        <p>Ontological instance-of relationship: We introduced new operator ’&lt;::’,
which specifies the semantics of the ontological instance-of relationship. The
rule (Lines 2-5) checks the potency before ontologically instantiating the model
element.
1. :- _op(400,xfx,&lt;::).
2. ?X &lt;:: ?Y
:3. ?Y[potency -&gt; ?_P], ?_P == 0,
4. \+(?X[potency -&gt; ?_P - 1]),
5. writeln(’cannot instantiate! It should be P &gt; 0.’) @ _plg.</p>
        <p>The second argument of the _op() operator, xfx is used to define the type
where f stands for the operator, and x and y stand for the arguments. The
negation operator is denoted by \+ symbol in Flora-2.
3.3</p>
      </sec>
      <sec id="sec-3-4">
        <title>Querying and Validation</title>
        <p>An essential feature of F-logic is reasoning. This paper focuses on the querying
and validation aspects of reasoning. A knowledge base is built based on the facts
(e.g. like the ones in the previous subsection) and can be easily queried. The
following facts illustrate ontological instance-of relationships on the motivational
example.</p>
        <p>Validation rules can be introduced to check certain properties of the concepts
and relationships. For example, the following predicate, validation rule checks
for the condition that a potency of a property should be equal or less than the
potency of an object.</p>
        <p>validate_property_potency(?Prop):?X[property-&gt;?Prop],
?X[potency-&gt;?XPot],
?Prop[potency(?X)-&gt;?PropPot],
?PropPot=&lt;?XPot.</p>
        <p>Further, the knowledge base can be queried. For example, to determine the
potency or all instances of a particular pump:
?- weir_pump_sn_123[potency-&gt;?Potency].
?- writeln(’Give me all instances of the pump’) @ _plg,
instances(?X, weir_mc_series_centrifugal_pump).
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Related work</title>
      <p>Even though multi-level modelling was introduced more than ten years ago, the
formalisation of its semantics has only recently been addressed. Research on
multi-level modelling started to get momentum, and some formalization or
implementation attempts were made. In this section we compare related work using
six comparison criteria: (1) Linguistic extension and open semantics : support to
extend the linguistic meta-model with new concepts and relationships. E.g.
specifying semantics of ”membership” relationship, (2) object-oriented semantics: the
framework is based or supports object-oriented modelling principles, (3)
integrated framework : a single framework for formalization, querying and validation,
(4) relationship across levels: a support for the relationships across levels in the
ontological stack, (5) mediation of relationship: a need of intermediate
relationship to instantiate the relationship in not-immediate ontological/instantiation
level, and (6) single and multi-potency semantics : a support of single and
multipotency concepts in the ontological stack (see Figure 2).</p>
      <p>The evaluation of some multi-level modelling approaches is illustrated in
Table 2.</p>
      <p>
        The linguistic and semantic extension criteria are covered by almost all of
approaches. The object-oriented criterion is supported by most of approaches
including this paper. We benefit from object-orientation in two ways: (1) It
already covers part of multi-level modelling and (2) it is built-in paradigm of
F-Logic. In the context of the integrated framework criterion, ConceptBase
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] (based on Datalog and Telos) addresses formalism and validation, and
METADEPTH [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] deals with all components of the integrated framework:
      </p>
      <p>
        Criteria/Approaches [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] MiF
Linguistic extension and open semantics − X X X X X
      </p>
      <p>Object-oriented X − X − X X</p>
      <p>Integrated framework X X − − X X
Relationship across levels − − X X − −</p>
      <p>Mediation of relationship − − X X − X
Single and multi-potency semantics X − X X X X</p>
      <p>
        Table 2: Evaluation of multi-level modelling approaches.
formalization(METADEPTH), querying(Epsilon Object Language (EOL)) and
validation (Epsilon Validation Language (EVL)). The Multi-level modelling in
F-Logic (MiF) approach uses F-Logic / Flora-2 to implement the formalism,
querying and validation. The relationship across levels is used between models
with different ontological structures and in different domains/spaces [
        <xref ref-type="bibr" rid="ref19 ref21">19,21</xref>
        ]. MiF
approach could also support relationship across levels as well, however we did
not come across a use case in the OGI Pilot so far. All DPF[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], DDI[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] and
MiF support mediation of relationship, additionally MiF supports mediation of
a composition relationship as well. Almost all approaches support the criterion
of single and multi-potency semantics. F-OML [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] approach behaves as the same
as MiF approach, except in mediation of relationship criterion.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this paper we introduced an alternative implementation of multi-level
modelling using F-Logic and Flora-2. We have applied the implementation on a
subset of the OGI Pilot use case, which dealt with the specification of a pump
using the ISO 15926 standard. The main benefit behind this proposal is the
integrated approach of F-Logic which allows the specification of the semantics,
ontological stack and reasoning capabilities (i.e. querying and validation) in a
single framework, its object-oriented semantics and its wide acceptance in the
ontology modelling community. In the future we plan to implement the semantics
of another standard used in the OGI Pilot, the MIMOSA standard and use the
reasoning capabilities of F-Logic to automate the matching and transformation
between ISO 15926 and MIMOSA.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Juergen</given-names>
            <surname>Angele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Kifer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Georg</given-names>
            <surname>Lausen</surname>
          </string-name>
          .
          <article-title>Ontologies in F-Logic</article-title>
          . In Steffen Staab and Rudi Studer, editors, Handbook on Ontologies,
          <source>International Handbooks on Information Systems</source>
          , pages
          <fpage>45</fpage>
          -
          <lpage>70</lpage>
          . Springer Berlin Heidelberg,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Colin</given-names>
            <surname>Atkinson</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ralph</given-names>
            <surname>Gerbig</surname>
          </string-name>
          .
          <article-title>Level-Agnostic Designation of Model Elements</article-title>
          .
          <source>In Proc. of ECMFA</source>
          <year>2014</year>
          , volume LNCS
          <volume>8569</volume>
          , pages
          <fpage>18</fpage>
          -
          <lpage>34</lpage>
          . Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Colin</given-names>
            <surname>Atkinson</surname>
          </string-name>
          , Bastian Kennel, and Bjo¨rn Goß.
          <article-title>The level-agnostic modeling language</article-title>
          .
          <source>In Software Language Engineering</source>
          , pages
          <fpage>266</fpage>
          -
          <lpage>275</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Colin</given-names>
            <surname>Atkinson</surname>
          </string-name>
          and
          <article-title>Thomas Ku¨hne. The essence of multilevel metamodeling</article-title>
          .
          <source>In UML 2001</source>
          , pages
          <fpage>19</fpage>
          -
          <lpage>33</lpage>
          . Springer,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Colin</given-names>
            <surname>Atkinson</surname>
          </string-name>
          and
          <article-title>Thomas Ku¨hne. Rearchitecting the UML Infrastructure</article-title>
          .
          <source>ACM TOMCATS</source>
          ,
          <volume>12</volume>
          (
          <issue>4</issue>
          ):
          <fpage>290</fpage>
          -
          <lpage>321</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Colin</given-names>
            <surname>Atkinson</surname>
          </string-name>
          and
          <article-title>Thomas Ku¨hne. Reducing accidental complexity in domain models</article-title>
          .
          <source>Software and System Modeling</source>
          ,
          <volume>7</volume>
          (
          <issue>3</issue>
          ):
          <fpage>345</fpage>
          -
          <lpage>359</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Mira</given-names>
            <surname>Balaban</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Kifer</surname>
          </string-name>
          .
          <article-title>Logic-based model-level software development with F-OML</article-title>
          .
          <source>In Model Driven Engineering Languages and Systems</source>
          , pages
          <fpage>517</fpage>
          -
          <lpage>532</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. Juan de Lara, Esther Guerra, Ruth Cobos, and Jaime Moreno Llorena.
          <article-title>Extending deep meta-modelling for practical model-driven engineering</article-title>
          .
          <source>The Computer Journal</source>
          ,
          <volume>57</volume>
          (
          <issue>1</issue>
          ):
          <fpage>36</fpage>
          -
          <lpage>58</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Fiatech</surname>
          </string-name>
          .
          <article-title>Advancing Interoperability for the Capital Projects Industry: A Vision Paper</article-title>
          .
          <source>Technical report</source>
          , Fiatech,
          <year>February 2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>M. P. Gallaher</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. C. O'Connor</surname>
            , Jr. Dettbarn,
            <given-names>J. L.</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>L. T</given-names>
            <surname>Gilday</surname>
          </string-name>
          .
          <article-title>Cost Analysis of Inadequate Interoperability in the U.S. Capital Facilities Industry</article-title>
          .
          <source>Technical report, NIST</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Fahad</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Golra</surname>
            and
            <given-names>Fabien</given-names>
          </string-name>
          <string-name>
            <surname>Dagnat</surname>
          </string-name>
          .
          <article-title>The Lazy Initialization Multilayered Modeling Framework</article-title>
          .
          <source>In Proc. of ICSE</source>
          <year>2011</year>
          , pages
          <fpage>924</fpage>
          -
          <lpage>927</lpage>
          . ACM,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. ISO. ISO 15926:
          <article-title>Industrial automation systems and integration Integration of lifecycle data for process plants including oil and gas production facilities</article-title>
          .
          <source>Technical report, ISO</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Andreas</surname>
            <given-names>Jordan</given-names>
          </string-name>
          , Georg Grossmann, Wolfgang Mayer, Matt Selway, and
          <string-name>
            <given-names>Markus</given-names>
            <surname>Stumptner</surname>
          </string-name>
          .
          <source>On the application of software modelling principles on ISO 15926. In Proc. of the Modelling of the Physical World (MOTPW) Workshop at MODELS 2012. ACM</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>Michael</given-names>
            <surname>Kifer</surname>
          </string-name>
          .
          <article-title>Rule Interchange Format: The Framework</article-title>
          .
          <source>In Prof. of RR</source>
          <year>2008</year>
          ,
          <article-title>LNCS 5341</article-title>
          , pages
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>Michael</given-names>
            <surname>Lawley</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jim</given-names>
            <surname>Steel</surname>
          </string-name>
          .
          <article-title>Practical Declarative Model Transformation with Tefkat</article-title>
          .
          <source>In MoDELS Satellite Events, LNCS 3844</source>
          , pages
          <fpage>139</fpage>
          -
          <lpage>150</lpage>
          . Springer,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Wolfgang</surname>
            <given-names>Mayer</given-names>
          </string-name>
          , Markus Stumptner, Georg Grossmann, and
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Jordan</surname>
          </string-name>
          .
          <article-title>Semantic Interoperability in the Oil and Gas Industry: A ChallengingTestbed for Semantic Technologies</article-title>
          .
          <source>In AAAI 2013 Fall Symposium on Semantics for Big Data</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. MIMOSA.
          <article-title>Open systems architecture for enterprise application integration (osaeai) 3.2.3</article-title>
          .
          <source>Technical report, MIMOSA</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. John Mylopoulos, Alexander Borgida, Matthias Jarke, and
          <string-name>
            <given-names>Manolis</given-names>
            <surname>Koubarakis</surname>
          </string-name>
          .
          <source>Telos: Representing Knowledge About Information Systems. ACM TOIS</source>
          ,
          <volume>8</volume>
          (
          <issue>4</issue>
          ):
          <fpage>325</fpage>
          -
          <lpage>362</lpage>
          ,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Bernd</surname>
            <given-names>Neumayr</given-names>
          </string-name>
          , Manfred A.
          <string-name>
            <surname>Jeusfeld</surname>
            ,
            <given-names>Michael</given-names>
          </string-name>
          <string-name>
            <surname>Schrefl</surname>
          </string-name>
          , and
          <article-title>Christoph Scha¨tz. Dual Deep Instantiation and Its ConceptBase Implementation</article-title>
          .
          <source>In Proc. of CAiSE</source>
          <year>2014</year>
          , LNCS
          <volume>8484</volume>
          , pages
          <fpage>503</fpage>
          -
          <lpage>517</lpage>
          . Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Bernd</surname>
            <given-names>Neumayr</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Schrefl</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Bernhard</given-names>
            <surname>Thalheim</surname>
          </string-name>
          .
          <article-title>Modeling techniques for multi-level abstraction</article-title>
          .
          <source>In The Evolution of Conceptual Modeling</source>
          , pages
          <fpage>68</fpage>
          -
          <lpage>92</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Alessandro</surname>
            <given-names>Rossini</given-names>
          </string-name>
          , Juan de Lara, Esther Guerra, Adrian Rutle, and
          <string-name>
            <given-names>Uwe</given-names>
            <surname>Wolter</surname>
          </string-name>
          .
          <article-title>A formalisation of deep metamodelling</article-title>
          .
          <source>Formal Aspects of Computing</source>
          , in press(in press):
          <fpage>1</fpage>
          -
          <lpage>41</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Guizhen</surname>
            <given-names>Yang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Kifer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Chang</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <article-title>Flora-2: A Rule-Based Knowledge Representation and Inference Infrastructure for the Semantic Web</article-title>
          .
          <source>In Proc. of OTM</source>
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>