We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de37a4 commit a749fe0Copy full SHA for a749fe0
src/graphDBDocument.js
@@ -430,7 +430,7 @@ class GraphDBDocument {
430
throw new Error('Improper instance syntax.');
431
432
nestedInsertClause.push(`${uri} ${SPARQL.getPredicate(option.internalKey)} ${object}.`);
433
- return;
+ return {object, nestedInsertClause, nestedDeleteClause};
434
}
435
436
// Create a new document if provides a data object
0 commit comments