Dear all, I have the question how to convert the output from getGraph() to a RDF/XML representation.
I did the following:
RDFConnection connectionToSPARQLEndpoint = RDFConnectionFactory.connect("
http://localhost:3030/dataset");
connectionToSPARQLEndpoint.fetch(identifier).getGraph().toString();
So I have the the graph but I have some trouble to convert it into a
RDF/XML representation.
Has somebody of you an advice?
Cheers,
Max
