Hi all. I've created an OntModel in this way: OntModel mod = ModelFactory.createOntologyModel (OntModelSpec.OWL_MEM_TRANS_INF); mod = (OntModel) mod.read(uri, ""); / /uri is the uri of my model
When I call .listOntClasses(false) on an individual of my model, it returns only the direct type of this individual, not the super-classes of the class. Is there any inference or reasoner I've to call? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" 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/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
