This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 760c03d  Updated site from master 
(14c59f744c18a83e106a0931a725f7046916b51d)
760c03d is described below

commit 760c03d60a174dfcfac45eb597ca8265fa3bbfc5
Author: jenkins <[email protected]>
AuthorDate: Wed May 13 09:08:24 2020 +0000

    Updated site from master (14c59f744c18a83e106a0931a725f7046916b51d)
---
 content/documentation/fuseki2/fuseki-configuration.html | 11 ++++++++---
 content/sitemap.xml                                     |  4 ++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-configuration.html 
b/content/documentation/fuseki2/fuseki-configuration.html
index af71132..c874274 100644
--- a/content/documentation/fuseki2/fuseki-configuration.html
+++ b/content/documentation/fuseki2/fuseki-configuration.html
@@ -274,8 +274,11 @@ graph of data.</p>
 </code></pre>
 <h4 id="tdb2">TDB2</h4>
 <pre><code>&lt;#dataset&gt; rdf:type      tdb:DatasetTDB2 ;
-    tdb:location &quot;/some/path&quot; ;
-    # this can also have unionDefaultGraph, etc.
+    tdb:location &quot;DB2&quot; ;
+    # Query timeout on this dataset (1s, 1000 milliseconds)
+    ja:context [ ja:cxtName &quot;arq:queryTimeout&quot; ;  ja:cxtValue 
&quot;1000&quot; ] ;
+    # Make the default graph be the union of all named graphs.
+    ## tdb:unionDefaultGraph true ;
      .
 </code></pre>
 <h4 id="inference">Inference</h4>
@@ -294,11 +297,13 @@ graph of data.</p>
      # etc
      .
 </code></pre>
+<p>where <code>http://example/someReasonerURLHere</code> is one of the URLs 
below.</p>
 <h5 id="possible-reasoners">Possible reasoners:</h5>
+<p>Details are in <a href="/documentation/inference/">the main documentation 
for inference</a>.</p>
 <ul>
 <li>
 <p><strong>Generic Rule Reasoner</strong>: 
<code>http://jena.hpl.hp.com/2003/GenericRuleReasoner</code></p>
-<p>The specific rule set and mode configuration can be set either be method 
calls to the created reasoner or though parameters in the configuration 
Model.</p>
+<p>The specific rule set and mode configuration can be set through parameters 
in the configuration Model.</p>
 </li>
 <li>
 <p><strong>Transitive Reasoner</strong>: 
<code>http://jena.hpl.hp.com/2003/TransitiveReasoner</code></p>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index e1c6423..62d2625 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -299,7 +299,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2020-05-04T10:26:41+01:00</lastmod>
+    <lastmod>2020-05-13T10:07:51+01:00</lastmod>
   </url>
   
   <url>
@@ -374,7 +374,7 @@
   
   <url>
     
<loc>https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html</loc>
-    <lastmod>2020-05-02T17:37:46-07:00</lastmod>
+    <lastmod>2020-05-13T10:07:51+01:00</lastmod>
   </url>
   
   <url>

Reply via email to