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/09/04 17:51:29 UTC

[jena-site] branch asf-site updated: Updated site from main (1391abde9793cabe1daea904f97380a93c75f011)

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 9c99a2b  Updated site from main (1391abde9793cabe1daea904f97380a93c75f011)
9c99a2b is described below

commit 9c99a2b9cd03f41623708afbf182f7e968862756
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Sep 4 17:51:26 2021 +0000

    Updated site from main (1391abde9793cabe1daea904f97380a93c75f011)
---
 content/documentation/fuseki2/fuseki-layout.html   |   2 +-
 content/documentation/ontology/index.html          |   2 +-
 content/documentation/query/spatial-query-doc.html |   4 +-
 content/documentation/tools/index.html             |   2 +-
 content/getting_started/fuseki.html                | 210 --------------------
 content/getting_started/index.html                 |   2 -
 content/getting_started/index.xml                  |  39 ----
 content/getting_started/rdf_api.html               | 212 ---------------------
 content/getting_started/sparql.html                | 210 --------------------
 content/getting_started/tell_me_how.html           | 205 --------------------
 content/index.xml                                  |  39 ----
 content/sitemap.xml                                |  34 +---
 12 files changed, 12 insertions(+), 949 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-layout.html b/content/documentation/fuseki2/fuseki-layout.html
index 0221c12..bd98896 100644
--- a/content/documentation/fuseki2/fuseki-layout.html
+++ b/content/documentation/fuseki2/fuseki-layout.html
@@ -319,7 +319,7 @@ server deployment files and directories.</p>
 </tbody>
 </table>
 <p>The <code>system_files/</code> keeps a copy of any assemblers uploaded to
-configure the server. The master copy is kept in the system database.</p>
+configure the server. The primary copy is kept in the system database.</p>
 <h1 id="resetting">Resetting</h1>
 <p>To reset the server, stop the server, and delete the system database in <code>system/</code>,
 the <code>system_files/</code> and any other unwanted deployment files,
diff --git a/content/documentation/ontology/index.html b/content/documentation/ontology/index.html
index 64afbeb..3a44b8d 100644
--- a/content/documentation/ontology/index.html
+++ b/content/documentation/ontology/index.html
@@ -305,7 +305,7 @@ the basic vocabulary, and RDFS is perfectly well suited to this.</p>
 <p>Note also that we can both describe classes, in general terms, and we
 can describe particular <em>instances</em> of those classes. So there may
 be a particular individual Fred who is a Fish (i.e. has
-<code>rdf:type Fish</code>), and who has two eyes. His companion Freda, a
+<code>rdf:type Fish</code>), and who has two eyes. Their companion Freda, a
 <a href="http://en.wikipedia.org/wiki/Mexican_tetra">Mexican Tetra</a>, or
 blind cave fish, has no eyes. One use of an ontology is to allow us
 to fill-in missing information about individuals. Thus, though it
diff --git a/content/documentation/query/spatial-query-doc.html b/content/documentation/query/spatial-query-doc.html
index 15674f5..f991519 100644
--- a/content/documentation/query/spatial-query-doc.html
+++ b/content/documentation/query/spatial-query-doc.html
@@ -258,8 +258,8 @@ airports:EGBB_Fake_In_Box rdf:type airports_sc:LargeAirport ;
 <p><strong>The builtin predicates that can be automatically processed by jena-spatial include: 1) <code>geo:lat</code>, <code>geo:long</code>; 2) <code>geo:geometry</code>, <code>ogc:asWKT</code>.</strong></p>
 <p><strong>Important note</strong> In order to read geo data in 2) WKT literal format, jena-spatial uses <a href="http://tsusiatsoftware.net/jts/main.html">JTS Topology Suite</a>,
 which is under LGPL licence. jena-spatial <strong>does not</strong> make a hard dependency on JTS. In other words,
-if an end user just uses the feature of 1), there&rsquo;s no need to depend on JTS (i.e. nothing needs to be done). If he wants 2),
-he can make it by setting the <code>SpatialContextFactory</code> of
+if an end user just uses the feature of 1), there&rsquo;s no need to depend on JTS (i.e. nothing needs to be done). If they want 2),
+they can make it by setting the <code>SpatialContextFactory</code> of
 <a href="https://github.com/apache/jena/tree/main/jena-spatial/src/main/java/org/apache/jena/query/spatial/EntityDefinition.java">EntityDefinition</a>
 to <code>JtsSpatialContextFactory</code>, which is an optional choice. In this way, the JTS libs should be in the classpath. Here&rsquo;s the sample code:</p>
 <pre><code>import org.apache.jena.query.spatial.EntityDefinition
diff --git a/content/documentation/tools/index.html b/content/documentation/tools/index.html
index 1c488ac..e6293dc 100644
--- a/content/documentation/tools/index.html
+++ b/content/documentation/tools/index.html
@@ -204,7 +204,7 @@ a variety of tasks in developing Jena-based applications.</p>
 <p>This command will simply print the versions of Jena and ARQ used in your distribution, all the tools support the <code>--version </code> option.  To find out how to use a specific tool add the <code>--help</code> flag instead.</p>
 <p>Note that many examples of using Jena tools typically use the Linux style invocation because most of the Jena developers work on Linux/Mac platforms.  When running on windows simply add <code>.bat</code> as an extension to the name of the command line tool to run it, on some versions of Windows this may not be required.</p>
 <h3 id="common-issues-with-running-the-tools">Common Issues with Running the Tools</h3>
