EnhancementEngine engine, ContentItem ci, UriRef textAnnotation) {
UriRef entityAnnotation = EnhancementEngineHelper
.createEntityEnhancement(ci, engine);
MGraph model = ci.getMetadata();
Literal label = new PlainLiteralImpl(resource.label,
new Language("en"));
model.add(new TripleImpl(entityAnnotation, DC_RELATION,
textAnnotation));
model.add(new TripleImpl(entityAnnotation,
ENHANCER_ENTITY_LABEL, label));
model.add(new TripleImpl(entityAnnotation,