... and I found that ModelFactory.createMemModelMaker() is deprecated and the deprecated message does not help much.
I figured out that to build an in-memory model I need to execute new ModelMakerImpl(new SimpleGraphMaker())..createDefaultModel(); Is there an easier way to do this? Is there a reason that there is not a ModelFactory.createMemModel() method? If there is no reason I am happy to put together a PR to add that. Claude -- LinkedIn: http://www.linkedin.com/in/claudewarren
