Hello, I've been working recently with Fuseki (0.2.1) and I'm testing some code that talks to Fuseki using the SPARQL 1.1 Graph Store HTTP Protocol. Through trial and error I've found that Fuseki will return graph the following graph representations when requested, appropriately, via the Accept header:
RDF/XML application/rdf+xml N-Triples text/plain and depending on what it makes of your Accept header it may return either of these. Are these the only two representations that Fuseki supports? I've looked through the documentation but haven't yet found a definitive list of the supported media-types. I know I can load graphs in the above formats and Turtle too but I've not been able to coerce Fuseki into returning a graph as Turtle. Regards Philip