<!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>Ontology-based representation of workflows for transfer learning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Miriam Herold</string-name>
          <email>herold@informatik.uni-frankfurt.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mirjam Minor</string-name>
          <email>minor@informatik.uni-frankfurt.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Wirtschaftsinformatik, Goethe University</institution>
          ,
          <addr-line>Robert-Mayer-Str.10, Frankfurt am Main</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper examines the feasibility of using ontologies for transfer learning in process-oriented contexts. Transfer learning uses the knowledge learned in a source domain to improve the ability to solve problems in a target domain. Ontologies can help to store the domain knowledge with all appropriate relations between the concepts. This work describes an approach for capturing workflows represented in BPMN language in an ontology. The aim is the transfer of procedural knowledge from a source into a target domain and we study the feasibility of using a process-oriented ontology as a means for the transfer. We illustrate the approach with an ontology of workflows from passenger and baggage handling at the airport. For creating the ontology we transform airport workflows from a proprietary format into BPMN and use the main elements (pool, lane, sequences etc.) for depicting the workflow structure. Then we represent all existing workflows by the ontology. The suggested approach is generic and domain-independent. It allows broad opportunities for transfer of procedural knowledge.</p>
      </abstract>
      <kwd-group>
        <kwd>transfer learning</kwd>
        <kwd>process-oriented case-based reasoning</kwd>
        <kwd>ontology</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Management of business processes is a widespread area in the business context.
Recently, many enterprises face new challenges such as digital transformation and, thus,
need to adjust their business processes. Digital transformation in the current context
means the transformation of key business operations and affects processes and
production, as well as management concepts and structure of an organization
        <xref ref-type="bibr" rid="ref11">(Matt et al.,
2015)</xref>
        . But there are many other purposes and business areas that require flexibility
and adaptation of existing business processes
        <xref ref-type="bibr" rid="ref12 ref14">(Minor et al., 2014a)</xref>
        . To overcome these
challenges companies need to adapt the existing workflows according to the changed
conditions. Case-based reasoning (CBR) may provide a support for this purpose as it
is based on the intuition, that similar problems tend to have similar solutions (Richter
and Weber, 2016). After an appropriate adaptation the past solution may help in solving
the current problem. In all settings where workflows are involved, CBR methods can be
extended for process management. Process-oriented case-based reasoning (POCBR)
systems ’are capable to support the creation and adaptation of workflows by reasoning
on cases recording experiential knowledge from previous workflow modelling,
execution, or monitoring activities’
        <xref ref-type="bibr" rid="ref12 ref14">(Minor et al., 2014b)</xref>
        . A case in POCBR is typically a
process description or a workflow expressing procedural experiential knowledge
        <xref ref-type="bibr" rid="ref13 ref4">(Minor et al., 2016)</xref>
        .
      </p>
      <p>
        In many domains the knowledge of business processes and workflows is not
excessive. Then it is usefull to examine if things learned in one well-known domain can be
adapted and re-used in another related context
        <xref ref-type="bibr" rid="ref9">(Kudenko, 2014)</xref>
        . Transfer learning (TL)
addresses this question. In the context of CBR, TL uses knowledge in a source domain
to improve the ability to learn to solve tasks in a target domain, where the knowledge
is sparse
        <xref ref-type="bibr" rid="ref6">(Klenk et al., 2011)</xref>
        . This paper is motivated by the idea of transfering the
process-oriented knowledge from a familiar domain to another one lacking in
expertise. In the area of business processes there still exists little research on transferability
of cases. We would like to address this research gap and aim to find a novel approach
to achieve the knowledge transfer.
      </p>
      <p>
        Previous work on the transferability of process-oriented cases
        <xref ref-type="bibr" rid="ref13 ref4">(Minor et al., 2016)</xref>
        has been based on manual ontology construction. In this paper we plan to extend this
