diff --git a/lib/query/woqlQuery.js b/lib/query/woqlQuery.js index 9e7d6aa..dc72e23 100644 --- a/lib/query/woqlQuery.js +++ b/lib/query/woqlQuery.js @@ -604,7 +604,7 @@ WOQLQuery.prototype.removed_quad = function (subject, predicate, object, graphRe // if (a && a === 'args') // return args.concat(['graph']) if (!graphRef) return this.parameterError('Quad takes four parameters, the last should be a graph filter'); - this.cursor['@type'] = 'RemovedQuad'; + this.cursor['@type'] = 'DeletedQuad'; this.cursor.graph = this.cleanGraph(graphRef); return this; };