-<p>If you receive errors stating that a class is not found then it is most likely that <code>JENA_HOME</code> is not set correctly.  As a quick sanity check you can try the following to see if it is set appropriately:</p>
+<p>If you receive errors stating that a class is not found then it is most likely that <code>JENA_HOME</code> is not set correctly.  As a quick check you can try the following to see if it is set appropriately:</p>
 <p><strong>On Linux / Mac</strong></p>
 <ul>
 <li><code>cd $JENA_HOME</code></li>
diff --git a/content/getting_started/fuseki.html b/content/getting_started/fuseki.html
deleted file mode 100644
index e46a215..0000000
--- a/content/getting_started/fuseki.html
+++ /dev/null
@@ -1,210 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    
-
-    <title>Apache Jena - Getting starting with serving RDF over HTTP</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
-    <link href="/css/bootstrap-extension.css" rel="stylesheet" type="text/css">
-    <link href="/css/jena.css" rel="stylesheet" type="text/css">
-    <link rel="shortcut icon" href="/images/favicon.ico" />
-
-    <script src="https://code.jquery.com/jquery-2.2.4.min.js"
-            integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
-            crossorigin="anonymous"></script>
-    <script src="/js/jena-navigation.js" type="text/javascript"></script>
-    <script src="/js/bootstrap.min.js" type="text/javascript"></script>
-
-    <script src="/js/improve.js" type="text/javascript"></script>
-
-    
-</head>
-
-<body>
-
-<nav class="navbar navbar-default" role="navigation">
-    <div class="container">
-        <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-            </button>
-            <a class="navbar-brand" href="/index.html">
-                <img class="logo-menu" src="/images/jena-logo/jena-logo-notext-small.png" alt="jena logo">Apache Jena</a>
-        </div>
-
-        <div class="collapse navbar-collapse navbar-ex1-collapse">
-            <ul class="nav navbar-nav">
-                <li id="homepage"><a href="/index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
-                <li id="download"><a href="/download/index.cgi"><span class="glyphicon glyphicon-download-alt"></span> Download</a></li>
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Learn <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li class="dropdown-header">Tutorials</li>
-                        <li><a href="/tutorials/index.html">Overview</a></li>
-                        <li><a href="/tutorials/rdf_api.html">RDF core API tutorial</a></li>
-                        <li><a href="/tutorials/sparql.html">SPARQL tutorial</a></li>
-                        <li><a href="/documentation/query/manipulating_sparql_using_arq.html">Manipulating SPARQL using ARQ</a></li>
-                        <li><a href="/tutorials/using_jena_with_eclipse.html">Using Jena with Eclipse</a></li>
-                        <li><a href="/documentation/notes/index.html">How-To's</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">References</li>
-                        <li><a href="/documentation/index.html">Overview</a></li>
-                        <li><a href="/documentation/javadoc.html">Javadoc</a></li>
-                        <li><a href="/documentation/rdf/index.html">RDF API</a></li>
-                        <li><a href="/documentation/io/">RDF I/O</a></li>
-                        <li><a href="/documentation/fuseki2/index.html">Fuseki</a></li>
-                        <li><a href="/documentation/query/index.html">ARQ (SPARQL)</a></li>
-                        <li><a href="/documentation/rdfconnection/">RDF Connection - SPARQL API</a></li>
-                        <li><a href="/documentation/rdfs/">Data with RDFS Inferencing</a></li>
-                        <li><a href="/documentation/tdb/index.html">TDB</a></li>
-                        <li><a href="/documentation/tdb2/index.html">TDB2</a></li>
-                        <li><a href="/documentation/query/text-query.html">Text Search</a></li>
-                        <li><a href="/documentation/shacl/index.html">SHACL</a></li>
-                        <li><a href="/documentation/shex/index.html">ShEx</a></li>
-                        <li><a href="/documentation/rdfstar/index.html">RDF-star</a></li>
-                        <li><a href="/documentation/tools/index.html">Command-line tools</a></li>
-                        <li><a href="/documentation/hadoop/index.html">Elephas - tools for RDF on Hadoop</a></li>
-                        <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                        <li><a href="/documentation/permissions/index.html">Permissions</a></li>
-                        <li><a href="/documentation/assembler/index.html">Assembler</a></li>
-                        <li><a href="/documentation/ontology/">Ontology API</a></li>
-                        <li><a href="/documentation/inference/index.html">Inference API</a></li>
-                        <li><a href="/documentation/extras/querybuilder/index.html">Query Builder</a></li>
-                    </ul>
-                </li>
-
-                <li class="drop down">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Javadoc <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/documentation/javadoc/jena/">Jena Core</a></li>
-                        <li><a href="/documentation/javadoc/arq/">ARQ</a></li>
-                        <li><a href="/documentation/javadoc/tdb/">TDB</a></li>
-                        <li><a href="/documentation/javadoc/fuseki2/">Fuseki</a></li>
-                        <li><a href="/documentation/javadoc_elephas.html">Elephas</a></li>
-                        <li><a href="/documentation/javadoc/text/">Text Search</a></li>
-                        <li><a href="/documentation/javadoc/shacl/">SHACL</a></li>
-                        <li><a href="/documentation/javadoc/geosparql/">GeoSPARQL</a></li>
-                        <li><a href="/documentation/javadoc/permissions/">Permissions</a></li>
-                        <li><a href="/documentation/javadoc/jdbc/">JDBC</a></li>
-                        <li><a href="/documentation/javadoc/extras/querybuilder/">Query Builder</a></li>
-                        <li><a href="/documentation/javadoc.html">All Javadoc</a></li>
-                    </ul>
-                </li>
-
-                <li id="ask"><a href="/help_and_support/index.html"><span class="glyphicon glyphicon-question-sign"></span> Ask</a></li>
-
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-bullhorn"></span> Get involved <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/getting_involved/index.html">Contribute</a></li>
-                        <li><a href="/help_and_support/bugs_and_suggestions.html">Report a bug</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">Project</li>
-                        <li><a href="/about_jena/about.html">About Jena</a></li>
-                        <li><a href="/about_jena/roadmap.html">Roadmap</a></li>
-                        <li><a href="/about_jena/architecture.html">Architecture</a></li>
-                        <li><a href="/about_jena/team.html">Project team</a></li>
-                        <li><a href="/about_jena/contributions.html">Related projects</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">ASF</li>
-                        <li><a href="http://www.apache.org/">Apache Software Foundation</a></li>
-                        <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
-                        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                        <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
-                        <li><a href="http://www.apache.org/security/">Security</a></li>
-                    </ul>
-                </li>
-
-                <li id="edit"><a href="https://github.com/apache/jena-site/edit/main/source/getting_started/fuseki.md" title="Edit this page on GitHub"><span class="glyphicon glyphicon-pencil"></span> Edit this page</a></li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="container">
-    <div class="row">
-        <div class="col-md-12">
-            <div id="breadcrumbs">
-                
-                    
-
-
-
-
-
-<ol class="breadcrumb">
-    
-    
-        
-        
-    
-        
-        
-            
-                <li><a href='/getting_started'>GETTING STARTED</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="active">FUSEKI</li>
-            
-            
-        
-    
-</ol>
-
-
-
-
-                
-            </div>
-            <h1 class="title">Getting starting with serving RDF over HTTP</h1>
-            
-	<p><em>Please bear with us, we&rsquo;re in the process of updating this section of the site</em>.
-This section will shortly contain some example projects illustrating aspects of
-using Jena for RDF processing. In the meantime, please see the following
-resources for help:</p>
-<ul>
-<li><a href="/documentation/fuseki2/index.html">Fuseki</a></li>
-</ul>
-<h2 id="other-resources">Other resources</h2>
-<p>Jena committer Paolo Castagna has listed some <a href="https://github.com/castagna/jena-examples">example programs</a>
-using Jena on his GitHub site.</p>
-
-
-        </div>
-    </div>
-
-</div>
-
-<footer class="footer">
-    <div class="container">
-        <p>
-            Copyright &copy; 2011&ndash;2021 The Apache Software Foundation, Licensed under the
-            <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        </p>
-        <p>
-            Apache Jena, Jena, the Apache Jena project logo, Apache and the Apache feather logos are trademarks of
-            The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-
-<script type="text/javascript">
-    var link = $('a[href="' + this.location.pathname + '"]');
-    if (link != undefined)
-        link.parents('li,ul').addClass('active');
-</script>
-
-</body>
-</html>
diff --git a/content/getting_started/index.html b/content/getting_started/index.html
index e3569fa..bc24778 100644
--- a/content/getting_started/index.html
+++ b/content/getting_started/index.html
@@ -201,8 +201,6 @@ usage of advanced semantic web features such as reasoning over your data using O
 <p>The interaction between the different APIs:</p>
 <p><img src="/images/jena-architecture.png" alt="Jena architecture overview" title="Jena architecture overview"></p>
 <h2><img class="logo-menu" src="/images/jena-logo/jena-logo-notext-small.png" alt="jena logo">Other resources</h2>
