Re: relativize URI

> (i.e., <foo/bar/> is different than <foo/./bar>

changing the URI in an RDF context is indeed out of the question. here's the specific breakage:

~ curl http://b.whats-your.name/news/2015/03.ttl

@base <http://b.whats-your.name/news/2015/03> .
<> a stat:Directory;
   ldp:contains </07>

browsers then try to find /07 on this server which doesnt exist.. 

maybe make relativize a noop unless base matches /[\/#]$/ ? 

Received on Wednesday, 11 March 2015 23:54:55 UTC