<!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>Expressing FactDAG Provenance with PROV-O</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lars Gleim</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Liam Tirpitz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jan Pennekamp</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Decker</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Communication and Distributed Systems, RWTH Aachen University</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Databases and Information Systems, RWTH Aachen University</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Fraunhofer FIT</institution>
          ,
          <addr-line>Sankt Augustin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>To foster data sharing and reuse across organizational boundaries, provenance tracking is of vital importance for the establishment of trust and accountability, especially in industrial applications, but often neglected due to associated overhead. The abstract FactDAG data interoperability model strives to address this challenge by simplifying the creation of provenance-linked knowledge graphs of revisioned (and thus immutable) resources. However, to date, it lacks a practical provenance implementation. In this work, we present a concrete alignment of all roles and relations in the FactDAG model to the W3C PROV provenance standard, allowing future software implementations to directly produce standard-compliant provenance information. Maintaining compatibility with existing PROV tooling, an implementation of this mapping will pave the way for practical FactDAG implementations and deployments, improving trust and accountability for Open Data through simplified provenance management.</p>
      </abstract>
      <kwd-group>
        <kwd>Provenance</kwd>
        <kwd>Data Lineage</kwd>
        <kwd>Open Data</kwd>
        <kwd>Semantic Web Technologies</kwd>
        <kwd>Ontology Alignment</kwd>
        <kwd>PROV</kwd>
        <kwd>RDF</kwd>
        <kwd>Industry 4</kwd>
        <kwd>0</kwd>
        <kwd>Internet of Production</kwd>
        <kwd>IIoT</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The digital transformation fundamentally changes the utilization of data and
knowledge, effectively breaking down traditional isolated knowledge silos [19,16,7]. As
enterprises optimize internal and external processes, improve customer interfaces, establish
new ecosystems, and develop entirely new business models — such as smart products
and services — data sharing, reuse and integration become increasingly important for
industry [6,18,15]. To facilitate this transition, the abstract FactDAG data
interoperability model [5] was recently introduced. By simplifying the creation of provenance-linked
knowledge graphs of revisioned resources, the model enables the integration of data
across organizational boundaries, throughout the product life cycles and including both
public and private sources [5]. The critical importance of provenance information for
data reuse [3] and trust and accountability for derived works has recently been
highlighted by the retraction of a prominent study on COVID-19 treatments [12] due to the
unverifiable origins of its underlying data. In this paper, we present a concrete
alignment of the FactDAG’s abstract concepts and relations to the abstract W3C PROV data
model [13] and its concrete materialization, the PROV-O ontology [11]. This mapping
should serve as a foundation for a practical software implementation of the FactDAG
model, resulting in the simplified standard-compliant creation, management and sharing
of data and provenance information. As such, the practical adoption of an
implementation of the FactDAG model based on this mapping will ultimately contribute to the reuse
of both open and proprietary data, e.g., as envisioned in the Internet of Production [17].
2</p>
    </sec>
    <sec id="sec-2">
      <title>FactDAG Provenance</title>
      <p>Before detailing the concrete mapping from the FactDAG model to an established W3C
provenance model, we first highlight the required foundations of both the FactDAG as
well as the relevant PROV standards. Subsequently, we present the contribution of this
paper, i.e., our formalized representation.</p>
      <p>
        FactDAG Fundamentals. The previously proposed FactDAG data interoperability
