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

RE: [syndication] seeAlso



> Danny Ayers <danny666@virgilio.it> wrote:
> >       <rdfs:seeAlso rdf:resource="http://example.com/mycomments.rdf";
> >               dc:title="My Comments"
> >               rdf:type="http://purl.org/rss/1.0/channel"/>
>
> I feel the need for many more rdf:type How would I add values for rss92,
> rss2.0, atom, foaf and on and on? And do it in a way that apps written
> by other people could understand?

Good point. I can't get to the RSS 1.0 spec at the moment (weird DNS probs)
but my guess is the description of rss:channel won't in itself be limited to
RSS 1.0 channels. So 'channel' would be a generic type, which may need
qualification. This could be applied to the resource being described
something like :

       <rdfs:seeAlso rdf:resource="http://example.com/mycomments.rdf";
              dc:title="My Comments"
             rdf:type="http://purl.org/rss/1.0/channel";
		 xxx:format="http://davesbackend/rss0.91"; />

I imagine that most of the time the feed will identify itself - via mime
and/or root element or whatever.

Cheers,
Danny.