idea and examine to find an automated ontology-based transfer learning approach. It is
the first stage of the ongoing project EVER21. We use ontologies as a knowledge base,
as it allows a flexible representation of wide-ranging relations and concepts. Relations
are a very important issue in analogical models, which have been widely examined in
the context of transfer learning. To be able to capture relations of various complexity,
we decided to use ontologies for the representation of procedural knowledge and as a
means for transfer. Ontology is defined as an’explicit specification of a
conceptualization’ and includes concepts, relationships, and other distinction relevant for modelling
a domain
        <xref ref-type="bibr" rid="ref5">(Gruber, 2009)</xref>
        . In our current work, workflows are annotated by concepts of
an ontology, which contains transfer rules for the knowledge transfer from the source
in the target domain. For the demonstration we used the open-source tool Prote´ge´. The
created ontology represents a case-base for workflows. In the past decade the Business
1 funded by Deutsche Forschungsgemeinschaft (DFG) under the project number MI 1455/2-3
Process Model Notation 2.0 (BPMN) disseminated across enterprises and industries. It
is a standard graphical language for the specification of business processes. Our
suggested procedure for transformation via ontology is based on workflows modelled in
BMPN 2.0.
      </p>
      <p>This paper is structured as follows: In the next section we provide an overview of
the related work. In the third section we introduce an approach for ontology-based
representation of BPMN-workflows. Then we demonstrate the feasibility of our proposed
approach with an example. The paper continues with a draft for the next possible project
direction and future research opportunities. In the last section we summarize our work
and draw some conclusions.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Transfer learning has been examined in many different contexts, especially in
machine learning (Taylor and Stone, 2009),
        <xref ref-type="bibr" rid="ref9">(Kudenko, 2014)</xref>
        or data mining (Pan and
Yang, 2010). But there is still little research in the area of CBR. CBR systems collect
problem-solution pairs (cases) in a case-base and are able to learn, retrieve, adapt and
use this knowledge for solution of new upcoming problems (Richter and Weber, 2016).
The existing adaptation approaches in CBR can perform a kind of TL-strategy.
        <xref ref-type="bibr" rid="ref6">(Klenk
et al., 2011)</xref>
        describe in their work ’CBR as a transfer learning method’. Our research
is a contribution to process-oriented case-based reasoning and we plan to examine
ontologies as a means for transfer of procedural knowledge.
      </p>
      <p>
        In case-based TL there is a considerable amount of research on using analogical
models (
        <xref ref-type="bibr" rid="ref3">(Falkenhainer et al., 1989)</xref>
        ,
        <xref ref-type="bibr" rid="ref7">(Klenk and Forbus, 2013)</xref>
        ,
        <xref ref-type="bibr" rid="ref8">(Ko¨nik et al., 2009)</xref>
        ,
        <xref ref-type="bibr" rid="ref10">(Kuhlmann and Stone, 2007)</xref>
        ,
        <xref ref-type="bibr" rid="ref15">(Ragni and Strube, 2014)</xref>
        ). Analogy represents the
overlap between the source and the target domain. If the knowledge is stored in a
hierarchical structure the overlap can be located on a higher hierarchical level. The workflows in
a case-base have to be abstracted according specific abstraction rules in the source
domain and refined in the target domain. Generalization and specification can also be used
as a means for transfer learning (Mu¨ller and Bergmann, 2015).
        <xref ref-type="bibr" rid="ref15">(Mu¨ller and Bergmann,
2014)</xref>
        propose a compositional adaptation approach using workflow streams . They
identify substitutable components of a workflow and replace them by other suitable
workflow streams. In our project we plan to extend this research ideas and develop a system
for automated abstraction of process-oriented cases. The aim is to find an
appropriate abstraction level, where the overlap is sufficient and allows the knowledge transfer
between two domains.
      </p>
      <p>
        Process ontology based approach (POBA) as in
        <xref ref-type="bibr" rid="ref13 ref4">(Fan et al., 2016)</xref>
        uses ontology
