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/07/26 12:50:20 UTC

svn commit: r959629 [5/10] - in /websites/staging/jena/trunk/content: ./ about_jena/ documentation/ documentation/assembler/ documentation/csv/ documentation/extras/ documentation/extras/querybuilder/ documentation/fuseki2/ documentation/hadoop/ docume...

Modified: websites/staging/jena/trunk/content/documentation/query/assignment.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/assignment.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/assignment.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,12 +144,23 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Assignment</h1>
-  <p>ARQ includes support for an explicit assignment of variables.</p>
+  <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>ARQ includes support for an explicit assignment of variables.</p>
 <p>This involves is syntactic extension and is available is the query
 is parsed with language <code>Syntax.syntaxARQ</code>.</p>
 <p>See also <a href="select_expr.html">SELECT expressions</a> which is also a
 form of assignment.</p>
-<h2 id="assignment">Assignment</h2>
+<h2 id="assignment">Assignment<a class="headerlink" href="#assignment" title="Permanent link">&para;</a></h2>
 <p>The general form is:</p>
 <div class="codehilite"><pre><span class="n">LET</span> <span class="p">(</span> <span class="n">variable</span> <span class="p">:=</span> <span class="n">expression</span> <span class="p">)</span>
 </pre></div>
@@ -164,7 +175,7 @@ form of assignment.</p>
 
 
 <p>Note: Assignment is "<strong>:=</strong>"</p>
-<h2 id="assignment-rules">Assignment Rules</h2>
+<h2 id="assignment-rules">Assignment Rules<a class="headerlink" href="#assignment-rules" title="Permanent link">&para;</a></h2>
 <p>ARQ assignment is single assignment, that is, once a variable is
 assigned a binding, then it can not be changed in the same query
 solution.</p>
@@ -186,7 +197,7 @@ scope.</p>
 matching, not to FILTER expressions. Some graph implementation only
 provide same-term graph pattern matching. FILTERs always do
 value-based comparisons for "=" for all graphs.</p>
-<h2 id="use-with-construct">Use with CONSTRUCT</h2>
+<h2 id="use-with-construct">Use with CONSTRUCT<a class="headerlink" href="#use-with-construct" title="Permanent link">&para;</a></h2>
 <p>One use is to perform some calculation prior to forming the result
 graph in a CONSTRUCT query.</p>
 <div class="codehilite"><pre><span class="n">CONSTRUCT</span> <span class="p">{</span> ?<span class="n">x</span> <span class="p">:</span><span class="n">lengthInCM</span> ?<span class="n">cm</span> <span class="p">}</span>
@@ -198,7 +209,7 @@ graph in a CONSTRUCT query.</p>
 </pre></div>
 
 
-<h2 id="use-with-bound">Use with !BOUND</h2>
+<h2 id="use-with-bound">Use with !BOUND<a class="headerlink" href="#use-with-bound" title="Permanent link">&para;</a></h2>
 <p>The OPTIONAL/!BOUND/FILTER idiom for performing limited negation of
 a pattern in SPARQL can be inconvenient because it requires a
 variable in the OPTIONAL to be assigned by pattern matching.  Using

Modified: websites/staging/jena/trunk/content/documentation/query/cmds.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/cmds.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/cmds.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Command Line Applications</h1>
-  <p>The <code>arq</code> package contains some command line applications to run
+  <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 <code>arq</code> package contains some command line applications to run
 queries, parse queries, process result sets and run test sets.</p>
 <p>You will need to set the classpath, or use the helper scripts, to
 run these applications from the command line. The helper scripts
@@ -186,7 +197,7 @@ arguments.</p>
 assumed to be a SPARQL query. If it ends .arq, it is assumed to be
 an ARQ query (extensions to SPARQL). You can specify the syntax
 explicitly.</p>
-<h3 id="arqquery"><code>arq.query</code></h3>
+<h3 id="arqquery"><code>arq.query</code><a class="headerlink" href="#arqquery" title="Permanent link">&para;</a></h3>
 <p>This is the main command for executing queries on data. The
 wrappers just set the query language.</p>
 <ul>
@@ -211,7 +222,7 @@ If a data file ends <code>.n3</code>, it
 <code>.ttl</code> is Turtle; if it is <code>.nt</code> is N-Triples; otherwise it is
 assumed to be RDF/XML. The data serialization can be explicitly
 specified on the command line.</p>
-<h3 id="arqqparse"><code>arq.qparse</code></h3>
+<h3 id="arqqparse"><code>arq.qparse</code><a class="headerlink" href="#arqqparse" title="Permanent link">&para;</a></h3>
 <p>Parse a query and print it out.</p>
 <p><code>arq.qparse</code> will parse the query, print it out again (with line
 numbers by default) and then parse the serialized query again. If
@@ -222,7 +233,7 @@ is broken.  Please report this.</p>
 <p>The command <code>arq.qparse --print=op --file &lt;i&gt;queryFile&lt;/i&gt;</code>will
 print the SPARQL algebra for the query in
 <a href="../notes/sse.html">SSE format</a>.</p>
-<h3 id="arquparse"><code>arq.uparse</code></h3>
+<h3 id="arquparse"><code>arq.uparse</code><a class="headerlink" href="#arquparse" title="Permanent link">&para;</a></h3>
 <p>Parse a SPARQL update print it out.</p>
 <p><code>arq.uparse</code> will parse the update, print it out again (with line
 numbers by default) and then parse the serialized update again. If
@@ -230,7 +241,7 @@ your update has a syntax error, a messag
 printed. If a update is printed then you get a syntax error message,
 then your query was syntactically correct but the ARQ serialization
 is broken.  Please report this.</p>
