Conference PaperPDF Available

XR4DRAMA Knowledge Graph: A Knowledge Graph for Disaster Management

Authors:

Figures

Content may be subject to copyright.
XR4DRAMA Knowledge Graph: A Knowledge
Graph for Disaster Management
Alexandros Vassiliades
Information Technologies Institute
CERTH
Thessaloniki, Greece
valexande@iti.gr
Spyridon Symeonidis
Information Technologies Institute
CERTH
Thessaloniki, Greece
spyridons@iti.gr
Sotiris Diplaris
Information Technologies Institute
CERTH
Thessaloniki, Greece
diplaris@iti.gr
Georgios Tzanetis
Information Technologies Institute
CERTH
Thessaloniki, Greece
tzangeor@iti.gr
Stefanos Vrochidis
Information Technologies Institute
CERTH
Thessaloniki, Greece
stefanos@iti.gr
Nick Bassiliades
School of Informatics
Aristotle University of Thessaloniki
Thessaloniki, Greece
nbassili@csd.auth.gr
Ioannis Kompatsiaris
Information Technologies Institute
CERTH
Thessaloniki, Greece
ikom@iti.gr
Abstract—The evolution of Knowledge Graphs (KGs), during
the last two decades, has encouraged developers to create more
and more context related KGs. This advance is extremely
important because Artificial Intelligence (AI) applications can
access open domain specific information in a semantically rich,
machine understandable format. In this paper, we present the
XR4DRAMA KG which can represent information for disaster
management. More specifically, the XR4DRAMA KG can repre-
sent information about: (a) Observations and Events (e.g., data
collection of biometric sensors, information in photos and text
messages), (b) Spatio-temporal (e.g., highlighted locations and
timestamps), (c) Mitigation and response plans in crisis (e.g.,
first responder teams). Moreover, we offer a mechanism that can
create or update Points-Of-Interest (POIs), based on a visual or
textual messages received from users.
Index Terms—Knowledge Graphs, Disaster Management,
Points of Interest, POI Management Mechanism
I. INTRODUCTION
The creation of context related Knowledge Graphs (KGs),
i.e., KGs that can be used only in specific environments,
seems to be the next step for allowing KGs to become
the main knowledge representation format for the Web [1].
Our focus in this work is on representing information for
disaster management, more specifically, information about: (a)
Observations and Events (e.g., data collection of biometric
sensors, information in photos and text messages), (b) Spatio-
temporal features (e.g., highlighted locations and timestamps),
(c) Mitigation and response plans in crisis situations (e.g.,
for the first responder teams). For an individual in a disaster
management situation it is also important to access geospatial
data that contains information about the location that suffered
the destruction. For this reason, we provide a mechanism that
creates or updates Points-of-Interest (POIs)1. We will refer
throughout the paper to the POI creation/update mechanism
as POI management mechanism. The formal definition of a
POI is a specific place or location point inside a map that
someone may find useful or interesting. In our case, POIs also
include geospatial data which contain either textual or visual
information about the state of a location which has suffered a
destruction.
The XR4DRAMA KG was developed in order to work as
the knowledge representation of the XR4DRAMA project2.
XR4DRAMA is dedicated to improving situation awareness
via extended reality (XR) and a number of other technologies.
One of the main use cases of the XR4DRAMA project
focuses on disaster management. Therefore, the XR4DRAMA
KG can represent the structures and integrate the results
coming from multiple advanced analysis components that
process multimodal data (in this project we integrate visual,
textual, and stress level analysis messages). Additionally, the
XR4DRAMA KG through its POI management mechanism
offers an innovative mechanism that can create or update POIs,
which contain crucial geospatial information that is needed in
a case of emergency.
Our contribution in this paper, is on one hand the
XR4DRAMA KG which can represent multi-modal mea-
surements, by mapping textual, visual, and stress level mes-
sages/measurements, which in turn can aid citizens and first
1https://xr4drama.eu/2022/07/07/xr4drama-pois- virtual-whiteboards/
2https://xr4drama.eu/
262
2023 IEEE 17th International Conference on Semantic Computing (ICSC)
978-1-6654-8263-9/23/$31.00 ©2023 IEEE
DOI 10.1109/ICSC56153.2023.00051
2023 IEEE 17th International Conference on Semantic Computing (ICSC) | 978-1-6654-8263-9/23/$31.00 ©2023 IEEE | DOI: 10.1109/ICSC56153.2023.00051
Authorized licensed use limited to: Aristotle University of Thessaloniki. Downloaded on March 24,2023 at 11:38:07 UTC from IEEE Xplore. Restrictions apply.
responders, in order to avoid crisis or tackle with the best
possible outcome a disaster that has already occurred. On
the other hand, the paper presents the POI management
mechanism for the XR4DRAMA KG, which could be helpful
in real-life scenarios by creating (or updating) POIs that will
further ease the work of first responders and notify the citizens.
The rest of this paper is organized as follows. Section II,
contains the related work. Next, in Section III we present the
XR4DRAMA KG, the POI management mechanism which
creates or updates POIs and the data upon which we con-
structed the KG. Section IV, contains the evaluation of the
KG and the POI management mechanism. We conclude our
paper with Section V.
II. RELATED WORK
The area of KGs for disaster management is rich to present
a handfull of studies, some papers that present a blueprint
of what a KG for disaster management should contain are
presented in [2] and [3], [4]. In the last two the focus is
mostly on geospatial information about a disaster, while the
first one is more general. The difference between these studies
and XR4DRAMA KG, is that they remain at a theoretical
level while we offer a complete KG with a POI management
mechanism.
In [5], [6], the authors present a deep learning model that
can generate a KG for disaster management, but as most data-
driven models it is restricted upon the data that is trained. This
means that if a new case needs to be inferred, for instance a
different type of disaster, new classifiers need to be trained.
Comparing this to the XR4DRAMA KG which is not restricted
to the information existing in some datasets, shows that our
KG might be more general than these models. Close to our
study is [7], where the authors present a KG for disaster
management, but they do not include a POI management
mechanism, for accessing the information in the KG. Similar
is the case of [8], as there is no POI management mechanism.
One can take a more detailed view for the KGs about
disasters and disaster management by reading the survey of
Mazimwe et al. [9].
III. XR4DRAMA KNOWLEDGE GRAPH
The XR4DRAMA KG is part of the back-end of the
project’s platform. For this reason, the multimodal mapping
mechanism which receives messages from the visual, textual,
and stress-level analysis components and passes their containt
into the XR4DRAMA KG will not be analyzed in detail. But
one can find a blueprint of these messages here3. Moreover,
the source code of the multimodal mapping mechanism can
be found here4. The idea of the pipeline is that after the
multimodal mapping mechanism has received the message
from a component, it will map the information into the KG.
Then, when the message arrives from the textual or visual
analysis component the POI management mechanism of the
3https://xr4drama.eu/wp-content/uploads/2021/12/d3.5 xr4drama
semanticrepresentationfusiondss 20211201 v1.2.pdf
4https://github.com/valexande/xr4drama-icsc-paper
XR4DRAMA KG, will create a new POI or update an existing
one, based on the information in the message and information
from the KG. In the second case, the idea is that the state
of a created POI changed, for example a flood has affected
more buildings, thus the information in the initially created
POI needs update. Figure 1, shows an outline of the pipeline,
where each number in the circles shows the order of steps.
Fig. 1. Pipeline of the XR4DRAMA KG
A. Nature of Data
The multi-modality and variety of data flowing in the system
and the necessity of homogenization and fusion mandated
the adoption of a semantic knowledge graph to address the
requirements of the project. The XR4DRAMA KG is not
responsible for archiving and storing raw data files, since
there is an underlying data storage facility for that purpose.
Instead, the XR4DRAMA KG hosts metadata of raw data,
analyses results and miscellaneous information with semantic
value among other candidates, for being mapped and fused
into the knowledge base.
The main categories of data needed to be captured in
the XR4DRAMA KG were: physiological analysis, visual
analysis, and textual analysis results and general information
about virtual reality experiments, but due to lack of space
further analysis can be found here4.
B. A Knowledge Graph for Disaster Management
In this subsection, we describe the structure of the KG
schema (i.e., the XR4DRAMA ontology) and the philosophy
of each class at a high level. The KG along with the codes
developed to populate it can be found here4. Figure 2 illustrates
a high level overview of the core XR4DRAMA ontology
classes.
InformationOfInterest: The basic entities of interest to
facilitate the decision support.
Location: This class represent the geographical area
where something happens. It can be presented with coor-
dinates or with the name of the location (e.g., Vicenza).
Metadata: All the secondary information that comes with
the analysis results and can be used in the decision-
making process.
263
Authorized licensed use limited to: Aristotle University of Thessaloniki. Downloaded on March 24,2023 at 11:38:07 UTC from IEEE Xplore. Restrictions apply.
Fig. 2. XR4DRAMA KG high level illustration
MultimediaObject: The type of the mean of transmis-
sion that is used to transform information, it can be either
Audio, Textual, or Video.
Procedure: This class describes the process of analyzing
the date, and is used by each respective component.
Project: This class describes each operation and some
data regarding them.
RiskReport: This class describes the aggregated result
of all the risk levels that derive from the different com-
ponents.
Sensor: Some information about the sensors that are used
during a project.
User: A user can be a responder or a citizen. Each one of
them has different inputs of data to feed the knowledge
base.
C. Point of Interest Creation and Update
The idea behind POIs is to create some points in an
area (i.e., pins on a map) that contain crucial geospatial
information, that could ease the work of first responders, and
help citizens to avoid the emergency. The creation of a POI
is easily understandable, as if no POIs exist in the area a new
one needs to be created, if an emergency occurred. On the
other hand, the update of POIs is performed when other POI(s)
already exist in the area, and some information in them needs
to be updated, as the state of the emergency has changed. For
instance, a flood affected more buildings. Below we analyze
the information from a visual message that is passed to a POI
when is created or updated (see Table I).
One can notice that when a POI is created the information
passed from the visual analysis messages are: (i) how many
people are in danger, (ii) how many vehicles are in danger,
(iii) how many animals are in danger, (iv) what infrastructure
was affected, (v) what objects are affected, (vi) the type of
emergency, and if the emergency is a flood (vii) if a river
has overflown. The aforementioned data can be dynamic,
meaning that even if some are missing the POI will still
be created. Moreover, the current user is the name of the
user who sends the message, the category and subcategory
characterize the area which was affected. The necessary data
is the current user, the category, the subcategory, and the
TABLE I
INFORMATION PASSED FROM A VISUAL MESSAGE TO A POI WHEN
CREATED
Label Value Example
category string Education
subcategory string Universities
current user string citizen
peopleInDanger integer 0
vehiclesInDanger integer 0
animalsInDanger integer 0
riverOvertop boolean false
emergencyType string flood
objectsInDanger list of strings [car,bench]
infraInDanger list of strings [building]
type string Point
coordinates list of floats [11.5504,45.5499]
coordinates. On the other hand, if a POI already exists only
some information can be updated. The data which can be
updated are: (i-vii), blue colored lines in Table I.
We also analyze the information from a textual message
that is passed to a POI when is created or updated (see
Table II). Similarly, when a POI is created the information
passed from the textual analysis messages are: (i) which are
the affected objects, (ii) an auxiliary label that characterizes
the location, and (iii) the source text of the textual message.
The aforementioned data can be dynamic, meaning that even if
some are missing the POI will still be created. The necessary
data is the current user, the category, the subcategory, and
the coordinates. On the other hand, if a POI already exists
only some information can be updated. The data which can
be updated are: (i-iii), blue colored lines in Table II.
TABLE II
INFORMATION PASSED FROM A TEXTUAL MESSAGE TO A POI WHEN
CREATED
Label Value Example
category string Education
subcategory string Universities
current user string citizen
sourceText string a university was affected by flood
affected objects list of strings [car, man]
label string harbor
type string Point
coordinates list of floats [11.5504,45.5499]
IV. EVALUATION
The evaluation of the XR4DRAMA KG was twofold. On
the one hand, we evaluated the consistency and completeness
of the XR4DRAMA KG; we did this with two different
evaluation methods. Firstly, we evaluated the completeness
and consistency of the XR4DRAMA KG (subsection IV-A.
Secondly, the evaluation of the POI management mechanism
was performed by computing the precision-recall-F1 scores
used for information extraction systems (subsection IV-B).
A. Completeness and Consistency of Knowledge Graph
The completeness of the XR4DRAMA KG was evaluated
through a set of Competency Questions (CQs) assembled
264
Authorized licensed use limited to: Aristotle University of Thessaloniki. Downloaded on March 24,2023 at 11:38:07 UTC from IEEE Xplore. Restrictions apply.
during the formation of the official ontology requirements
specification document (ORSD) [10]. For this reason, before
constructing the XR4DRAMA KG, we asked from users to
define a set of questions that they would like to be answered
by the XR4DRAMA KG. The users were authority workers
from Autorita’ di bacino distrettuale delle alpi orientali5and
journalists from Deutsche Welle6. In total a number of 32 CQs
was collected; which can be found here4. The completeness of
the XR4DRAMA KG was found adequate, as each CQ when
translated into a SPARQL counterpart returned the desired
information.
The consistency of the XR4DRAMA KG was found ade-
quate, as out of 56 SHACL rules, from which 21 referred to
object type properties and 35 to data type properties, none
of them returned any invalidation of the rule. Moreover, we
checked if there exist instances which belong to intersection
of classes, as we did not desire such a case, and there were
not any.
B. POI Management Mechanism Evaluation
The evaluation of the POI management mechanism was
performed using the usual precision, recall and F1-score used
for information extraction systems (Equations 1, 2 and 3),
for the creation or update of POIs from visual and textual
messages.
precision =|{RelevantI nstance}∩{RetrievedI nstance}|
|{RetrievedI nstance}| (1)
recall =|{RelevantInstance}∩{RetrievedInstance}|
|{RelevantI nstance}| (2)
F1=2recallprecision
recall+precision (3)
Retrieved Instances are considered all the visual (or textual)
messages for which the POI management mechanism, did not
return an error when we casted a message in order to create
or update a POI.
Relevant Instances are considered all the the visual (or
textual) messages for which the POI management mechanism,
managed to create or update a POI, when we casted a message
with them.
The dataset on which we evaluated our POI management
mechanism contains a set of 1201 textual messages and 600
visual messages, and can be found here4. Notice that in order
to tackle potential biases, the value of each label in each
message was randomly collected from a gold standard dataset
created from domain experts. The precision, recall and F1-
scores for both textual and visual messages can be found in
Table III. Notice, the results are rounded to four decimals.
5http://www.alpiorientali.it/
6https://www.dw.com/en/news/s-30701
TABLE III
PRECISION,RECALL AND F1-SCORES FOR TEXTUAL AND VISUAL
MESSAGES
Precision Recall F1
Textual Messages 0.88 1.0 0.9361
Visual Messages 0.89 1.0 0.9417
V. C ONCLUSION
In this paper we presented the XR4DRAMA KG, a KG
that can represent knowledge for disaster management, for
example, information such as: (a) Observations and Events,
(b) Spatio-temporal data, (c) Mitigation and response plans
in crisis. Additionally, the XR4DRAMA KG through its POI
management mechanism offers an innovative mechanism that
can create or update POIs.
For future work, we plan to develop a mechanism that
will make the POIs more helpful in decision making. More
specifically, we will add a severity score computed by a
decision support system in the POI, in order for the POI to
indicate the severity of the destruction. Additionally, we will
equip POIs with a sequence of tasks that need to be performed
when a disaster has occurred.
ACKNOWLEDGMENT
This work has been funded by XR4DRAMA Horizon 2020
project, grant agreement number 952133.
REFERENCES
[1] B. Abu-Salih, “Domain-specific knowledge graphs: A survey,” Journal
of Network and Computer Applications, vol. 185, p. 103076, 2021.
[2] S. Werder, “Knowledge representation for disaster management, in
Proc. of International Symposium on Strong Vrancea Earthquakes and
Risk Mitigation, 2007, pp. 4–6.
[3] W. Xu and S. Zlatanova, “Ontologies for disaster management response,”
in Geomatics Solutions for Disaster Management. Springer, 2007, pp.
185–200.
[4] E. Klien, M. Lutz, and W. Kuhn, “Ontology-based discovery of geo-
graphic information services—an application in disaster management,”
Computers, environment and urban systems, vol. 30, no. 1, pp. 102–123,
2006.
[5] Y. Zhang, J. Zhu, Q. Zhu, Y. Xie, W. Li, L. Fu, J. Zhang, and J. Tan,
“The construction of personalized virtual landslide disaster environments
based on knowledge graphs and deep neural networks, International
Journal of Digital Earth, vol. 13, no. 12, pp. 1637–1655, 2020.
[6] H. Purohit, R. Kanagasabai, and N. Deshpande, “Towards next gener-
ation knowledge graphs for disaster management,” in 2019 IEEE 13th
international conference on semantic computing (ICSC). IEEE, 2019,
pp. 474–477.
[7] J. L. Moreira, L. Ferreira Pires, M. van Sinderen, and P. D. Costa, “To-
wards ontology-driven situation-aware disaster management, Applied
ontology, vol. 10, no. 3-4, pp. 339–353, 2015.
[8] G. Babitski, S. Bergweiler, O. Grebner, D. Oberle, H. Paulheim, and
F. Probst, “Soknos–using semantic technologies in disaster management
software,” in Extended Semantic Web Conference. Springer, 2011, pp.
183–197.
[9] A. Mazimwe, I. Hammouda, and A. Gidudu, “Implementation of fair
principles for ontologies in the disaster domain: A systematic literature
review,” ISPRS International Journal of Geo-Information, vol. 10, no. 5,
p. 324, 2021.
[10] M. C. Su ´
arez-Figueroa, A. G´
omez-P´
erez, and B. Villaz´
on-Terrazas,
“How to write and use the ontology requirements specification docu-
ment,” in OTM Confederated International Conferences” On the Move
to Meaningful Internet Systems”. Springer, 2009, pp. 966–982.
265
Authorized licensed use limited to: Aristotle University of Thessaloniki. Downloaded on March 24,2023 at 11:38:07 UTC from IEEE Xplore. Restrictions apply.
... The evolution of KGs enables artificial intelligence (AI) applications to have access to open, meaningful, and machine-understandable knowledge. A KG for disaster management is presented by Vassiliades et al. [61], which covers specific aspects of situation awareness (SA), facilitating the decision-making process in crucial disaster management incidents. The presented work, namely, XR4DRAMA KG, is part of the XR4DRAMA project and is used to represent information related to disaster management integrating biometric sensor data, textual and visual messages, spatiotemporal data, and response plans, thus helping first responders to effectively tackle a challenging and hazardous situation. ...
... Particularly, regarding the semantic modeling in the work of Vassiliades et al. [61], even if a mechanism for the creation and update of POIs with high interest in an affected area exists, the severity score of these POIs, indicating the magnitude of the destruction and the sequence of the tasks that need to be performed in each of them, have not yet been implemented. Moreover, regarding IoT entities, the ontology only incorporates biosensors and excludes other entities such as UAVs, ground robots, etc. ...
Article
Full-text available
Natural disasters such as earthquakes, floods, and forest fires involve critical situations in which human lives and infrastructures are in jeopardy. People are often injured and/or trapped without being able to be assisted by first responders on time. Moreover, in most cases, the harsh environment jeopardizes first responders by significantly increasing the difficulty of their mission. In such scenarios, time is crucial and often of vital importance. First responders must have a clear and complete view of the current situation every few seconds/minutes to efficiently and timely tackle emerging challenges, ensuring the safety of both victims and personnel. Advances in related technology including robots, drones, and Internet of Things (IoT)-enabled equipment have increased their usability and importance in life- and time-critical decision support systems such as the ones designed and developed for Search and Rescue (SAR) missions. Such systems depend on efficiency in their ability to integrate large volumes of heterogeneous and streaming data and reason with this data in (near) real time. In addition, real-time critical data integration and reasoning need to be performed on edge devices that reside near the missions, instead of using cloud infrastructure. The aim of this paper is twofold: (a) to review technologies and approaches related to real-time semantic data integration and reasoning on IoT-enabled collaborative entities and edge devices in life- and time-critical decision support systems, with a focus on systems designed for SAR missions and (b) to identify open issues and challenges focusing on the specific topic. In addition, this paper proposes a novel approach that will go beyond the state-of-the-art in efficiently recognizing time-critical high-level events, supporting commanders and first responders with meaningful and life-critical insights about the current and predicted state of the environment in which they operate.
... The main role of this component is to effectively organize and generate knowledge related to disaster management and media planning, with a particular emphasis on (a) reports and incidents (for instance, details derived from images and messages); (b) geographical and time-related information, including coordinates, place names, and timestamps; and (c) activities, tasks, and strategies for disaster management and media planning [40,41]. It maps multimodal information (i.e., textual and visual, including their analysis results, and stress level measurements) into ontology structures, specifically Turtle (https://www.w3.org/TR/turtle/ (accessed on 28 May 2023) ) (Terse RDF Triple Language) triple stores, and it automatically creates and updates POIs based on a sophisticated POI management mechanism. ...
Article
Full-text available
Flood management and media production planning are both tasks that require timely and sound decision making, as well as effective collaboration between professionals in a team split between remote headquarter operators and in situ actors. This paper presents an extended reality (XR) platform that utilizes interactive and immersive technologies and integrates artificial intelligence (AI) algorithms to support the professionals and the public involved in such incidents and events. The developed XR tools address various specialized end-user needs of different target groups and are fueled by modules that intelligently collect, analyze, and link data from heterogeneous sources while considering user-generated content. This platform was tested in a flood-prone area and in a documentary planning scenario, where it was used to create immersive and interactive experiences. The findings demonstrate that it increases situation awareness and improves the overall performance of the professionals involved. The proposed XR system represents an innovative technological approach for tackling the challenges of flood management and media production, one that also has the potential to be applied in other fields.
Article
Full-text available
A Knowledge Graph (KG), which structurally represents entities (nodes) and relationships (edges), offers a powerful and flexible approach to knowledge representation in the field of Artificial Intelligence (AI). KGs have been increasingly applied in various domains—such as natural language processing (NLP), recommendation systems, knowledge search, and medical diagnostics—spurring continuous research on effective methods for their construction and maintenance. Recently, efforts to combine large language models (LLMs), particularly those aimed at managing hallucination symptoms, with KGs have gained attention. Consequently, new approaches have emerged in each phase of KG development, including Extraction, Learning Paradigm, and Evaluation Methodology. In this paper, we focus on major publications released after 2022 to systematically examine the process of KG construction along three core dimensions: Extraction, Learning Paradigm, and Evaluation Methodology. Specifically, we investigate (1) large-scale data preprocessing and multimodal extraction techniques in the KG Extraction domain, (2) the refinement of traditional embedding methods and the application of cutting-edge techniques—such as Graph Neural Networks, Transformers, and LLMs—in the KG Learning domain, and (3) both intrinsic and extrinsic metrics in the KG Evaluation domain, as well as various approaches to ensure interpretability and reliability.
Chapter
Over the past decade, Knowledge Graphs (KGs) gained significant attention as a powerful method for knowledge representation. Driven by increasing interest, a paradigm shift has occurred, where the technology of KGs has transitioned from the research domain to the industry and public sector, with companies and organizations increasingly representing their data as Linked Open Data, gaining in that way significant traction for this technology. This paper focuses on KGs in the context of environmental challenges. More specifically, this work concerns KGs that contain seismic event data, such as location, timestamp, magnitude, depth, target date, as well as images before and after the event occurrence. Moreover, a Natural Language Processing (NLP) module is integrated to enhance the KG. That module enables users to query for seismic events in a free-text manner, before addressing them with a relevant response through a dedicated Information Retrieval (IR) component. The KG was constructed with data retrieved from the Instituto Nazionale di Geofisica e Vulcanologia, a rich resource that comes with earthquake-related information, such as magnitude, depth, occurrence location, and timestamp. Additionally, public APIs from the Copernicus Open Access Data Hub and ONDA DIAS are leveraged to provide access to sentinel data, such as images of the event location before and after its occurrence.
Article
Full-text available
The success of disaster management efforts demands meaningful integration of data that is geographically dispersed and owned by stakeholders in various sectors. However, the difficulty in finding, accessing and reusing interoperable vocabularies to organise disaster management data creates a challenge for collaboration among stakeholders in the disaster management cycle on data integration tasks. Thus the need to implement FAIR principles that describe the desired features ontologies should possess to maximize sharing and reuse by humans and machines. In this review, we explore the extent to which sharing and reuse of disaster management knowledge in the domain is inline with FAIR recommendations. We achieve this through a systematic search and review of publications in the disaster management domain based on a predefined inclusion and exclusion criteria. We then extract social-technical features in selected studies and evaluate retrieved ontologies against the FAIR maturity model for semantic artefacts. Results reveal that low numbers of ontologies representing disaster management knowledge are resolvable via URIs. Moreover, 90.9% of URIs to the downloadable disaster management ontology artefacts do not conform to the principle of uniqueness and persistence. Also, only 1.4% of all retrieved ontologies are published in semantic repositories and 84.1% are not published at all because there are no repositories dedicated to archiving disaster domain knowledge. Therefore, there exists a very low level of Findability (1.8%) or Accessibility (5.8%), while Interoperability and Reusability are moderate (49.1% and 30.2 % respectively). The low adherence of disaster vocabularies to FAIR Principles poses a challenge to disaster data integration tasks because of the limited ability to reuse previous knowledge during disaster management phases. By using FAIR indicators to evaluate the maturity in sharing, discovery and integration of disaster management ontologies, we reveal potential research opportunities for managing reusable and evolving knowledge in the disaster community.
Article
Full-text available
Knowledge Graphs (KGs) have made a qualitative leap and effected a real revolution in knowledge representation. This is leveraged by the underlying structure of the KG which underpins a better comprehension, reasoning and interpretation of knowledge for both human and machine. Therefore, KGs continue to be used as the main means of tackling a plethora of real-life problems in various domains. However, there is no consensus in regard to a plausible and inclusive definition of a domain-specific KG. Further, in conjunction with several limitations and deficiencies, various domain-specific KG construction approaches are far from perfect. This survey is the first to offer a comprehensive definition of a domain-specific KG. Also, the paper presents a thorough review of the state-of-the-art approaches drawn from academic works relevant to seven domains of knowledge. An examination of current approaches reveals a range of limitations and deficiencies. At the same time, uncharted territories on the research map are highlighted to tackle extant issues in the literature and point to directions for future research.
Article
Full-text available
Over the last years, numerous ICT applications with mechanisms to detect situations have been developed to support disaster management (DM), which is a field of a great societal and economic importance. Those applications are termed situation-aware (SA) because they try, in near real-time, to perceive and comprehend a situation of some type (e.g. disease epidemics) and project a reaction to the detected situation (e.g. isolate diseased people). An obstacle to the modelling of SA applications is the lack of well-founded structural and temporal constructs, which is inherent to conventional design techniques. Ontology-driven conceptual modelling has been successfully applied to overcome this issue, where ontological analysis based on a foundational ontology supports the modelling of concepts within a specific field as a well-founded core ontology. In this paper we discuss the importance of a well-founded core ontology for DM to support the specification of SA applications. We give an overview of the comprehensive framework we are developing, in which the DM core ontology plays a prominent role in the development of SA applications. In particular, we discuss the challenge of harmonizing concepts related to the modelling of situations in a foundational ontology in the lights of the Barwisean situation theory, Situoid theory and Situation awareness theory. This challenge has to be addressed to properly support SA applications in DM.
Chapter
Full-text available
Increasing numbers of natural disasters and man-made disasters, such as earthquakes, tsunamis, floods, air crashes, etc., have posed a challenge to the public and demonstrated the importance of disaster management. The success of disaster management, amongst all, largely depends on finding and successfully integrating related information to make decisions during the response phase. This information ranges from existing data to operational data. Most of this information is geographically related and therefore when discussing integration of information for disaster management response, we often refer to the integration of geo-information. Current efforts to integrate geo-information have been restricted to keyword-basedmatching Spatial Information Infrastructure (SII, may also known as Spatial Data Infrastructure). However, the semantic interoperability challenge is still underestimated. One possible way to deal with the problem is the use of ontology to reveal the implicit and hidden knowledge. This paper presents an approach for ontology development and ontology architecture, which can be used for emergency response.
Conference Paper
Full-text available
The goal of the ontology requirements specification activity is to state why the ontology is being built, what its intended uses are, who the end-users are, and which requirements the ontology should fulfill. The novelty of this paper lies in the systematization of the ontology requirements specification activity since the paper proposes detailed methodological guidelines for specifying ontology requirements efficiently. These guidelines will help ontology engineers to capture ontology requirements and produce the ontology requirements specification document (ORSD). The ORSD will play a key role during the ontology development process because it facilitates, among other activities, (1) the search and reuse of existing knowledge-aware resources with the aim of re-engineering them into ontologies, (2) the search and reuse of existing ontological resources (ontologies, ontology modules, ontology statements as well as ontology design patterns), and (3) the verification of the ontology along the ontology development. In parallel to the guidelines, we present the ORSD that resulted from the ontology requirements specification activity within the SEEMP project, and how this document facilitated not only the reuse of existing knowledge-aware resources but also the verification of the SEEMP ontologies. Moreover, we present some use cases in which the methodological guidelines proposed here were applied
Article
Virtual Landslide Disaster environments are important for multilevel simulation, analysis and decision-making about Landslide Disasters. However, in the existing related studies, complex disaster scene objects and relationships are not deeply analyzed, and the scene contents are fixed, which is not conducive to meeting multilevel visualization task requirements for diverse users. To resolve the above issues, a construction method for Personalized Virtual Landslide Disaster Environments Based on Knowledge Graphs and Deep Neural networks is proposed in this paper. The characteristics of relationships among users, scenes and data were first discussed in detail; then, a knowledge graph of virtual Landslide Disaster environments was established to clarify the complex relationships among disaster scene objects, and a Deep Neural network was introduced to mine the user history information and the relationships among object entities in the knowledge graph. Therefore, a personalized Landslide Disaster scene data recommendation mechanism was proposed. Finally, a prototype system was developed, and an experimental analysis was conducted. The experimental results show that the method can be used to recommend intelligently appropriate disaster information and scene data to diverse users. The recommendation accuracy stabilizes above 80% – a level able to effectively support The Construction of Personalized Virtual Landslide Disaster environments.
Article
Information and communication are two important foundations of effective disaster response. Information serves as input for decision-making. It includes dynamic information from the situation at damage sites as well as static information about general concepts of disaster management. In order to include this knowledge into a computer based information system it has to be modelled formally. Communication, the second foundation, is the key to information retrieval. Additionally communication is crucial for information exchange between the different participants on all levels of disaster response. A practical implementation of both information and communication is the Management Information System (MIS) which is presented in this paper. The MIS is part of the Disaster Management Tool (DMT), a system for disaster mitigation, preparedness, disaster response and recovery. The modules of the DMT also include a database which is used by the MIS for retrieval of static information and persisting dynamic information. The communication in the MIS is implemented with a messaging system that connects all participants. Incoming messages are evaluated by the MIS and their geospatial reference is extracted which creates an interrelationship between messages and the situation map.
Conference Paper
Disaster management software deals with supporting staff in large catastrophic incidents such as earthquakes or floods, e.g., by providing relevant information, facilitating task and resource planning, and managing communication with all involved parties. In this paper, we introduce the SoKNOS support system, which is a functional prototype for such software using semantic technologies for various purposes. Ontologies are used for creating a mutual understanding between developers and end users from different organizations. Information sources and services are annotated with ontologies for improving the provision of the right information at the right time, for connecting existing systems and databases to the SoKNOS system, and for providing an ontology-based visualization. Furthermore, the users’ actions are constantly supervised, and errors are avoided by employing ontology-based consistency checking. We show how the pervasive and holistic use of semantic technologies leads to a significant improvement of both the development and the usability of disaster management software, and present some key lessons learned from employing semantic technologies in a large-scale software project.