In other words -- if we can do model1.add(model2)
per https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/rdf/model/Model.html#add-org.apache.jena.rdf.model.Model- why can't we do dataset1.add(dataset2) ? On Thu, Feb 18, 2021 at 7:17 PM Martynas Jusevičius <marty...@atomgraph.com> wrote: > > > > I'm wondering why there isn't a dedicated method? > > > > Use case? > > * collecting multiple Datasets into one (merging quads) > * having a consistent API > > What I'm thinking is a method for quads which corresponds to > Model::add for triples. In that case it should be called Dataset::add, > for consistency. > > Or is the quad-case more complicated than triples? > > > > > > > > > > > > Martynas > > >