Do you mean in assemblers?
  ja:DatasetTDB, ja:GraphTDB, and ja:RDFDataset

On 24/05/17 07:44, Laura Morales wrote:
And when should I use which?

Datasets are not graphs, they are collections of graphs. See RDF 1.1 or SPARQL specs for the definition.

ja:RDFDataset is the assembler class for the general purpose dataset - you can put any graph into it.

ja:DatasetTDB is the assembler class for a TDB dataset.

They have different properties - e.g TDB needs to know where it's storage is on-disk.

ja:GraphTDB is a graph selected from a TDB-backed dataset.

Use DatasetTDB when you want a TDB-backed dataset.

    Andy

Reply via email to