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 2015/08/17 10:36:52 UTC

svn commit: r962089 - in /websites/staging/jena/trunk/content: ./ documentation/query/construct-quad.html

Author: buildbot
Date: Mon Aug 17 08:36:52 2015
New Revision: 962089

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 17 08:36:52 2015
@@ -1 +1 @@
-1696210
+1696214

Modified: websites/staging/jena/trunk/content/documentation/query/construct-quad.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/construct-quad.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/construct-quad.html Mon Aug 17 08:36:52 2015
@@ -144,7 +144,29 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Construct Quad</h1>
-  
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>The current W3C recommendation of 
+<a href="http://www.w3.org/TR/sparql11-query/">SPARQL 1.1</a> supports the CONSTRUCT query
+form, which returns a single RDF graph specified by a graph template.  The
+result is an RDF graph formed by taking each query solution in the solution
+sequence, substituting for the variables in the graph template, and
+combining the triples into a single RDF graph by set union.  However, it
+does not directly generate quads or 
+<a href="http://www.w3.org/TR/sparql11-query/#rdfDataset">RDF datasets</a>.  </p>
+<p>In order to
+eliminate this limitation, Jena ARQ extends the grammar of the CONSTRUCT
+query form and provides the according components, which brings more
+conveniences for the users manipulating RDF datasets with SPARQL.</p>
   </div>
 </div>