Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
kerim1 committed Jun 16, 2022
1 parent bb7b4f8 commit 81c6d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void execute(Map<String, List<String>> parameters, PrintWriter output) th
));
}

predicateMutation.entity(baseUri, replace(quad.getPredicate(), new PredicateMutation.Value(
predicateMutation.entity(quad.getSubject(), replace(quad.getPredicate(), new PredicateMutation.Value(
quad.getObject(),
quad.getValuetype().orElse(null),
quad.getLanguage().orElse(null),
Expand Down

0 comments on commit 81c6d6f

Please sign in to comment.