Re: why I don't like default graphs in the DATASET proposal

On 1 Oct 2011, at 17:53, Ian Davis wrote:
>>> But do you have a use case that would be solved by a dataset with
>>> default graph, that a dataset *without* default graph would *not* solve?
>> 
>> Backing up the contents of a SPARQL store as a dump, and loading it into a different SPARQL store.
> 
> Where is SPARQL store defined?

A store that supports SPARQL. Hence its data model is an RDF dataset.

> The reality is that most graph stores have names for all the graphs
> but designate one as the unnamed one for the purposes of SPARQL.

That's not true. Many stores have the union of all graphs in the default graph. In this common case the default graph isn't just a named graph designated as the default.

Also, SPARQL conformance doesn't require the model you describe.

What's more important: If the default graph isn't marked somehow in the dump file on export, then there's no way for the importing store to tell which of the named graphs it's supposed to use as the default.

That's why a dump format for SPARQL stores needs a marker for the default graph.

Best,
Richard

Received on Sunday, 2 October 2011 12:19:34 UTC