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/08/24 18:29:48 UTC

svn commit: r830035 - in /websites/staging/jena/trunk/content: ./ documentation/tdb/dynamic_datasets.html

Author: buildbot
Date: Fri Aug 24 16:29:48 2012
New Revision: 830035

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 24 16:29:48 2012
@@ -1 +1 @@
-1373045
+1376985

Modified: websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html Fri Aug 24 16:29:48 2012
@@ -175,19 +175,14 @@ of the universe of graphs being the web,
 the TDB data store. FROM and FROM NAMED describe a dataset with
 graphs drawn only from the TDB data store.</p>
 <ul>
-<li>Just using one or more FROM clauses, with no FROM NAMED in a
-    query, leaves the named graphs as all the named graphs in the data
-    store.</li>
-<li>Just using one or more FROM NAMED, with no FROM in a query,
-    causes an empty default graph to be used.</li>
-<li>If the symbol
+<li>Using one or more FROM clauses, causes the default graph of the 
+    dataset to be the union of those graphs.</li>
+<li>Using one or more FROM NAMED, with no FROM in a query,
+    causes an empty default graph to be used for the default graph.</li>
+<li>Using one or more FROM NAMED, with no FROM in a query, where the the symbol
     <a href="configuration.html"><code>TDB.symUnionDefaultGraph</code></a>
     is also set, then the default graph is set union of all the named
-    graphs (FROM NAMED) and the graphs already used for the default
-    graph via FROM</li>
-<li><code>urn:x-arq:UnionGraph</code> and <code>urn:x-arq:DefaultGraph</code> explicitly name
-    the union of named graphs (FROM NAMED) and the described default
-    graph (union of FROM) directly.</li>
+    graphs (FROM NAMED).</li>
 </ul>
 <p>Example</p>
 <div class="codehilite"><pre><span class="c1">#Follow a foaf:knows path across both Alice and Bobs FOAF data</span>