<?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: REST/WebArch question</title>
	<atom:link href="http://richard.cyganiak.de/blog/2006/11/restwebarch-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard.cyganiak.de/blog/2006/11/restwebarch-question/</link>
	<description>A weblog by Richard Cyganiak</description>
	<lastBuildDate>Wed, 03 Aug 2011 12:16:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mark Baker</title>
		<link>http://richard.cyganiak.de/blog/2006/11/restwebarch-question/#comment-14914</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Fri, 17 Nov 2006 05:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/11/restwebarch-question#comment-14914</guid>
		<description>I should have added a smiley; I think that the resolution to httpRange-14 is a bad one.  But I suggest you take this to the TAG to request clarification.</description>
		<content:encoded><![CDATA[<p>I should have added a smiley; I think that the resolution to httpRange-14 is a bad one.  But I suggest you take this to the TAG to request clarification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cyganiak</title>
		<link>http://richard.cyganiak.de/blog/2006/11/restwebarch-question/#comment-14588</link>
		<dc:creator>Richard Cyganiak</dc:creator>
		<pubDate>Tue, 14 Nov 2006 15:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/11/restwebarch-question#comment-14588</guid>
		<description>No, Mark, it&#039;s not that easy after httpRange-14.

Because by the same line of reasoning, GET on a real-life lightbulb should tell me if it&#039;s on or off, no?

httpRange-14 gives a clear negative answer to that question. So this line of reasoning doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>No, Mark, it&#8217;s not that easy after httpRange-14.</p>
<p>Because by the same line of reasoning, GET on a real-life lightbulb should tell me if it&#8217;s on or off, no?</p>
<p>httpRange-14 gives a clear negative answer to that question. So this line of reasoning doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Baker</title>
		<link>http://richard.cyganiak.de/blog/2006/11/restwebarch-question/#comment-14585</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Tue, 14 Nov 2006 14:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/11/restwebarch-question#comment-14585</guid>
		<description>PUT on a real-life lightbulb should be able to turn it on and off, no?</description>
		<content:encoded><![CDATA[<p>PUT on a real-life lightbulb should be able to turn it on and off, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polaar</title>
		<link>http://richard.cyganiak.de/blog/2006/11/restwebarch-question/#comment-14568</link>
		<dc:creator>polaar</dc:creator>
		<pubDate>Tue, 14 Nov 2006 11:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/11/restwebarch-question#comment-14568</guid>
		<description>Oops, I was not completely right it seems, according to the http spec, &quot;The new URI is not a substitute reference for the originally requested resource&quot;. Which means that my suggestion to re-send the request to that URI doesn&#039;t make sense. If the 303 response includes a location header field with a URI, then that is the URI of another resource, and any actions on that resource should be seen as separate from the actions on the original URI.</description>
		<content:encoded><![CDATA[<p>Oops, I was not completely right it seems, according to the http spec, &#8220;The new URI is not a substitute reference for the originally requested resource&#8221;. Which means that my suggestion to re-send the request to that URI doesn&#8217;t make sense. If the 303 response includes a location header field with a URI, then that is the URI of another resource, and any actions on that resource should be seen as separate from the actions on the original URI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leobard</title>
		<link>http://richard.cyganiak.de/blog/2006/11/restwebarch-question/#comment-14474</link>
		<dc:creator>leobard</dc:creator>
		<pubDate>Mon, 13 Nov 2006 16:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/11/restwebarch-question#comment-14474</guid>
		<description>a 303-concept server should throw an internal server error or 404 on a delete and POST request.

the 303 was intentionally added to say that the URL is NOT a document, but a resource identifier. To GET the RDF document of the uri A, you are redirected to the uri A-RDF. The RDF document downloadable at A-RDF should then be changeable by POST or DELETE.

on the other hand, POST and DELETE is nearly impoossible anyway, because the semantics of &quot;what to delete&quot; is not clear. The rdf document retrieved from A-RDF may have more information than just about A. so a SPARQL endpoint which allows changes may be better.

I would be against POST and DELETE on 303 URIS, to hard to understand, to hard to define strictly, just a source of problems. Lets wait another year to get used to 303 first</description>
		<content:encoded><![CDATA[<p>a 303-concept server should throw an internal server error or 404 on a delete and POST request.</p>
<p>the 303 was intentionally added to say that the URL is NOT a document, but a resource identifier. To GET the RDF document of the uri A, you are redirected to the uri A-RDF. The RDF document downloadable at A-RDF should then be changeable by POST or DELETE.</p>
<p>on the other hand, POST and DELETE is nearly impoossible anyway, because the semantics of &#8220;what to delete&#8221; is not clear. The rdf document retrieved from A-RDF may have more information than just about A. so a SPARQL endpoint which allows changes may be better.</p>
<p>I would be against POST and DELETE on 303 URIS, to hard to understand, to hard to define strictly, just a source of problems. Lets wait another year to get used to 303 first</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: richard.cyganiak.de @ 2012-02-09 14:46:45 -->
