In fact my problem that I create a tool for developing ontology automatically. Then I want to evaluate the ontology given by my tool but I want to automatically evaluate it. Could anyone please suggest for me a good tool to do it ?
Asked
Active
Viewed 57 times
-1
-
1You need to be more specific. What evaluation do you wish to carry out? – Ignazio May 21 '14 at 13:11
-
I just need to prove that the ontology is consistent, clear, error-free and covers the field ... – user3503945 May 22 '14 at 12:23
1 Answers
0
Consistency is a standard check that any reasoer can perform, you only have to pick an api to use one. For Java, you can use Jena or OWL API. Various reasoners exist, e.g., Pellet, HermiT, FaCT++ - the list is long.
"Clear and error free and covers the domain" - this is hard to quantify. Depends on the domain, your intended use and your definition of clear.

Ignazio
- 10,504
- 1
- 14
- 25