Skip to content

Fork of the COnto Diff with changes for Ontology development tracker (OnDeT)

License

Notifications You must be signed in to change notification settings

TIBHannover/conto_diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContoDiff

This project is the implementation of the ContoDiff approach enabling the diff computation for two ontology versions. The realization is based on a local h2 database for managing the two versions. The result is an evolution mapping consisting of additions, deletions, and changes of concepts, relationships, and attributes. Moreover, the method determines a complex diff regarding the basic diff. You can find more information in the following publication:

Michael Hartung, Anika Groß, Erhard Rahm: COnto-Diff: generation of complex evolution mappings for life science ontologies. J. Biomed. Informatics 46(1): 15-32 (2013)

Run

You can start the application by the following command line:

java org.ContoDiffMain -oa path_to_first_ontology -ob path_to_second_ontology -o outputfile

About

Fork of the COnto Diff with changes for Ontology development tracker (OnDeT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%