I assume this is something to do with your content negotiation and the Accept header I'm sending
My Accept header is as follows (removing the quality parameters has no effect). Previously my code couldn't handle RDF/JSON and when the MIME type for JSON wasn't present the code worked fine.
- Code: Select all
application/rdf+xml,text/n3,text/rdf+n3,text/turtle,application/x-turtle,application/turtle,text/plain,application/json;q=0.9,*/*;q=0.8
My SPARQL Query is simply
- Code: Select all
DESCRIBE <http://dbpedia.org/resource/Southampton>
Could you take a look at this and see if it's an issue with Virtuoso or an issue with my requests?

