Hello All,
How can i handle circular dependency in ontological model
For eg, i have a complex model more than 12.5 mb in size which has a lot of statements like
A subclassof b
b subclassof a
I’m trying to load similar statements into an OntModel and execute the following code
ExtendedIterator<OntClass> subClassEnumeration = ontClass.listSubClasses(true);
Above statements runs forever. Is there a way to overcome this ?
Thanks
Kamalraj
Sent with Unibox
How can i handle circular dependency in ontological model
For eg, i have a complex model more than 12.5 mb in size which has a lot of statements like
A subclassof b
b subclassof a
I’m trying to load similar statements into an OntModel and execute the following code
ExtendedIterator<OntClass> subClassEnumeration = ontClass.listSubClasses(true);
Above statements runs forever. Is there a way to overcome this ?
Thanks
Kamalraj
Sent with Unibox