relation.addProperty(KNOBOT.effectiveDate, effectiveDateLiteral);
relation.addProperty(KNOBOT.strengthReduction, model.createTypedLiteral(DefaultValuesHandler
.getDefaultStrengthReduction(model)));
Statement titleStatement = comment.getProperty(RSS.title);
if (titleStatement == null) {
throw new BadRequestException("Title is required");
}
Resource namedItem = (Resource) NamedResourceGenerator
.createNewResource(model, ehRequest.getRootURL(),
titleStatement.getString()).inModel(importing);
JenaUtil.replace(importing, comment, namedItem);