How can I get all the classes of which an individual is a type? After Jena
rules executed, my individual has multiple class like:
Employee001 is of type: Worker, Programmer, Manager.

So can I get all these three classes in Jena ? I have read somewhere that
getOntClass() only return one class at a time and that is on random basis.

Reply via email to