-<h3 id="arqupdate"><code>arq.update</code></h3>
+<h3 id="arqupdate"><code>arq.update</code><a class="headerlink" href="#arqupdate" title="Permanent link">&para;</a></h3>
 <p>Execute <a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a>
 requests.</p>
 <ul>
@@ -238,7 +249,7 @@ requests.</p>
     <a href="../assembler/">Jena Assembler description</a> of the
     dataset or graph store to be updated. See <code>etc/</code> for examples.</li>
 </ul>
-<h3 id="arqrset"><code>arq.rset</code></h3>
+<h3 id="arqrset"><code>arq.rset</code><a class="headerlink" href="#arqrset" title="Permanent link">&para;</a></h3>
 <p>Read and write result sets.</p>
 <p>In particular,</p>
 <div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">cp</span> <span class="p">...</span> <span class="n">arq</span><span class="p">.</span><span class="n">rset</span> <span class="o">--</span><span class="n">in</span> <span class="n">xml</span> <span class="o">--</span><span class="n">out</span> <span class="n">text</span>
@@ -246,11 +257,11 @@ requests.</p>
 
 
 <p>will translate a SPARQL XML Result Set into a tabular text form.</p>
-<h3 id="arqqexpr"><code>arq.qexpr</code></h3>
+<h3 id="arqqexpr"><code>arq.qexpr</code><a class="headerlink" href="#arqqexpr" title="Permanent link">&para;</a></h3>
 <p>Read and print an expression (something that can go in a <code>FILTER</code>
 clause). Indicates whether an evaluation exception occured.</p>
 <p>The <code>-v</code> argument prints the parsed expression.</p>
-<h3 id="arqremote"><code>arq.remote</code></h3>
+<h3 id="arqremote"><code>arq.remote</code><a class="headerlink" href="#arqremote" title="Permanent link">&para;</a></h3>
 <p>Execute a request on a remote SPARQL endpoint using HTTP.</p>
 <ul>
 <li><code>--service URL</code> : The endpoint.</li>

Modified: websites/staging/jena/trunk/content/documentation/query/custom_aggregates.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/custom_aggregates.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/custom_aggregates.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Custom aggregates</h1>
-  <p>ARQ supports custom aggretate functions as allowed by teh SPARQL 1.1 specification.</p>
+  <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>ARQ supports custom aggretate functions as allowed by teh SPARQL 1.1 specification.</p>
 <p>See <a href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/aggregates">example code</a>.</p>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/query/download.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/download.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/download.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ Downloads</h1>
-  <p>For details on downloading ARQ, please see the Jena <a href="/download/index.cgi">downloads page</a>.</p>
+  <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>For details on downloading ARQ, please see the Jena <a href="/download/index.cgi">downloads page</a>.</p>
 <p><a href="index.html">ARQ documentation index</a></p>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/query/explain.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/explain.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/explain.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/extension.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/extension.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/extension.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/faq.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/faq.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/faq.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Frequently Asked Questions</h1>
-  <dl>
+  <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>
+<dl>
 <dt>java.lang.NoClassDefFoundError</dt>
 <dd>The classpath is wrong. Include all the jar files in lib/. You
 need to name each one.

Modified: websites/staging/jena/trunk/content/documentation/query/function_forms.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/function_forms.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/function_forms.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Filter Forms</h1>
-  <p>This page describes function-like operators that can be used in
+  <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>This page describes function-like operators that can be used in
 expressions, such as FILTERs, assignments and SELECT expressions.</p>
 <p>These are not strictly functions - the evaluation semantics of
 custom functions is to evaluate each argument then call the
@@ -154,7 +165,7 @@ as an expression but just tests whether
 boolean operators <code>||</code> and <code>&amp;&amp;</code> which handle errors and do not just
 evaluate each branch and combining the results.</p>
 <p>These were previously ARQ extensions but are now legal SPARQL 1.1</p>
-<h2 id="if">IF</h2>
+<h2 id="if">IF<a class="headerlink" href="#if" title="Permanent link">&para;</a></h2>
 <p>The <code>IF</code> form evaluates it's first argument to get a boolean
 result, then evaluates and return the value of the second if the
 boolean result is true, and the third argument if it is false.</p>
@@ -166,7 +177,7 @@ boolean result is true, and the third ar
 </pre></div>
 
 
-<h2 id="coalesce">COALESCE</h2>
+<h2 id="coalesce">COALESCE<a class="headerlink" href="#coalesce" title="Permanent link">&para;</a></h2>
 <p>The <code>COALESCE</code>form returns the first argument of it's argument list
 that is bound.</p>
 <div class="codehilite"><pre><span class="c"># Suppose ?y is bound to &quot;y&quot; and ?z to &quot;z&quot; but ?x is not.</span>

Modified: websites/staging/jena/trunk/content/documentation/query/group-by.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/group-by.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/group-by.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,8 +144,19 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Aggregates</h1>
-  <p>ARQ includes support for GROUP BY and counting.  This was previously an ARQ extension but is now legal SPARQL 1.1</p>
-<h2 id="group-by">GROUP BY</h2>
+  <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>ARQ includes support for GROUP BY and counting.  This was previously an ARQ extension but is now legal SPARQL 1.1</p>
+<h2 id="group-by">GROUP BY<a class="headerlink" href="#group-by" title="Permanent link">&para;</a></h2>
 <p>A <code>GROUP BY</code> clause transforms a result set so that only one row
 will appear for each unique set of grouping variables. All other
 variables from the query pattern are projected away and are not
@@ -176,7 +187,7 @@ clause.</p>
 </pre></div>
 
 
