Category URI's

2006-01-09 Thread James M Snell
I'm in the process of going through a number of application scenarios with Atom and I'm coming up with a problem because I cannot associate a URI with a category element. This is mainly coming up in the context of tagging. I want to be able to specify a tag and a URI that can be used to

Re: Category URI's

2006-01-09 Thread A. Pagaltzis
Hi James, * James M Snell [EMAIL PROTECTED] [2006-01-09 22:25]: What I end up having to do is: category scheme=http://.../tag; term=foo / link rel=http://.../tag; title='foo href=.../?tag=foo / you don’t spell your examples out sufficiently to decode them, but what you

Re: Category URI's

2006-01-09 Thread James M Snell
This makes sense but seems to assume using a scheme+term construction for building a URI, which makes sense in practical impl terms but is not codified in the standard. The scheme attribute is just an identifier. There is currently no normative means of associating or constructing a URI

Re: Category URI's

2006-01-09 Thread Graham Parks
On 9 Jan 2006, at 9:33 pm, A. Pagaltzis wrote: category scheme=http://.../tag; term=?tag=foo label=foo / Blurgh. Graham

Re: Category URI's

2006-01-09 Thread Bill de hÓra
Graham Parks wrote: On 9 Jan 2006, at 9:33 pm, A. Pagaltzis wrote: category scheme=http://.../tag; term=?tag=foo label=foo / category term=http://example.org/cat/foo; label=foo / cheers Bill

Re: Category URI's

2006-01-09 Thread A.Pagaltzis
* Bill de hÓra [EMAIL PROTECTED] [2006-01-10 00:50]: category term=http://example.org/cat/foo; label=foo / Good point. category scheme=http://example.org/tag; term=http://example.org/?tag=foo; label=foo / Regards, -- Aristotle Pagaltzis

Re: Category URI's

2006-01-09 Thread James M Snell
Sorry, I wasn't clear, what I need is to associate a dereferenceable URI with a category without requiring the client to construct one (e.g. by combining the scheme+term. The approach Bill suggested should work for what I need. I still think an href attribute may be useful in the future

Re: Category URI's

2006-01-09 Thread James M Snell
Yeah, that would work. However, whether or not to interpret the term as a dereferenceable url still comes down to an implementation detail. e.g. Terms associated with xyz scheme should always be interpreted as dereferenceable URI's. So i could say... category scheme=http://ibm.com/tag;

Re: Category URI's

2006-01-09 Thread James Holderness
James M Snell wrote: This is mainly coming up in the context of tagging. I want to be able to specify a tag and a URI that can be used to request a list of other items associated with that tag. Having an href attribute on the Category element strikes me as an obviously useful thing that we