Skip to content

Commit

Permalink
remove duplicate predicate from query
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiDi committed Oct 17, 2024
1 parent 680da5e commit c39276e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ PREFIX ext: <http://mu.semte.ch/vocabularies/ext/>
INSERT {
GRAPH ${sparqlEscapeUri(graph) ?? "?g"} {
${sparqlEscapeUri(task)} task:resultsContainer ${sparqlEscapeUri(containerUri)} .
${sparqlEscapeUri(containerUri)} a nfo:DataContainer ;
mu:uuid ${sparqlEscapeString(containerUuid)} ;
ext:content ${results.map(sparqlEscapeUri).join(", ")} .
Expand Down

0 comments on commit c39276e

Please sign in to comment.