properties.put(RDF_FORMAT, "application/rdf+xml");
MGraph em = initExecutionMetadataContentPart(contentItem);
NonLiteral ep = createExecutionPlan(em, "testChain");
writeExecutionNode(em, ep, "testEngine", true, null);
initExecutionMetadata(em, em, contentItem.getUri(), "testChain", false);
ciWriter = new ContentItemWriter(null);
ciReader = new ContentItemReader(null);
}