Re: SPARQL, named graphs and default graph

On Wed, Sep 13, 2006 at 05:49:23PM +0200, Richard Cyganiak wrote:
> [snip]
> >If BNodes are used for existential assertions about nodes, why  
> >wouldn't they be used as existential assertions about graphs?
> 
> I can offer my personal and subjective viewpoint: If you extend RDF  
> triples with a fourth element that works exactly as the others, then  
> it instantly raises the question why not to add a fifth element? Or a  
> sixth?

Hmmm... I think theres more (or less) to it than that. I think you need
exactly 1 more than the user can write down, it order to have some kind of
system level control over the data.

If the user can only add triples, in chunks, then you only need 4 slots to
be able to describe the data as it was input.

If you allow then user to add quads (eg. TriX files), then you might need
5 slots inorder to be able to describe that. My system uses TriX as its
backup format, but you can't add TriX data to an existing store, just
restore the whole system state from a TriX file.

- Steve

Received on Wednesday, 13 September 2006 15:59:51 UTC