<!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>The ARK Platform: Enabling Risk Management through Semantic Web technologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ademar CROTTI JUNIOR</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maryam BASEREH</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yalemisew ABGAZ</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Junli LIANG</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Natalia DUDA</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nick MCDONALD</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rob BRENNAN</string-name>
          <email>rob.brennan@adaptcentre.ie</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ADAPT Centre, School of Computer Science and Statistics, Trinity College Dublin</institution>
          ,
          <addr-line>Dublin</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>ADAPT Centre, School of Computing, Dublin City University</institution>
          ,
          <addr-line>Dublin</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of Psychology, Trinity College Dublin</institution>
          ,
          <addr-line>Dublin</addr-line>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the Access Risk Knowledge (ARK) platform and ontologies for socio-technical risk analysis using the Cube methodology. Linked Data is used in ARK to integrate qualitative clinical risk management data with quantitative operational data and analytics. This required the development of a novel clinical safety management taxonomy to annotate qualitative risk data and make it more amenable to automated analysis. The platform is complemented by other two ontologies that support structured data capture for the Cube sociotechnical analysis methodology developed by organisational psychologists at Trinity College Dublin. The ARK platform development and trials have shown the benefits of a Semantic Web approach to flexibly support data integration, making qualitative data machine readable and building dynamic, high-usability web applications applied to clinical risk management. The main results so far are a self-annotated, standards-based taxonomy for risk and safety management expressed in the W3C's standard Simple Knowledge Organisation System (SKOS) and a Cube data capture, curation and analysis platform for clinical risk management domain experts. The paper describes the ontologies and their development process, our initial clinical safety management use case and lessons learned from the application of ARK to real-world use cases. This work has shown the potential for using Linked Data to integrate operational and safety data into a unified information space supporting more continuous, adaptive and predictive clinical risk management.</p>
      </abstract>
      <kwd-group>
        <kwd />
        <kwd>ARK Platform</kwd>
        <kwd>Organisational Change</kwd>
        <kwd>Risk Management</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Managing clinical risk is an integral part of any organisation providing clinical services.
