myCal.set(2010, 9, 27, 12, 0, 0);
myCal.set(Calendar.MILLISECOND, 0);
myCal.setTimeZone(TimeZone.getTimeZone("UTC"));
graph.add(new TripleImpl(annotation, new UriRef(DC+"created"), LiteralFactory.getInstance().createTypedLiteral(myCal.getTime())));
this.expectedW3CFormattedDate = new W3CDateFormat().format(myCal.getTime());
graph.add(new TripleImpl(annotation, new UriRef(FISE+"selected-text"), LiteralFactory.getInstance().createTypedLiteral(namedEntity)));
graph.add(new TripleImpl(annotation, new UriRef(FISE+"selection-context"), LiteralFactory.getInstance().createTypedLiteral(context)));
graph.add(new TripleImpl(annotation, new UriRef(DC+"type"), type));
Integer start = context.indexOf(namedEntity);