gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz] RDF?


From: Benja Fallenstein
Subject: Re: [Gzz] RDF?
Date: Thu, 20 Feb 2003 19:21:19 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9

Tuomas Lukka wrote:
I have to say I'm not 100% sure yet either way.

While RDF looks very promising and is standard and has a reasonable
data model, there's a really big downfall:

versioning.

The RDF sequences are specified by the properties rdf:_1, rdf:_2, ...
which means that an insertion to a sequence will have use remove and add
a LOT of tuples.

If we can handle this, should be ok.

My proposal is to use RDF collections for mostly everything, not RDF containers.

http://www.w3.org/TR/rdf-primer/#collections

Collections are like LISP lists: 'this' + 'rest of list' records until the last 'rest of list' points to 'nil.' Makes the views work better, and versioning is like in zz.

(As RDF is bidirectional, you can follow 'rest of list' backward, obviously.)

- Benja





reply via email to

[Prev in Thread] Current Thread [Next in Thread]