Re: Fuseki support text/plain

2017-04-24 Thread Andy Seaborne
https://www.w3.org/TR/sparql11-protocol/#query-via-post-direct On 24/04/17 19:25, Laura Morales wrote: What is the reason you would like to send queries with that particular mimetype? Is it a question of configuring an HTTP client in your code? It's not really about the mime type, it's about

Re: Fuseki support text/plain

2017-04-24 Thread Laura Morales
> What is the reason you would like to send queries with that particular > mimetype? Is it a question of configuring an HTTP client in your code? It's not really about the mime type, it's about sending a plain text request where the whole content is interpreted as the query, without the need of

Re: Fuseki support text/plain

2017-04-24 Thread ocymum
What is the reason you would like to send queries with that particular mimetype? Is it a question of configuring an HTTP client in your code? --- A. Soroka Laura Morales wrote on 4/24/17 2:46 AM: text/plain is not supported by SPARQL Protocol, but you can try application/sparql-query.

Re: Fuseki support text/plain

2017-04-24 Thread Andy Seaborne
On 24/04/17 09:34, Martynas Jusevičius wrote: text/plain is not supported by SPARQL Protocol, but you can try application/sparql-query. https://www.w3.org/TR/sparql11-protocol/#query-operation On Mon, 24 Apr 2017 at 08.21, Laura Morales wrote: Right now when I send POST

Re: Fuseki support text/plain

2017-04-24 Thread Martynas Jusevičius
text/plain is not supported by SPARQL Protocol, but you can try application/sparql-query. https://www.w3.org/TR/sparql11-protocol/#query-operation On Mon, 24 Apr 2017 at 08.21, Laura Morales wrote: > Right now when I send POST requests to Fuseki, it seems to accept >