> The current accept negotiation in Fuseki is based on
>
> application/rdf+xml, text/turtle, application/turtle, application/x-turtle,
> application/n-triples, text/plain

Interesting, thanks for that list!


> "Accept: text/turtle" is to be preferred.
>
>     r.write(byteArrayOutputStream, "TTL");

So the r.write(..., ...) method effectively set an Accept header, true?

Reply via email to