Coder Social home page Coder Social logo

owldiff's Introduction

OWLDiff

A tool to perform a 2-way diff of OWL ontologies.

Requirements

  • Java 14

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?

  • to show the GUI without setting the input files in advance run 'java -jar owldiff.jar' (or the convenience script 'owldiff' on linux)
  • to perform the diff of file/URI and file/URI run 'java -jar owldiff.jar ' (or the convenience script 'owldiff ' on linux)

2020 Czech Technical University, Knowledge Based and Software Systems Group

owldiff's People

Contributors

dependabot[bot] avatar psiotwo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

owldiff's Issues

How to compile?

I am wondering on how to compile owldiff, as it seems the "install-local-files" file is missing which is needed in the first step. Any help on this missing file?
Thanks a lot!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.