You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2012/11/26 21:48:23 UTC

svn commit: r839661 - in /websites/staging/jena/trunk/content: ./ documentation/query/sub-select.html

Author: buildbot
Date: Mon Nov 26 20:48:22 2012
New Revision: 839661

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/sub-select.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 26 20:48:22 2012
@@ -1 +1 @@
-1413824
+1413826

Modified: websites/staging/jena/trunk/content/documentation/query/sub-select.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/sub-select.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/sub-select.html Mon Nov 26 20:48:22 2012
@@ -157,9 +157,7 @@
 
   <div id="content">
     <h1 class="title">ARQ - Sub Queries</h1>
-    <p>ARQ includes support for nested SELECTs.</p>
-<p>This involves is syntactic extension and is available if the query
-is parsed with language <code>Syntax.syntaxARQ</code>.</p>
+    <p>ARQ includes support for nested SELECTs.  This was previously an ARQ extension but is now legal SPARQL 1.1</p>
 <h2 id="nested-select">Nested SELECT</h2>
 <p>A SELECT query can be placed inside a graph pattern to produce a
 table that is used within the outer query. A nested SELECT