I have following classes: Classes B, C and D are the subclasses of A. A ----+----------> B +----------> C
I have a practical se开发者_如何学Pythonminar this semester, and I want to use ontology on Android application.
I\'m new to Jena and Protégé.I did some stuff with these. I have some problems: Do I need to use SPARQL query to get the ontology classes, subclasses, properties, and values, or can I do it with O
I would like to know whether I can use DL Query in Protege programat开发者_C百科ically. Is it possible to enter a query in Java and retrieve individuals like how it is done in SQL?
In my ontology I have the class called \"festival\" and it has pr开发者_如何学JAVAoperty value called \"CRISTMAS\". It\'s a string type value. How can I get this value using Jena OWL API?I guess you h
I want write query that allow to d开发者_运维百科isplay all comment of all class in protege and other query to display specific comment
I am new to Protege API and I have just created on Eclipse a small application which uses an external OWL file. Also I did import all the necessary libraries.