model [5] distinguishes the following concepts: Facts are globally persistently identified
and immutable revisions of arbitrary resources (as in resource-oriented architectures),
Authorities may be entities (e.g., companies or organizations) that are responsible for
those facts, Processes describe prototypical interactions with facts, and
ProcessExecutions refer to their instantiations, introduced to capture individual influences and results
(i.e., newly created facts or fact revisions). Additionally, the model uses a single relation
(called influence, oriented forwards in time) to express relations between the elements
of the FactDAG. Thus, the model allows tracing back the origins of facts throughout
time, revealing the resources, authorities and processes involved in its conception. For
additional details, we refer to the specification of the FactDAG model [5].
Provenance. To maintain compatibility with existing tooling and profit from the
extensible nature of the W3C PROV-DM provenance model [13], we embed the FactDAG
into a subset of the standardized PROV ontology [11]. The model consists of three
fundamental base classes and relations between them: Entity, a physical, digital, or
conceptual kind of real or imaginary thing. Activity, something that occurs over a period of time
and acts upon or with entities; possibly including consuming, processing,
transforming, modifying, relocating, using, or generating entities. Agent, something or someone
that bears some form of responsibility for an activity taking place, for the existence of
an entity, or for another agent’s activity (e.g., an Organization – a subtype of Agent –
Organization
Authority
(0,n)
actedOnBehalfOf
(
        <xref ref-type="bibr" rid="ref1 ref1">1,1</xref>
        )
      </p>
      <p>Agent
Process
(0,n)</p>
      <p>
        wasAttributedTo
(0,n)
wasAssociatedWith
(
        <xref ref-type="bibr" rid="ref1 ref1">1,1</xref>
        )
(
        <xref ref-type="bibr" rid="ref1 ref1">1,1</xref>
        )
(0,n)
used
(0,n)
      </p>
      <p>Entity
Fact</p>
      <p>
        Activity
ProcessExecution
(
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        )
wasRevisionOf
(0,n)
(
        <xref ref-type="bibr" rid="ref1 ref1">1,1</xref>
        )
wasGeneratedBy
(0,n)
for the activities of their employees, or developers for that of their software). We mark
concepts and roles from the PROV-O ontology [11] using sans-serif font.
      </p>
      <p>In the following, we propose a formal mapping of the FactDAG concepts into the
PROV standard [11] for provenance exchange as illustrated in Figure 1. Finally, we
express the relations between elements of the FactDAG using PROV properties and
describe the prospective benefits of the presented mapping.</p>
      <p>Mapping Types. In the following, we formally define a complete mapping of FactDAG
concepts into PROV using description logic [9]:
&gt;F</p>
      <sec id="sec-2-1">
        <title>Fact t Authority t Process t ProcessExecution</title>
        <sec id="sec-2-1-1">
          <title>Fact v Entity</title>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>ProcessExecution v Activity</title>
        <sec id="sec-2-2-1">
          <title>Process v Entity u Agent</title>
        </sec>
        <sec id="sec-2-2-2">
          <title>Authority v Entity u Organization</title>
          <p>
            Disjoint(P rocessExecution; F act)
(
            <xref ref-type="bibr" rid="ref1">1</xref>
            )
(
            <xref ref-type="bibr" rid="ref2">2</xref>
            )
(
            <xref ref-type="bibr" rid="ref3">3</xref>
            )
(
            <xref ref-type="bibr" rid="ref4">4</xref>
            )
(
            <xref ref-type="bibr" rid="ref5">5</xref>
            )
(
            <xref ref-type="bibr" rid="ref6">6</xref>
            )
Eq. (
            <xref ref-type="bibr" rid="ref1">1</xref>
            ) defines the set of all FactDAG concepts &gt;F which contains all FactDAG
elements. All concepts are mapped to the PROV-O serialization of PROV-DM as follows:
Eq. (
            <xref ref-type="bibr" rid="ref2">2</xref>
            ): Every Fact is a PROV Entity, as we want to track provenance for Facts and
          </p>
          <p>Entities are the subjects of provenance records in PROV.</p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref3">3</xref>
            ): A ProcessExecution is modeled as a PROV Activity, since PROV Activities
capture interactions with and transformations of Entities, analogously as
ProcessExecutions do for Facts.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref4">4</xref>
            ): Every Process in the FactDAG model is both an Entity (to capture its
provenance) as well as an Agent (to model its responsibility for corresponding
process executions and interactions with facts).
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref5">5</xref>
            ): Since an Authority in the FactDAG model is a company or another
