← Prev in month ← Prev in thread

SI-URIs (was Re: [xml-dev] URI indigestion)

From
Seairth Jacobs <>
To
xml-dev <>
Date
2002-07-26T00:34:40Z
ID
<00c401c2343c$3b106ed0$6600a8c0@seairthlaptop>
Thread
SI-URIs (was Re: [xml-dev] URI indigestion)
From: "John Cowan" <>
>
> > Question:  How much impact would a solution such as the one proposed by
> > Seairth Jacobs have?  That is, the "Scheme-Independent Universal
Resource
> > Identifier (SI-URI)" concept which drops the scheme from the URI
> > ("//seairth.com/AbstractResource").
>
> That already means something: it is an URL relative to the current scheme.
> Such things are deprecated, but they do exist.
>
> Instead, use an URN like urn:publicid:seairth.com:AbstractResource.

Yes, but you couldn't really take the URN and meaningfully do this with it:

http://urn:publicid:seairth.com:AbstractResource

or

ftp://urn:publicid:seairth.com:AbstractResource

but maybe

idea://urn:publicid:seairth.com:AbstractResource


Sure.  According to URIs, //seairth.com/AbstractResource is considered
relative to the current scheme.  That assumes that there *is*  a current
scheme.  But tell me, can you identify what scheme my example is relative
to?  Now, it may be that the above format is not the ideal one to use here
(considering it matches a depricated form of the URI).  How about:

    :seairth.com/AbstractResource

This format does not include the scheme, but could still be a valid URI, at
least as I see it.  Maybe you could think of this as the "anonymous" or
"generic" scheme.  Or is this format depricated too?

---
Seairth Jacobs
← Prev in month ← Prev in thread