Hey guys, I'm very new to the world of semantics and ontologies and I have a project at hand, I could use all the help I could get!
I have created an ontology with Proteje. Now I have to create a web application which reads the classes and instances of the ontology and presents them on the interface. For example, I have 3 super classes (Teacher, Worker, Student). Each superclass has classes of its own (NewTeach, OldTeacher), (NewWorker, OldWorker), (NewStuden,OldStuden) and each class has instances(Mark, Thomas.....). I want at first to show the superclasses' names on a drop down list (Teacher, Worker, Student), and then based on the user's choice, I want to show the classes that belong to the superclass (NewTeacher, OldTeacher) and then depending on that choice, show the instances of the class (Mark, Paul etc)... I'll be working with NetBeans, I've downloaded the jena framework library which is used for rendering ontologies, but other than that, I'm trying to find a good tutorial that has commands that can help me retrieve the names of the classes and the instances and show them in drop down lists and tables.. If anyone can help it would be great! Thank you in advance! -- You received this message because you are subscribed to the Google Groups "Java Tech Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/java-tech-group?hl=en.