-<p>Finally, Jena committer Paolo Castagna has listed some <a href="https://github.com/castagna/jena-examples">example programs</a>
-using Jena on his GitHub site.</p>
 
 
         </div>
diff --git a/content/getting_started/index.xml b/content/getting_started/index.xml
index 861acdf..6f33c82 100644
--- a/content/getting_started/index.xml
+++ b/content/getting_started/index.xml
@@ -11,16 +11,6 @@
     
     
     <item>
-      <title>an overview of the Jena RDF API</title>
-      <link>https://jena.apache.org/getting_started/rdf_api.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/rdf_api.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example projects illustrating aspects of using Jena for RDF processing. In the meantime, please see the following resources for help:
- Jena RDF API tutorial SPARQL tutorial Ontology API overview  Other resources Jena committer Paolo Castagna has listed some example programs using Jena on his GitHub site.</description>
-    </item>
-    
-    <item>
       <title>Getting started with Apache Jena</title>
       <link>https://jena.apache.org/getting_started/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -30,34 +20,5 @@
 Tutorials  RDF API tutorial - you will learn the essence of the semantic web and the graph representation behind RDF.</description>
     </item>
     
-    <item>
-      <title>Getting started with SPARQL queries</title>
-      <link>https://jena.apache.org/getting_started/sparql.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/sparql.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example projects illustrating aspects of using Jena for RDF processing. In the meantime, please see the following resources for help:
- SPARQL tutorial  Other resources Jena committer Paolo Castagna has listed some example programs using Jena on his GitHub site.</description>
-    </item>
-    
-    <item>
-      <title>Getting starting with serving RDF over HTTP</title>
-      <link>https://jena.apache.org/getting_started/fuseki.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/fuseki.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example projects illustrating aspects of using Jena for RDF processing. In the meantime, please see the following resources for help:
- Fuseki  Other resources Jena committer Paolo Castagna has listed some example programs using Jena on his GitHub site.</description>
-    </item>
-    
-    <item>
-      <title>Tell me how to ...</title>
-      <link>https://jena.apache.org/getting_started/tell_me_how.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/tell_me_how.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example patterns and recipes for things we have found Jena users commonly want to do. If you have a particular need that you think would be usefully covered in this section, please file a Jira issue outlining your suggestion.</description>
-    </item>
-    
   </channel>
 </rss>
