<?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: URI vs. URL: What&#8217;s the Difference?</title>
	<atom:link href="http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/</link>
	<description>A blog about Java, REST, and other stuff.</description>
	<lastBuildDate>Sat, 06 Feb 2010 02:10:33 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-116171</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-116171</guid>
		<description>All URL&#039;s are URI&#039;s.  URI&#039;s are more general and include relative addresses.  It is incorrect to say &quot;relative URL&quot; because there is no such thing.  A URL must include protocol(http, ftp...), host name or IP, and a path to the resource.  A URI can be any absolute or relative path.

URL: http://www.lonedogpoems.com
URL: http://www.lonedogpoems.com/index.php 
not URL: index.php
not URL: ..
The last two are not URL&#039;s but they are still URI&#039;s.</description>
		<content:encoded><![CDATA[<p>All URL&#8217;s are URI&#8217;s.  URI&#8217;s are more general and include relative addresses.  It is incorrect to say &#8220;relative URL&#8221; because there is no such thing.  A URL must include protocol(http, <a href="http://ftp.." rel="nofollow">http://ftp..</a>.), host name or IP, and a path to the resource.  A URI can be any absolute or relative path.</p>
<p>URL: <a href="http://www.lonedogpoems.com" rel="nofollow">http://www.lonedogpoems.com</a><br />
URL: <a href="http://www.lonedogpoems.com/index.php" rel="nofollow">http://www.lonedogpoems.com/index.php</a><br />
not URL: index.php<br />
not URL: ..<br />
The last two are not URL&#8217;s but they are still URI&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-115779</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-115779</guid>
		<description>&lt;a href=&quot;#comment-111682&quot; rel=&quot;nofollow&quot;&gt;@Jordan Tucker&lt;/a&gt; 
To clarify further: the presence of a query string does not distinguish a URL from a URI. The key difference are between URL and URN, where a URL declares a unique location from the content can be retrieved where a s URN is merely a name. However, BOTH schemes are considered URIs. 

&lt;a href=&quot;#comment-115596&quot; rel=&quot;nofollow&quot;&gt;@Seeker&lt;/a&gt; 
You are a 100% correct: URL and URNs are specialisations of a URI.

This conversation gets a lot more fun when you starting thinking about IRIs ;)

Ryan-</description>
		<content:encoded><![CDATA[<p><a href="#comment-111682" rel="nofollow">@Jordan Tucker</a><br />
To clarify further: the presence of a query string does not distinguish a URL from a URI. The key difference are between URL and URN, where a URL declares a unique location from the content can be retrieved where a s URN is merely a name. However, BOTH schemes are considered URIs. </p>
<p><a href="#comment-115596" rel="nofollow">@Seeker</a><br />
You are a 100% correct: URL and URNs are specialisations of a URI.</p>
<p>This conversation gets a lot more fun when you starting thinking about IRIs <img src='http://www.damnhandy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ryan-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seeker</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-115596</link>
		<dc:creator>Seeker</dc:creator>
		<pubDate>Fri, 21 Aug 2009 10:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-115596</guid>
		<description>&lt;a href=&quot;#comment-110656&quot; rel=&quot;nofollow&quot;&gt;@Giacomo Masetti&lt;/a&gt; 
Both of them are URLs. URL to URI is like a square to rectangle - every square is a rectangle, but only specyfic rectangles are squares.</description>
		<content:encoded><![CDATA[<p><a href="#comment-110656" rel="nofollow">@Giacomo Masetti</a><br />
Both of them are URLs. URL to URI is like a square to rectangle &#8211; every square is a rectangle, but only specyfic rectangles are squares.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seeker</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-115594</link>
		<dc:creator>Seeker</dc:creator>
		<pubDate>Fri, 21 Aug 2009 10:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-115594</guid>
		<description>If you need some examples of URNs there is plenty of them on Wikipedia:
http://en.wikipedia.org/wiki/Uniform_Resource_Name#Examples

Anyone interested should also look at:
http://en.wikipedia.org/wiki/URI_scheme
http://en.wikipedia.org/wiki/URI</description>
		<content:encoded><![CDATA[<p>If you need some examples of URNs there is plenty of them on Wikipedia:<br />
<a href="http://en.wikipedia.org/wiki/Uniform_Resource_Name#Examples" rel="nofollow">http://en.wikipedia.org/wiki/Uniform_Resource_Name#Examples</a></p>
<p>Anyone interested should also look at:<br />
<a href="http://en.wikipedia.org/wiki/URI_scheme" rel="nofollow">http://en.wikipedia.org/wiki/URI_scheme</a><br />
<a href="http://en.wikipedia.org/wiki/URI" rel="nofollow">http://en.wikipedia.org/wiki/URI</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-111873</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 15 Jun 2009 11:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-111873</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-111680&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-111680&quot; rel=&quot;nofollow&quot;&gt;Jordan Tucker&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;However, this has changed so that a URN is a URI that has the “urn” scheme, and a URL is an abstract term that describes a URI that identifies a resource by its location. Therefore, URLs and URNs are both URIs.&lt;/p&gt;
&lt;/blockquote&gt;

URI is an abstract concept, URL and URN are concrete implementations of a URI.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-111680"><p>
<strong><a href="#comment-111680" rel="nofollow">Jordan Tucker</a> :</strong></p>
<p>However, this has changed so that a URN is a URI that has the “urn” scheme, and a URL is an abstract term that describes a URI that identifies a resource by its location. Therefore, URLs and URNs are both URIs.</p>
</blockquote>
<p>URI is an abstract concept, URL and URN are concrete implementations of a URI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Tucker</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-111682</link>
		<dc:creator>Jordan Tucker</dc:creator>
		<pubDate>Wed, 10 Jun 2009 23:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-111682</guid>
		<description>&lt;a href=&quot;#comment-110656&quot; rel=&quot;nofollow&quot;&gt;@Giacomo Masetti&lt;/a&gt; 
&quot;http://www.domain.tld/somepath/file.php?mykey=somevalue&quot; is a URI. It&#039;s also a URL because it identifies a resource by its location. &quot;http://www.domain.tld/somepath/file.php&quot; is also a URL and a URI. The difference between the two URIs is that the second lacks a query string.</description>
		<content:encoded><![CDATA[<p><a href="#comment-110656" rel="nofollow">@Giacomo Masetti</a><br />
&#8220;http://www.domain.tld/somepath/file.php?mykey=somevalue&#8221; is a URI. It&#8217;s also a URL because it identifies a resource by its location. &#8220;http://www.domain.tld/somepath/file.php&#8221; is also a URL and a URI. The difference between the two URIs is that the second lacks a query string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Tucker</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-111680</link>
		<dc:creator>Jordan Tucker</dc:creator>
		<pubDate>Wed, 10 Jun 2009 23:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-111680</guid>
		<description>Classically, URIs were grouped into two subclasses: a location (URL) or a name (URN). Each scheme was put into one of these subclasses; http into the URL subclass, isbn into the URN subclass.

However, this has changed so that a URN is a URI that has the &quot;urn&quot; scheme, and a URL is an abstract term that describes a URI that identifies a resource by its location. Therefore, URLs and URNs are both URIs.

There&#039;s nothing wrong with using the term URL so long as you know that URL and URI are not interchangeable.</description>
		<content:encoded><![CDATA[<p>Classically, URIs were grouped into two subclasses: a location (URL) or a name (URN). Each scheme was put into one of these subclasses; http into the URL subclass, isbn into the URN subclass.</p>
<p>However, this has changed so that a URN is a URI that has the &#8220;urn&#8221; scheme, and a URL is an abstract term that describes a URI that identifies a resource by its location. Therefore, URLs and URNs are both URIs.</p>
<p>There&#8217;s nothing wrong with using the term URL so long as you know that URL and URI are not interchangeable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-110681</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 20 May 2009 22:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-110681</guid>
		<description>You can say that they are both a URI and a URL. Again, a URL is basically a sub-class of URI.</description>
		<content:encoded><![CDATA[<p>You can say that they are both a URI and a URL. Again, a URL is basically a sub-class of URI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giacomo Masetti</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-110656</link>
		<dc:creator>Giacomo Masetti</dc:creator>
		<pubDate>Wed, 20 May 2009 12:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-110656</guid>
		<description>Can we say that:

&quot;http://www.domain.tld/somepath/file.php?mykey=somevalue&quot;

is an URI 

and that the &quot;http://www.domain.tld/somepath/file.php&quot; part is an URL?</description>
		<content:encoded><![CDATA[<p>Can we say that:</p>
<p>&#8220;http://www.domain.tld/somepath/file.php?mykey=somevalue&#8221;</p>
<p>is an URI </p>
<p>and that the &#8220;http://www.domain.tld/somepath/file.php&#8221; part is an URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reality Me &#187; URL Shorteners Causing a Stir</title>
		<link>http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/comment-page-1/#comment-107715</link>
		<dc:creator>Reality Me &#187; URL Shorteners Causing a Stir</dc:creator>
		<pubDate>Mon, 06 Apr 2009 16:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/#comment-107715</guid>
		<description>[...] A URL is a subset of a URI. There is some debate about whether URL has be deprecated or not. See Yuri not [...]</description>
		<content:encoded><![CDATA[<p>[...] A URL is a subset of a URI. There is some debate about whether URL has be deprecated or not. See Yuri not [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
