... I'm not sure it's valid to talk about there being a 'proper39; way. ... Neither of the changes suggested would impact on other RDF data in the feed. So...
5893
David Galbraith
davidwgalbraith
Oct 30, 2003 7:53 pm
Isn't channel an RSS issue - and if you have a channel containing items then the use of 'seq' to create a channel->items RDF triple is the best way to do it? ...
5894
Ben Hammersley
bhammersley_uk
Oct 30, 2003 7:54 pm
... Sure, but it'd be pretty impolite to point that out quite so forcibly. :-) ... No: you're mixing up the syntax with the data it's representing. the Seq ->...
5895
djjd42
Oct 30, 2003 8:00 pm
... This really is the crux of the matter, isn't it. As for rdf:RDF, the spec was changed for the sake of the ViewSourceClan - specifically those who might...
5896
djjd42
Oct 30, 2003 8:08 pm
... the channel->item triple intact - for RDF users ... The li is syntactic sugar, but the Sequence doesn't work out to x number of channel -> items -> item. ...
5897
Ben Hammersley
bhammersley_uk
Oct 30, 2003 8:13 pm
... Yes, you're right. <rdf:Bag> - would be better (and probably not break anything too)...
5898
djjd42
Oct 30, 2003 8:15 pm
... Assuming a search response response, one could still include the Channel, assuming that the Channel has a unique identifier: <Channel rdf:about="channel...
5899
Bill Kearney
wkearney99
Oct 30, 2003 8:17 pm
Consider that a document could contain more than one channel. And that some items might appear in more than one channel. Without a container-like element ...
5900
djjd42
Oct 30, 2003 8:17 pm
... Bag and Seq are both containers, so we'd be back to: Channel -->items-> Bag --item-> Item...
5901
djjd42
Oct 30, 2003 8:20 pm
... Avoidance of duplication and/or sensible cross referencing does not require a container. You only need rdf:resource. Jeremy...
5902
djjd42
Oct 30, 2003 8:22 pm
... In fact, even with a container, to avoid duplication and/or provide sensible cross-referencing you'd still need rdf:resource, so what does the Container...
5903
djjd42
Oct 30, 2003 8:27 pm
... provide ... By the way, just to show that I'm not close-minded (and to show that I'm posting too quickly :) ), I can think of one scenario where a ...
5904
Bill Kearney
wkearney99
Oct 30, 2003 8:33 pm
... True I suppose. <rdf:RDF> <channel> <!-- search results as a channel --> <items> <item rdf:nodeID="fragment1"> <!-- data beyond the item contents from...
5905
Danny Ayers
Danny_Ayers
Oct 30, 2003 8:40 pm
... Yep. But what I was trying to say (and doing it badly) is that there's no explicit: channel xxx:containsItem item (or alternately item xxx:inChannel...
5906
djjd42
Oct 30, 2003 8:54 pm
... feeds --> ... Running for a moment on the assumption that your example were corrected to look like this (not sure if the indentation will come through): ...
5907
djjd42
Oct 30, 2003 8:57 pm
... Or, if one wanted to create simpler RDF/XML but with an even more complex and obtuse RDF graph: <Channel> ..<items rdf:parseType="Collection"> ....<Item> ...
5908
Chris Croome
chriscroome
Oct 30, 2003 8:58 pm
... Hash: SHA1 Hi I have nothing against doing a RSS 1.1 but what I'd also like is a bug fix of the currrent stable version, specifically the bug to do with...
5909
djjd42
Oct 30, 2003 9:07 pm
... IIRC, this has been brought up a time or two in the past with no one really offended by the suggested change. I think the only question was with regard to...
5910
Bill Kearney
wkearney99
Oct 30, 2003 9:19 pm
... I'm aware of no RSS reader programs that would be disrupted by this. Mainly because none are processing ti anyway. But I've done some test over time and ...
5911
Ben Hammersley
bhammersley_uk
Oct 30, 2003 9:19 pm
... I could swear we actually agreed this change before. Anyway, yes - repeated elements agogo, as far as I'm concerned, and actually do, now I come to mention...
5912
Bill Kearney
wkearney99
Oct 30, 2003 9:22 pm
Omitting some sort of label on one of the channels as being "the result", then yes. It was just an example. I'd have to imagine using an rdf:ID of some kind...
5913
djjd42
Oct 30, 2003 9:41 pm
... RDF applications are already cool with this. There are no limitations on multiple properties, except where a given schema specifically restricts multiples...
5914
djjd42
Oct 30, 2003 9:43 pm
... Dangit. Hit send again too quickly. :) In the end, assuming a Dublin Core example for the moment, what you need to ask yourself is this: what does the DC...
5915
Chris Croome
chriscroome
Oct 30, 2003 9:47 pm
... Hash: SHA1 Hi On Thu 30-Oct-2003 at 04:19:51PM -0500, Bill Kearney ... Well if these applications are doing RDF DC and not just RSS I'd assume that they...
5916
Ben Hammersley
bhammersley_uk
Oct 30, 2003 9:58 pm
... There we go then: repeated elements are allowed within RDF, subject to the usage rules of the individual vocabularies, and in the case of Dublin Core, it's...
5917
Danny Ayers
Danny_Ayers
Oct 30, 2003 11:45 pm
... Nice way of putting it. Shunt away......
5918
Ken MacLeod
poy_mp3
Oct 31, 2003 1:40 am
I've added a page on Ian Davis' RSS Issues Wiki for test cases for RSS 1.0++. http://internetalchemy.org/2003/06/rss-issues/Main/RssTestCases The RDF source...
5919
Danny Ayers
Danny_Ayers
Nov 1, 2003 6:23 pm
Hi folks! For anyone that's not noticed, there are a load of popular comic strips available through RSS at: http://dwlt.net/tapestry/ an example of which is...
5920
Chris Croome
chriscroome
Nov 1, 2003 6:45 pm
... Hash: SHA1 Hi On Thu 30-Oct-2003 at 09:57:55PM -0000, Ben Hammersley ... OK, but are we going to change the RSS 1.0 documentation to reflect this or not? ...
5921
David Davis
fishercaster
Nov 3, 2003 4:59 pm
Danny (and everyone else), I noticed that you used a Comics Feed for an example. As you can see,I did a massive snip on the code,that is because I am wondering...