organizational unit, it is specifically mapped to the Organization subclass of the PROV
Agent, as well as the Entity class to enable the tracking of its provenance.
Eq. (
            <xref ref-type="bibr" rid="ref6">6</xref>
            ): Finally, the mapping has to satisfy the constraints of the PROV model [21],
which notably state, that Entity and Activity are disjoint. Hence, the FactDAG
concepts ProcessExecution and Fact also need to be disjoint.
          </p>
          <p>While this last requirement does not follow directly from the FactDAG model or its
requirements, it is needed for compliance with the PROV constraints [21]. However,
since it does not limit the general applicability of the FactDAG model, this simple set
of definitions provides an adequate mapping of all elements of &gt;F to types in PROV.
Relations between Elements of the FactDAG. While the FactDAG model proposes
a single influence relation oriented forwards in time to express the relation between the
elements of the FactDAG, fact immutability prevents this information from being added
at a later time in practical implementations. Thus, we employ PROV’s wasInfluencedBy
(which is oriented backwards in time) and its more specific subproperties to express
influences at fact creation time. Therefore, the provenance relations in the FactDAG are
represented in the following way:</p>
          <p>Process v &gt;1 actedOnBehalfOf.Authority</p>
          <p>u 61 actedOnBehalfOf.Authority
9actedOnBehalfOf.&gt;F v Process
&gt;F v 8actedOnBehalfOf.Authority
Fact v &gt;1 wasAttributedTo.Authority</p>
          <p>u 61 wasAttributedTo.Authority
9wasAttributedTo.&gt;F v Fact</p>
          <p>&gt;F v 8wasAttributedTo.Authority
ProcessExecution v &gt;1 associatedWith.Process</p>
          <p>u 61 associatedWith.Process
9associatedWith.&gt;F v ProcessExecution</p>
          <p>&gt;F v 8associatedWith.Process
9used.&gt;F v ProcessExecution</p>
          <p>&gt;F v 8used.Fact
9generatedBy.&gt;F v Fact
9wasRevisionOf.&gt;F v Fact</p>
          <p>Fact v &gt;1 wasGeneratedBy.ProcessExecution</p>
          <p>
            u 61 wasGeneratedBy.ProcessExecution
&gt;F v 8generatedBy.ProcessExecution
&gt;F v 8wasRevisionOf.Fact
Fact v 61wasRevisionOf.Fact
(
            <xref ref-type="bibr" rid="ref7">7</xref>
            )
(
            <xref ref-type="bibr" rid="ref8">8</xref>
            )
(
            <xref ref-type="bibr" rid="ref9">9</xref>
            )
(
            <xref ref-type="bibr" rid="ref10">10</xref>
            )
(
            <xref ref-type="bibr" rid="ref11">11</xref>
            )
(
            <xref ref-type="bibr" rid="ref12">12</xref>
            )
(
            <xref ref-type="bibr" rid="ref13">13</xref>
            )
(
            <xref ref-type="bibr" rid="ref14">14</xref>
            )
(
            <xref ref-type="bibr" rid="ref15">15</xref>
            )
(
            <xref ref-type="bibr" rid="ref16">16</xref>
            )
Intuitively, these statements express the following relations and restrictions, as
illustrated in Figure 1 with their corresponding cardinality restrictions.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref7">7</xref>
            ): A Process always actedOnBehalfOf exactly one Authority.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref8">8</xref>
            ): Between FactDAG elements, the actedOnBehalfOf property is only used to
relate Processes to Authorities.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref9">9</xref>
            ): All Facts are attributedTo exactly one responsible Authority.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref10">10</xref>
            ): Between FactDAG elements, the wasAttributedTo property is only used to
relate Facts to Authorities.
          </p>
          <p>Notably, Eq. 7 and Eq. 9 entail that neither a Fact, nor a Process may be directly shared
among Authorities. Instead, copies of the same fact may be related across authorities
through the PROV wasRevisionOf or alternateOf predicates.</p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref11">11</xref>
            ): A ProcessExecution is always associatedWith exactly one Process.
