<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: difference between urn and url in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985584#M870198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The namespace could be any string that uniquely defines the scope of those determined fields of the XML file. Usually, you use a URI to define that unique string, and since URLs are the most common URIs, people tend to use plain http URLs as the namespace (it doesn't need to be a valid url). But using "urn:test" for example isn't wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the specification:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URI&lt;/P&gt;&lt;P&gt;URI = Uniform Resource Identifier&lt;/P&gt;&lt;P&gt;There are two types of URIs: URLs and URNs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;P&gt;URL = Uniform Resource Locator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;protocol&amp;gt;:// &amp;lt;host&amp;gt; [:&amp;lt;port&amp;gt;] [&amp;lt;path&amp;gt; [? &amp;lt;query&amp;gt;]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URN&lt;/P&gt;&lt;P&gt;URN = Uniform Resource Name.&lt;/P&gt;&lt;P&gt;URNs define XML schemas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urn:&amp;lt;namespace&amp;gt;:&amp;lt;string&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 02:10:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T02:10:03Z</dc:date>
    <item>
      <title>difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaq-p/1985583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's the difference between urn and url?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 02:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaq-p/1985583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T02:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985584#M870198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The namespace could be any string that uniquely defines the scope of those determined fields of the XML file. Usually, you use a URI to define that unique string, and since URLs are the most common URIs, people tend to use plain http URLs as the namespace (it doesn't need to be a valid url). But using "urn:test" for example isn't wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the specification:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URI&lt;/P&gt;&lt;P&gt;URI = Uniform Resource Identifier&lt;/P&gt;&lt;P&gt;There are two types of URIs: URLs and URNs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;P&gt;URL = Uniform Resource Locator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;protocol&amp;gt;:// &amp;lt;host&amp;gt; [:&amp;lt;port&amp;gt;] [&amp;lt;path&amp;gt; [? &amp;lt;query&amp;gt;]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URN&lt;/P&gt;&lt;P&gt;URN = Uniform Resource Name.&lt;/P&gt;&lt;P&gt;URNs define XML schemas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urn:&amp;lt;namespace&amp;gt;:&amp;lt;string&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 02:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985584#M870198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T02:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985585#M870199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;URN: Uniform Resource Name&lt;/P&gt;&lt;P&gt;        urn:sap-com:xi:demo  (URI with out protocol assignment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL: Uniform Resource Locator&lt;/P&gt;&lt;P&gt;        &lt;A href="http://sap.com/xi" target="test_blank"&gt;http://sap.com/xi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 02:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985585#M870199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T02:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985586#M870200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through these two threads. It will resolve your query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="42123"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhasha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 05:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985586#M870200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T05:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985587#M870201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;  URI (Uniform resource Identifier) is same as URL(Uniform resource locator) but it is not  necessarily point to web resource.&lt;/P&gt;&lt;P&gt; &amp;gt;&amp;gt;URN is same as URI but dont have protocol assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;prasanthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985587#M870201</guid>
      <dc:creator>prasanthi_chavala</dc:creator>
      <dc:date>2007-02-16T04:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985588#M870202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Uniform Resource Identifier (URI)&lt;/P&gt;&lt;P&gt;It addresses a resource in the Internet in the following way:&lt;/P&gt;&lt;P&gt; By name&lt;/P&gt;&lt;P&gt;This is called Uniform Resource Name (URN).&lt;/P&gt;&lt;P&gt; By location,&lt;/P&gt;&lt;P&gt;This is called Uniform Resource Locator (URL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uniform Resource Locator (URL)&lt;/P&gt;&lt;P&gt;It addresses a resource in the Internet. The URL is the address you enter into the address&lt;/P&gt;&lt;P&gt;field of your browser. The URL syntax describes a subset of the Uniform Resource Identifier&lt;/P&gt;&lt;P&gt;syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It addresses a resource in the Internet, regardless of its location. The URN syntax follows the&lt;/P&gt;&lt;P&gt;rules of the URI. A URN can also be used to define distinct entities without being associated&lt;/P&gt;&lt;P&gt;to an existing resource. The name spaces in the portal make use of this feature. A URN has&lt;/P&gt;&lt;P&gt;the prefix: urn://. For further information about the syntax, see the description for RFC&lt;/P&gt;&lt;P&gt;2141 at &lt;A href="https://community.sap.com/www.ietf.org" target="test_blank"&gt;www.ietf.org&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Please see below links &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.xfront.com/URLversusURN.pdf" target="test_blank"&gt;http://www.xfront.com/URLversusURN.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/74e493cee04a168a163472c696c8e7/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e2/74e493cee04a168a163472c696c8e7/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8a41cee4-0601-0010-5fb3-d8e704f88817" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8a41cee4-0601-0010-5fb3-d8e704f88817&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chilla..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985588#M870202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T04:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985589#M870203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;What is an URL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Uniform Resource Locator (URL) is the term used to identify an Internet resource, and can be specified in a single line of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;What is an URN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Uniform Resource Name (URN) is the term used to identify an Internet resource, without the use of a scheme, and can be specified in a single line of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;What is an URI&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Uniform Resource Identifier (URI) is used by a browser to identify a single document, and it too can be specified in a single line of text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The general form of an URL has four parts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A scheme followed by a colon. &lt;/P&gt;&lt;P&gt;Invokes a TCP/IP-based application level protocol &lt;/P&gt;&lt;P&gt;Schemes are: http, https, ftp, news, mailto, file, telnet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A server name.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;A // followed by the host name or IP address of the server &lt;/P&gt;&lt;P&gt;Not needed if the server is the default &lt;/P&gt;&lt;P&gt;news server &lt;/P&gt;&lt;P&gt;mail server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;An optional port number. Standard or default port numbers are:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;ftp * &lt;/P&gt;&lt;P&gt;ssh 22 &lt;/P&gt;&lt;P&gt;telnet 23 &lt;/P&gt;&lt;P&gt;smtp 25 &lt;/P&gt;&lt;P&gt;gopher 70 &lt;/P&gt;&lt;P&gt;http 80 &lt;/P&gt;&lt;P&gt;nntp 119 &lt;/P&gt;&lt;P&gt;SSL 443 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A path.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Consisting of folders and/or files. &lt;/P&gt;&lt;P&gt;May include a file extension which identifies the type of document. &lt;/P&gt;&lt;P&gt;May also include a QUERY_STRING with arguments. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Ftp uses port 20 for data and port 21 for flow control.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DIFFERENCE BETWEEN URN &amp;amp; URI&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that a URL is a mechanical link to a resource's location, where it can be downloaded. For this reason, a URL contains a hostname and a local part, all of which can be resolved anywhere on the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What a URN tries to do is different. It tries to give a description of a resource without actually pointing at it. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urn:isbn:90-365-17273&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------" /&gt;&lt;P&gt;&amp;lt;b&amp;gt;URI:&amp;lt;/b&amp;gt; is a string that identifies any resource. Indentifying the resource does not necessarily mean we can retrieve it. URI is a superset of URL and URN.&lt;/P&gt;&lt;P&gt;files/reports/marketing/report.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;URL:&amp;lt;/b&amp;gt; URI that specify a common Internet protocol such as HTTP or FTP are also called URLs. URL is an informal term an is not used in technical specifications.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.foo.com/files/reports/marketing/report.html" target="test_blank"&gt;http://www.foo.com/files/reports/marketing/report.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;URN:&amp;lt;/b&amp;gt; A URN is an identifier the uniquely indentifies a resource but does not specify how to access that resource.&lt;/P&gt;&lt;P&gt;ISBN: 1-930110-59-6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985589#M870203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T04:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985590#M870204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is an URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Uniform Resource Locator (URL) is the term used to identify an Internet resource, and can be specified in a single line of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is an URN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Uniform Resource Name (URN) is the term used to identify an Internet resource, without the use of a scheme, and can be specified in a single line of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is an URI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Uniform Resource Identifier (URI) is used by a browser to identify a single document, and it too can be specified in a single line of text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general form of an URL has four parts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A scheme followed by a colon. &lt;/P&gt;&lt;P&gt;Invokes a TCP/IP-based application level protocol &lt;/P&gt;&lt;P&gt;Schemes are: http, https, ftp, news, mailto, file, telnet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A server name. &lt;/P&gt;&lt;P&gt;A // followed by the host name or IP address of the server &lt;/P&gt;&lt;P&gt;Not needed if the server is the default &lt;/P&gt;&lt;P&gt;news server &lt;/P&gt;&lt;P&gt;mail server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An optional port number. Standard or default port numbers are: &lt;/P&gt;&lt;P&gt;ftp * &lt;/P&gt;&lt;P&gt;ssh 22 &lt;/P&gt;&lt;P&gt;telnet 23 &lt;/P&gt;&lt;P&gt;smtp 25 &lt;/P&gt;&lt;P&gt;gopher 70 &lt;/P&gt;&lt;P&gt;http 80 &lt;/P&gt;&lt;P&gt;nntp 119 &lt;/P&gt;&lt;P&gt;SSL 443 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A path. &lt;/P&gt;&lt;P&gt;Consisting of folders and/or files. &lt;/P&gt;&lt;P&gt;May include a file extension which identifies the type of document. &lt;/P&gt;&lt;P&gt;May also include a QUERY_STRING with arguments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ftp uses port 20 for data and port 21 for flow control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIFFERENCE BETWEEN URN &amp;amp; URI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that a URL is a mechanical link to a resource's location, where it can be downloaded. For this reason, a URL contains a hostname and a local part, all of which can be resolved anywhere on the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What a URN tries to do is different. It tries to give a description of a resource without actually pointing at it. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urn:isbn:90-365-17273&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;URI: is a string that identifies any resource. Indentifying the resource does not necessarily mean we can retrieve it. URI is a superset of URL and URN.&lt;/P&gt;&lt;P&gt;files/reports/marketing/report.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL: URI that specify a common Internet protocol such as HTTP or FTP are also called URLs. URL is an informal term an is not used in technical specifications.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.foo.com/files/reports/marketing/report.html" target="test_blank"&gt;http://www.foo.com/files/reports/marketing/report.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URN: A URN is an identifier the uniquely indentifies a resource but does not specify how to access that resource.&lt;/P&gt;&lt;P&gt;ISBN: 1-930110-59-6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;chandrakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 05:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985590#M870204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: difference between urn and url</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985591#M870205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The namespace could be any string that uniquely defines the scope of those determined fields of the XML file. Usually, you use a URI to define that unique string, and since URLs are the most common URIs, people tend to use plain http URLs as the namespace (it doesn't need to be a valid url). But using "urn:test" for example isn't wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the specification:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URI&lt;/P&gt;&lt;P&gt;URI = Uniform Resource Identifier&lt;/P&gt;&lt;P&gt;There are two types of URIs: URLs and URNs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;P&gt;URL = Uniform Resource Locator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;protocol&amp;gt;:// &amp;lt;host&amp;gt; :&amp;lt;port&amp;gt; &amp;lt;path&amp;gt; ? &amp;lt;query&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URN&lt;/P&gt;&lt;P&gt;URN = Uniform Resource Name.&lt;/P&gt;&lt;P&gt;URNs define XML schemas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urn:&amp;lt;namespace&amp;gt;:&amp;lt;string&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL: URI that specify a common Internet protocol such as HTTP or FTP are also called URLs. URL is an informal term an is not used in technical specifications.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.foo.com/files/reports/marketing/report.html" target="test_blank"&gt;http://www.foo.com/files/reports/marketing/report.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URN: A URN is an identifier the uniquely indentifies a resource but does not specify how to access that resource.&lt;/P&gt;&lt;P&gt;ISBN: 1-930110-59-6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where we use this&lt;/P&gt;&lt;P&gt;This is used in XI as a way to group your developments. Each Software Component Version can have several namespaces. These namespaces can be of the format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.com/namespace1" target="test_blank"&gt;http://sap.com/namespace1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;urn:sap.com.namespace2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows you to give objects the same names if they are in different namespaces as they can still be differentiated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also all development objects must belong to a specific namespace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 05:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-urn-and-url/qaa-p/1985591#M870205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T05:08:00Z</dc:date>
    </item>
  </channel>
</rss>

