You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2012/08/30 20:49:20 UTC

svn commit: r1379057 - /jena/trunk/jena-fuseki/pages/query-validator.html

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/>



Re: svn commit: r1379057 - /jena/trunk/jena-fuseki/pages/query-validator.html

Posted by Rob Vesse <rv...@yarcdata.com>.
Lol, I truly didn't notice, fixed up now


Rob

On 8/30/12 1:05 PM, "Andy Seaborne" <an...@apache.org> wrote:

>On 30/08/12 19:49, rvesse@apache.org 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
>


Re: svn commit: r1379057 - /jena/trunk/jena-fuseki/pages/query-validator.html

Posted by Andy Seaborne <an...@apache.org>.
On 30/08/12 19:49, rvesse@apache.org 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