Eq. (
            <xref ref-type="bibr" rid="ref12">12</xref>
            ): Between FactDAG elements, the associatedWith property always links from a
          </p>
          <p>ProcessExecution to a Process.</p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref13">13</xref>
            ): Facts that impacted a ProcessExecution are recorded using the used relation.
          </p>
          <p>
            A ProcessExecution may have used arbitrary many Facts and used exclusively
relates ProcessExecutions to Facts.
Eq. (
            <xref ref-type="bibr" rid="ref14">14</xref>
            ): If a ProcessExecution results in new Facts, these facts are linked to the
process execution which generated them with wasGeneratedBy. Therefore every
Fact has exactly one wasGeneratedBy relation pointing to the
ProcessExecution that generated it.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref15">15</xref>
            ): Between FactDAG elements, the wasGeneratedBy property is only used to
link from Facts to ProcessExecutions.
          </p>
          <p>
            Eq. (
            <xref ref-type="bibr" rid="ref16">16</xref>
            ): If a Fact is a new revision of a previously existing resource, it is linked to
its direct predecessor using wasRevisionOf. Therefore, between FactDAG
elements, the wasRevisionOf always links from one Fact to another Fact, and every
Fact is the subject of at most one wasRevisionOf relation.
          </p>
          <p>Overall, the union of the properties wasAttributedTo, wasRevisionOf, wasGeneratedBy,
actedOnBehalfOf, used and wasAssociatedWith (which are all sub-properties of
wasInfluencedBy) encompasses all instances of the was influenced by relation which is used
instead of the influenced relation of the FactDAG. Thus, all cases of the FactDAG
influence relation are mapped to an appropriate property in PROV, providing
standardcompliant provenance semantics for the FactDAG model. Subsequently, software
implementations of the FactDAG model may directly generate provenance information in
compatibility with the W3C PROV model and the advanced tooling already existing for
end users to leverage it [8,10,14]. As such, the presented mapping has the potential to
contribute towards improved transparency, trust and accountability for Open Data and
practical data reuse.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusion</title>
      <p>In this work, we provide a mapping of all types and their relations from the FactDAG
model to a subset of the W3C recommended PROV data model for provenance
information. Therefore, the semantics of the FactDAG model can be fully expressed with
PROV, providing a standardized framework for provenance exchange, allowing for the
reuse of tools developed for PROV, such as reasoning within the PROV semantics.</p>
      <p>In conjunction with suitable persistent identifiers, such as timestamped URLs [4]
