General default is
/** Accept header when looking for a graph or dataset */
text/turtle,application/n-triples;q=0.9,application/rdf+xml;q=0.7,
application/trig,application/n-quads;q=0.9,text/x-nquads;q=0.8,application/x-trig;q=0.7,application/ld+json;q=0.6,*/*;q=0.5
Graph is:
text/turtle,application/n-triples;q=0.9,application/ld+json;q=0.8,application/rdf+xml;q=0.7,*/*;q=0.5
All constants are in
https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/WebContent.java
Andy
On 09/04/2019 16:03, Marco Neumann wrote:
with regards to the SPARQL test suite, what's the "Implementation
software* IRI" for jena?
*"software" -- The Protocol implementation IRI that will be used if
conneg is used and requests RDF
On Sun, Nov 11, 2012 at 10:55 AM Andy Seaborne <[email protected]> wrote:
On 09/11/12 21:40, Rob Vesse wrote:
I see from the implementation report that Fuseki passes 100% of the SPARQL 1.1
Protocol tests, is there a portable test harness available for this (or one
within Jena that could be made portable)?
Rob
http://kasei.us/2009/09/sparql/protocol_validator.cgi
(and conneg for Turtle to get an EARL report)
Andy