> 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.