for resource identification, our work thus provides a practical basis for software
implementations of the FactDAG data interoperability model to generate standard-compliant
provenance information and thus to further simplified provenance management for
Open Data and data reuse. It thus paves the way for applications such as process mining
techniques [22], provenance-based process planning [20] and extensions towards
process plan modeling, e.g. using the P-Plan extension [2] of the PROV standard, in future
work. Finally, the presented approach may facilitate further adoption of Semantic Web
Technologies in industry and support Open Data sharing and reuse through establishing
interorganizational knowledge graphs of provenance-linked resources, as proposed by
the FactDAG model.</p>
      <p>Acknowledgments. Funded by the Deutsche Forschungsgemeinschaft (DFG, German
Research Foundation) under Germany’s Excellence Strategy – EXC-2023 Internet of
Production – 390621612.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abrial</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Data Semantics</article-title>
          .
          <source>In: IFIP Working Conference on Data Base Management</source>
          (
          <year>1974</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Augmenting PROV with Plans in P-PLAN: Scientific Processes as Linked Data</article-title>
          . In: LISC @ ISWC (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Gleim</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Open Challenges for the Management and Preservation of Evolving Data on the Web</article-title>
          . In: MEPDaW @ ISWC (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gleim</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Timestamped URLs as Persistent Identifiers</article-title>
          . In: MEPDaW @ ISWC (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Gleim</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennekamp</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liebenberg</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buchsbaum</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niemietz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knape</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Epple</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Storms</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trauth</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergs</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brecher</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lakemeyer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrle</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>FactDAG: Formalizing Data Interoperability in an Internet of Production</article-title>
          .
          <source>IEEE Internet of Things J</source>
          .
          <volume>7</volume>
          (
          <issue>4</issue>
          ) (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ibarra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ganzarain</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Igartua</surname>
            ,
            <given-names>J.I.</given-names>
          </string-name>
          :
          <article-title>Business model innovation through Industry 4.0: A review</article-title>
          .
          <source>Procedia Manufacturing</source>
          <volume>22</volume>
          ,
          <fpage>4</fpage>
          -
          <lpage>10</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Jarke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Data Sovereignty and the Internet of Production</article-title>
          . In: CAiSE (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kohwalter</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliveira</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freire</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clua</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murta</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Prov viewer: A graph-based visualization tool for interactive exploration of provenance data</article-title>
          .
          <source>In: IPAW</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Kro¨tzsch,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Simancik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          :
          <article-title>A Description Logic Primer</article-title>
          . arXiv:
          <volume>1201</volume>
          .4089 (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Luger</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stitz</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gratzl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gehlenborg</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Streit</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Interactive visualization of provenance graphs for reproducible biomedical research</article-title>
          . In: IEEE InfoVis - Posters (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sahoo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lebo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>PROV-O: The PROV Ontology</article-title>
          .
          <article-title>W3C rec</article-title>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mehra</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Desai</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruschitzka</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>A.N.: RETRACTED</given-names>
          </string-name>
          :
          <article-title>Hydroxychloroquine or chloroquine with or without a macrolide for treatment of COVID-19: a multinational registry analysis</article-title>
          .
          <source>The Lancet</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Missier</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreau</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>PROV-DM: The PROV Data Model</article-title>
          .
          <source>W3C rec</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Moreau</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batlajery</surname>
            ,
            <given-names>B.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huynh</surname>
          </string-name>
          , T.D.,
          <string-name>
            <surname>Michaelides</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Packer</surname>
          </string-name>
          , H.:
          <article-title>A templating system to generate provenance</article-title>
          .
          <source>IEEE Trans. Softw</source>
          . Eng. (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Pennekamp</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buchholz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lockner</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dahlmanns</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fey</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brecher</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hopmann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrle</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Privacy-Preserving Production Process Parameter Exchange</article-title>
          . In: ACSAC (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Pennekamp</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dahlmanns</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gleim</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrle</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Security Considerations for Collaborations in an Industrial IoT-based Lab of Labs</article-title>
          . In: IEEE GCIoT (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Pennekamp</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glebke</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henze</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meisen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quix</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hai</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gleim</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niemietz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rudack</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knape</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Epple</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trauth</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vroomen</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergs</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brecher</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Bu¨hrigPolaczek,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Jarke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Wehrle</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          :
          <article-title>Towards an Infrastructure Enabling the Internet of Production</article-title>
          . In: IEEE ICPS (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Pennekamp</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henze</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niemietz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fey</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trauth</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergs</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brecher</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrle</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Dataflow Challenges in an Internet of Production: A Security &amp; Privacy Perspective</article-title>
          . In: ACM CPS-SPC (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Schrauf</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berttram</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Industry 4.0: How digitization makes the supply chain more efficient, agile, and customer-focused</article-title>
          .
          <source>Strategy&amp;</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          , Baia˜o,
          <string-name>
            <given-names>F.A.</given-names>
            ,
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          :
          <article-title>Towards planning scientific experiments through declarative model discovery in provenance data</article-title>
          . In: IEEE eScience (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. Tom De Nies:
          <article-title>Constraints of the PROV Data Model (</article-title>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , van der Aalst, W.M.
          <article-title>: A method to build and analyze scientific workflows from provenance through process mining</article-title>
          .
          <source>In: TaPP</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>