Ejemplo n.º 1
0
 /**
  * Create a general-purpose Dataset.<br>
  * Any graphs needed are in-memory unless explciitly added with {@link Dataset#addNamedModel}.
  * This dataset can contain graphs from any source when added via {@link Dataset#addNamedModel}.
  * These are held as links to the supplied graph and not copied.
  *
  * <p>This dataset does not support transactions.
  *
  * <p>
  *
  * @return a general-purpose Dataset
  */
 public static Dataset createGeneral() {
   return wrap(DatasetGraphFactory.createGeneral());
 }