primarily to ease semantic ambiguitiy in modelling of business processes. In the first step
of the POBA approach the authors transform an existing non-process domain ontology
in a process ontology. In contrast to our approach, which focuses on transfer learning,
their goal is different. They capture semantic concepts in an unambiquous manner in
order to improve the efficiency and quality in modelling of business processes.
        <xref ref-type="bibr" rid="ref15">(Montani
and Leonardi, 2014)</xref>
        developed a framework for supporting of run-time adjustmets and
a subsequent analysis of business processes. Their approach allows retrieval of process
traces (recorded execution order of tasks) similar to the current process. Our focus is
rather on the process models than on the post-mortem analysis of executed workflow
traces.
      </p>
      <p>
        In the literature there are existing BPMN-ontologies that capture all elements of
BPMN specification (Natsch la¨ger, 2011) and
        <xref ref-type="bibr" rid="ref12 ref14">(Rospocher et al., 2014)</xref>
        . The main focus
in our work is not building an ontology with all possible elements of BPMN 2.0, but
primarily in capturing the existing business processes with the control flow and the
data flow , which are characteristic features of a workflow. The control flow determines
the order of task execution whereas data flow specifies how data items (information
or documents) interact with the tasks. The proposed ontological representation can be
continually extended with new elements based on the increasing workflow repository.
      </p>
      <p>
        In the past there has been done reasonable effort in the research of semantically
enhanced business process modelling
        <xref ref-type="bibr" rid="ref1">(Abramowicz et al., 2012)</xref>
        , (Thomas and
Fellmann, 2009). The two models describe the conception and creation of process-oriented
ontologies, partly based on BPMN-workflows. The findings are demonstrated on some
examples, but the results as a whole were not publicly available during the initial phase
of our project. To be able to implement our future work we decided to create an own
ontological representation based on the characteristics of workflows from our
repository.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Ontology-based representation of BPMN-workflows</title>
      <p>
        The ontology-based representation of BPMN-workflows introduced in this section
can be used for different domains. Only the creation of taxonomy structures requires
domain expert knowledge. To build the workflow-ontology we follow four steps. Steps
1 and 2 represent terminological knowledge (TBox), while steps 3 and 4 consider
assertive knowledge (ABox)
        <xref ref-type="bibr" rid="ref2">(Baader et al., 2004)</xref>
        .
      </p>
      <sec id="sec-3-1">
        <title>Step 1</title>
        <p>First we created basic classes for:
- Structural parts as events, gateways, processes (incl. sub-processes) and tasks
- Actors, corresponding to lanes in BPMN
- Documents, which could be consumed or created by tasks</p>
      </sec>
      <sec id="sec-3-2">
        <title>Step 2</title>
        <p>In the second step we generated object properties to capture all existing relations
between the elements of a workflow. Object properties can be stored in a taxonomic
structure. We organize them in three classes:
- ActivityPerformingRelations, the main relation in this class is ’do’ to show, for
example, that an actor is responsible for executing a specific task
- AssignmentRelations to express that an element belongs to one specific workflow
or a document is input/output of a particular task
- TemporalRelations to capture the order of tasks, events, gateways etc.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Step 3</title>
        <p>Based on the available BPMN-workflows we create instances for all actors,
documents and structural parts.</p>
      </sec>
      <sec id="sec-3-4">
        <title>Step 4</title>
        <p>The last step is the representation of all properties of a workflow, using the object
properties and instances created in previous steps:
- assignment of all elements (structural parts, actors and documents) to a specific
workflow
- assignment of all structural parts to a specific actor, according to lanes in BPMN
- assignment of all documents to particular tasks (as input or output)
- setting the order of all tasks or structural parts (e.g. Task1 is executed prior to
Task2)
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Demonstration of Feasibility</title>
      <p>In this early stage of the project the ontology has been edited manually in Prote´ge´.
