Fix for previous commit
This commit is contained in:
parent
8af3732fb2
commit
ab2cc8e54a
2 changed files with 2 additions and 0 deletions
|
@ -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 .";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue