On 2010-06-13, at 00:20, fons@kokkinizita.net wrote:Well, their hardly ambiguous. I would imagine that misleading-ness is somewhat dependent on your context.
> On Sun, Jun 13, 2010 at 12:09:12AM +0100, Steve Harris wrote:
>
>> On 2010-06-13, at 00:00, fons@kokkinizita.net wrote:
>>
>>> Half of the URLs quoted above refer to inexistent pages.
>>
>> That's bad karma, but not essential.
>>
>>> What is the purpose of 'http://' in that case ?
>>
>> They're just symbols.
>
> OK, let me rephrase the question: why are such ambiguous
> or misleading 'symbols' being used ?
If you don't feel comfortable with dereferencable symbols you could use schemes such as URN (http://en.wikipedia.org/wiki/Uniform_Resource_Name) which cannot be resolved, but it's missing some of the potential advantage.
http://www.w3.org/Addressing/
There are times when having the namespace be dereferencable is an advantage. If someone discovers a LV2 turtle file in the wild, but has no idea what LV2 is (this has happened) they can paste a URI into their web browser and discover more about it. I guess it's little different to googling the fingerprint of a binary data file you find, but it's much more reliable.
The remaining advantage is really just namespacing, but using an existing globally deployed, cheap, and well understood allocation scheme - the DNS system and HTTP paths.