If I have ```ttl @base <http://example.org/a/b/c/d> . </Jesse> a <#Thing> . ``` Then parsing and re-serialising this will currently result in the first term being serialised as `<../../../../Jesse>` rather than the cleaner `</Jesse>`.
If I have
Then parsing and re-serialising this will currently result in the first term being serialised as
<../../../../Jesse>rather than the cleaner</Jesse>.