<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Sixteen Faces of Eve</title>
	<atom:link href="http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve</link>
	<description>blog.iandavis.com</description>
	<lastBuildDate>Wed, 04 Nov 2009 14:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill de hOra</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-235</link>
		<dc:creator>Bill de hOra</dc:creator>
		<pubDate>Thu, 29 Sep 2005 19:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-235</guid>
		<description>Respectfully; asking what&#039;s the XPath is the wrong question. It&#039;s dealing with symptoms.

Jimmy: the &quot;So what&quot; is that RDF/XML is like a box of chocolates; you never know what you&#039;re gonna get.I know of no systems that are end to end model driven; you always have to deal with serializations, mappings, validation, form filling, presentation. The XML syntax sufficiently screws up the economic proposition of RDF that it makes sense to look at alternatives - a case of snatching defeat from the jaws of victory. It&#039;s a nutso situation.</description>
		<content:encoded><![CDATA[<p>Respectfully; asking what&#8217;s the XPath is the wrong question. It&#8217;s dealing with symptoms.</p>
<p>Jimmy: the &#8220;So what&#8221; is that RDF/XML is like a box of chocolates; you never know what you&#8217;re gonna get.I know of no systems that are end to end model driven; you always have to deal with serializations, mappings, validation, form filling, presentation. The XML syntax sufficiently screws up the economic proposition of RDF that it makes sense to look at alternatives &#8211; a case of snatching defeat from the jaws of victory. It&#8217;s a nutso situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Katz</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-234</link>
		<dc:creator>Howard Katz</dc:creator>
		<pubDate>Thu, 29 Sep 2005 17:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-234</guid>
		<description>What I&#039;ve got *should* work for the case where foaf:name or @foaf:name and foaf:homepage are descendants (not necessarily direct children) of different elements. The key is lots of &quot;//&quot; descendant specifiers to indicate that *somewhere* back up the hierarchy there&#039;s a common element for both end points (name and homepage). When I have some time later on I&#039;ll try this on face 5 just to make sure ...</description>
		<content:encoded><![CDATA[<p>What I&#8217;ve got *should* work for the case where foaf:name or @foaf:name and foaf:homepage are descendants (not necessarily direct children) of different elements. The key is lots of &#8220;//&#8221; descendant specifiers to indicate that *somewhere* back up the hierarchy there&#8217;s a common element for both end points (name and homepage). When I have some time later on I&#8217;ll try this on face 5 just to make sure &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iand</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-233</link>
		<dc:creator>iand</dc:creator>
		<pubDate>Thu, 29 Sep 2005 05:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-233</guid>
		<description>Good try Howard. I read that XPath as:

Select the rdf:resource attribute of the foaf:homepage element that is a descendant of an element  which has either a foaf:name child element or a foaf:name attribute with the value of &quot;Eve&quot;

I don&#039;t think that covers the faces where there foaf:name and foaf:homepage are children of different elements e.g. face 5</description>
		<content:encoded><![CDATA[<p>Good try Howard. I read that XPath as:</p>
<p>Select the rdf:resource attribute of the foaf:homepage element that is a descendant of an element  which has either a foaf:name child element or a foaf:name attribute with the value of &#8220;Eve&#8221;</p>
<p>I don&#8217;t think that covers the faces where there foaf:name and foaf:homepage are children of different elements e.g. face 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Katz</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-232</link>
		<dc:creator>Howard Katz</dc:creator>
		<pubDate>Wed, 28 Sep 2005 21:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-232</guid>
		<description>I&#039;ll take you up on your XPath challenge. I think (he says hopefully) that the following should work:

   //*[ ( .//foaf:name &#124; .//@foaf:name ) = &quot;Eve&quot; ]//foaf:homepage/@rdf:resource

This assumes that the top-level context is a single document containing all 16 variations.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll take you up on your XPath challenge. I think (he says hopefully) that the following should work:</p>
<p>   //*[ ( .//foaf:name | .//@foaf:name ) = "Eve" ]//foaf:homepage/@rdf:resource</p>
<p>This assumes that the top-level context is a single document containing all 16 variations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ontogon</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-231</link>
		<dc:creator>Ontogon</dc:creator>
		<pubDate>Wed, 28 Sep 2005 02:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-231</guid>
		<description>&lt;strong&gt;RDF/XML Sucks x 16 32&lt;/strong&gt;

Caution. Rant ahead... I&#039;ve always thought that the XML serialization of RDF is pretty much garbage. Sorry, had to say...</description>
		<content:encoded><![CDATA[<p><strong>RDF/XML Sucks x 16 32</strong></p>
<p>Caution. Rant ahead&#8230; I&#8217;ve always thought that the XML serialization of RDF is pretty much garbage. Sorry, had to say&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iand</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-230</link>
		<dc:creator>iand</dc:creator>
		<pubDate>Tue, 27 Sep 2005 22:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-230</guid>
		<description>Hey I never knew that you could use rdf:type as an attribute in that way,  &lt;a href=&quot;http://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-property-attributes&quot; rel=&quot;nofollow&quot;&gt;but it&#039;s legal&lt;/a&gt;. That&#039;s another 10 variations on top of the 4 suggested by Ben. So, we&#039;re up to 32 different ways to write 3 triples in RDF/XML :)</description>
		<content:encoded><![CDATA[<p>Hey I never knew that you could use rdf:type as an attribute in that way,  <a href="http://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-property-attributes" rel="nofollow">but it&#8217;s legal</a>. That&#8217;s another 10 variations on top of the 4 suggested by Ben. So, we&#8217;re up to 32 different ways to write 3 triples in RDF/XML <img src='http://blog.iandavis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Cerra</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-229</link>
		<dc:creator>Jimmy Cerra</dc:creator>
		<pubDate>Tue, 27 Sep 2005 21:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-229</guid>
		<description>P.S. Re: 6. rdf:type is an exception for that rule, in that it is allowed as an attribute but still points to a URIRef and not a plain literal.</description>
		<content:encoded><![CDATA[<p>P.S. Re: 6. rdf:type is an exception for that rule, in that it is allowed as an attribute but still points to a URIRef and not a plain literal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Cerra</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-228</link>
		<dc:creator>Jimmy Cerra</dc:creator>
		<pubDate>Tue, 27 Sep 2005 21:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-228</guid>
		<description>I don&#039;t see much wrong with the general ideas behind RDF/XML except that it is the only official format (although there are lots of flaws with the details).  The idea behind RDF/XML is not that you use XML tools to read RDF, but that you use RDF tools to read XML.  I.E. You mark up an existing XML document with RDF/XML attributes indicating its semantic structure (as opposed to the logical structure).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see much wrong with the general ideas behind RDF/XML except that it is the only official format (although there are lots of flaws with the details).  The idea behind RDF/XML is not that you use XML tools to read RDF, but that you use RDF tools to read XML.  I.E. You mark up an existing XML document with RDF/XML attributes indicating its semantic structure (as opposed to the logical structure).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iand</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-227</link>
		<dc:creator>iand</dc:creator>
		<pubDate>Tue, 27 Sep 2005 21:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-227</guid>
		<description>I don&#039;t think so, attributes can only take literal values.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so, attributes can only take literal values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://blog.iandavis.com/2005/09/the-sixteen-faces-of-eve/comment-page-1#comment-226</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Tue, 27 Sep 2005 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://iandavis.com/blog2/?p=876#comment-226</guid>
		<description>You missed another variation: rdf:type can be an attribute. I think that doubles Eve&#039;s faces.</description>
		<content:encoded><![CDATA[<p>You missed another variation: rdf:type can be an attribute. I think that doubles Eve&#8217;s faces.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
