@Deprecated
public static DataSource create()
{
// This may not be a defaultJena model - during testing,
// we use a graph that is not value-aware for xsd:String vs plain literals.
return new DatasetImpl(ModelFactory.createModelForGraph(GraphFactory.createDefaultGraph())) ;
}