In future, most parts of the proposed procedure can be automated as all elements of a
BPMN-workflow are transformable from XML to OWL-format according to
transformation rules. Especially the most expensive steps 3 and 4 are highly automatable.</p>
      <p>To be able to represent the relations between the workflow elements properly in
Prote´ge´, it is necessary to create them on instance level. Additionally, it is useful to
organize them in a taxonomic structure (class hierarchy), for example similar or
synonym tasks can be grouped in one class. This allows to capture and manage additional
(implicit) knowledge. We decided to use OWL as a language because it containes a
richer vocabulary for describing properties and classes compared to RDF. For example
the representation of equivalent or disjoin classes, as well as transitivity of relations
could be useful in our future research. For our tests of feasibility we used eight airport
workflows for passenger and bagagge handling. Fig. 1. demonstrates an example of a
BPMN-workflow.</p>
      <p>Following the four steps described in the previous section the workflow results in the
ontology showed in Fig. 2. The continuous arrows demonstrate the hierarchy between
the classes and instances. The dashed arrows stand for ActivityPerformingRelations,
TemporalRelations and AssignmentRelations. According to this procedure all existing
airport workflows are captured in the ontology. Based on the object properties it is
possible to query and reassemble the initial workflows from the ontology, including the
appropriate order of tasks. The ontology represents a case-base and serves as a
knowledge base for further work.</p>
      <p>In the next project phase, we are going to automate the ontology construction
procedure based on BPMN diagrams. The building of a hierarchical order in the ontology
still requires an intervention of a domain expert. But there is a strong assumption that
the construction of instances and the relations between them can be automated. We are
aware of inaccuracies that can occur in the capturing of workflows, such as order of
tasks (e.g. in one workflow task 1 proceeds prior to task 2 and in another workflow are
those two tasks in a reversed order). Another problem can occur if two tasks are related
in one workflow and in another workflow the same tasks have no relation at all. We
need to find a way to handle these inaccuracies.</p>
      <p>In some cases, the knowledge transfer from a source into the target domain is
achievable only on a higher abstraction level. In the next step of our project we are
going to pay attention to an automated abstraction of tasks. One promising approach is</p>
      <p>Fig. 2. Ontology of the workflow ’Passenger Handling Check-In the Evening Before’
BPMN 2.0 OWL-Code
1. Assignment of structural parts, actors and documents to a particular workflow
2. Assignment of structural parts to a specific actor
3. Assignment of a document to a specific task
&lt;ObjectPropertyAssertion&gt;
&lt;ObjectProperty IRI=”#isPartOf”/ &gt;
&lt;NamedIndividual IRI=”#Task/Event/Actor/Sub-Process”/ &gt;
&lt;NamedIndividual IRI=”#Process name”/ &gt;
&lt;/ObjectPropertyAssertion&gt;
&lt;ObjectPropertyAssertion&gt;
&lt;ObjectProperty IRI=”#do”/ &gt;
&lt;NamedIndividual IRI=”#Who/Lane name”/ &gt;
&lt;NamedIndividual IRI=”#Task/Event/Sub-Process”/ &gt;
&lt;/ObjectPropertyAssertion&gt;
&lt;ObjectPropertyAssertion&gt;
&lt;ObjectProperty IRI=”#isInput/OutputOf”/ &gt;
&lt;NamedIndividual IRI=”#Document”/ &gt;
&lt;NamedIndividual IRI=”#Task”/ &gt;
&lt;/ObjectPropertyAssertion&gt;
4. Setting of sequential order of tasks or events
5. Creation of instances
&lt;ObjectPropertyAssertion&gt;
&lt;ObjectProperty IRI=”#priorTo”/ &gt;
&lt;NamedIndividual IRI=”#Task/Event/Sub-Process”/ &gt;
&lt;NamedIndividual IRI=”#Task/Event/Sub-Process”/ &gt;
&lt;/ObjectPropertyAssertion&gt;
&lt;Declaration&gt;</p>
      <p>
        &lt;NamedIndividual IRI=”#Task/Event/Gateway/Document”/ &gt;