\ No newline at end of file
diff --git a/content/getting_started/rdf_api.html b/content/getting_started/rdf_api.html
deleted file mode 100644
index 3b168f3..0000000
--- a/content/getting_started/rdf_api.html
+++ /dev/null
@@ -1,212 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    
-
-    <title>Apache Jena - an overview of the Jena RDF API</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
-    <link href="/css/bootstrap-extension.css" rel="stylesheet" type="text/css">
-    <link href="/css/jena.css" rel="stylesheet" type="text/css">
-    <link rel="shortcut icon" href="/images/favicon.ico" />
-
-    <script src="https://code.jquery.com/jquery-2.2.4.min.js"
-            integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
-            crossorigin="anonymous"></script>
-    <script src="/js/jena-navigation.js" type="text/javascript"></script>
-    <script src="/js/bootstrap.min.js" type="text/javascript"></script>
-
-    <script src="/js/improve.js" type="text/javascript"></script>
-
-    
-</head>
-
-<body>
-
-<nav class="navbar navbar-default" role="navigation">
-    <div class="container">
-        <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-            </button>
-            <a class="navbar-brand" href="/index.html">
-                <img class="logo-menu" src="/images/jena-logo/jena-logo-notext-small.png" alt="jena logo">Apache Jena</a>
-        </div>
-
-        <div class="collapse navbar-collapse navbar-ex1-collapse">
-            <ul class="nav navbar-nav">
-                <li id="homepage"><a href="/index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
-                <li id="download"><a href="/download/index.cgi"><span class="glyphicon glyphicon-download-alt"></span> Download</a></li>
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Learn <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li class="dropdown-header">Tutorials</li>
-                        <li><a href="/tutorials/index.html">Overview</a></li>
-                        <li><a href="/tutorials/rdf_api.html">RDF core API tutorial</a></li>
-                        <li><a href="/tutorials/sparql.html">SPARQL tutorial</a></li>
-                        <li><a href="/documentation/query/manipulating_sparql_using_arq.html">Manipulating SPARQL using ARQ</a></li>
-                        <li><a href="/tutorials/using_jena_with_eclipse.html">Using Jena with Eclipse</a></li>
-                        <li><a href="/documentation/notes/index.html">How-To's</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">References</li>
-                        <li><a href="/documentation/index.html">Overview</a></li>
-                        <li><a href="/documentation/javadoc.html">Javadoc</a></li>
-                        <li><a href="/documentation/rdf/index.html">RDF API</a></li>
-                        <li><a href="/documentation/io/">RDF I/O</a></li>
-                        <li><a href="/documentation/fuseki2/index.html">Fuseki</a></li>
-                        <li><a href="/documentation/query/index.html">ARQ (SPARQL)</a></li>
-                        <li><a href="/documentation/rdfconnection/">RDF Connection - SPARQL API</a></li>
-                        <li><a href="/documentation/rdfs/">Data with RDFS Inferencing</a></li>
-                        <li><a href="/documentation/tdb/index.html">TDB</a></li>
-                        <li><a href="/documentation/tdb2/index.html">TDB2</a></li>
-                        <li><a href="/documentation/query/text-query.html">Text Search</a></li>
-                        <li><a href="/documentation/shacl/index.html">SHACL</a></li>
-                        <li><a href="/documentation/shex/index.html">ShEx</a></li>
-                        <li><a href="/documentation/rdfstar/index.html">RDF-star</a></li>
-                        <li><a href="/documentation/tools/index.html">Command-line tools</a></li>
-                        <li><a href="/documentation/hadoop/index.html">Elephas - tools for RDF on Hadoop</a></li>
-                        <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                        <li><a href="/documentation/permissions/index.html">Permissions</a></li>
-                        <li><a href="/documentation/assembler/index.html">Assembler</a></li>
-                        <li><a href="/documentation/ontology/">Ontology API</a></li>
-                        <li><a href="/documentation/inference/index.html">Inference API</a></li>
-                        <li><a href="/documentation/extras/querybuilder/index.html">Query Builder</a></li>
-                    </ul>
-                </li>
-
-                <li class="drop down">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Javadoc <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/documentation/javadoc/jena/">Jena Core</a></li>
-                        <li><a href="/documentation/javadoc/arq/">ARQ</a></li>
-                        <li><a href="/documentation/javadoc/tdb/">TDB</a></li>
-                        <li><a href="/documentation/javadoc/fuseki2/">Fuseki</a></li>
-                        <li><a href="/documentation/javadoc_elephas.html">Elephas</a></li>
-                        <li><a href="/documentation/javadoc/text/">Text Search</a></li>
-                        <li><a href="/documentation/javadoc/shacl/">SHACL</a></li>
-                        <li><a href="/documentation/javadoc/geosparql/">GeoSPARQL</a></li>
-                        <li><a href="/documentation/javadoc/permissions/">Permissions</a></li>
-                        <li><a href="/documentation/javadoc/jdbc/">JDBC</a></li>
-                        <li><a href="/documentation/javadoc/extras/querybuilder/">Query Builder</a></li>
-                        <li><a href="/documentation/javadoc.html">All Javadoc</a></li>
-                    </ul>
-                </li>
-
-                <li id="ask"><a href="/help_and_support/index.html"><span class="glyphicon glyphicon-question-sign"></span> Ask</a></li>
-
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-bullhorn"></span> Get involved <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/getting_involved/index.html">Contribute</a></li>
-                        <li><a href="/help_and_support/bugs_and_suggestions.html">Report a bug</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">Project</li>
-                        <li><a href="/about_jena/about.html">About Jena</a></li>
-                        <li><a href="/about_jena/roadmap.html">Roadmap</a></li>
-                        <li><a href="/about_jena/architecture.html">Architecture</a></li>
-                        <li><a href="/about_jena/team.html">Project team</a></li>
-                        <li><a href="/about_jena/contributions.html">Related projects</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">ASF</li>
-                        <li><a href="http://www.apache.org/">Apache Software Foundation</a></li>
-                        <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
-                        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                        <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
-                        <li><a href="http://www.apache.org/security/">Security</a></li>
-                    </ul>
-                </li>
-
-                <li id="edit"><a href="https://github.com/apache/jena-site/edit/main/source/getting_started/rdf_api.md" title="Edit this page on GitHub"><span class="glyphicon glyphicon-pencil"></span> Edit this page</a></li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="container">
-    <div class="row">
-        <div class="col-md-12">
-            <div id="breadcrumbs">
-                
-                    
-
-
-
-
-
-<ol class="breadcrumb">
-    
-    
-        
-        
-    
-        
-        
-            
-                <li><a href='/getting_started'>GETTING STARTED</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="active">RDF API</li>
-            
-            
-        
-    
-</ol>
-
-
-
-
-                
-            </div>
-            <h1 class="title">an overview of the Jena RDF API</h1>
-            
-	<p><em>Please bear with us, we&rsquo;re in the process of updating this section of the site</em>.
-This section will shortly contain some example projects illustrating aspects of
-using Jena for RDF processing. In the meantime, please see the following
-resources for help:</p>
-<ul>
-<li><a href="/tutorials/rdf_api.html">Jena RDF API tutorial</a></li>
-<li><a href="/tutorials/sparql.html">SPARQL tutorial</a></li>
-<li><a href="/documentation/ontology">Ontology API overview</a></li>
-</ul>
-<h2 id="other-resources">Other resources</h2>
-<p>Jena committer Paolo Castagna has listed some <a href="https://github.com/castagna/jena-examples">example programs</a>
-using Jena on his GitHub site.</p>
-
-
-        </div>
-    </div>
-
-</div>
-
-<footer class="footer">
-    <div class="container">
-        <p>
-            Copyright &copy; 2011&ndash;2021 The Apache Software Foundation, Licensed under the
-            <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        </p>
-        <p>
-            Apache Jena, Jena, the Apache Jena project logo, Apache and the Apache feather logos are trademarks of
-            The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-
-<script type="text/javascript">
-    var link = $('a[href="' + this.location.pathname + '"]');
-    if (link != undefined)
-        link.parents('li,ul').addClass('active');
-</script>
-
-</body>
-</html>
diff --git a/content/getting_started/sparql.html b/content/getting_started/sparql.html
deleted file mode 100644
index 34d1dc7..0000000
--- a/content/getting_started/sparql.html
+++ /dev/null
@@ -1,210 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    
-
-    <title>Apache Jena - Getting started with SPARQL queries</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
-    <link href="/css/bootstrap-extension.css" rel="stylesheet" type="text/css">
-    <link href="/css/jena.css" rel="stylesheet" type="text/css">
-    <link rel="shortcut icon" href="/images/favicon.ico" />
-
-    <script src="https://code.jquery.com/jquery-2.2.4.min.js"
-            integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
-            crossorigin="anonymous"></script>
-    <script src="/js/jena-navigation.js" type="text/javascript"></script>
-    <script src="/js/bootstrap.min.js" type="text/javascript"></script>
-
-    <script src="/js/improve.js" type="text/javascript"></script>
-
-    
-</head>
-
-<body>
-
-<nav class="navbar navbar-default" role="navigation">
-    <div class="container">
-        <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-            </button>
-            <a class="navbar-brand" href="/index.html">
-                <img class="logo-menu" src="/images/jena-logo/jena-logo-notext-small.png" alt="jena logo">Apache Jena</a>
-        </div>
-
-        <div class="collapse navbar-collapse navbar-ex1-collapse">
-            <ul class="nav navbar-nav">
-                <li id="homepage"><a href="/index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
-                <li id="download"><a href="/download/index.cgi"><span class="glyphicon glyphicon-download-alt"></span> Download</a></li>
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Learn <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li class="dropdown-header">Tutorials</li>
-                        <li><a href="/tutorials/index.html">Overview</a></li>
-                        <li><a href="/tutorials/rdf_api.html">RDF core API tutorial</a></li>
-                        <li><a href="/tutorials/sparql.html">SPARQL tutorial</a></li>
-                        <li><a href="/documentation/query/manipulating_sparql_using_arq.html">Manipulating SPARQL using ARQ</a></li>
-                        <li><a href="/tutorials/using_jena_with_eclipse.html">Using Jena with Eclipse</a></li>
-                        <li><a href="/documentation/notes/index.html">How-To's</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">References</li>
-                        <li><a href="/documentation/index.html">Overview</a></li>
-                        <li><a href="/documentation/javadoc.html">Javadoc</a></li>
-                        <li><a href="/documentation/rdf/index.html">RDF API</a></li>
-                        <li><a href="/documentation/io/">RDF I/O</a></li>
-                        <li><a href="/documentation/fuseki2/index.html">Fuseki</a></li>
-                        <li><a href="/documentation/query/index.html">ARQ (SPARQL)</a></li>
-                        <li><a href="/documentation/rdfconnection/">RDF Connection - SPARQL API</a></li>
-                        <li><a href="/documentation/rdfs/">Data with RDFS Inferencing</a></li>
-                        <li><a href="/documentation/tdb/index.html">TDB</a></li>
-                        <li><a href="/documentation/tdb2/index.html">TDB2</a></li>
-                        <li><a href="/documentation/query/text-query.html">Text Search</a></li>
-                        <li><a href="/documentation/shacl/index.html">SHACL</a></li>
-                        <li><a href="/documentation/shex/index.html">ShEx</a></li>
-                        <li><a href="/documentation/rdfstar/index.html">RDF-star</a></li>
-                        <li><a href="/documentation/tools/index.html">Command-line tools</a></li>
-                        <li><a href="/documentation/hadoop/index.html">Elephas - tools for RDF on Hadoop</a></li>
-                        <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                        <li><a href="/documentation/permissions/index.html">Permissions</a></li>
-                        <li><a href="/documentation/assembler/index.html">Assembler</a></li>
-                        <li><a href="/documentation/ontology/">Ontology API</a></li>
-                        <li><a href="/documentation/inference/index.html">Inference API</a></li>
-                        <li><a href="/documentation/extras/querybuilder/index.html">Query Builder</a></li>
-                    </ul>
-                </li>
-
-                <li class="drop down">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Javadoc <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/documentation/javadoc/jena/">Jena Core</a></li>
-                        <li><a href="/documentation/javadoc/arq/">ARQ</a></li>
-                        <li><a href="/documentation/javadoc/tdb/">TDB</a></li>
-                        <li><a href="/documentation/javadoc/fuseki2/">Fuseki</a></li>
-                        <li><a href="/documentation/javadoc_elephas.html">Elephas</a></li>
-                        <li><a href="/documentation/javadoc/text/">Text Search</a></li>
-                        <li><a href="/documentation/javadoc/shacl/">SHACL</a></li>
-                        <li><a href="/documentation/javadoc/geosparql/">GeoSPARQL</a></li>
-                        <li><a href="/documentation/javadoc/permissions/">Permissions</a></li>
-                        <li><a href="/documentation/javadoc/jdbc/">JDBC</a></li>
-                        <li><a href="/documentation/javadoc/extras/querybuilder/">Query Builder</a></li>
-                        <li><a href="/documentation/javadoc.html">All Javadoc</a></li>
-                    </ul>
-                </li>
-
-                <li id="ask"><a href="/help_and_support/index.html"><span class="glyphicon glyphicon-question-sign"></span> Ask</a></li>
-
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-bullhorn"></span> Get involved <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/getting_involved/index.html">Contribute</a></li>
-                        <li><a href="/help_and_support/bugs_and_suggestions.html">Report a bug</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">Project</li>
-                        <li><a href="/about_jena/about.html">About Jena</a></li>
-                        <li><a href="/about_jena/roadmap.html">Roadmap</a></li>
-                        <li><a href="/about_jena/architecture.html">Architecture</a></li>
-                        <li><a href="/about_jena/team.html">Project team</a></li>
-                        <li><a href="/about_jena/contributions.html">Related projects</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">ASF</li>
-                        <li><a href="http://www.apache.org/">Apache Software Foundation</a></li>
-                        <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
-                        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                        <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
-                        <li><a href="http://www.apache.org/security/">Security</a></li>
-                    </ul>
-                </li>
-
-                <li id="edit"><a href="https://github.com/apache/jena-site/edit/main/source/getting_started/sparql.md" title="Edit this page on GitHub"><span class="glyphicon glyphicon-pencil"></span> Edit this page</a></li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="container">
-    <div class="row">
-        <div class="col-md-12">
-            <div id="breadcrumbs">
-                
-                    
-
-
-
-
-
-<ol class="breadcrumb">
-    
-    
-        
-        
-    
-        
-        
-            
-                <li><a href='/getting_started'>GETTING STARTED</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="active">SPARQL</li>
-            
-            
-        
-    
-</ol>
-
-
-
-
-                
-            </div>
-            <h1 class="title">Getting started with SPARQL queries</h1>
-            
-	<p><em>Please bear with us, we&rsquo;re in the process of updating this section of the site</em>.
-This section will shortly contain some example projects illustrating aspects of
-using Jena for RDF processing. In the meantime, please see the following
-resources for help:</p>
-<ul>
-<li><a href="/tutorials/sparql.html">SPARQL tutorial</a></li>
-</ul>
-<h2 id="other-resources">Other resources</h2>
-<p>Jena committer Paolo Castagna has listed some <a href="https://github.com/castagna/jena-examples">example programs</a>
-using Jena on his GitHub site.</p>
-
-
-        </div>
-    </div>
-
-</div>
-
-<footer class="footer">
-    <div class="container">
-        <p>
-            Copyright &copy; 2011&ndash;2021 The Apache Software Foundation, Licensed under the
-            <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        </p>
-        <p>
-            Apache Jena, Jena, the Apache Jena project logo, Apache and the Apache feather logos are trademarks of
-            The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-
-<script type="text/javascript">
-    var link = $('a[href="' + this.location.pathname + '"]');
-    if (link != undefined)
-        link.parents('li,ul').addClass('active');
-</script>
-
-</body>
-</html>
diff --git a/content/getting_started/tell_me_how.html b/content/getting_started/tell_me_how.html
deleted file mode 100644
index bf4954b..0000000
--- a/content/getting_started/tell_me_how.html
+++ /dev/null
@@ -1,205 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    
-
-    <title>Apache Jena - Tell me how to ...</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
-    <link href="/css/bootstrap-extension.css" rel="stylesheet" type="text/css">
-    <link href="/css/jena.css" rel="stylesheet" type="text/css">
-    <link rel="shortcut icon" href="/images/favicon.ico" />
-
-    <script src="https://code.jquery.com/jquery-2.2.4.min.js"
-            integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
-            crossorigin="anonymous"></script>
-    <script src="/js/jena-navigation.js" type="text/javascript"></script>
-    <script src="/js/bootstrap.min.js" type="text/javascript"></script>
-
-    <script src="/js/improve.js" type="text/javascript"></script>
-
-    
-</head>
-
-<body>
-
-<nav class="navbar navbar-default" role="navigation">
-    <div class="container">
-        <div class="navbar-header">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-            </button>
-            <a class="navbar-brand" href="/index.html">
-                <img class="logo-menu" src="/images/jena-logo/jena-logo-notext-small.png" alt="jena logo">Apache Jena</a>
-        </div>
-
-        <div class="collapse navbar-collapse navbar-ex1-collapse">
-            <ul class="nav navbar-nav">
-                <li id="homepage"><a href="/index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
-                <li id="download"><a href="/download/index.cgi"><span class="glyphicon glyphicon-download-alt"></span> Download</a></li>
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Learn <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li class="dropdown-header">Tutorials</li>
-                        <li><a href="/tutorials/index.html">Overview</a></li>
-                        <li><a href="/tutorials/rdf_api.html">RDF core API tutorial</a></li>
-                        <li><a href="/tutorials/sparql.html">SPARQL tutorial</a></li>
-                        <li><a href="/documentation/query/manipulating_sparql_using_arq.html">Manipulating SPARQL using ARQ</a></li>
-                        <li><a href="/tutorials/using_jena_with_eclipse.html">Using Jena with Eclipse</a></li>
-                        <li><a href="/documentation/notes/index.html">How-To's</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">References</li>
-                        <li><a href="/documentation/index.html">Overview</a></li>
-                        <li><a href="/documentation/javadoc.html">Javadoc</a></li>
-                        <li><a href="/documentation/rdf/index.html">RDF API</a></li>
-                        <li><a href="/documentation/io/">RDF I/O</a></li>
-                        <li><a href="/documentation/fuseki2/index.html">Fuseki</a></li>
-                        <li><a href="/documentation/query/index.html">ARQ (SPARQL)</a></li>
-                        <li><a href="/documentation/rdfconnection/">RDF Connection - SPARQL API</a></li>
-                        <li><a href="/documentation/rdfs/">Data with RDFS Inferencing</a></li>
-                        <li><a href="/documentation/tdb/index.html">TDB</a></li>
-                        <li><a href="/documentation/tdb2/index.html">TDB2</a></li>
-                        <li><a href="/documentation/query/text-query.html">Text Search</a></li>
-                        <li><a href="/documentation/shacl/index.html">SHACL</a></li>
-                        <li><a href="/documentation/shex/index.html">ShEx</a></li>
-                        <li><a href="/documentation/rdfstar/index.html">RDF-star</a></li>
-                        <li><a href="/documentation/tools/index.html">Command-line tools</a></li>
-                        <li><a href="/documentation/hadoop/index.html">Elephas - tools for RDF on Hadoop</a></li>
-                        <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                        <li><a href="/documentation/permissions/index.html">Permissions</a></li>
-                        <li><a href="/documentation/assembler/index.html">Assembler</a></li>
-                        <li><a href="/documentation/ontology/">Ontology API</a></li>
-                        <li><a href="/documentation/inference/index.html">Inference API</a></li>
-                        <li><a href="/documentation/extras/querybuilder/index.html">Query Builder</a></li>
-                    </ul>
-                </li>
-
-                <li class="drop down">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Javadoc <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/documentation/javadoc/jena/">Jena Core</a></li>
-                        <li><a href="/documentation/javadoc/arq/">ARQ</a></li>
-                        <li><a href="/documentation/javadoc/tdb/">TDB</a></li>
-                        <li><a href="/documentation/javadoc/fuseki2/">Fuseki</a></li>
-                        <li><a href="/documentation/javadoc_elephas.html">Elephas</a></li>
-                        <li><a href="/documentation/javadoc/text/">Text Search</a></li>
-                        <li><a href="/documentation/javadoc/shacl/">SHACL</a></li>
-                        <li><a href="/documentation/javadoc/geosparql/">GeoSPARQL</a></li>
-                        <li><a href="/documentation/javadoc/permissions/">Permissions</a></li>
-                        <li><a href="/documentation/javadoc/jdbc/">JDBC</a></li>
-                        <li><a href="/documentation/javadoc/extras/querybuilder/">Query Builder</a></li>
-                        <li><a href="/documentation/javadoc.html">All Javadoc</a></li>
-                    </ul>
-                </li>
-
-                <li id="ask"><a href="/help_and_support/index.html"><span class="glyphicon glyphicon-question-sign"></span> Ask</a></li>
-
-                <li class="dropdown">
-                    <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-bullhorn"></span> Get involved <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        <li><a href="/getting_involved/index.html">Contribute</a></li>
-                        <li><a href="/help_and_support/bugs_and_suggestions.html">Report a bug</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">Project</li>
-                        <li><a href="/about_jena/about.html">About Jena</a></li>
-                        <li><a href="/about_jena/roadmap.html">Roadmap</a></li>
-                        <li><a href="/about_jena/architecture.html">Architecture</a></li>
-                        <li><a href="/about_jena/team.html">Project team</a></li>
-                        <li><a href="/about_jena/contributions.html">Related projects</a></li>
-                        <li class="divider"></li>
-                        <li class="dropdown-header">ASF</li>
-                        <li><a href="http://www.apache.org/">Apache Software Foundation</a></li>
-                        <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
-                        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                        <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
-                        <li><a href="http://www.apache.org/security/">Security</a></li>
-                    </ul>
-                </li>
-
-                <li id="edit"><a href="https://github.com/apache/jena-site/edit/main/source/getting_started/tell_me_how.md" title="Edit this page on GitHub"><span class="glyphicon glyphicon-pencil"></span> Edit this page</a></li>
-            </ul>
-        </div>
-    </div>
-</nav>
-
-
-<div class="container">
-    <div class="row">
-        <div class="col-md-12">
-            <div id="breadcrumbs">
-                
-                    
-
-
-
-
-
-<ol class="breadcrumb">
-    
-    
-        
-        
-    
-        
-        
-            
-                <li><a href='/getting_started'>GETTING STARTED</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="active">TELL ME HOW</li>
-            
-            
-        
-    
-</ol>
-
-
-
-
-                
-            </div>
-            <h1 class="title">Tell me how to ...</h1>
-            
-	<p><em>Please bear with us, we&rsquo;re in the process of updating this section of the site</em>.
-This section will shortly contain some example patterns and recipes for things we
-have found Jena users commonly want to do. If you have a particular need that you
-think would be usefully covered in this section, please <a href="https://issues.apache.org/jira/browse/JENA">file a Jira issue</a>
-outlining your suggestion.</p>
-
-
-        </div>
-    </div>
-
-</div>
-
-<footer class="footer">
-    <div class="container">
-        <p>
-            Copyright &copy; 2011&ndash;2021 The Apache Software Foundation, Licensed under the
-            <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        </p>
-        <p>
-            Apache Jena, Jena, the Apache Jena project logo, Apache and the Apache feather logos are trademarks of
-            The Apache Software Foundation.
-        </p>
-    </div>
-</footer>
-
-
-<script type="text/javascript">
-    var link = $('a[href="' + this.location.pathname + '"]');
-    if (link != undefined)
-        link.parents('li,ul').addClass('active');
-</script>
-
-</body>
-</html>
diff --git a/content/index.xml b/content/index.xml
index 84b92d8..3c75171 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -53,16 +53,6 @@ Implementing too quickly, without first understanding the RDF data model, leads
     </item>
     
     <item>
