- From: Sam Ruby <rubys@intertwingly.net>
- Date: Sun, 26 Oct 2003 04:59:51 -0800
- To: Danny Ayers <danny666@virgilio.it>
- Cc: atom-syntax@imc.org, Www-Rdf-Interest <www-rdf-interest@w3.org>
Danny Ayers wrote: > (cc'd to rdf-interest) > > The direct approach may be to pull out the links as extra metadata, given > something like: > > <entry rdf:about="http://www.intertwingly.net/blog/1624.html"> > <title>Atom in Depth</title> > <content> > <img src="http://www.intertwingly.net/images/xml03.jpg" > class="floatleft" > alt="XML 2003" />&nbsp; I'll giving a presentation entitled > <a > href="http://www.xmlconference.org/xmlusa/2003/friday.asp#22">Atom > in Depth</a> on Friday, December 12th at the > <a href="http://www.xmlconference.org/xmlusa/">2003 XML > Conference</a> in Philadelphia. > </content> > ... > </entry> > > it would be possible to extract something like > > <entry rdf:about="http://www.intertwingly.net/blog/1624.html"> > <embeds> > <link rdf:about=""http://www.xmlconference.org/xmlusa/2003/friday.asp#22"> > <title>Atom in Depth</title> > </link> > <link rdf:about="http://www.xmlconference.org/xmlusa/"> > <title>2003 XML Conference</title> > </link> > </embeds> > </entry> This is starting to look a lot like http://my.userland.com/stories/storyReader$11 > A potentially cool bit is that I think it should be possible to do this on > the fly : an RDF query could ask for all links in the content of that entry, > and the RDF store could get as far as <content> but then an XPath query > could be carried out on that, the results expressed in the RDF model. How would that work? It seems to me that if you solve that, you have essentially eliminated the need for a special RDF/XML syntax - i.e., any XML could be directly consumed by an RDF application. > Why not do it all as XML/XPath? Main reason being that the XML tree > structure doesn't match the web's general directed graph structure, probably > a more immediate practical problem being that the subtrees aren't very > portable across systems (merging isn't straightforward). It seems to me that the web's general structure is one where links tend to be embedded in mixed content. > some related notes : http://dannyayers.com/archives/001981.html Case in point: the above is an XML document with a number of links to your own site, and one to Simon Willison's site. > Cheers, > Danny. - Sam Ruby
Received on Sunday, 26 October 2003 04:59:27 UTC