//The triples will be added to the first graph of the union
//i.e. to the in-memory responseGraph
node.addProperty(RDF.type, Ontology.MultiEnhancer);
node.addProperty(RDFS.comment, new PlainLiteralImpl("A Multi Enhancer service"));
//What we return is the GraphNode we created with a template path
return new RdfViewable("MultiEnhancer", node, MultiEnhancer.class);
}