-<h2 id="having">HAVING</h2>
+<h2 id="having">HAVING<a class="headerlink" href="#having" title="Permanent link">&para;</a></h2>
 <p>A query may specify a HAVING clause to apply a filter to the result
 set after grouping. The filter may involve variables from the
 <code>GROUP BY</code> clause or aggregations.</p>
@@ -188,9 +199,9 @@ set after grouping. The filter may invol
 </pre></div>
 
 
-<h2 id="aggregation">Aggregation</h2>
+<h2 id="aggregation">Aggregation<a class="headerlink" href="#aggregation" title="Permanent link">&para;</a></h2>
 <p>Currently supported aggregations:</p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Aggregator</th>

Modified: websites/staging/jena/trunk/content/documentation/query/http-auth.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/http-auth.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/http-auth.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/index.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,12 +144,23 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - A SPARQL Processor for Jena</h1>
-  <p>ARQ is a query engine for <a href="http://jena.apache.org">Jena</a> that
+  <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>ARQ is a query engine for <a href="http://jena.apache.org">Jena</a> that
 supports the
 <a href="http://www.w3.org/TR/sparql11-query/">SPARQL RDF Query language</a>.
 SPARQL is the query language developed by the W3C
 <a href="http://www.w3.org/2001/sw/DataAccess/">RDF Data Access Working Group</a>.</p>
-<h2 id="arq-features">ARQ Features</h2>
+<h2 id="arq-features">ARQ Features<a class="headerlink" href="#arq-features" title="Permanent link">&para;</a></h2>
 <ul>
 <li>Standard SPARQL</li>
 <li>Free text search via Lucene</li>
@@ -163,7 +174,7 @@ SPARQL is the query language developed b
 <li>Support for extension to other storage systems</li>
 <li>Client-support for remote access to any SPARQL endpoint</li>
 </ul>
-<h2 id="introduction">Introduction</h2>
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="/tutorials/sparql.html">A Brief Tutorial on SPARQL</a></li>
 <li><a href="app_api.html">Application API</a> - covers the majority of
@@ -181,7 +192,7 @@ SPARQL is the query language developed b
 <li><a href="manipulating_sparql_using_arq.html">Tutorial: manipulating SPARQL using ARQ</a></li>
 <li><a href="service.html">Basic federated query (<code>SERVICE</code>)</a></li>
 </ul>
-<h2 id="advanced-sparql-use">Advanced SPARQL use</h2>
+<h2 id="advanced-sparql-use">Advanced SPARQL use<a class="headerlink" href="#advanced-sparql-use" title="Permanent link">&para;</a></h2>
 <p>Features of ARQ that were formally ARQ extensions but are now legal SPARQL 1.1:</p>
 <ul>
 <li><a href="property_paths.html">Property paths</a></li>
@@ -218,32 +229,32 @@ SPARQL is the query language developed b
 <li><a href="arq-query-eval.html">Extending ARQ query execution and accessing different storage implementations</a></li>
 <li><a href="custom_aggregates.html">Custom aggregates</a></li>
 </ul>
-<h2 id="extensions">Extensions</h2>
+<h2 id="extensions">Extensions<a class="headerlink" href="#extensions" title="Permanent link">&para;</a></h2>
 <p>Feature of ARQ that go beyond SPARQL syntax. The default query
 language is standard SPARQL. These features require the query to be
 parsed with an explicit declaration of <code>Syntax.syntaxARQ</code>.</p>
 <ul>
 <li><a href="assignment.html">LET variable assignment</a></li>
 </ul>
-<h2 id="update">Update</h2>
+<h2 id="update">Update<a class="headerlink" href="#update" title="Permanent link">&para;</a></h2>
 <p>ARQ supports the W3C standard SPARQL Update language.</p>
 <ul>
 <li><a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a></li>
 <li><a href="update.html">The ARQ SPARQL/Update API</a></li>
 </ul>
-<h2 id="see-also">See Also</h2>
+<h2 id="see-also">See Also<a class="headerlink" href="#see-also" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="../fuseki2/index.html">Fuseki</a> - Server implementation of the SPARQL protocol.</li>
 <li><a href="../tdb">TDB - A SPARQL database for Jena</a>, a pure Java persistence layer for large graphs, high performance applications and embedded use.</li>
 <li><a href="../sdb">SDB - A SPARQL database for Jena</a>, using SQL databases.</li>
 </ul>
-<h2 id="w3c-documents">W3C Documents</h2>
+<h2 id="w3c-documents">W3C Documents<a class="headerlink" href="#w3c-documents" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="http://www.w3.org/TR/sparql11-query/">SPARQL Query Language specification</a></li>
 <li><a href="http://www.w3.org/TR/rdf-sparql-XMLres/">SPARQL Query Results XML Format</a></li>
 <li><a href="http://www.w3.org/TR/rdf-sparql-protocol/">SPARQL Protocol</a></li>
 </ul>
-<h2 id="articles">Articles</h2>
+<h2 id="articles">Articles<a class="headerlink" href="#articles" title="Permanent link">&para;</a></h2>
 <p>Articles and documentation elsewhere:</p>
 <ul>
 <li><a href="http://xml.com/lpt/a/2005/11/16/introducing-sparql-querying-semantic-web-tutorial.html">Introducing SPARQL: Querying the Semantic Web</a>
@@ -258,12 +269,12 @@ parsed with an explicit declaration of <
 <li><a href="http://www.ldodds.com/blog/archives/000252.html">Writing an ARQ Extension Function</a>
     (by Leigh Dodds)</li>
 </ul>
