}
MGraph temporary = new SimpleMGraph();
temporary.add(new TripleImpl(agent, PERMISSION.password,
new PlainLiteralImpl(newPassword)));
MGraph result = new UnionMGraph(temporary, systemGraph);
GraphNode mailGraph = new GraphNode(new BNode(), result);
mailGraph.addProperty(RDF.type, USERMANAGER.PasswordResetMail);
mailGraph.addProperty(USERMANAGER.recipient, agent);
List<MediaType> acceptableMediaTypes =
Collections.singletonList(MediaType.TEXT_PLAIN_TYPE);
mailMan.sendEmailToUser(passwordUser, userName, "New Password",