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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
