I am writing an application using the Apache Jena framework. With this I am able to do everything (insert, update, select). But i can't wrap my head around how to properly insert blank nodes using an INSERT
query.
Is there a go-to approach for this (which works with every endpoint)? I know SPARQL 1.1 introduced some features for this to be accomplished, but it does not seem to work using a Virtuoso endpoint.