If I had three OntModels, each with their own OntDocumentManager, FileManager, and choice of reasoner,
OntModel ontoA OntModel ontoB OntModel ontoCommon and I then do the following ontoA.addSubModel(ontoCommon) ontoB.addSubModel(ontoCommon) how is ontoCommon loaded into ontoA and ontoB? Whose settings for import closure, alternate URL lookup, caching, etc., are used? Which reasoner? Will the settings for ontoA determine how import closure, reasoning, etc., is handled when ontoCommon is added to ontoA?
