merge to trunk for NIHVIVO-1182 blank node renaming URI deduping
This commit is contained in:
parent
14d6dc9b70
commit
c6679d1e4e
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ public class JenaIngestController extends BaseEditController {
|
|||
JenaIngestUtils utils = new JenaIngestUtils();
|
||||
destination.enterCriticalSection(Lock.WRITE);
|
||||
try {
|
||||
destination.add(utils.renameBNodes(source, namespaceEtc));
|
||||
destination.add(utils.renameBNodes(source, namespaceEtc, vreq.getJenaOntModel()));
|
||||
} finally {
|
||||
destination.leaveCriticalSection();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue