I'm trying to execute a SPARQL CONSTRUCT query against either a local TDB or a remote SPARQL endpoint. Now execConstruct
on the QueryExecution
returns a Model
, which has no reference (that I know of) to any graph (and thus quads).
Is there a way to get quads from a construct query in Jena?
I've seen references to execConstructDataset
but it's not implemented in Jena 3.0 ...