Fix for previous commit

This commit is contained in:
Georgy Litvinov 2020-09-15 23:26:14 +02:00
parent 8af3732fb2
commit ab2cc8e54a
2 changed files with 2 additions and 0 deletions

View file

@ -363,6 +363,7 @@ public class AddRubricToELENPHArticleGenerator implements EditConfigurationGener
getTextExcerpts(vreq);
if (excerptIDs.isEmpty()) {
String editString = "?subject ?predicate ?objectVar .";
n3ForEdit.add(editString);
} else {
for (String excerptID : excerptIDs) {
String editString = "<"+excerptID+">" + " ?predicate ?objectVar .";