Re: Re: Atom and RDF
Ian Davis <[email protected]>
| Newsgroups | gmane.network.syndication.rss.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14/10/2004 07:20, Alex Kolesnichenko wrote:
> But the problem still persists: how the software will determine that these
> three links point to the same content but in different representation? There
> should be something like multipart/alternative MIME stuff:
There's already a built-in mechanism in RDF to represent this which is
rdf:Alt. It could be used like this:
<rss:item>
<rss:title>Ian's Bad Poem</rss:title>
<encl:enclosure>
<rdf:Alt>
<rdf:li rdf:resource="http://example.com/torrent"
dc:format="application/x-bittorrent" <!-- whatever -->
dc:title="Bit torrent link to mp3" />
<rdf:li rdf:resource="http://example.com/mp3"
dc:format="audio/mpeg"
dc:title="MP3 of me reading my poem" />
<rdf:li rdf:resource="http://example.com/text"
dc:format="text/plain"
dc:title="My poem itself" />
</rdf:Alt>
</encl:enclosure>
</rss:title>
This would let you have multiple enclosures per item, each with a set of
alternatives. Is this closer to what's needed?
Ian
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/rss-dev/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/