项目作者: kbss-cvut
项目描述 :
OWL Comparison Tool
高级语言: Java
项目地址: git://github.com/kbss-cvut/owldiff.git
OWLDiff
A tool to perform a 2-way diff of OWL ontologies.
Requirements
Features
- syntactic diff/merge functionality
- explanations for inferred axioms
- various visualization options - Manchester/DL syntax, classified view, plain axiom list
- fully semantic diff for EL using the CEX algorithm.
- easy Subversion integration
PLAIN (SYNTACTIC) DIFF
- is provides an axiom by axiom difference of the ontologies
- different axioms are shown in ‘green’, the common parts are blue (and hidden by default).
ENTAILMENT CHECK
- for each axiom that is not contained in the other ontology an entailment check tests whether it can be derived from the other ontology or not.
- entailed axioms are shown in ‘red’
- for inconsistent ontologies the entailment check is disabled
CEX DIFF
ENTAILMENT EXPLANATIONS
- the incremental algorithm for single explanation generation is used (as described in Křemen, P. - Kouba, Z.: Incremental Approach to Error Explanations in Ontologies. In Proceedings of I-KNOW `07. Graz: Graz University of Technology, 2007, p. 332-339. ISSN 0948-695X )
Known Limitations
- imports are currently NOT resolved
- just one explanation generated for a single axiom - TODO provide the possibility to get all explanations
- usually the only sensible use is to compare ontologies with the same URI - no check is performed to find out whether the ontology/class/property/individual URI changed.
How to run it?
2020 Czech Technical University, Knowledge Based and Software Systems Group