"alternate",
"application/atom+xml",
"../../../systemLinksRelativeToAnotherUri?alt=application%2Fatom%2Bxml");
links.clear();
builder.baseUri(URI.create("http://koko:82/")).relativeTo(URI
.create("http://koko:82/foo/bar/zoo/")).build(links);
assertEquals(3, links.size());
assertLink(links, "self", null, "../../../systemLinksRelativeToAnotherUri");
assertLink(links,
"alternate",