-      <title>an overview of the Jena RDF API</title>
-      <link>https://jena.apache.org/getting_started/rdf_api.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/rdf_api.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example projects illustrating aspects of using Jena for RDF processing. In the meantime, please see the following resources for help:
- Jena RDF API tutorial SPARQL tutorial Ontology API overview  Other resources Jena committer Paolo Castagna has listed some example programs using Jena on his GitHub site.</description>
-    </item>
-    
-    <item>
       <title>Apache Jena Elephas</title>
       <link>https://jena.apache.org/documentation/hadoop/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -932,26 +922,6 @@ Tutorials  RDF API tutorial - you will learn the essence of the semantic web and
     </item>
     
     <item>
-      <title>Getting started with SPARQL queries</title>
-      <link>https://jena.apache.org/getting_started/sparql.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/sparql.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example projects illustrating aspects of using Jena for RDF processing. In the meantime, please see the following resources for help:
- SPARQL tutorial  Other resources Jena committer Paolo Castagna has listed some example programs using Jena on his GitHub site.</description>
-    </item>
-    
-    <item>
-      <title>Getting starting with serving RDF over HTTP</title>
-      <link>https://jena.apache.org/getting_started/fuseki.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/fuseki.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example projects illustrating aspects of using Jena for RDF processing. In the meantime, please see the following resources for help:
- Fuseki  Other resources Jena committer Paolo Castagna has listed some example programs using Jena on his GitHub site.</description>
-    </item>
-    
-    <item>
       <title>HTTP Authentication in ARQ</title>
       <link>https://jena.apache.org/documentation/query/http-auth.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -2115,15 +2085,6 @@ The command line start-up for Fuseki (both full and basic versions) uses the the
     </item>
     
     <item>
