Ah, I see. That is a term that is more or less specific to the assembler vocabulary. I thought you were talking about the Java classes that Jena is made from, but now I see that you are looking at the assembler vocabularies.

Yes, you probably want to stick with DatasetTDB. GraphTDB is going to be a 
single graph, whereas DatasetTDB is going to be a full dataset.

---
A. Soroka

Laura Morales wrote on 5/25/17 9:44 AM:
Generally, you should use the Model/Dataset/Statement API, unless you have some 
very specific reasons to do > otherwise. The DatasetGraph/Graph/Triple SPI is
really there to be implemented by people who want to extend Jena. I don't see 
any type called RDFDataset. Where are you finding that?


I just read it in the documentation 
(https://jena.apache.org/documentation/query/text-query.html), and I was unsure 
whether I should use DatasetTDB or GraphTDB. I guess I can stick with 
DatasetTDB.

Reply via email to