You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2021/02/08 23:23:51 UTC

[jena-site] branch asf-site updated: Updated site from master (932ad55bac8c3f2f7322309ca3913971a710c690)

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 d32fbcb  Updated site from master (932ad55bac8c3f2f7322309ca3913971a710c690)
d32fbcb is described below

commit d32fbcb24462c11d56b8934d29a244c032ec34d3
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Feb 8 23:23:45 2021 +0000

    Updated site from master (932ad55bac8c3f2f7322309ca3913971a710c690)
---
 content/documentation/fuseki2/fuseki-data-access-control.html | 2 +-
 content/documentation/fuseki2/fuseki-embedded.html            | 4 ++--
 content/documentation/io/rdf-input.html                       | 6 +++---
 content/sitemap.xml                                           | 8 ++++----
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-data-access-control.html b/content/documentation/fuseki2/fuseki-data-access-control.html
index 64c64f3..68f2669 100644
--- a/content/documentation/fuseki2/fuseki-data-access-control.html
+++ b/content/documentation/fuseki2/fuseki-data-access-control.html
@@ -495,7 +495,7 @@ implementation for the service.</p>
     &lt;#tdb_dataset_shared&gt; rdf:type tdb:DatasetTDB ;
         . . .
 </pre>
-<p>All dataset storage types are supported. TDB1 and TDB2 have special implementations for handling graph access control.</p>
+<p>All dataset storage types are supported. TDB1 and TBD2 have special implementations for handling graph access control.</p>
 <h3 id="graph-security-registry">Graph Security Registry</h3>
 <p>The Graph Security Registry is defined as a number of access entries in
 either a list format &ldquo;(user graph1 graph2 &hellip;)&rdquo; or as RDF properties
diff --git a/content/documentation/fuseki2/fuseki-embedded.html b/content/documentation/fuseki2/fuseki-embedded.html
index b4ad768..23fe3fe 100644
--- a/content/documentation/fuseki2/fuseki-embedded.html
+++ b/content/documentation/fuseki2/fuseki-embedded.html
@@ -305,7 +305,7 @@ server.stop() ;
 set that is read-only over HTTP. The application can still update the dataset.</p>
 <pre><code>Dataset ds = ... ;
 FusekiServer server = FusekiServer.create()
-    .setPort(3332)
+    .port(3332)
     .add(&quot;/ds&quot;, ds, true)
     .build() ;
 server.start() ;
@@ -345,7 +345,7 @@ dataService.addEndpoint(OperationName.Query, &quot;&quot;);
 dataService.addEndpoint(OperationName.Update, &quot;&quot;);
 
 FusekiServer server = FusekiServer.create()
-   .setPort(3332)
+   .port(3332)
    .add(&quot;/data&quot;, dataService)
    .build() ;
 server.start() ;
diff --git a/content/documentation/io/rdf-input.html b/content/documentation/io/rdf-input.html
index daf1532..1d4d7cb 100644
--- a/content/documentation/io/rdf-input.html
+++ b/content/documentation/io/rdf-input.html
@@ -457,17 +457,17 @@ the <code>PipedRDFIterator</code> implementation.  This has some advantages over
 production of data to run ahead of your consumption of data which may result in better overall throughput.</p>
 <p>The only complication is that you need to ensure that the thread feeding the <code>PipedRDFStream</code> and the consumer of the iterator are on different threads
 as otherwise you can run into a deadlock situation where one is waiting on data from the other which is never started.</p>
-<p>See <a href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/riot/ExRIOT_6.java">RIOT example 6</a>
+<p>See <a href="https://github.com/apache/jena/blob/main/jena-arq/src-examples/arq/examples/riot/ExRIOT6_AddNewReader.java">RIOT example 6</a>
 which shows an example usage including a simple way to push the parser onto a different thread to avoid the possible deadlock.</p>
 <h3 id="filter-the-output-of-parsing">Filter the output of parsing</h3>
 <p>When working with very large files, it can be useful to
 process the stream of triples or quads produced
 by the parser so as to work in a streaming fashion.</p>
-<p>See <a href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/riot/ExRIOT_4.java">RIOT example 4</a></p>
+<p>See <a href="https://github.com/apache/jena/blob/main/jena-arq/src-examples/arq/examples/riot/ExRIOT4_StreamRDF_Filter.java">RIOT example 4</a></p>
 <h3 id="add-a-new-language">Add a new language</h3>
 <p>The set of languages is not fixed. A new language,
 together with a parser, can be added to RIOT as shown in
-<a href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/riot/ExRIOT_5.java">RIOT example 5</a></p>
+<a href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/riot/ExRIOT5_StreamRDFCollect.java">RIOT example 5</a></p>
 
 
         </div>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 7fd02e5..2a1d51c 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -294,12 +294,12 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-data-access-control.html</loc>
-    <lastmod>2021-02-08T22:07:23+00:00</lastmod>
+    <lastmod>2020-09-19T11:47:36+01:00</lastmod>
   </url>
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2021-02-08T22:07:23+00:00</lastmod>
+    <lastmod>2021-02-09T01:19:44+03:00</lastmod>
   </url>
   
   <url>
@@ -344,7 +344,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-embedded.html</loc>
-    <lastmod>2021-02-05T17:11:36+01:00</lastmod>
+    <lastmod>2021-02-08T12:11:16+01:00</lastmod>
   </url>
   
   <url>
@@ -669,7 +669,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/io/rdf-input.html</loc>
-    <lastmod>2020-06-29T18:06:08+01:00</lastmod>
+    <lastmod>2021-02-09T01:19:44+03:00</lastmod>
   </url>
   
   <url>