hello everyone! I am currently using an in-memory model:
model = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM); That works fine for a small data set, though, I would like to test a really big data set without having any memory issues. Is there a way to keep the model in a file an read from this file to take all the information I need? Thank you in advance! dafni
