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 2018/01/30 10:10:20 UTC

svn commit: r1024579 - in /websites/staging/jena/trunk/content: ./ documentation/query/index.html documentation/query/javascript-functions.html

Author: buildbot
Date: Tue Jan 30 10:10:20 2018
New Revision: 1024579

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/index.html
    websites/staging/jena/trunk/content/documentation/query/javascript-functions.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan 30 10:10:20 2018
@@ -1 +1 @@
-1822558
+1822626

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 Tue Jan 30 10:10:20 2018
@@ -167,7 +167,7 @@ SPARQL is the query language developed b
 <li>Free text search via Lucene</li>
 <li>SPARQL/Update</li>
 <li>Access and extension of the SPARQL algebra</li>
-<li>Support for custom filter functions</li>
+<li>Support for custom filter functions, including javascript functions</li>
 <li>Property functions for custom processing of semantic
     relationships</li>
 <li>Aggregation, GROUP BY and assignment as SPARQL extensions</li>
@@ -192,37 +192,33 @@ SPARQL is the query language developed b
 <li><a href="explain.html">Explaining queries</a></li>
 <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<a class="headerlink" href="#advanced-sparql-use" title="Permanent link">&para;</a></h2>
-<p>Features of ARQ that are now legal SPARQL 1.1:</p>
-<ul>
 <li><a href="property_paths.html">Property paths</a></li>
 <li><a href="group-by.html">GROUP BY and counting</a></li>
 <li><a href="select_expr.html">SELECT expressions</a></li>
 <li><a href="sub-select.html">Sub-SELECT</a></li>
 <li><a href="negation.html">Negation</a></li>
-<li><a href="function_forms.html">Conditions in FILTERs</a></li>
-<li><a href="construct-quad.html">Construct Quad</a></li>
 </ul>
-<p>Features of ARQ that are legal SPARQL syntax.</p>
+<p>Features of ARQ that are legal SPARQL syntax</p>
 <ul>
-<li><a href="text-query.html">Free text searches</a></li>
+<li>
+<p><a href="function_forms.html">Conditions in FILTERs</a></p>
+</li>
+<li>
+<p><a href="text-query.html">Free text searches</a></p>
+</li>
 <li><a href="rdf_lists.html">Accessing lists</a> (RDF collections)</li>
 <li><a href="extension.html">Extension mechanisms</a><ul>
 <li><a href="extension.html#valueFunctions">Custom Expression Functions</a></li>
 <li><a href="extension.html#property-functions">Property Functions</a></li>
 </ul>
 </li>
-<li>
-<p>Library</p>
-<ul>
+<li>Library<ul>
 <li><a href="library-function.html">Expression function library</a></li>
 <li><a href="library-propfunc.html">Property function library</a></li>
 </ul>
 </li>
-<li>
-<p><a href="writing_functions.html">Writing ARQ FILTER functions</a></p>
-</li>
+<li><a href="writing_functions.html">Writing SPARQL functions</a></li>
+<li><a href="javascript-functions.html">Writing SPARQL functions in JavaScript</a></li>
 <li><a href="programmatic.html">Constructing queries programmatically</a></li>
 <li><a href="parameterized-sparql-strings.html">Parameterized query strings</a></li>
 <li><a href="algebra.html">ARQ and the SPARQL algebra</a></li>
@@ -236,6 +232,7 @@ parsed with an explicit declaration of <
 <ul>
 <li><a href="assignment.html">LET variable assignment</a></li>
 <li><a href="collation.html">Order results using a Collation</a></li>
+<li><a href="construct-quad.html">Construct Quad</a></li>
 </ul>
 <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>
@@ -247,12 +244,12 @@ parsed with an explicit declaration of <
 <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>
+<li><a href="../rdfconnection">RDFConenction</a>, a unified API for SPARQL Query, Update and Graph Store Protocol.</li>
 </ul>
 <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="https://www.w3.org/TR/sparql11-results-json/">SPARQL Query Results JSON Format</a></li>
 <li><a href="http://www.w3.org/TR/rdf-sparql-protocol/">SPARQL Protocol</a></li>
 </ul>
 <h2 id="articles">Articles<a class="headerlink" href="#articles" title="Permanent link">&para;</a></h2>
@@ -270,10 +267,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<a class="headerlink" href="#miscellaneous-resources" title="Permanent link">&para;</a></h2>
+<h2 id="rdf-syntax-specifications">RDF Syntax Specifications<a class="headerlink" href="#rdf-syntax-specifications" title="Permanent link">&para;</a></h2>
 <ul>
-<li><a href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a> - a non-XML
-    RDF serialization</li>
+<li><a href="https://www.w3.org/TR/turtle/">Turtle</a></li>
+<li><a href="https://www.w3.org/TR/n-triples">N-Triples</a></li>
+<li><a href="https://www.w3.org/TR/trig/">TriG</a></li>
+<li><a href="https://www.w3.org/TR/n-quads/">N-Quads</a></li>
 </ul>
 <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

Modified: websites/staging/jena/trunk/content/documentation/query/javascript-functions.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/javascript-functions.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/javascript-functions.html Tue Jan 30 10:10:20 2018
@@ -272,7 +272,7 @@ server, for example:</p>
     # <span class="n">Set</span> <span class="n">the</span> <span class="n">server</span><span class="o">-</span><span class="n">wide</span> <span class="n">context</span>
     <span class="n">ja</span><span class="p">:</span><span class="n">context</span> <span class="p">[</span>
          <span class="n">ja</span><span class="p">:</span><span class="n">cxtName</span> &quot;<span class="n">arq</span><span class="p">:</span><span class="n">js</span><span class="o">-</span><span class="n">library</span>&quot; <span class="p">;</span>
-         <span class="n">ja</span><span class="p">:</span><span class="n">cxtValue</span> &quot;<span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">afs</span><span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">JSF</span><span class="o">/</span><span class="n">functions</span><span class="p">.</span><span class="n">js</span>&quot;
+         <span class="n">ja</span><span class="p">:</span><span class="n">cxtValue</span> &quot;<span class="o">/</span><span class="n">filepath</span><span class="o">/</span><span class="n">functions</span><span class="p">.</span><span class="n">js</span>&quot;
     <span class="p">]</span> <span class="p">;</span>
 <span class="p">.</span>