The Cube is an established methodology for analysing socio-technical systems which
offers a framework for managing such risks [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. It is used to identify, assess, and
classify risks, and to plan, execute, and evaluate risk mitigation actions (projects). The
Cube methodology helps domain experts building case studies which lead to an evidence
base that supports better practice and governance.
      </p>
      <p>Organisations already collect and study (human-oriented) risk information in the
form of risk registers, annual safety reports and incident reports. They are also
increasingly overloaded with digital operational data that could be used to inform risk
management as well as operational management. Typically these two management cycles
operate independently, upon siloed data, and focus on qualitative analysis (risk) or
quantitative analysis (operations in digitally transformed organisations like modern clinical
practice) respectively. These differences mean that it is hard to find machine-readable
rather than human-focused risk data and even harder to fuse it with structured
operational data or predictive analytics from data science projects, despite the utility that these
sources may have for implementing a more dynamic and effective risk management
system. These disconnected activities also make it difficult to efficiently analyze and build a
machine readable evidence base that is suitable for modern automated or semi-automated
analytical approaches. Even though the Cube methodology supports such activities, its
deployment has been hampered by the lack of an integrated platform facilitating its use.</p>
      <p>This paper describes the Access Risk Knowledge (ARK) platform for Cube-based
risk analysis and evidence base collection. ARK uses Semantic Web technologies to
model, integrate, and classify risk and socio-technical system analysis information from
both qualitative and quantitative data sources into a unified risk graph. This graph is
based on three new ontologies: a risk terminology expressed as a SKOS model, a Cube
analysis vocabulary, and an ARK project vocabulary. The ARK platform and ontologies
have been built to study this research question: ”to what extent can a Linked Data
approach support semantic interlinking and interoperability between quantitative and
qualitative risk data, extraction and representation of risk domain knowledge, and enhance
dynamic and integrated analysis of risk by supporting the Cube methodology?”.</p>
      <p>ARK is built as a native web application in Node.js with a React user interface driven
from an Apache Jena triplestore based on our developed ontologies. The ontologies are
based on two years of iterative development between mixed teams of organisational
psychologists and knowledge engineers. By using these technologies, the ARK platform
provides a way to standardize social-technical analysis outputs into a self-describing
semantic graph that can include Cube structured questionnaire-based analysis,
multidimensional synthesis, or risk mitigation project-oriented views of the organisation under
study. It also allows for semantic interlinking and interoperability of diverse data sources
such as operational data or analytics. It facilitates making qualitative data machine
readable by richly representing it in the Cube ontology along with metadata, and it enables
human-oriented textual responses to be annotated with terms from the risk terminology.
This paper describes the following contributions:</p>
      <p>The Cube Ontology, ARK projects vocabulary, and ARK risk terminology. They
enable formal and structured socio-technical analysis of systems and SKOS
representation of the background knowledge on risk management (including
provenance of term definitions).</p>
      <p>The ARK application. This provides a user interface for curation of
structured Cube responses (including interlinking supporting evidence) and
navigation around the multi-dimensional Cube system analysis or risk mitigation project
analysis.
Case study-based evaluation. We present preliminary results of a case study where
the ARK Platform has been used for Cube socio-technical analysis in a real-world
problem.</p>
      <p>The remainder of this paper is organised as follows. A motivating use case is
presented in Section 2. Section 3 describes the development of the ARK Platform. Section 4
presents a case study and preliminary results. Section 5 discusses related work. Section
6 concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Use Case</title>
      <p>This section describes background on the Cube methodology and the high level use case
and requirements for risk management tools.</p>
      <sec id="sec-2-1">
        <title>2.1. Background on the Cube methodology</title>
        <p>
          The Cube methodology has been developed over twenty years by organisational
psychologists working on safety systems for the health, aviation and finance domains. It
supports progressively building a multi-dimensional analysis of complex systems [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. It
provides a framework for initiating and analysing organizational change through
interlinked, dimension-specific questionnaires. The general Cube questionnaire has 96 major
questions systematically organised into six project stages (Problem, Solution, Develop,
Implement, Plan and Prepare, and Verify and Embed), four aspects (Activity, Culture,
Functional System and Sensemaking), and four dimensions (Goal, Process/Sequence,
Social, and Information and Knowledge). The methodology guides an expert probing an
organisation using questions and then analysing it by systematic combination of sets of
related three-dimensional answers to identify risks, mitigations, and sources of value.
Applying the Cube methodology is a continuous process of improvement of an
organizational system. Risks and mitigations are identified and this initiates a new improvement
project which is evaluated and verified. At each stage, the experts will fill out questions
and complete analyses.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Early Cube Tool Support</title>
        <p>Prior to our research, the Cube methodology was manually deployed by a risk
management domain expert using a cumbersome spreadsheet as an aid. Limitations of this
approach included insufficient navigation flexibility as analysis often requires non-linear
completion of questionnaires, a lack of embedded rules or relations between question
answers, inability to easily generate different interactive views of the data for analysis, no
ability to support for semi-automated analysis or validation of answers, no interlinking
to existing datasets, analytics or evidence, limited ability to reuse analysis results from
project to project, no sharing or team working support and no embedded reference
glossary of terms for safety analysts. A fair characterisation of this system would be to say it
was only suitable for highly trained domain experts and provided no automation or data
synthesis supports.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Clinical Risk Management</title>
        <p>
          Risk management is one of the most important procedures performed within clinical
environments, with strong impacts on the quality of service [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Due to the high volume
of available risk data from different sources (e.g. incident reports, electronic healthcare
records, best practice guidelines), it is often impractical in terms of time and effort for
humans to reliably extract the most relevant risk information from the data and use it for
effective decision-making and process improvement recommendations. Accordingly, it is
urgent that we develop innovative semi-automated but fair, accountable, and transparent
solutions to fuse, summarize, and categorise the risk data and evidence into patterns and
knowledge that will help safety experts to more effectively address safety improvement
in an evidence-driven way.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. The ARK Platform</title>
      <p>In this section, we present the Access Risk Knowledge (ARK) platform and
ontologies that support socio-technical analysis of clinical risk management using the Cube
methodology. The ARK Platform relies on Semantic Web technologies and W3C
standards to integrate interoperable qualitative clinical risk management data with
quantitative operational data and analytics. The platform is composed of the Cube ontology2 and
the Project vocabulary3 which is used to support data capture and analysis through the
Cube methodology, a safety management taxonomy4 described using W3C’s standard
Simple Knowledge Organisation System (SKOS)5, and a prototype web-based
application, which allows domain experts to apply social-technical analysis through the Cube
methodology. Figure 1 presents an overview of the the ARK platform.
2Available at https://w3id.org/ARK/Cube.
3Available at https://w3id.org/ARK/Projects.
4Available at https://w3id.org/ARK/Terminology.
5https://www.w3.org/2004/02/skos/.</p>
      <sec id="sec-3-1">
        <title>3.1. The Cube Ontology and Project vocabulary</title>
        <p>
          The Cube ontology and the Project vocabulary were developed to enable data capture and
analysis through the Cube methodology. The ontologies are based on two years of
iterative development between mixed teams of organisational psychologists and knowledge
engineers. The ontologies were implemented using the Web Ontology Language (OWL)
specification6 in prote´ge´7. Moreover, the ontologies were designed following Gruber’s
[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] principles and guidelines for ontology development. The purpose of such principles
is to assure knowledge sharing, reusability and interoperability. Thus, the ontologies
contain human-readable metadata as well as documentation, are free of inconsistencies, are
extensible and customizable allowing for different Cube questionnaires to be
instantiated while still following concisely the multidimensionality of the Cube methodology.
The Cube ontology and Project vocabulary include major concepts, structures and
relationships together with a concise definition of the terminologies described in the Cube
methodology. The ontologies have also been validated using the Ontology Pitfall Scanner
[
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], documented with machine and human readable metadata, which is used to
automatically generate documentation through WIDOCO [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], and are served following Linked
Data principles. Figure 2 presents the core components of the Cube ontology, which are
discussed in the following subsections.
        </p>
        <p>The Cube ontology is used in the overall architecture of the ARK Platform in two
ways. First, it serves as a repository of the standard Cube questionnaire. Moreover, when
there is need for customization, depending on the domain or organization where the Cube
methodology is being applied, different Cube questionnaires can be instantiated. Second,
6https://www.w3.org/TR/owl2-primer/
7https://protege.stanford.edu/
the Cube ontology is used to represent responses to the Cube questionnaire, enabling
an evidence base that supports governance within the organization. On the other hand,
the Project vocabulary allows organizations to structure risk analysis through the Cube
methodology by way of projects and sub-projects.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Safety Management Taxonomy</title>
        <p>
          The safety management taxonomy was defined using SKOS, a W3C Recommendation
designed to support the use of knowledge organization systems. In the ARK Platform,
the developed taxonomy allows users to annotate risk management data described using
the Cube ontology with qualitative operational risk data. Concepts in the taxonomy have
been defined by domain experts and have at least a description and, when available, their
source. Since these domain experts do not have expertise in Semantic Web technologies,
the taxonomy was defined in a collaborative environment which is later transformed.
This transformation was performed using R2RML8 mappings created with the aid of an
editor [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Finally, the taxonomy was documented using WIDOCO and, like the Cube
ontology and Projects vocabulary, is served following Linked Data principles.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. ARK application</title>
        <p>The ARK application was built using Node.js and React, and offers three main interfaces
where users can interact with the Cube methodology. The first component allows
organizations to define projects. The second component (Figure 3) guides users into using
the Cube methodology by allowing questionnaires to be answered. In order to provide
experts with a more comprehensive and granular analysis, this component allows users
to interlink answers with supporting evidence. Finally, this component also provides the
functionality to classify answers with risk-related concepts using the developed safety
management taxonomy.</p>
        <p>The third component, called Cube summary, focuses on the summarization and
visualisation of answers at the end of each stage. The Cube summary component provides
8A a W3C Recommendation allowing one to define customized mappings to convert non-RDF resources to
RDF. https://www.w3.org/TR/r2rml/
functionality that enables viewing answers similarly to a Rubik’s Cube, where the
visualisation of any stage, aspect and dimension can be configured by the user. Figure 4
presents the Cube summary component.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Case Study</title>
      <p>The ARK platform has been developed with the aim of facilitating risk analysis of
complex systems through the Cube methodology. To evaluate the platform, a preliminary
case study has been conducted, in which, two participants were asked to use the
platform to address a clinical risk management problem and report their experiences through
separate interviews.</p>
      <p>Participants were recruited and introduced to the case study by one of the research
team members. To assess the different levels of expertise, one of the participants was an
expert in risk management, while the other was a non-expert user.</p>
      <sec id="sec-4-1">
        <title>4.1. Experiment Task: The Clinical Risk Management Case</title>
        <p>
          The task participants were asked to perform was related to a clinical risk management
case which had previously been described in an MSc thesis [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. The thesis analysed
the impact of collective leadership approaches on the integration of electronic health
record systems. Participants were asked to study the aforementioned thesis, and analyse
its risk in change using the ARK Platform. It is important to note that this is the first time
participants had access to this material. Participants worked on this task for 4 days.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Discussion</title>
        <p>After task completion, participants were interviewed in relation to their reflection over
its use, integrity/consistency of functions in the platform, and efficacy. Other features
evaluated include:</p>
        <p>Descriptions of concepts defined in the safety management taxonomy concepts
within the project analysis interface.</p>
        <p>The ability to navigate questions and answers in the ARK platform using different
dimensions and aspects.</p>
        <p>The ability to hide features/aspects.</p>
        <p>The ability to summarize user’s answers.</p>
        <p>The ability to provide evidences to qualitative answers.</p>
        <p>Participants found training to be necessary when being introduced to the platform.
Nonetheless, participants evaluated its learning curve as fairly easy. Participants
described the platform as complex in relation to the amount of information needed in each
question, and the number of questions to be answered. Participants also described that the
large number of questions within the Cube questionnaire contributed to a comprehensive
understanding of the complex system presented in the experiment task. In this context,
even though the summary component was found useful, participants described having to
switch back and forth through different dimensions and aspects continuously.
Furthermore, participants also described the use of platform as time-consuming (estimated at 3
to 4 hours to complete). In terms of integrity, the platform was verified as consistent, in
which, the relation between different functionalities is clear and easy to navigate. Other
features, such as the possibility of interlinking data sources as evidences, taxonomy
definitions being available through the interface, the ability to hide features/aspects, have
also been considered helpful.</p>
        <p>Generally, in terms of efficacy, participants found the platform useful and they
confirmed that it gives a comprehensive overview of the analysed use case. The reaction over
Semantic Web technologies-driven features to support the Cube methodology has had a
positive outcome. Even though our preliminary results are promising, a comprehensive
evaluation using other instruments, such as standard usability tests and a larger number
of participants, is required to validate our findings.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Related Work</title>
      <p>
        The use of ontologies for the analysis of organisational change and risk management
has been proposed in different domains. For instance, the authors in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used
ontologybased risk management framework to enhance the management of organisational risk.
Ontology-based feed-forward risk management is also proposed in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] to create a
multilevel approach for feed-forward risk management. Other ontology applications are used
to support risk assessment in supply networks [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. A more specific application of
ontology-based risk management is proposed in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] which focuses on the development
of a risk knowledge management integrated into the Business Information Modelling
environment for construction risk knowledge management. The risk knowledge is
represented using an ontology to annotate documents and produce a map which is used to
infer paths. In contrast, our work is focused on supporting change risk analysis processes
using ontologies, Semantic Web and Linked Data technologies by leveraging the Cube
methodology.
      </p>
      <p>
        There are also ontology development efforts towards the semantic modelling of
systematic data collection and analysis tools such as questionnaires. The semantic
modelling of traditional questionnaires [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ] allows the semantic representation of
questionnaires and their answers. Even if their work focuses on a traditional data collection
of linguistic importance and on the semantic enrichment and interlinking of manually
collected data, the structure used in these ontologies overlap with the structure of the
Cube questionnaire. These ontologies, however, are not expressive enough to represent
the Cube methodology..
      </p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion and Future Work</title>
      <p>In this paper, we introduce the ARK platform and ontologies for socio-technical
analysis applied to clinical risk management. The proposed platform provides an extensible
interface, that is customizable in terms of its representation, and interoperable through
its ontology-driven back-end for representing social-technical analysis through the Cube
methodology. Our preliminary evaluation of the system shows that our proposed platform
is capable of representing core concepts, relationships, customisation, and visualisation
of the Cube methodology. A limitation of our evaluation is the number of participants
which will be targeted in future experiments.</p>
      <p>Future work includes enhancing the platform with additional functionalities
including rich domain knowledge related to organisational risk, knowledge extraction from the
supporting documents, and improvements described by participants of our preliminary
study. Finally, future work will also be focused on evaluating the platform with a wide
community of users through standard tests.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This research was conducted with the financial support of Enterprise Ireland under Grant
Agreement No. CF 2018-2012 at the ADAPT SFI Research Centre. The ADAPT SFI
Centre for Digital Media Technology is funded by Science Foundation Ireland through
the SFI Research Centres Programme and is co-funded under the European Regional
Development Fund (ERDF) through Grant # 13/RC/2106. The research team would like
to thank participants of the case study for their help with the ARK platform evaluation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1] Siobha´n Corrigan, Alison Kay,
          <string-name>
            <surname>Katie O'Byrne</surname>
          </string-name>
          , Dubhfeasa Slattery, Sharon Sheehan,
          <string-name>
            <surname>Nick</surname>
            <given-names>McDonald</given-names>
          </string-name>
          ,
          <string-name>
            <surname>David Smyth</surname>
            ,
            <given-names>Ken</given-names>
          </string-name>
          <string-name>
            <surname>Mealy</surname>
            , and
            <given-names>Sam</given-names>
          </string-name>
          <string-name>
            <surname>Cromie</surname>
          </string-name>
          .
          <article-title>A sociotechnical exploration for reducing &amp; mitigating the risk of retained foreign objects</article-title>
          .
          <source>International Journal of Environmental Research and Public Health</source>
          ,
          <volume>15</volume>
          (
          <issue>4</issue>
          ),
          <year>2018</year>
          . ISSN 1660-
          <fpage>4601</fpage>
          . doi:
          <volume>10</volume>
          .3390/ijerph15040714. URL https://www.mdpi. com/1660-4601/15/4/714.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Daniele</given-names>
            <surname>Baranzini</surname>
          </string-name>
          .
          <article-title>Features of unstable approach in aviation: Big data 2.0 evidence 2018</article-title>
          .
          <volume>04</volume>
          2018. doi:
          <volume>10</volume>
          .13140/RG.2.2.34382.15686.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Nick</given-names>
            <surname>Mcdonald</surname>
          </string-name>
          .
          <article-title>The evaluation of change</article-title>
          .
          <source>Cogn. Technol. Work</source>
          ,
          <volume>17</volume>
          (
          <issue>2</issue>
          ):
          <fpage>193</fpage>
          -
          <lpage>206</lpage>
          , May
          <year>2015</year>
          . ISSN 1435-
          <fpage>5558</fpage>
          . doi:
          <volume>10</volume>
          .1007/s10111-014-0296-9.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Louise</given-names>
            <surname>Dineley</surname>
          </string-name>
          .
          <article-title>Risk management systems in healthcare</article-title>
          .
          <source>PhD thesis</source>
          , University of Kent,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Thomas</surname>
            <given-names>R</given-names>
          </string-name>
          <string-name>
            <surname>Gruber</surname>
          </string-name>
          .
          <article-title>Toward principles for the design of ontologies used for knowledge sharing? International journal of human-computer studies</article-title>
          ,
          <volume>43</volume>
          (
          <issue>5-6</issue>
          ):
          <fpage>907</fpage>
          -
          <lpage>928</lpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Mar</surname>
          </string-name>
          <article-title>´ıa Poveda-Villalo´n, Asuncio´n Go´mez-Pe´rez, and Mari Carmen Sua´rezFigueroa. OOPS! (OntOlogy Pitfall Scanner!): An On-line Tool for Ontology Evaluation</article-title>
          .
          <source>International Journal on Semantic Web and Information Systems (IJSWIS)</source>
          ,
          <volume>10</volume>
          (
          <issue>2</issue>
          ):
          <fpage>7</fpage>
          -
          <lpage>34</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Garijo</surname>
          </string-name>
          .
          <article-title>Widoco: a wizard for documenting ontologies</article-title>
          .
          <source>In International Semantic Web Conference</source>
          , pages
          <fpage>94</fpage>
          -
          <lpage>102</lpage>
          . Springer, Cham,
          <year>2017</year>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -68204-4 9. URL http://dgarijo.com/papers/ widoco-iswc2017.
          <fpage>pdf</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Ademar</given-names>
            <surname>Crotti</surname>
          </string-name>
          <string-name>
            <given-names>Junior</given-names>
            , Christophe Debruyne, and
            <surname>Declan O'Sullivan.</surname>
          </string-name>
          <article-title>Juma uplift: Using a block metaphor for representing uplift mappings</article-title>
          .
          <source>In 12th IEEE International Conference on Semantic Computing, ICSC</source>
          <year>2018</year>
          , pages
          <fpage>211</fpage>
          -
          <lpage>218</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICSC.
          <year>2018</year>
          .
          <volume>00037</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Arwa</given-names>
            <surname>Shuhaiber</surname>
          </string-name>
          .
          <article-title>Collective leadership for healthcare system change and clinical collaboration</article-title>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H.</given-names>
            <surname>Ping Tserng</surname>
          </string-name>
          ,
          <string-name>
            <surname>Samuel Y.L. Yin</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          <string-name>
            <surname>Dzeng</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Wou</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          <string-name>
            <surname>Tsai</surname>
            , and
            <given-names>W.Y.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
          </string-name>
          .
          <article-title>A study of ontology-based risk management framework of construction projects through project life cycle</article-title>
          .
          <source>Automation in Construction</source>
          ,
          <volume>18</volume>
          (
          <issue>7</issue>
          ):
          <fpage>994</fpage>
          -
          <lpage>1008</lpage>
          ,
          <year>2009</year>
          . ISSN 0926-
          <fpage>5805</fpage>
          . doi: https://doi.org/10.1016/j.autcon.
          <year>2009</year>
          .
          <volume>05</volume>
          .005.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Ce</surname>
          </string-name>
          <article-title>´dric Gaspoz, Ulysse Rosselet, Mathias Rossi, and Me´lanie Thomet. Ontology driven feedforward risk management</article-title>
          .
          <source>In A´ lvaro Rocha</source>
          , Hojjat Adeli, Lu´ıs Paulo Reis, and Sandra Costanzo, editors,
          <source>New Knowledge in Information Systems and Technologies</source>
          , pages
          <fpage>253</fpage>
          -
          <lpage>261</lpage>
          , Cham,
          <year>2019</year>
          . Springer International Publishing.
          <source>ISBN 978-3-030-16181-1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Claire</surname>
            <given-names>Palmer</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Esmond N.</given-names>
            <surname>Urwin</surname>
          </string-name>
          , Ali Niknejad, Dobrila Petrovic, Keith Popplewell, and
          <string-name>
            <surname>Robert</surname>
            <given-names>I. Young.</given-names>
          </string-name>
          <article-title>An ontology supported risk assessment approach for the intelligent configuration of supply networks</article-title>
          .
          <source>J. Intell. Manuf.</source>
          ,
          <volume>29</volume>
          (
          <issue>5</issue>
          ):
          <fpage>1005</fpage>
          -
          <lpage>1030</lpage>
          ,
          <year>June 2018</year>
          . ISSN 0956-
          <fpage>5515</fpage>
          . doi:
          <volume>10</volume>
          .1007/s10845-016-1252-8.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L.Y.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.T.</given-names>
            <surname>Zhong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.B.</given-names>
            <surname>Luo</surname>
          </string-name>
          .
          <article-title>Construction risk knowledge management in BIM using ontology and semantic web technology</article-title>
          .
          <source>Safety Science</source>
          ,
          <volume>87</volume>
          :
          <fpage>202</fpage>
          -
          <lpage>213</lpage>
          ,
          <year>2016</year>
          . ISSN 0925-
          <fpage>7535</fpage>
          . doi:
          <volume>10</volume>
          .1016/j.ssci.
          <year>2016</year>
          .
          <volume>04</volume>
          .008.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Yalemisew</surname>
            <given-names>Abgaz</given-names>
          </string-name>
          , Amelie Dorn, Barbara Piringer, Eveline Wandl-Vogt, and
          <string-name>
            <given-names>Andy</given-names>
            <surname>Way</surname>
          </string-name>
          .
          <article-title>Semantic modelling and publishing of traditional data collection questionnaires and answers</article-title>
          .
          <source>Information</source>
          ,
          <volume>9</volume>
          (
          <issue>12</issue>
          ),
          <year>2018</year>
          . ISSN 2078-
          <volume>2489</volume>
          . doi:
          <volume>10</volume>
          .3390/ info9120297.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Yalemisew</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Abgaz</surname>
            , Amelie Dorn, Barbara Piringer, Eveline Wandl-Vogt, and
            <given-names>Andy</given-names>
          </string-name>
          <string-name>
            <surname>Way</surname>
          </string-name>
          .
          <article-title>A semantic model for traditional data collection questionnaires enabling cultural analysis</article-title>
          .
          <source>In Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          ),
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>