Re: Dataset.getUnionModel()

2018-04-18 Thread Adam Jacobs
he.org Subject: Re: Dataset.getUnionModel() Hi Adam, Yes, the union model is the graph union of the named graphs and does not include the default graph. This choice is intentional and is driven by the SPARQL side of things. It's a useful way to have manageability of the data by using the SPARQL

Re: Dataset.getUnionModel()

2018-04-14 Thread Andy Seaborne
included in the union. What is your application usage that naturally wanted the default model to be included? Andy On 14/04/18 21:00, Adam Jacobs wrote: Dataset.getUnionModel() excludes the default graph. Would it be appropriate to include the default graph in this method, or to add

Dataset.getUnionModel()

2018-04-14 Thread Adam Jacobs
Dataset.getUnionModel() excludes the default graph. Would it be appropriate to include the default graph in this method, or to add an additional unioning method to the Dataset interface which includes the default graph? It seems like an oversight, but maybe there was a reason for excluding it?