You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/11/09 10:56:46 UTC

[GitHub] [jena] afs opened a new issue, #1611: CONSTRUCT query returns N-Triples when UI graph results choice is "Turtle".

afs opened a new issue, #1611:
URL: https://github.com/apache/jena/issues/1611

   ### Version
   
   4.6.1 (any 4.x.x)
   
   ### What happened?
   
   Start Fuseki. 
   `fuseki-server -v --mem /ds` but a UI created dataset behaves the same.
   `-v` causes HTTP headers to be printed.
   
   Go to the query form. The "Content Type (GRAPH)2 is set to Turtle.
   
   Make a query:
   ```
   PREFIX : <http://example>
   CONSTRUCT { :s :p 123 } WHERE {}`
   ```
   Results in "Response" area:
   
   ```
   <http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .
   ```
   (The number isn't Turtle form 123)
   
   The server shows
   `Accept:              application/n-triples,*/*;q=0.9`
   not 
   `Accept:              text/turtle`
   
   If you choose another format and then go back to Turtle, then reissue to query, it works correctly.
   
   
   ### Relevant output and stacktrace
   
   _No response_
   
   ### Are you interested in making a pull request?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org