Henry Story wrote:
> 
> Below 2 questions, 2 assumptions of mine I am uncertain of, and 1 worry.
> 
> I now have a pretty complete model of the atom-syntax document [1]. So
> as I am starting to implement the Atom Protocol (sorry for being a
> little late), and since this contains a new XML document, and since I
> need to store that info in my rdf database, I need to model that
> document in rdf.
> 
> Here are my first questions:
> 
> q1. is there any relation between the title of a collection and the name
> of the feed it is pointing to?

No. The only reliable connection is the href value... and even that can
be problematic in certain edge cases.  In my implementation, I've taken
to including the atom:id of the feed in the collection element.

> q2. what is the point of secondary entry or media collections?
> 

In our impl, there's no such thing as a "primary" collection.  All of
the collections in a workspace are considered peers.

- James

Reply via email to