Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Protege owl ontology on Android

I have a practical seminar this semester, and I want to use ontology on Android application. I choose Protege owl ontology as a ontology API and this tool worked in normal Java project. But when I tried to import this jar files which for the owl ontology API in Android project.It will fail and I haven't found any solutions in the Internet.Can you help me?

like image 428
Lianchao Li Avatar asked Jul 10 '10 11:07

Lianchao Li


1 Answers

If you want to have a programmatic access to OWL ontologies using Java, you could use the OWL-API directly, on the top of which Protege is built in the first place.

If your ontology follows a OWL 2EL profile you have also the possibility to use Brain.

like image 151
loopasam Avatar answered Sep 29 '22 22:09

loopasam