}
}
summaries.close();
// add missing summaries
contents = item.listProperties(CONTENT.encoded);
contents = new PreCachingStmtIterator(contents);
while (contents.hasNext()) {
Statement current = contents.nextStatement();
String language = current.getLanguage();
if (language != null) {
if (contentLangs.contains(language)) {