Re: Atom and RDF
"Alex Kolesnichenko" <yahoo-KwUv6+pz0nRWk0Htik3J/[email protected]>
| Newsgroups | gmane.network.syndication.rss.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello [email protected], r> There's already a built-in mechanism in RDF to represent this which is r> rdf:Alt. It could be used like this: <rss:item>> r> <rss:title>Ian's Bad Poem</rss:title> r> <encl:enclosure> <rdf:Alt>> r> <rdf:li rdf:resource="http://example.com/torrent" r> dc:format="application/x-bittorrent" <!-- whatever --> r> dc:title="Bit torrent link to mp3" /> r> <rdf:li rdf:resource="http://example.com/mp3" r> dc:format="audio/mpeg" r> dc:title="MP3 of me reading my poem" /> r> <rdf:li rdf:resource="http://example.com/text" r> dc:format="text/plain" r> dc:title="My poem itself" /> </rdf:Alt>> r> </encl:enclosure> r> </rss:title> r> This would let you have multiple enclosures per item, each with a set of r> alternatives. Is this closer to what's needed? Yes, this is it! Then no problems. :) -- Best regards, Alex Kolesnichenko 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/