TrailingSlash.enforcePresent(uriInfo);
GraphNode result = new GraphNode(new BNode(), new SimpleMGraph());
PlainLiteral message = new PlainLiteralImpl(
"You successfully logged out.");
result.addProperty(LOGIN.message, message);
result.addProperty(RDF.type, LOGIN.LoginPage);
String baseUri = uriInfo.getBaseUri().getScheme() + "://"
+ uriInfo.getBaseUri().getAuthority();
result.addProperty(LOGIN.refererUri, new UriRef(baseUri + "/dashboard/overview"));