Given a computation that creates a moderately large, but not gigantic, collection of new triples, which do I want:
1) dataset.getNamedModel(graphUri); and add directly to the model. 2) Create a memory model and add the whole thing when I have a batch all set. ?
