result.addProperty(RDF.type, USERMANAGER.UserOverviewPage);
result.addProperty(RDF.type, PLATFORM.HeadedPage);
result.addProperty(LIST.predecessor, new UriRef(uriInfo
.getAbsolutePath().toString()
+ "?from=" + prevFrom + "&to=" + from));
result.addProperty(LIST.successor, new UriRef(uriInfo.getAbsolutePath()
.toString()
+ "?from=" + to + "&to=" + nextTo));
result.addProperty(LIST.indexFrom, LiteralFactory.getInstance()
.createTypedLiteral(from));
result.addProperty(LIST.indexTo, LiteralFactory.getInstance()