Skip to content

Commit

Permalink
turn on ARQ.constantBNodeLabels TODO: check what's broken now
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Aug 4, 2023
1 parent 5584563 commit 22982d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public static void configureGlobalSettings() {
// Jena (at least up to 3.11.0) handles pseudo iris for blank nodes on the parser level
// {@link org.apache.jena.sparql.lang.ParserBase}
// This means, that blank nodes in SERVICE clauses would not be passed on as such
ARQ.setFalse(ARQ.constantBNodeLabels);
// FIXME check what is broken by NOT turning this off (n.b parsing <_:....> in sparql queries fails if False)
//ARQ.setFalse(ARQ.constantBNodeLabels);

JenaExtensionHttp.register(() -> HttpClientBuilder.create().build());

Expand Down

0 comments on commit 22982d9

Please sign in to comment.