-      <title>Tell me how to ...</title>
-      <link>https://jena.apache.org/getting_started/tell_me_how.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://jena.apache.org/getting_started/tell_me_how.html</guid>
-      <description>Please bear with us, we&amp;rsquo;re in the process of updating this section of the site. This section will shortly contain some example patterns and recipes for things we have found Jena users commonly want to do. If you have a particular need that you think would be usefully covered in this section, please file a Jira issue outlining your suggestion.</description>
-    </item>
-    
-    <item>
       <title>The core RDF API</title>
       <link>https://jena.apache.org/documentation/rdf/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 84c83d8..7e9ca7a 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -33,11 +33,6 @@
   </url>
   
   <url>
-    <loc>https://jena.apache.org/getting_started/rdf_api.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
-  </url>
-  
-  <url>
     <loc>https://jena.apache.org/documentation/hadoop/</loc>
     <lastmod>2021-02-20T13:42:28+00:00</lastmod>
   </url>
@@ -264,7 +259,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/tools/</loc>
-    <lastmod>2021-06-22T21:19:37+01:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -319,7 +314,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2021-07-16T18:35:45+01:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -384,7 +379,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-layout.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -444,17 +439,7 @@
   
   <url>
     <loc>https://jena.apache.org/getting_started/</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://jena.apache.org/getting_started/sparql.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://jena.apache.org/getting_started/fuseki.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -464,7 +449,7 @@
   
   <url>
     <loc>https://jena.apache.org/getting_started.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -539,7 +524,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/ontology/</loc>
-    <lastmod>2021-05-03T21:48:03+08:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -869,7 +854,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/query/spatial-query-doc.html</loc>
-    <lastmod>2021-03-16T21:05:16+00:00</lastmod>
+    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
   </url>
   
   <url>
@@ -1008,11 +993,6 @@
   </url>
   
   <url>
-    <loc>https://jena.apache.org/getting_started/tell_me_how.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
-  </url>
-  
-  <url>
     <loc>https://jena.apache.org/documentation/rdf/</loc>
     <lastmod>2020-04-29T21:07:12+01:00</lastmod>
   </url>