Hi.Is it possible to access SPARQL results via JDBC using proper Node representation (ExtendedString, RdfBox etc) and not the SQL types?
I did not yet manage to do this via the output:valmode.My use case is to get the persisted timezone offset of an xsd:dateTime literal. When accessing the literal via the java.sql.Timestamp instance, it is not possible.
Br, Timo Westkämper