&lt;/Declaration&gt;
the decomposition in meaningful workflow streams and their abstraction. As stated in
        <xref ref-type="bibr" rid="ref15">(Mu¨ller and Bergmann, 2014)</xref>
        the stream candidates must be identified, then stored in
a repository and used for adaptation of workflows. We would like to examine the
feasibility of abstracted workflow streams for knowledge transfer between the domains.
        <xref ref-type="bibr" rid="ref15">(Mu¨ller and Bergmann, 2014)</xref>
        define conditions for building of meaningful workflow
partitions. According to their specification, the tasks have to be transitively data-flow
connected and each partition has to end with a creator task (task with a document as
an output). Another condition is the data-flow completeness of a workflow (M u¨ller and
Bergmann, 2016). Our airport workflow examples contain only very few tasks with
document output, so the conditions as stated in
        <xref ref-type="bibr" rid="ref15">(Mu¨ller and Bergmann, 2014)</xref>
        and (Mu¨ller
and Bergmann, 2016) can not be fulfilled. For our purpose, we need to define alternative
boundaries for the separation of meaningful workflow streams and their abstraction.
      </p>
      <p>Another topic in our project will be the investigation of a target domain. We plan
to use the knowledge from the source domain (passenger and baggage handling) and
transfer it to another area. The discussion of different potential target domains is still
ongoing. In respect to a short distance transfer, we think about transferring workflow
models between two different airports. A frequent situation in the airport service sector
is the adjustment of processes after a change of the service provider. TL could contribute
to optimize the existing workflows and, thus, support the airport quality management.
Second, cargo processes may be a promising partner domain for passenger and baggage
handling. In addition to transferring entire workflow models, we discuss to learn
knowledge on exception handling routines for workflows (Reichert and Weber, 2012, ch. 6)
in one domain and transfer them to the other domain. An example for such an
exception handling in the two airport domains cargo and passenger/baggage handling is the
compensating routine for flight delays, such as providing the customer with a voucher
for beverages in case of a delay message from the electronic status reports of an airline.</p>
      <p>Further, potential application fields might be the auditing of airport processes, their
post-mortem analysis, or the recovery of normal operations after a disruption. We also
would like to study transfer learning for more distant domains, e.g. the application of
RFID technology in workflows in different industrial sectors.
6</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>In our work we proposed a new method for capturing process-oriented domain
knowledge in an ontology. In Prote´ge´, we recorded all parts of a workflow, first on
an instance level and then in a taxonomical hierarchy. The taxonomy shows the
relations between the elements of a workflow and contains further hierarchical knowledge.
Additionally, we captured all relations between the elements of a BPMN workflow as
properties, including the temporal relations. This ensures that any particular workflow
can be restored from the ontology. We desribed the creation of the ontology in a
procedure, which is generic and domain-independent. The ontology can be populated
depending on new workflows added to the ontology. We outlined the usage of ontologies
as a means for transfer learning, which of course is a topic of our further research.
[Mu¨ller and Bergmann, 2014]Mu¨ller, G. and Bergmann, R. (2014). Workflow streams:
a means for compositional adaptation in process-oriented cbr. In International
Conference on Case-Based Reasoning, pages 315–329. Springer.
[Mu¨ller and Bergmann, 2015]Mu¨ller, G. and Bergmann, R. (2015). Generalization of
workflows in process-oriented case-based reasoning. In FLAIRS Conference,
pages 391–396.
[Mu¨ller and Bergmann, 2016]Mu¨ller, G. and Bergmann, R. (2016). Case completion of
workflows for process-oriented case-based reasoning. In International Conference
on Case-Based Reasoning, pages 295–310. Springer.
[Natschla¨ger, 2011]Natschla¨ger, C. (2011). Towards a bpmn 2.0 ontology. In International</p>
      <p>Workshop on Business Process Modeling Notation, pages 1–15. Springer.
