On 30/08/12 19:49, [email protected] wrote:
Author: rvesse
Date: Thu Aug 30 18:49:19 2012
New Revision: 1379057
URL: http://svn.apache.org/viewvc?rev=1379057&view=rev
Log:
Adds a further checkbox to enable quad form with optimizations output since
Andy already added support for serializing this to QueryValidator.java but
didn't yet add a checkbox for this
Modified:
jena/trunk/jena-fuseki/pages/query-validator.html
Modified: jena/trunk/jena-fuseki/pages/query-validator.html
URL:
http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pages/query-validator.html?rev=1379057&r1=1379056&r2=1379057&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pages/query-validator.html (original)
+++ jena/trunk/jena-fuseki/pages/query-validator.html Thu Aug 30 18:49:19 2012
@@ -52,6 +52,7 @@ Output:<br/>
<input type="checkbox" name="outputFormat" value="quads"/>SPARQL algebra
(quads)<br/>
<input type="checkbox" name="outputFormat" value="opt"/>SPARQL algebra
(general optimizations)<br/>
+ <input type="checkbox" name="outputFormat" value="optquads"/>SPARQL algebra (quads
with general optimizations)<br />
<!--
<input type="checkbox" name="outputFormat" value="optquads"/>SPARQL algebra
(quads, general optimizations)<br/>
Rob - the necessary line is in the comment!
Andy