Re: Call for Consensus: IRI resolution tests

Redland/rapper does not generate ".." segments. It seems to process 
@base as it applies to <> and not just <x>

rapper -q --input turtle D.ttl
----------------------------------
@prefix : <http://example/> .
@base <http://host/a/b/c/../d> .

<> :p <x> .
==>
<http://host/a/b/d> <http://example/p> <http://host/a/b/x> .

 Andy

Received on Friday, 30 October 2015 19:48:49 UTC