<!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>Providing Semantics to Object-Centric Event Logs (OCEL) from Process Mining using BFO</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Evellin Cardoso</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Federal University of Goias</institution>
          ,
          <addr-line>Goias</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <fpage>187</fpage>
      <lpage>193</lpage>
      <abstract>
        <p>Business Process Management (BPM) is a discipline encompassing a wide array of methods, techniques, and tools derived from both Information Technology and Management Sciences to manage business processes within organizations. This paper addresses a critical BPM challenge, specifically concerning the semantic enrichment of process data. We propose a novel framework designed to augment Object-Centric Event Logs (OCEL), a recent advancement in Process Mining, with the robust ontological foundation provided by the Basic Formal Ontology (BFO). By integrating OCEL data with BFO, our framework seeks to enrich process mining artifacts with deeper semantic meaning, thereby enabling more sophisticated analysis, more comprehensive understanding of business processes, also opening the possibility to obtain richer insights from Process Mining algorithms.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Ontology</kwd>
        <kwd>Basic Foundational Ontology (BFO)</kwd>
        <kwd>Process Mining</kwd>
        <kwd>Data</kwd>
        <kwd>Knowledge-Augmented Business Process Management (BPM)</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The Business Process Management (BPM) discipline provides a structured approach to understanding,
optimizing, and controlling the business processes that operate in enterprises [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Central to BPM is the
concept of a business process, which can be understood as a coordinated set of activities performed
to handle a specific case or process instance [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The BPM lifecycle typically involves several phases:
(i) the (re)design phase, in which process models are elaborated; (ii) the configuration phase, where
these models are implemented within a Business Process Management Systems (BPMS), and (iii) the
execution phase, during which numerous process instances are created, with sequences of activities
reflecting the evolution of each instance. Traditionally, process analysis has heavily relied on classical
event logs, which capture activities identified by a single case ID.
      </p>
      <p>
        The field of Process Mining, which systematically utilizes event data to improve business processes [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
witnessed the emergence of Object-Centric Process Mining (OCPM) techniques. OCPM introduces
Object-Centric Event Logs (OCEL) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], a paradigm shift in how event data is organized. Unlike classical
event logs that are case-centric, OCELs are structured in relation to the various data objects involved
in a business process, rather than solely focusing on a single case notion. While OCEL ofers a more
granular and interconnected perspective on data, it still predominantly operates within the procedural
sphere, focusing on timestamped activities and how they update data object attributes, without explicitly
incorporating the broader enterprise knowledge structure.
      </p>
      <p>
        To tackle this gap between knowledge and data, this paper addresses the challenge of augmenting the
event data stored in OCEL logs with process and domain knowledge. To achieve this, we propose a novel
framework that integrates OCEL data with ontologies, specifically leveraging the Basic Formal Ontology
(BFO) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Ontologies, as a cornerstone of Semantic Web technologies, provide a common vocabulary
for representing knowledge and information across heterogeneous resources and applications, thereby
promoting data integration and interoperability. BFO, an ISO standard since 2002, is chosen for its
realist stance to capture general features of reality. By bridging OCEL with BFO, our framework aims
to provide a semantically rich representation of business processes, enabling a deeper level of analysis
and insight that transcends the limitations of purely procedural data. This integration thereby paves
the way for more intelligent and robust process management solutions.
      </p>
      <p>This paper is structured as follows. Section 2.1 introduces the BPM discipline and the Basic
Foundational Ontology (BFO). Section 3 presents the OntoOCEL framework that augments data from OCEL
logs with BFO concepts. Section 5 concludes the paper, outlining directions for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Baseline</title>
      <sec id="sec-2-1">
        <title>2.1. Business Process Management (BPM) and Process Mining</title>
        <p>
          Business Process Management (BPM) is the discipline that includes methods, techniques and tools from
Information Technology and Management Sciences to support the design, analysis, configuration,
execution and monitoring of business processes [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>
          The notion of business process is central to BPM. A business process consists of a set of activities that
are executed to handle a case (a process instance) [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. To manage business processes, BPM conducts
its eforts along diferent phases of the BPM lifecycle [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. In the (re)design phase, a process model is
elaborated. This model is subsequently configured/implemented in a business process management
system (BPMS) within the configuration phase. Within the execution phase, processes instances are
created multiple times, with sequences of activities corresponding to the evolution of each case.
        </p>
        <p>
          Taking advantage of this event data and process models, Process Mining is the discipline that
systematically uses event data to improve business processes [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. Traditional process mining techniques rely
on classical event-logs which are based on the assumption of a single case notion, with events referring
to exactly this case. More recently, Object-Centric Process Mining (OCPM) introduces Object Centric
Event Logs (OCEL) which are organized in relation to the data objects present in the business, rather
than in relation to the cases as a sequence of events. Although this novel way of organizing events in
OCEL reflects a more seamless way to look into the data, which is closer to the process as it actually is,
the data analyzed by OCPM algorithms still heavily remain in the processual sphere of the business.
        </p>
        <p>
          The fact that only procedural knowledge is tracked in BPMS system has been already identified
as one of the major unresolved issues in BPM [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. In this work, authors highlight that event logs
lack domain-specific and commonsense knowledge, which make them often sufering from noise and
incompleteness, thus impacting the outcomes and insights provided by traditional process mining
algorithms. To tackle this problem, we augment the event data from OCEL logs with process and
domain knowledge in this paper.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Ontologies and Semantic Technologies</title>
        <p>Recently, Semantic Web technologies started gaining increasing attention for their ability to promote
heterogeneous data integration and interoperability. Ontologies provide a common vocabulary for
representing knowledge and information across heterogeneous resources and applications.</p>
        <p>
          To support such interoperable environment, diferent types of ontologies exist [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Upper-level
ontologies provide a highly general vocabulary of categories and relations regardless of domain, while
domain ontologies covers a basic set of universal categories from particular scientific domains.
        </p>
        <p>
          There exists a number of upper-level ontologies already in place, such as DOLCE, UFO, GFO, BFO,
etc [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. The Basic Foundational Ontology (BFO) is chosen in this paper to promote semantic
interoperability because it has been introduced as an ISO standard since 2002, including BFO’s ISO 21838-2
specification being axiomatized in First-Order Logic, OWL 2, and CLIF [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>
          BFO top-level ontology has been designed with a realist instance in mind. Its main goal is to use
ontologies to represent the knowledge acquired as a result of scientific eforts. Being realist means that
such knowledge captures general features of reality as general theories (i.e. generalizations and laws
of science), rather than particular facts. To make such distinction, BFO presents some fundamental
categories as described below:
Universal, Particular and Defined Classes. Universals are mind-independent entities that can
be repeatedly instantiated across time and space, with an indefinite number of particulars, while
particulars are individual entities, restricted to specific places. They instantiate universals, but cannot
be instantiated. Defined classes are general terms used in science to refer to particular individuals in
reality (e.g., medical doctor, dog) that have no corresponding universals [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. In this way, medical doctor
would simple be an instance of person (an Universal) that bear role of medical doctor.
Relations: to relate these entities, BFO introduces three basic relations: (i) universal-universal, (ii)
universal-particular and (iii) particular-particular. While universal-universal relations connect subtypes
to parent types (IS A relation), universal-particular relations relate the instances (particulars) to the
universals in which they fall (instance of ).
        </p>
        <p>BFO is structured in terms of two disjoint hierarchies of universals, depending on how particulars
relate to time. Continuants and occurrents are the roots of each branch:
Continuant and Occurrent: Continuants endure through time, retaining their identity, fully existing
at any time they exist. Examples include a house, an apple, color of an orange. In contrast, occurrents
unfold over time, being composed of temporal parts. Examples include a talk, a race, the history of
Brazil, a period of time in which the sun rises, people attending a meeting.</p>
        <p>Process and Temporal instant: A process is an occurrent composed by some temporal proper parts, a
time interval  = [, ...,  ] in which a material entity is as participant, while a temporal instant is a
zero-dimensional temporal region with no temporal parts.</p>
        <p>In scientific research, it is relevant to categorize diferent types of information entities that carry
scientific knowledge. For this reason, the Information Artifact Ontology (IAO) is an ontology created
using BFO as a basis, capturing numerous information entities existent in scientific research (e.g.,
protocols, documents, experimental logs, databases, published literature and so on).
Information Content Entity. In IAO, an information content entity is a generically dependent
continuant that refers to (is about) some entity.</p>
        <p>Document. A number of information entities that must be understood together as a whole.</p>
        <p>
          As an upper ontology, BFO provides the foundation for over 350 domain ontology extensions in
multiple domains [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. In this paper, BFO is used for augmenting data with semantics. We refrain from
including a definition for all the concepts here required in Section 3, referring the reader to [
          <xref ref-type="bibr" rid="ref4 ref6">4, 6</xref>
          ] for a
comprehensive definition.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. OntoOCEL Framework</title>
      <p>This section describes the OntoOCEL framework to augment OCEL event data with process and domain
knowledge:</p>
      <sec id="sec-3-1">
        <title>3.1. Step 1: Understand How Process Knowledge Relates to the Ontology</title>
        <p>The first step of our methodology consists of conducting a semantic analysis to understand how the
process knowledge structure can be mapped to the to upper level ontology, regardless process instances.</p>
        <p>
          In BPM literature, a business process is composed of a set of activities executed to handle a case
(Section 2.1) (the control-flow perspective). Activities and processes are performed by roles that can
be fulfilled by people or organization units (resource perspective), manipulating data and information
(data perspective), happening during a period of time (time perspective) [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>
          An assessment of BFO classes (Section 2.2), together with use cases on how to relate particulars to
BFO universals and defined classes defined in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] lead to the modeling decisions depicted in Figure 1. In
short, BPM concepts are mapped to BFO particulars (represented as diamonds). These particulars are
related to BFO universals and defined classes (represented as ovals) through an instance of relation. The
relations among the particulars are defined as follows. Roles (organizational or person) participate in
activities at a timestamp t. Activities consume or produce data objects.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Step 2: Understand the Semantics of Event Data in OCEL Logs</title>
        <p>Now that we know how the process knowledge relates to the upper ontology, we can think about the
domain knowledge. To do this, we initially look into the data stored in the event logs.</p>
        <p>
          To facilitate interoperability among process mining tools, event logs are standardized. Figure 2(a)
depicts the OCEL metamodel adapted from [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], while Figure 2(b) depicts a sample of synthetic, manually
generated OCEL event log. As can be seen in Figure 2, OCEL event logs contain object types (and
attributes), object instances, event types (activities) (and attributes) and event type instances.
        </p>
        <p>With the OCEL event logs in hands, one can understand the data objects that we have available data,
together with the events that manipulate such data. These data objects will be our domain entities in
the next step.</p>
        <p>Example. With the event logs in hands, it is possible to identify two data objects specified within the
log (  and  ) and one activity ( ) □</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Step 3: Develop the Domain Ontology Based on Event Data</title>
        <p>The third step consists of understanding the nature of knowledge stored in these data objects and how
they fit with the knowledge structure of process knowledge (and indirectly to BFO). Activities are
instantiated as subclass of BFO process, the data objects are instantiated as subclasses of BFO information
content entity, roles are instantiated either as subclass of (defined class) person or as subclass of BFO
object aggregate. The data objects also carry the values of the data object attributes. These are modeled
as OWL Properties.</p>
        <p>Example. Figure 3(a) depicts the hierarchy of BFO classes in OWL. First, the OCEL object types
( ,   and  ) are instantiated as subclasses of information content entity.
As one can see in the hierarchy, BFO provides diferent types of subclasses as carrier content (e.g.
ifgures, documents, email, etc.). Here, the class  has been created as subclass of BFO
document and pointed to class   (subclass of BFO object), since a BFO information content entity
is about some entity in reality. Relations among concepts are modeled as OWL Object Properties in
Figure 3(b). Activities  ,    and   are created as subclass
of BFO process. □</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Step 4: Complement the Domain Ontology with Declarative Knowledge</title>
        <p>
          In this step, the knowledge structure of the enterprise may be complemented with declarative knowledge.
This knowledge should be related with the procedural knowledge modeled in the previous steps.
Example. Imagine an admission process that patients may have diferent types of diseases. The
doctor would like to know about it, he wants to track it along time. In this case, we insert a
 and  as a disposition as depicted in [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ].
Figure 4 depicts this modeling decision. □
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Step 5: Integrate the Data with Ontologies</title>
        <p>
          This step concerns the linkage between processual and domain data with the ontology. The Cellfie
plugin [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] may be used for importing the OCEL event logs to the OWL ontology. Working with Cellfie
requires the input data to be stored in an Excel spreadsheet, and the creation of Transformation Rules that
maps the Excel data to the OWL axiom structure. The transformation rules are written in Manchester
Syntax. Currently, an event log does not exist for the process, although the ontology has been already
conceived in such a way to enable subsequent import of event logs. Further, domain specific data may
also be inserted into the ontology (e.g. data about the ), extracted from
relational databases, or other sources of information.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Related Work</title>
      <p>
        The idea of providing semantics for BPM technologies has been embraced in two veins in literature.
A first group of approaches use Ontologies and Semantic Web technologies combined with business
process models [
        <xref ref-type="bibr" rid="ref10 ref11 ref8 ref9">8, 9, 10, 11</xref>
        ], augmenting the process logic with domain knowledge. These approaches
are grounded on domain ontologies and OWL language, which does not embrace a semantic view
supported by upper ontologies. The only exception is Pedrinaci et. al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] that considers upper ontologies,
without deepening further on data.
      </p>
      <p>
        In a second strain of research that augment event data with Semantic Web technologies [
        <xref ref-type="bibr" rid="ref12 ref13 ref14 ref15 ref16">12, 13, 14, 15,
16</xref>
        ], Ciccio et. al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and Khayatbashi et. al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] are focused on temporal constraints, not on semantics.
Eichele et. al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] indeed focus on semantics, but only consider domain ontologies (not upper) and
classical event logs. Xiong et. al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and Swevels et. al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] emphasize integration, extraction, and
transformation, with weak semantic foundations and no foundational ontology grounding. Diferently,
this paper is explicitly dedicated to integrating OCEL data with the Basic Formal Ontology (BFO),
proposing a framework that maps OCEL event structures to BFO categories to represent processes,
participants, objects, and roles more richly. This approach enhance semantic meaning, interoperability,
and support for knowledge-intensive process analysis, since it uses a well-leveraged ontology.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This paper has presented a comprehensive framework, OntoOCEL, designed to address the critical
semantic gap in Process Mining by augmenting Object-Centric Event Logs (OCEL) with a rich ontological
foundation derived from the Basic Formal Ontology (BFO). We have outlined a five-step methodology
that facilitates this integration, moving from a semantic analysis of process knowledge in relation to
upper-level ontologies to the development of a domain-specific ontology, its complementation with
declarative knowledge, and finally, the seamless integration of event data with the constructed ontology.</p>
      <p>While the current work lays a conceptual and methodological foundation, it is important to
acknowledge that populating the ontology with event data is a limitation of our work that must addressed
in future eforts. Future work will focus on the empirical validation of this framework through the
actual import and analysis of real-world OCEL event logs, by elaborating the transformation rules, and
exploring the potential for automated reasoning and intelligent decision support based on the enriched
ontological models. This will ultimately lead to more intelligent, adaptive, and insightful BPMS systems.</p>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author used ChatGPT-4 in order to: improve writing style.
After using this tool, the author reviewed and edited the content as needed and take full responsibility
for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>W.</given-names>
            <surname>Aalst</surname>
          </string-name>
          , van der,
          <source>Business Process Management: A Comprehensive Survey, ISRN Software Engineering</source>
          <year>2013</year>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>W. van der Aalst</surname>
          </string-name>
          ,
          <source>J. Carmona, Process Mining Handbook, Lecture Notes in Business Information Processing</source>
          , Springer International Publishing,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Fahland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Montali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lebherz</surname>
          </string-name>
          ,
          <string-name>
            <surname>W. M. P. van der Aalst</surname>
            , M. van Asseldonk,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Blank</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Bosmans</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Brenscheidt</surname>
          </string-name>
          , C. di
          <string-name>
            <surname>Ciccio</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Delgado</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Calegari</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Peeperkorn</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Verbeek</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Vugs</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          <string-name>
            <surname>Wynn</surname>
          </string-name>
          ,
          <article-title>Towards a Simple and Extensible Standard for Object-Centric Event Data (OCED) - Core Model, Design Space</article-title>
          , and Lessons Learned,
          <year>2024</year>
          . arXiv:
          <volume>2410</volume>
          .
          <fpage>14495</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Arp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. D.</given-names>
            <surname>Spear</surname>
          </string-name>
          ,
          <article-title>Building Ontologies with Basic Formal Ontology</article-title>
          , The MIT Press,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>I.</given-names>
            <surname>Beerepoot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Di Ciccio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Reijers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rinderle-Ma</surname>
          </string-name>
          , W. Bandara, Andrea, The Biggest Business Process Management Problems to Solve Before We Die,
          <source>Computers in Industry</source>
          <volume>146</volume>
          (
          <year>2023</year>
          )
          <fpage>103837</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J. N.</given-names>
            <surname>Otte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Beverley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ruttenberg</surname>
          </string-name>
          ,
          <source>Basic Formal Ontology: Case Studies, Applied Ontology</source>
          <volume>17</volume>
          (
          <year>2022</year>
          )
          <fpage>17</fpage>
          -
          <lpage>43</lpage>
          . doi:
          <volume>10</volume>
          .3233/ao-220262.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>M. O'Connor</surname>
          </string-name>
          , Cellfie plugin, https://github.com/protegeproject/cellfie-plugin/wiki/ Grocery-Tutorial,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>C.</given-names>
            <surname>Pedrinaci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Domingue</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. K. Alves de Medeiros</surname>
          </string-name>
          ,
          <article-title>A Core Ontology for Business Process Analysis</article-title>
          ,
          <source>in: The Semantic Web: Research and Applications</source>
          , Springer Berlin Heidelberg,
          <year>2008</year>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hepp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Roman</surname>
          </string-name>
          ,
          <article-title>An Ontology Framework for Semantic Business Process Management</article-title>
          ,
          <source>in: Proceedings of Wirtschaftsinformatik</source>
          ,
          <year>2007</year>
          , pp.
          <fpage>423</fpage>
          -
          <lpage>440</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>C.</given-names>
            <surname>Di Francescomarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ghidini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rospocher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Serafini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Tonella</surname>
          </string-name>
          ,
          <string-name>
            <surname>Semantically-Aided Business</surname>
          </string-name>
          Process Modeling,
          <source>in: The Semantic Web - ISWC 2009</source>
          , Springer Berlin Heidelberg,
          <year>2009</year>
          , pp.
          <fpage>114</fpage>
          -
          <lpage>129</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bertoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Corcoglioniti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Di Francescomarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dragoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ghidini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pistore</surname>
          </string-name>
          ,
          <article-title>Semantic modeling and analysis of complex data-aware processes and their executions</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>198</volume>
          (
          <year>2022</year>
          )
          <fpage>116702</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Eichele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hinkelmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Spahic-Bogdanovic</surname>
          </string-name>
          ,
          <article-title>Ontology-Driven Enhancement of Process Mining With Domain Knowledge, in: Proceedings of AAAI 2023 Spring Symposium on Challenges Requiring the Combination of Machine Learning and Knowledge Engineering (AAAI-MAKE</article-title>
          <year>2023</year>
          ),
          <year>2023</year>
          , p.
          <fpage>vvv</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xiong</surname>
          </string-name>
          , G. Xiao,
          <string-name>
            <given-names>T. E.</given-names>
            <surname>Kalyci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Montali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Virtual</given-names>
            <surname>Knowledge</surname>
          </string-name>
          <article-title>Graph Based Approach for Object-Centric Event Logs Extraction, in: Revised Selected Papers of the Process Mining Workshops (ICPM-WS</article-title>
          <year>2022</year>
          ), volume
          <volume>468</volume>
          <source>of Lecture Notes in Business Information Processing</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>466</fpage>
          -
          <lpage>478</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -27815-0_
          <fpage>34</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Swevels</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Fahland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Montali</surname>
          </string-name>
          ,
          <article-title>Implementing Object-Centric Event Data Models in Event Knowledge Graphs</article-title>
          , in: Process Mining Workshops, Springer Nature,
          <year>2024</year>
          , pp.
          <fpage>431</fpage>
          -
          <lpage>443</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>C. di Ciccio</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ekaputra</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Cecconi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ekelhart</surname>
          </string-name>
          , E. Kiesling,
          <article-title>Finding Non-Compliances with Declarative Process Constraints Through Semantic Technologies</article-title>
          ,
          <source>in: International Conference on Advanced Information Systems Engineering Forum (CAiSE Forum)</source>
          , Springer,
          <year>2019</year>
          , pp.
          <fpage>60</fpage>
          -
          <lpage>74</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Khayatbashi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hartig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jalali</surname>
          </string-name>
          ,
          <article-title>Transforming Event Knowledge Graph to Object-Centric Event Logs: A Comparative Study for Multidimensional Process Analysis</article-title>
          ,
          <source>in: Proceedings of 42nd International Conference on Conceptual Modeling (ER</source>
          <year>2023</year>
          ), Springer-Verlag, Berlin, Heidelberg,
          <year>2023</year>
          , p.
          <fpage>220</fpage>
          -
          <lpage>238</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -47262-6_
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>