-<h2 id="miscellaneous-resources">Miscellaneous Resources</h2>
+<h2 id="miscellaneous-resources">Miscellaneous Resources<a class="headerlink" href="#miscellaneous-resources" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a> - a non-XML
     RDF serialization</li>
 </ul>
-<h2 id="online-demo">Online Demo</h2>
+<h2 id="online-demo">Online Demo<a class="headerlink" href="#online-demo" title="Permanent link">&para;</a></h2>
 <p>Online <a href="http://www.sparql.org/query.html">Query Form</a> for
 experimenting with SPARQL queries.</p>
   </div>

Modified: websites/staging/jena/trunk/content/documentation/query/java-uri.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/java-uri.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/java-uri.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/library-function.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-function.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-function.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/library-propfunc.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-propfunc.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-propfunc.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/logging.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/logging.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/logging.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">Tutorial - Manipulating SPARQL using ARQ</h1>
-  <p>When you've been working with SPARQL you quickly find that static
+  <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>When you've been working with SPARQL you quickly find that static
 queries are restrictive. Maybe you want to vary a value, perhaps add a
 filter, alter the limit, etc etc. Being an impatient sort you dive in to
 the query string, and it works. But what about <a href="http://xkcd.com/327/">little Bobby
@@ -154,7 +165,7 @@ syntax errors await you. Although it mig
 munging, the ARQ API is your friend in the long run.</p>
 <p><em>Originally published on the <a href="http://researchrevealed.ilrt.bris.ac.uk/?p=35">Research Revealed project
 blog</a></em></p>