[Pan and Yang, 2010]Pan, S. J. and Yang, Q. (2010). A survey on transfer learning.
Knowledge and Data Engineering, IEEE Transactions on, 22(10):1345–1359.
[Ragni and Strube, 2014]Ragni, M. and Strube, G. (2014). Cognitive complexity and
analogies in transfer learning. KI-Ku¨nstliche Intelligenz, 28(1):39–43.
[Reichert and Weber, 2012]Reichert, M. and Weber, B. (2012). Enabling flexibility in
process-aware information systems: challenges, methods, technologies. Springer
Science &amp; Business Media.
[Richter and Weber, 2016]Richter, M. M. and Weber, R. O. (2016). Case-based reasoning.</p>
      <p>Springer.
[Rospocher et al., 2014]Rospocher, M., Ghidini, C., and Serafini, L. (2014). An ontology
for the business process modelling notation. In FOIS, pages 133–146.
[Taylor and Stone, 2009]Taylor, M. E. and Stone, P. (2009). Transfer learning for
reinforcement learning domains: A survey. Journal of Machine Learning Research,
10(Jul):1633–1685.
[Thomas and Fellmann, 2009]Thomas, O. and Fellmann, M. (2009). Semantic process
modeling – design and implementation of an ontology-based representation of
business processes. Business &amp; Information Systems Engineering, 1(6):438–451.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Abramowicz et al.,
          <year>2012</year>
          ]Abramowicz,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Filipowska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kaczmarek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            , and
            <surname>Kaczmarek</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Semantically enhanced business process modeling notation</article-title>
          .
          <source>In Semantic Technologies for Business and Information Systems Engineering: Concepts and Applications</source>
          , pages
          <fpage>259</fpage>
          -
          <lpage>275</lpage>
          . IGI Global.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [Baader et al.,
          <year>2004</year>
          ]Baader,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            , and
            <surname>Sattler</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Description logics</article-title>
          .
          <source>In Handbook on Ontologies</source>
          , pages
          <fpage>3</fpage>
          -
          <lpage>28</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [Falkenhainer et al.,
          <year>1989</year>
          ]Falkenhainer,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Forbus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. D.</given-names>
            , and
            <surname>Gentner</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          (
          <year>1989</year>
          ).
          <article-title>The structure-mapping engine: Algorithm and examples</article-title>
          .
          <source>Artificial intelligence</source>
          ,
          <volume>41</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [Fan et al.,
          <year>2016</year>
          ]Fan,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Hua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Storey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. C.</given-names>
            , and
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. L.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>A process ontology based approach to easing semantic ambiguity in business process modeling</article-title>
          .
          <source>Data &amp; Knowledge Engineering</source>
          ,
          <volume>102</volume>
          :
          <fpage>57</fpage>
          -
          <lpage>77</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <source>[Gruber</source>
          , 2009]Gruber,
          <string-name>
            <surname>T.</surname>
          </string-name>
          (
          <year>2009</year>
          ).
          <source>Ontology. Encyclopedia of database systems</source>
          , pages
          <fpage>1963</fpage>
          -
          <lpage>1965</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [Klenk et al.,
          <year>2011</year>
          ]Klenk,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Aha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. W.</given-names>
            , and
            <surname>Molineaux</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>The case for casebased transfer learning</article-title>
          .
          <source>AI Magazine</source>
          ,
          <volume>32</volume>
          (
          <issue>1</issue>
          ):
          <fpage>54</fpage>
          -
          <lpage>69</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>[Klenk and Forbus</source>
          , 2013]Klenk,
          <string-name>
            <given-names>M.</given-names>
            and
            <surname>Forbus</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Exploiting persistent mappings in cross-domain analogical learning of physical domains</article-title>
          .
          <source>Artificial intelligence</source>
          ,
          <volume>195</volume>
          :
          <fpage>398</fpage>
          -
          <lpage>417</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [Ko¨nik et al.,
          <year>2009</year>
          ]Ko¨nik, T.,
          <string-name>
            <surname>O'Rorke</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shapiro</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nejati</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Langley</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Skill transfer through goal-driven representation mapping</article-title>
          .
          <source>Cognitive Systems Research</source>
          ,
          <volume>10</volume>
          (
          <issue>3</issue>
          ):
          <fpage>270</fpage>
          -
          <lpage>285</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>[Kudenko</source>
          , 2014]Kudenko,
          <string-name>
            <surname>D.</surname>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Special issue on transfer learning</article-title>
          .
          <source>KI-Ku¨nstliche Intelligenz</source>
          ,
          <volume>1</volume>
          (
          <issue>28</issue>
          ):
          <fpage>5</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <source>[Kuhlmann and Stone</source>
          , 2007]Kuhlmann,
          <string-name>
            <given-names>G.</given-names>
            and
            <surname>Stone</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Graph-based domain mapping for transfer learning in general games</article-title>
          .
          <source>In European Conference on Machine Learning</source>
          , pages
          <fpage>188</fpage>
          -
          <lpage>200</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [Matt et al.,
          <year>2015</year>
          ]Matt,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Hess</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            , and
            <surname>Benlian</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Digital transformation strategies</article-title>
          .
          <source>Business &amp; Information Systems Engineering</source>
          ,
          <volume>57</volume>
          (
          <issue>5</issue>
          ):
          <fpage>339</fpage>
          -
          <lpage>343</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Minor et al., 2014a]
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and Go¨rg,
          <string-name>
            <surname>S.</surname>
          </string-name>
          (
          <year>2014a</year>
          ).
          <article-title>Case-based adaptation of workflows</article-title>
          .
          <source>Information Systems</source>
          ,
          <volume>40</volume>
          :
          <fpage>142</fpage>
          -
          <lpage>152</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [Minor et al.,
          <year>2016</year>
          ]Minor,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Bergmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          , Mu¨ller, J.-M., and Spa¨t,
          <string-name>
            <surname>A.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>On the Transferability of Process-Oriented Cases</article-title>
          . In Goel, A. K.,
          <string-name>
            <given-names>D</given-names>
            <surname>´</surname>
          </string-name>
          ıaz-Agudo,
          <string-name>
            <given-names>M. B.</given-names>
            , and
            <surname>Roth-Berghofer</surname>
          </string-name>
          , T., editors,
          <source>Case-Based Reasoning Research and Development - 24th International Conference, ICCBR</source>
          <year>2016</year>
          ,
          <article-title>Atlanta</article-title>
          ,
          <string-name>
            <surname>GA</surname>
          </string-name>
          , USA,
          <source>October 31 - November 2</source>
          ,
          <year>2016</year>
          , Proceedings, volume
          <volume>9969</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>281</fpage>
          -
          <lpage>294</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Minor et al., 2014b]
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and Recio-Garc´ıa,
          <string-name>
            <surname>J. A.</surname>
          </string-name>
          (
          <year>2014b</year>
          ).
          <article-title>Editorial: Process-oriented case-based reasoning</article-title>
          . Inf. Syst.,
          <volume>40</volume>
          :
          <fpage>103</fpage>
          -
          <lpage>105</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <source>[Montani and Leonardi</source>
          , 2014]Montani,
          <string-name>
            <given-names>S.</given-names>
            and
            <surname>Leonardi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Retrieval and clustering for supporting business process adjustment and analysis</article-title>
          .
          <source>Information Systems</source>
          ,
          <volume>40</volume>
          :
          <fpage>128</fpage>
          -
          <lpage>141</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>