Class DatasetOneAssembler

All Implemented Interfaces:
Assembler

public class DatasetOneAssembler extends DatasetAssembler
An assembler that creates a dataset around a single graph. The dataset created is fixed; graphs can not be added or removed. The wrapped graph is the default graph of the dataset.

General datasets and SPARQL Update can create graphs by inserting a quad. The dataset returned by this assembler does not support that.

See Also: