Walk-through video:
Online Demo:
- Demo of the tool (http://141.76.67.139:7007/).
- Detailed list of all used examples.
- Ontology files can be downloaded from: BioPortal snapshot and Modified Pizza Ontology.
Installation Instructions:
- Install Docker (https://docs.docker.com/get-docker/).
- Make sure that the Docker app is running! (in Terminal “open –background -a Docker”).
- Unzip tool.zip, and go to “evonne/” directory.
- Run “docker build . -t [your username]/evonne“.
- Run “docker run -dp 7007:3000 [your username]/evonne:latest“.
- In your browser, open “http://localhost:7007“.
Project description:
OWL is a powerful language to formalize terminologies in an ontology. Its main strength lies in its foundation on description logics, allowing systems to automatically deduce implicit information as logical consequences of an ontology through logical reasoning.
However, since ontologies are often complex, understanding the results of this reasoning process is not always straight-forward.
Our visualization tool Evonne is tailored towards explaining logical consequences.
In addition, it supports the debugging of unwanted consequences and allows interactive comparison of the impact of removing knowledge from the ontology.
Our visual approach combines:
- Specialized views for the explanation of logical consequences and the structure of the ontology.
- Employing multiple layout modes for iteratively exploring explanations.
- Detailed explanations of specific reasoning steps.
- Cross-view highlighting and color coding of the visualization components.
- Features for dealing with visual complexity.
- Comparison and exploration of possible fixes to the ontology.
Related Publications:
Evonne: Interactive Proof Visualization for Description Logics (System Description)
@inproceedings{ABBDKM-IJCAR22,
author = {Christian Alrabbaa and Franz Baader and Stefan Borgwardt and Raimund Dachselt and Patrick Koopmann and Juli\'{a}n M\'{e}ndez},
title = {Evonne: Interactive Proof Visualization for Description Logics (System Description)},
booktitle = {Automated Reasoning - 11th International Joint Conference, IJCAR 2022},
series = {Lecture Notes in Computer Science},
year = {2022},
month = {8},
location = {Haifa, Israel},
publisher = {Springer}
}List of additional material
@inproceedings{Flemisch2020,
author = {Tamara Flemisch and Ricardo Langner and Christian Alrabbaa and Raimund Dachselt},
title = {Towards Designing a Tool For Understanding Proofs in Ontologies through Combined Node-Link Diagrams},
booktitle = {5th International Workshop on Visualization and Interaction for Ontologies and Linked Data},
year = {2020},
month = {11},
location = {Online Conference},
numpages = {13}
}List of additional material
,@inproceedings{Alraabba2020,
author = {Christian Alrabbaa and Franz Baader and Raimund Dachselt and Tamara Flemisch and Patrick Koopmann},
title = {Visualizing Proofs and the Modular Structure of Ontologies to Support Ontology Repair},
booktitle = {Proceedings of the 33rd International Workshop on Description Logics},
year = {2020},
month = {09},
location = {Online Conference},
numpages = {15}
}List of additional material
,
Related Student Theses:
Concepts for interactive exploration and explanation proofs and ontologies
Markus Wieland May 9th, 2022 until October 10th, 2022
Supervision: Julián Méndez, Raimund Dachselt