<?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: Restarting Linked Data from scratch, part 2</title>
	<atom:link href="http://webr3.org/blog/linked-data/restarting-linked-data-from-scratch-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://webr3.org/blog/linked-data/restarting-linked-data-from-scratch-part-2/</link>
	<description>brain&#039;s on fire!</description>
	<lastBuildDate>Fri, 22 Apr 2011 00:44:37 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zazi</title>
		<link>http://webr3.org/blog/linked-data/restarting-linked-data-from-scratch-part-2/comment-page-1/#comment-1921</link>
		<dc:creator>zazi</dc:creator>
		<pubDate>Sun, 19 Dec 2010 16:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=278#comment-1921</guid>
		<description>I would change:

[quote]
    * &quot;Something&quot; - a resource, a non-virtual object

At any point in time I have a description of Something which has multiple representations in different mediatypes, all semantically matching or equivalent:

    * &quot;something.rdf&quot; - representation of Something with mediatype RDF+XML
    * &quot;something.n3&quot; - representation of Something with mediatype RDF+N3
    * &quot;something.en.html&quot; - representation of Something, in english, with mediatype text/html
    * &quot;something.de.html&quot; representation of Something, in german, with mediatype text/html
[/quote]

to

[modified]
    * &quot;Something&quot; - a resource, a non-virtual object

At any point in time I have a description of Something which has multiple representations in different mediatypes, all semantically matching or equivalent:

    * &quot;something.rdf&quot; - representation of a description of Something with mediatype RDF+XML
    * &quot;something.n3&quot; - representation of a description of Something with mediatype RDF+N3
    * &quot;something.en.html&quot; - representation of a description of Something, in english, with mediatype text/html
    * &quot;something.de.html&quot; representation of a description of Something, in german, with mediatype text/html
[/modified]

because you are saying &quot;I have a description of Something which has multiple representations&quot;</description>
		<content:encoded><![CDATA[<p>I would change:</p>
<p>[quote]<br />
    * "Something" - a resource, a non-virtual object</p>
<p>At any point in time I have a description of Something which has multiple representations in different mediatypes, all semantically matching or equivalent:</p>
<p>    * "something.rdf" - representation of Something with mediatype RDF+XML<br />
    * "something.n3" - representation of Something with mediatype RDF+N3<br />
    * "something.en.html" - representation of Something, in english, with mediatype text/html<br />
    * "something.de.html" representation of Something, in german, with mediatype text/html<br />
[/quote]</p>
<p>to</p>
<p>[modified]<br />
    * "Something" - a resource, a non-virtual object</p>
<p>At any point in time I have a description of Something which has multiple representations in different mediatypes, all semantically matching or equivalent:</p>
<p>    * "something.rdf" - representation of a description of Something with mediatype RDF+XML<br />
    * "something.n3" - representation of a description of Something with mediatype RDF+N3<br />
    * "something.en.html" - representation of a description of Something, in english, with mediatype text/html<br />
    * "something.de.html" representation of a description of Something, in german, with mediatype text/html<br />
[/modified]</p>
<p>because you are saying "I have a description of Something which has multiple representations"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S. Erickson, Ph.D.</title>
		<link>http://webr3.org/blog/linked-data/restarting-linked-data-from-scratch-part-2/comment-page-1/#comment-267</link>
		<dc:creator>John S. Erickson, Ph.D.</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=278#comment-267</guid>
		<description>Hi Nathan!

I don&#039;t think there are any errors here, but I do have a couple suggestions:

* Keep in mind TBL&#039;s &lt;a href=&quot;http://www.w3.org/DesignIssues/Axioms.html&quot; rel=&quot;nofollow&quot;&gt;URI Axioms&lt;/a&gt;, especially...
&lt;blockquote&gt;&lt;b&gt;Axiom: Opacity of URIs&lt;/b&gt;The only thing you can use an identifier for is to refer to an object. When you are not dereferencing, you should not look at the contents of the URI string to gain other information.&lt;/blockquote&gt;

* As a sanity-check, consider how one would configure Apache to implement these; see e.g. Apache&#039;s docs on &lt;a href=&quot;http://httpd.apache.org/docs/2.0/content-negotiation.html&quot; rel=&quot;nofollow&quot;&gt;Content Negotiation.&lt;/a&gt;

* I think you over-emphasize the &quot;user&quot; in &lt;i&gt;User Agent&lt;/i&gt;, but keep in mind I&#039;ve been yelling at people for talking about &quot;clicking on DOIs&quot; for fifteen years, too! But seriously, browsers are merely &quot;machines&quot; operating on the user&#039;s behalf, playing their role in the HTTP transaction based on (a) hard coding, (b) configuration and (c) user response. So I think less emphasis on human interaction, perhaps a single unified user agent section, would make the discussion less confusing ;)

John</description>
		<content:encoded><![CDATA[<p>Hi Nathan!</p>
<p>I don't think there are any errors here, but I do have a couple suggestions:</p>
<p>* Keep in mind TBL's <a href="http://www.w3.org/DesignIssues/Axioms.html" rel="nofollow">URI Axioms</a>, especially...</p>
<blockquote><p><b>Axiom: Opacity of URIs</b>The only thing you can use an identifier for is to refer to an object. When you are not dereferencing, you should not look at the contents of the URI string to gain other information.</p></blockquote>
<p>* As a sanity-check, consider how one would configure Apache to implement these; see e.g. Apache's docs on <a href="http://httpd.apache.org/docs/2.0/content-negotiation.html" rel="nofollow">Content Negotiation.</a></p>
<p>* I think you over-emphasize the "user" in <i>User Agent</i>, but keep in mind I've been yelling at people for talking about "clicking on DOIs" for fifteen years, too! But seriously, browsers are merely "machines" operating on the user's behalf, playing their role in the HTTP transaction based on (a) hard coding, (b) configuration and (c) user response. So I think less emphasis on human interaction, perhaps a single unified user agent section, would make the discussion less confusing ;)</p>
<p>John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

