Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Dec 11, 2017
1 parent c0d79d0 commit 46f93bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

*A Protégé plugin for completing OWL ontologies*

[![Build Status](https://travis-ci.org/julianmendez/ontocomp.png?branch=master)](https://travis-ci.org/julianmendez/ontocomp)
[![build](https://travis-ci.org/julianmendez/ontocomp.png?branch=master)](https://travis-ci.org/julianmendez/ontocomp)
[![license](https://img.shields.io/badge/license-LGPL%203.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.txt)


**OntoComP** is a [Protégé 4](https://protege.stanford.edu/) plugin for completing OWL ontologies. It enables the user to check whether an OWL ontology contains "all relevant information" about the application domain, and extend the ontology appropriately if this is not the case. It achieves this by asking the user questions of the form *"are instances of classes C1 and C2 also instances of the class C3?"*. If the user confirms such a question, then a new axiom of the application domain that does not follow from the ontology has been discovered, and it is added to the ontology. If she rejects it, she is expected to give a counterexample to this question, i.e., an individual that is an instance of *C1*, *C2* and *not C3*. When all such questions (about some initially given classes) have been answered, the ontology is complete w.r.t. the application domain.
Expand Down

0 comments on commit 46f93bf

Please sign in to comment.