Andy Seaborne

Results 454 comments of Andy Seaborne

https://inside.java/2024/06/18/quality-heads-up/ : > As of the April 2024 JDK security updates, support for -proc:full has been backported to 17u (17.0.11) and 11u (11.0.23) for both Oracle JDK and OpenJDK distributions....

Commits as listed above have been merged to `main`.

Change the ModelAPI to reflect the WG decision on triple terms (they are only allowed in the object position). This means they can not be treated as a flavour of...

> I guess the API should throw an error. It has been deprecated since Jena 5.0.0. https://github.com/apache/jena/issues/2028

> Assuming this is some kind of Jena backed storage you may be able to use ARQs blank node URI form i.e. `NodeFactory.createURI("_:" + blankNode.getBlankNodeLabel())` and pass that in the...

The initialBinding/substitute issue here seems to be more about whether the output contains the same blank node as an RDF term. If it goes through a result set syntax, then...

> the Graph API where blank nodes have predictable identities. They do in the Model API as well. `UpdateTransformOps` / `QueryTransformOps` is also a possible approach.

Use: ```sparql PREFIX : INSERT { ?N :p :o } WHERE { BIND ( $node AS ?N ) } ```

> if the explanation is that INSERT should always produce new blank nodes? New blank nodes are create for each use of the template for each blank node *written* in...