-<h2 id="inserting-values-simple-prepared-statements">Inserting values (simple prepared statements)</h2>
+<h2 id="inserting-values-simple-prepared-statements">Inserting values (simple prepared statements)<a class="headerlink" href="#inserting-values-simple-prepared-statements" title="Permanent link">&para;</a></h2>
 <p>Let's begin with something simple. Suppose we wanted to restrict the
 following query to a particular person:</p>
 <div class="codehilite"><pre>   <span class="n">select</span> <span class="o">*</span> <span class="p">{</span> ?<span class="n">person</span> <span class="o">&lt;</span><span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">xmlns</span><span class="p">.</span><span class="n">com</span><span class="o">/</span><span class="n">foaf</span><span class="o">/</span>0<span class="p">.</span>1<span class="o">/</span><span class="n">name</span><span class="o">&gt;</span> ?<span class="n">name</span> <span class="p">}</span>
@@ -174,7 +185,7 @@ with which you can prebind values.</p>
 have to escape quotes in literals. (Beware that this doesn't work for
 <code>sparqlService</code>, which is a great shame. It would be nice to spend some
 time remedying that.)</p>
-<h2 id="making-a-query-from-scratch">Making a Query from Scratch</h2>
+<h2 id="making-a-query-from-scratch">Making a Query from Scratch<a class="headerlink" href="#making-a-query-from-scratch" title="Permanent link">&para;</a></h2>
 <p>The previously mentioned limitation is due to the fact that prebinding
 doesn't actually change the query at all, but the execution of that
 query. So what how do we really alter queries?</p>
@@ -247,7 +258,7 @@ things that appear in <code>FILTER</code
 <p>Notice that the query form (<code>SELECT, CONSTRUCT, DESCRIBE, ASK</code>) isn't
 part of the algebra, and we have to set this in the query (although
 SELECT is the default). <code>FROM</code> and <code>FROM NAMED</code> are similarly absent.</p>
-<h2 id="navigating-and-tinkering-visitors">Navigating and Tinkering: Visitors</h2>
+<h2 id="navigating-and-tinkering-visitors">Navigating and Tinkering: Visitors<a class="headerlink" href="#navigating-and-tinkering-visitors" title="Permanent link">&para;</a></h2>
 <p>You can also look around the algebra and syntax using visitors. Start by
 extending <code>OpVisitorBase</code> (<code>ElementVisitorBase</code>) which stubs out the
 interface so you can concentrate on the parts of interest, then walk
@@ -258,7 +269,7 @@ visitors will do the trick. They provide
 right parts of the query, and you can alter the pattern backing BGPs in
 both the algebra and syntax. Mutation isn't consistently available,
 however, so don't depend on it.</p>
-<h2 id="transforming-the-algebra">Transforming the Algebra</h2>
+<h2 id="transforming-the-algebra">Transforming the Algebra<a class="headerlink" href="#transforming-the-algebra" title="Permanent link">&para;</a></h2>
 <p>So far there is no obvious advantage in using the algebra. The real
 power is visible in transformers, which allow you to reorganise an
 algebra completely. ARQ makes extensive use of transformations to

Modified: websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq_pt.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq_pt.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">Tutorial - Manipulando SPARQL usando ARQ</h1>
-  <p>Quando você começa a trabalhar com SPARQL você rapidamente descobre que queries estáticas são restritivas.
+  <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>Quando você começa a trabalhar com SPARQL você rapidamente descobre que queries estáticas são restritivas.
  Talvez você queira mudar um valor, adicionar um filtro, alterar o limite, etc. Sendo do tipo impaciente, 
 você começa a manipular a string da query e isso funciona. Mas o que dizer de little Bobby Tables? 
 Além do mais, mesmo que você limpe ao máximo suas entradas, manipulação de strings é um processo 
@@ -152,7 +163,7 @@ tenso e erros de sintaxe esperam por voc
 a API ARQ é sua amiga na longa jornada. </p>
 <p><em>Originalmente publicado em  <a href="http://researchrevealed.ilrt.bris.ac.uk/?p=35">Research Revealed project
 blog</a></em></p>
-<h2 id="inserindo-valores-comandos-simples-prontos">Inserindo valores (comandos simples prontos)</h2>
+<h2 id="inserindo-valores-comandos-simples-prontos">Inserindo valores (comandos simples prontos)<a class="headerlink" href="#inserindo-valores-comandos-simples-prontos" title="Permanent link">&para;</a></h2>
 <p>Vamos começar com algo simples. Suponha que nós queiramos restringir a query a seguir a uma pessoa (person) em particular:</p>
 <div class="codehilite"><pre>   <span class="n">select</span> <span class="o">*</span> <span class="p">{</span> ?<span class="n">person</span> <span class="o">&lt;</span><span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">xmlns</span><span class="p">.</span><span class="n">com</span><span class="o">/</span><span class="n">foaf</span><span class="o">/</span>0<span class="p">.</span>1<span class="o">/</span><span class="n">name</span><span class="o">&gt;</span> ?<span class="n">name</span> <span class="p">}</span>
 </pre></div>
@@ -170,7 +181,7 @@ com a qual você pode prefixar valores
 <p>Isto geralmente é muito mais simples do que a string equivalente desde que você não tenha usar aspas para 
 citações. (Esteja ciente de que isto não funciona para 
 <code>sparqlService</code>, o que é uma pena. Seria legal gastar algum tempo consertando isto.)</p>
-<h2 id="fazendo-uma-query-a-partir-do-zero">Fazendo uma Query a partir do zero</h2>
+<h2 id="fazendo-uma-query-a-partir-do-zero">Fazendo uma Query a partir do zero<a class="headerlink" href="#fazendo-uma-query-a-partir-do-zero" title="Permanent link">&para;</a></h2>
 <p>As limitações previamente mencionadas se devem ao fato de que prefixação na verdade não muda a query em nada, 
 apenas a execução daquela query. Então, como nós realmente alteramos queries?</p>
 <p>ARQ provê duas maneiras de se trabalhar com queries: no nível de sintaxe  (<code>Query</code>
@@ -238,7 +249,7 @@ para variáveis. <code>Expr</code> �
 <p>Note que o tipo da query  (<code>SELECT, CONSTRUCT, DESCRIBE, ASK</code>)não é parte da álgebra, 
 e que nós temos que configurar isso na query (embora SELECT seja o padrão).  <code>FROM</code> e <code>FROM NAMED</code> 
 estão igualmente ausentes.</p>
-<h2 id="navegando-e-aprendendo-visitors">Navegando e Aprendendo: Visitors</h2>
+<h2 id="navegando-e-aprendendo-visitors">Navegando e Aprendendo: Visitors<a class="headerlink" href="#navegando-e-aprendendo-visitors" title="Permanent link">&para;</a></h2>
 <p>Você também pode olhar para a álgebra e a sintaxe usando vistors. Comece estendendo <code>OpVisitorBase</code> 
 (<code>ElementVisitorBase</code>) que apaga a interface de modo que você pode se concentrar nas partes de interesse, 
 então dê um passo a frente e use <code>OpWalker.walk(Op, OpVisitor)</code>
@@ -247,7 +258,7 @@ então dê um passo a frente e use <
  Eles provêm um jeito simples de manipular as partes certas da query e você pode alterar as BGPs backing
  padrões  tanto na álgebra quanto na sintaxe. Entretanto, mutações (mutation) não estão consistentemente
  disponíveis, não conte com elas. </p>
-<h2 id="transformando-a-algebra">Transformando a Álgebra</h2>
+<h2 id="transformando-a-algebra">Transformando a Álgebra<a class="headerlink" href="#transformando-a-algebra" title="Permanent link">&para;</a></h2>
 <p>A primeira vista, não há vantagens óbvias em usar a álgebra. O real poder fica claro com o uso de 
 transformers (transformações), que lhe permitem reorganizar uma álgebra completamente. ARQ faz amplo 
 uso de transformers para simplificar e aperfeiçoar execuções de query.  </p>

Modified: websites/staging/jena/trunk/content/documentation/query/negation.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/negation.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/negation.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Negation</h1>
-  <h3 id="negation-by-failure-optional-bound">Negation by Failure (OPTIONAL + !BOUND)</h3>
+  <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>
+<h3 id="negation-by-failure-optional-bound">Negation by Failure (OPTIONAL + !BOUND)<a class="headerlink" href="#negation-by-failure-optional-bound" title="Permanent link">&para;</a></h3>
 <p>Standard SPARQL 1.0 can perform negation using the idiom of
 <code>OPTIONAL</code>/<code>!BOUND</code>. It is inconvenient and can be hard to use as
 complexity increases. SPARQL 1.1 supports additional operators for
@@ -161,7 +172,7 @@ negation.</p>
 </pre></div>
 
 
-<h3 id="exists-and-not-exists">EXISTS and NOT EXISTS</h3>
+<h3 id="exists-and-not-exists">EXISTS and NOT EXISTS<a class="headerlink" href="#exists-and-not-exists" title="Permanent link">&para;</a></h3>
 <p>The <code>EXISTS</code> and <code>NOT EXISTS</code> are now legal SPARQL 1.1 when used inside a <code>FILTER</code>, 
 they may be used as bare graph patterns only when <code>Syntax.syntaxARQ</code> is used</p>
 <p>There is the <code>NOT EXISTS</code> operator which acts at the point in the query where it is
@@ -235,7 +246,7 @@ not break it in two):</p>
 <p>and the <code>FILTER</code> will always be false (<code>{ ?x foaf:knows ?y }</code> must
 have matched to get to this point in the query and using <code>?who</code>
 instead makes no difference).</p>
-<h3 id="minus">MINUS</h3>
+<h3 id="minus">MINUS<a class="headerlink" href="#minus" title="Permanent link">&para;</a></h3>
 <p>SPARQL 1.1 also provides a <code>MINUS</code> keyword which is broadly similar to
 <code>NOT EXISTS</code> though does have some key differences as explained in the <a href="http://www.w3.org/TR/sparql11-query/#neg-notexists-minus">specification</a>:</p>
 <div class="codehilite"><pre><span class="n">PREFIX</span> <span class="n">foaf</span><span class="p">:</span> <span class="o">&lt;</span><span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">xmlns</span><span class="p">.</span><span class="n">com</span><span class="o">/</span><span class="n">foaf</span><span class="o">/</span>0<span class="p">.</span>1<span class="o">/&gt;</span>
@@ -254,7 +265,7 @@ instead makes no difference).</p>
 the graph pattern and so the result of the query can change depending where the <code>MINUS</code> is placed.  This is 
 unlike the earlier <code>NOT EXISTS</code> examples where moving the position of the <code>FILTER</code> resulted
 in equivalent queries.</p>
-<h3 id="not-in">NOT IN</h3>
+<h3 id="not-in">NOT IN<a class="headerlink" href="#not-in" title="Permanent link">&para;</a></h3>
 <p>SPARQL 1.1 also has a simpler form of negation for when you simply 
 need to restrict a variable to not being in a given set of values, this is the
 <code>NOT IN</code> function:</p>

Modified: websites/staging/jena/trunk/content/documentation/query/parameterized-sparql-strings.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/parameterized-sparql-strings.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/parameterized-sparql-strings.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/programmatic.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/programmatic.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/programmatic.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Building Queries Programmatically</h1>
-  <p>It is possible to build queries by building and abstract syntax
+  <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>It is possible to build queries by building and abstract syntax
 tree (as the parser does) or by building the algebra expression for
 the query.  It is usually better to work with the algebra form as
 it is more regular.</p>

Modified: websites/staging/jena/trunk/content/documentation/query/property_paths.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/property_paths.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/property_paths.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,13 +144,24 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title"></h1>
-  <h1 id="arq-property-paths">ARQ - Property Paths</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>
+<h1 id="arq-property-paths">ARQ - Property Paths<a class="headerlink" href="#arq-property-paths" title="Permanent link">&para;</a></h1>
 <p>A property path is a possible route through a graph between two
 graph nodes.  A trivial case is a property path of length exactly
 one, which is a triple pattern.</p>
 <p>Most property paths are now legal SPARQL 1.1 syntax, there are some advanced property 
 paths which are syntactic extensions and are only available if the query is parsed with language <code>Syntax.syntaxARQ</code>.</p>
-<h2 id="path-language">Path Language</h2>
+<h2 id="path-language">Path Language<a class="headerlink" href="#path-language" title="Permanent link">&para;</a></h2>
 <p>A property path expression (or just 'path') is similar to a string
 regular expression but over properties, not characters. ARQ
 determines all matches of a path expression and binds subject or
@@ -158,7 +169,7 @@ object as appropriate. Only one match is
 for any given path expression, although if the path is used in a
 situation where it's initial points is already repeated in a
 pattern, then this duplication is preserved.</p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Path example</th>
@@ -182,7 +193,7 @@ pattern, then this duplication is preser
 </table>
 <p>In the description below, <em><code>uri</code></em> is either a URI or a prefixed
 name.</p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Syntax Form</th>
@@ -233,7 +244,7 @@ name.</p>
 </tbody>
 </table>
 <p>ARQ extensions: to use these you must use <code>Syntax.syntaxARQ</code></p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Syntax Form</th>
@@ -274,7 +285,7 @@ name.</p>
 <li>Binary operator <code>|</code></li>
 </ol>
 <p>Precedence is left-to-right within groups.</p>
-<h2 id="path-evaluation">Path Evaluation</h2>
+<h2 id="path-evaluation">Path Evaluation<a class="headerlink" href="#path-evaluation" title="Permanent link">&para;</a></h2>
 <p>Paths are "simple" if they involve only operators / (sequence), \^
 (reverse, unary or binary) and the form {<em>n</em>}, for some single
 integer <em>n</em>. Such paths are fixed length. They are translated to
@@ -292,7 +303,7 @@ complex path expressions may take some t
 this can lead to large numbers of result because the whole graph is
 searched.</p>
 <p>Property functions in paths are only available for simple paths.</p>
-<h2 id="extended-language">Extended Language</h2>
+<h2 id="extended-language">Extended Language<a class="headerlink" href="#extended-language" title="Permanent link">&para;</a></h2>
 <p>This involves is syntactic extension and is available if the query
 is parsed with language <code>Syntax.syntaxARQ</code>.</p>
 <p>Paths can be directly included in the query in the property
@@ -309,8 +320,8 @@ position of a triple pattern:</p>
 </pre></div>
 
 
-<h2 id="examples">Examples</h2>
-<h3 id="simple-paths">Simple Paths</h3>
+<h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h2>
+<h3 id="simple-paths">Simple Paths<a class="headerlink" href="#simple-paths" title="Permanent link">&para;</a></h3>
 <p>Find the name of any people that Alice knows.</p>
 <div class="codehilite"><pre><span class="p">{</span>
   ?<span class="n">x</span> <span class="n">foaf</span><span class="p">:</span><span class="n">mbox</span> <span class="o">&lt;</span><span class="n">mailto</span><span class="p">:</span><span class="n">alice</span><span class="p">@</span><span class="n">example</span><span class="o">&gt;</span> <span class="p">.</span>
@@ -386,7 +397,7 @@ properties that must not match. Match if
 
 <p>Only properties and reverse properties are allowed in a negated
 property set, not a full path expression.</p>
-<h3 id="complex-paths">Complex Paths</h3>
+<h3 id="complex-paths">Complex Paths<a class="headerlink" href="#complex-paths" title="Permanent link">&para;</a></h3>
 <p>Find the names of all the people can be reached from Alice by
 <code>foaf:knows</code>:</p>
 <div class="codehilite"><pre><span class="p">{</span>
@@ -409,7 +420,7 @@ all types and supertypes of a resource:<
 </pre></div>
 
 
-<h2 id="use-with-legal-sparql-syntax">Use with Legal SPARQL Syntax</h2>
+<h2 id="use-with-legal-sparql-syntax">Use with Legal SPARQL Syntax<a class="headerlink" href="#use-with-legal-sparql-syntax" title="Permanent link">&para;</a></h2>
 <p>A path can parsed, then installed as a
 <a href="extension.html#propertyFunctions">property function</a> to be
 referred to by URI. This way, when the URI is used in the predicate

Modified: websites/staging/jena/trunk/content/documentation/query/rdf_lists.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/rdf_lists.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/rdf_lists.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - RDF Collections</h1>
-  <p>RDF collections, also called RDF lists, are difficult to query
+  <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>RDF collections, also called RDF lists, are difficult to query
 directly.</p>
 <p>ARQ provides a 3 property functions to work with RDF collections. </p>
 <ul>

Modified: websites/staging/jena/trunk/content/documentation/query/select_expr.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/select_expr.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/select_expr.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - SELECT Expressions</h1>
-  <p>The SELECT statement of a query can include expressions, not just
+  <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 SELECT statement of a query can include expressions, not just
 variables.  This was previously a SPARQL extension but is now legal SPARQL 1.1</p>
 <p>Expressions are enclosed in <code>()</code> and can be optionally named using
 <code>AS</code>. If no name is given, and internal name is allocated which may

Modified: websites/staging/jena/trunk/content/documentation/query/service.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/service.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/service.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Basic Federated SPARQL Query</h1>
-  <p>There are already ways to access remote RDF data. The simplest is
+  <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>There are already ways to access remote RDF data. The simplest is
 to read a document which is an RDF graph and query it. Another way
 is with the
 <a href="http://www.w3.org/TR/rdf-sparql-protocol/">SPARQL protocol</a> which
@@ -154,7 +165,7 @@ results sent back (in RDF, or an
 or even a <a href="http://www.w3.org/TR/rdf-sparql-json-res/">JSON one</a>).</p>
 <p><code>SERVICE</code> is a feature of SPARQL 1.1 that allows an executing query to
 to make a SPARQL protocol to another SPARQL endopoint.</p>
-<h2 id="syntax">Syntax</h2>
+<h2 id="syntax">Syntax<a class="headerlink" href="#syntax" title="Permanent link">&para;</a></h2>
 <div class="codehilite"><pre><span class="n">PREFIX</span> <span class="p">:</span> <span class="o">&lt;</span><span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">example</span><span class="o">/&gt;</span>
 <span class="n">PREFIX</span>  <span class="n">dc</span><span class="p">:</span>     <span class="o">&lt;</span><span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">purl</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">dc</span><span class="o">/</span><span class="n">elements</span><span class="o">/</span>1<span class="p">.</span>1<span class="o">/&gt;</span>
 
@@ -168,7 +179,7 @@ to make a SPARQL protocol to another SPA
 </pre></div>
 
 
-<h2 id="algebra">Algebra</h2>
+<h2 id="algebra">Algebra<a class="headerlink" href="#algebra" title="Permanent link">&para;</a></h2>
 <p>There is an operator in the algebra.</p>
 <div class="codehilite"><pre><span class="p">(</span><span class="n">prefix</span> <span class="p">((</span><span class="n">dc</span><span class="p">:</span> <span class="o">&lt;</span><span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">purl</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">dc</span><span class="o">/</span><span class="n">elements</span><span class="o">/</span>1<span class="p">.</span>1<span class="o">/&gt;</span><span class="p">))</span>
   <span class="p">(</span><span class="n">project</span> <span class="p">(</span>?<span class="n">a</span><span class="p">)</span>
@@ -183,7 +194,7 @@ to make a SPARQL protocol to another SPA
 </pre></div>
 
 
-<h2 id="performance-considerations">Performance Considerations</h2>
+<h2 id="performance-considerations">Performance Considerations<a class="headerlink" href="#performance-considerations" title="Permanent link">&para;</a></h2>
 <p>This feature is a basic building block to allow remote access in
 the middle of a query, not a general solution to the issues in
 distributed query evaluation. The algebra operation is executed
@@ -193,13 +204,13 @@ operations, asking the query in the righ
 Don't ask for the whole of a bookstore just to find book whose
 title comes from a local RDF file - ask the bookshop a query with
 the title already bound from earlier in the query.</p>
-<h2 id="controlling-service-requests">Controlling <code>SERVICE</code> requests.</h2>
+<h2 id="controlling-service-requests">Controlling <code>SERVICE</code> requests.<a class="headerlink" href="#controlling-service-requests" title="Permanent link">&para;</a></h2>
 <p>The <code>SERVICE</code> operation in a SPARQL query may be configured via the Context.
 The values for configuration can be set in the global context (accessed via 
 <code>ARQ.getContext()</code>) or in the per-query execution context.</p>
 <p>The prefix  <code>srv:</code> is the IRI <code>&lt;http://jena.hpl.hp.com/Service#&gt;</code>.</p>
-<h3 id="summary">Summary</h3>
-<table>
+<h3 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">&para;</a></h3>
+<table class="table">
 <thead>
 <tr>
 <th>Symbol</th>
@@ -233,7 +244,7 @@ The values for configuration can be set
 </tr>
 </tbody>
 </table>
-<h3 id="srvquerytimeout"><code>srv:queryTimeout</code></h3>
+<h3 id="srvquerytimeout"><code>srv:queryTimeout</code><a class="headerlink" href="#srvquerytimeout" title="Permanent link">&para;</a></h3>
 <p>Set the connect and read timeouts for the query.</p>
 <p>If a timeout occurs a QueryExceptionHTTP is thrown.  The cause of that execption will be a java.net.SocketTimeoutException.</p>
 <p>Number: number of milliseconds for connect timeout.</p>
@@ -241,23 +252,23 @@ The values for configuration can be set
 <p>Connect timeout =0
 read timout = 0</p>
 <p>Values of 0 indicate no timeout and service operation will wait until the remote server responds.</p>
-<h3 id="srvquerygzip"><code>srv:queryGzip</code></h3>
+<h3 id="srvquerygzip"><code>srv:queryGzip</code><a class="headerlink" href="#srvquerygzip" title="Permanent link">&para;</a></h3>
 <p>Sets the allow Gzip flag.</p>
 <p>Boolean: True indicates that gzip compressed data is acceptable.
 false</p>
-<h3 id="srvquerydeflate"><code>srv:queryDeflate</code></h3>
+<h3 id="srvquerydeflate"><code>srv:queryDeflate</code><a class="headerlink" href="#srvquerydeflate" title="Permanent link">&para;</a></h3>
 <p>Sets the allow Deflate flag.</p>
 <p>Boolean: True indicates that deflate compression is acceptable
 False</p>
-<h3 id="srvqueryauthuser"><code>srv:queryAuthUser</code></h3>
+<h3 id="srvqueryauthuser"><code>srv:queryAuthUser</code><a class="headerlink" href="#srvqueryauthuser" title="Permanent link">&para;</a></h3>
 <p>Sets the user id for basic auth.</p>
 <p>String: The user id to log in with</p>
 <p>If null or null length no user id is sent.</p>
-<h3 id="srvqueryauthpwd"><code>srv:queryAuthPwd</code></h3>
+<h3 id="srvqueryauthpwd"><code>srv:queryAuthPwd</code><a class="headerlink" href="#srvqueryauthpwd" title="Permanent link">&para;</a></h3>
 <p>Sets the password for basic auth.</p>
 <p>String: The password to log in with.</p>
 <p>If null or null length no password is sent.</p>
-<h3 id="srvservicecontext">srv:serviceContext</h3>
+<h3 id="srvservicecontext">srv:serviceContext<a class="headerlink" href="#srvservicecontext" title="Permanent link">&para;</a></h3>
 <p>Provides a mechanism to override system context settings on a per URI basis.</p>
 <p>The value is a <code>Map&lt;String,Context&gt;</code> where the map key is the URI of the service endpoint, and the <code>Context</code> is a set of values to override the default values.</p>
 <p>If a context is provided for the URI the system context is copied and the URI specific values are then copied in.  This ensures that any URI specific settings will be used.</p>

Modified: websites/staging/jena/trunk/content/documentation/query/sparql-remote.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/sparql-remote.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/sparql-remote.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/spatial-query.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/spatial-query.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/spatial-query.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/sub-select.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/sub-select.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/sub-select.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,8 +144,19 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - Sub Queries</h1>
-  <p>ARQ includes support for nested SELECTs.  This was previously an ARQ extension but is now legal SPARQL 1.1</p>
-<h2 id="nested-select">Nested SELECT</h2>
+  <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>ARQ includes support for nested SELECTs.  This was previously an ARQ extension but is now legal SPARQL 1.1</p>
+<h2 id="nested-select">Nested SELECT<a class="headerlink" href="#nested-select" title="Permanent link">&para;</a></h2>
 <p>A SELECT query can be placed inside a graph pattern to produce a
 table that is used within the outer query. A nested SELECT
 statement is enclosed in {} and is the only element in that group.</p>

Modified: websites/staging/jena/trunk/content/documentation/query/support.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/support.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/support.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ – Support</h1>
-  <p>Read the following first:</p>
+  <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>Read the following first:</p>
 <ul>
 <li><a href="faq.html">Frequently Asked Questions</a></li>
 <li>Submitting a

Modified: websites/staging/jena/trunk/content/documentation/query/support_request.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/support_request.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/support_request.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/text-query.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/text-query.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/text-query.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/update.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/update.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/update.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>
@@ -144,7 +144,18 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">ARQ - SPARQL Update</h1>
-  <p>SPARQL Update is a W3C standard for an RDF update language with
+  <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>SPARQL Update is a W3C standard for an RDF update language with
 SPARQL syntax. It is described in
 "<a href="http://www.w3.org/TR/sparql11-update/">SPARQL 1.1 Update</a>".</p>
 <p>A SPARQL Update request is composed of a number of update

Modified: websites/staging/jena/trunk/content/documentation/query/writing_functions.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/writing_functions.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/writing_functions.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>

Modified: websites/staging/jena/trunk/content/documentation/query/writing_propfuncs.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/writing_propfuncs.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/writing_propfuncs.html Sun Jul 26 10:50:18 2015
@@ -83,8 +83,8 @@
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
                   <li><a href="/documentation/sdb/index.html">SDB</a></li>
                   <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
-                  <li><a href="/documentation/security/index.html">Security</a></li>
                   <li><a href="/documentation/fuseki2/index.html">Fuseki</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>