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/03/15 20:44:43 UTC

svn commit: r943883 - in /websites/staging/jena/trunk/content: ./ documentation/query/ documentation/sdb/ documentation/tdb/ getting_started/

Author: buildbot
Date: Sun Mar 15 19:44:42 2015
New Revision: 943883

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/arq-query-eval.html
    websites/staging/jena/trunk/content/documentation/query/index.html
    websites/staging/jena/trunk/content/documentation/query/sparql-remote.html
    websites/staging/jena/trunk/content/documentation/sdb/fuseki_integration.html
    websites/staging/jena/trunk/content/documentation/tdb/assembler.html
    websites/staging/jena/trunk/content/documentation/tdb/faqs.html
    websites/staging/jena/trunk/content/documentation/tdb/index.html
    websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html
    websites/staging/jena/trunk/content/getting_started/fuseki.html
    websites/staging/jena/trunk/content/getting_started/index.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 15 19:44:42 2015
@@ -1 +1 @@
-1666818
+1666833

Modified: websites/staging/jena/trunk/content/documentation/query/arq-query-eval.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/arq-query-eval.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/arq-query-eval.html Sun Mar 15 19:44:42 2015
@@ -245,7 +245,7 @@ the internal data-structure for the alge
 <p>The <a href="http://www.sparql.org/validator.html">online SPARQL validator</a>
 at <a href="http://sparql.org/">sparql.org</a> can be used to see the algebra
 expression for a SPARQL query. This validator is also include in
-<a href="../serving_data/">Fuseki</a>.</p>
+<a href="../fuseki2/">Fuseki</a>.</p>
 <h3 id="high-level-optimization-and-transformations">High-Level Optimization and Transformations</h3>
 <p>There is a collection of transformations that can be applied to the
 algebra, such as replacing equality filters with a more efficient

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 Mar 15 19:44:42 2015
@@ -233,7 +233,7 @@ parsed with an explicit declaration of <
 </ul>
 <h2 id="see-also">See Also</h2>
 <ul>
-<li><a href="../serving_data/index.html">Fuseki</a> - Server implementation of the SPARQL protocol.</li>
+<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>

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 Mar 15 19:44:42 2015
@@ -149,7 +149,7 @@
 <a href="http://www.w3.org/2001/sw/DataAccess/proto-wd/">remote access protocol</a>.
 The remote access protocol can be used with plain HTTP or over
 <a href="http://www.w3.org/TR/soap12-part0/">SOAP</a>.</p>
-<p>See <a href="../serving_data/index.html">Fuseki</a> for an implementation of the
+<p>See <a href="../fuseki2/index.html">Fuseki</a> for an implementation of the
 SPARQL protocol over HTTP. Fuseki uses ARQ to provide SPARQL 
 query access to Jena models, including Jena persistent models.</p>
 <p>ARQ includes a query engine capable of using the HTTP version.</p>

Modified: websites/staging/jena/trunk/content/documentation/sdb/fuseki_integration.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/fuseki_integration.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/fuseki_integration.html Sun Mar 15 19:44:42 2015
@@ -144,7 +144,7 @@
     <div class="col-md-12">
     <div id="breadcrumbs"></div>
     <h1 class="title">SDB Fuseki Integration</h1>
-  <p><a href="../serving_data/index.html" title="Apache Jena Fuseki">Fuseki</a> is a server
+  <p><a href="../fuseki2/index.html">Fuseki</a> is a server
 that implements the SPARQL protocol for HTTP. It can be used to
 give a SPARQL interface to an SDB installation.</p>
 <p>The Fuseki server needs the SDB jar files on its classpath. The

Modified: websites/staging/jena/trunk/content/documentation/tdb/assembler.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/assembler.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/assembler.html Sun Mar 15 19:44:42 2015
@@ -147,7 +147,7 @@
   <p><a href="/documentation/assembler/">Assemblers</a>
 are a general mechanism in Jena to describe objects to be built,
 often these objects are models and datasets. Assemblers are used
-heavily in <a href="../serving_data/">Fuseki</a> for
+heavily in <a href="../fuseki2/">Fuseki</a> for
 dataset and model descriptions, for example.</p>
 <p>SPARQL queries operate over an
 <a href="http://www.w3.org/TR/sparql11-query/#rdfDataset" title="http://www.w3.org/TR/rdf-sparql-query/#rdfDataset">RDF dataset</a>,
@@ -166,7 +166,7 @@ program code.</p>
 <li><a href="#rdfs">RDFS</a></li>
 </ul>
 <h2 id="dataset">Dataset</h2>
-<p>This is needed for use in <a href="../serving_data/" title="Fuseki">Fuseki</a>.</p>
+<p>This is needed for use in <a href="../fuseki2/" title="Fuseki">Fuseki</a>.</p>
 <p>A dataset can be constructed in an assembler file:</p>
 <div class="codehilite"><pre><span class="p">@</span><span class="n">prefix</span> <span class="n">tdb</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">jena</span><span class="p">.</span><span class="n">hpl</span><span class="p">.</span><span class="n">hp</span><span class="p">.</span><span class="n">com</span><span class="o">/</span>2008<span class="o">/</span><span class="n">tdb</span>#<span class="o">&gt;</span> <span class="p">.</span>
 <span class="p">@</span><span class="n">prefix</span> <span class="n">rdf</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">www</span><span class="p">.</span><span class="n">w3</span><span class="p">.</span><span class="n">org</span><span class="o">/</span>1999<span class="o">/</span>02<span class="o">/</span>22<span class="o">-</span><span class="n">rdf</span><span class="o">-</span><span class="n">syntax</span><span class="o">-</span><span class="n">ns</span>#<span class="o">&gt;</span> <span class="p">.</span>

Modified: websites/staging/jena/trunk/content/documentation/tdb/faqs.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/faqs.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/faqs.html Sun Mar 15 19:44:42 2015
@@ -176,7 +176,7 @@ and must be rebuilt from the original so
 controlling the database directory and files.</p>
 <p>From 1.1.0 onwards TDB includes automatic prevention of multi-JVM usage which prevents this under most circumstances and helps
 protect your data from corruption.</p>
-<p>If you wish to share a TDB dataset between applications use our <a href="../serving_data/">Fuseki</a> component which provides a 
+<p>If you wish to share a TDB dataset between applications use our <a href="../fuseki2/">Fuseki</a> component which provides a 
 database server. Fuseki supports <a href="http://www.w3.org/TR/sparql11-query/">SPARQL Query</a>,
 <a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a> and the <a href="http://www.w3.org/TR/sparql11-http-rdf-update/">SPARQL Graph Store protocol</a>.
 Applications should be written in terms of these protocols using the relevant Jena APIs, this has the added benefit of making your

Modified: websites/staging/jena/trunk/content/documentation/tdb/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/index.html Sun Mar 15 19:44:42 2015
@@ -154,9 +154,10 @@ otherwise noted.</p>
 line scripts and via the Jena API.  When accessed using <a href="tdb_transactions.html">transactions</a>
 a TDB dataset is protected against corruption, unexpected process terminations and system crashes.</p>
 <p>A TDB dataset <strong>should</strong> only be directly accessed from a single JVM at a time otherwise data corruption
-may occur.   From 1.1.0 onwards TDB includes automatic protection against multi-JVM usage which prevents this
-under most circumstances. If you wish to share a TDB dataset between multiple applications please use our
-<a href="../serving_data/">Fuseki</a> component which provides a SPARQL server that
+may occur.  From 1.1.0 onwards TDB includes automatic protection against multi-JVM usage which prevents this
+under most circumstances. </p>
+<p>If you wish to share a TDB dataset between multiple applications please use our
+<a href="../fuseki2/">Fuseki</a> component which provides a SPARQL server that
 can use TDB for persistent storage and provides the SPARQL protocols
 for query, update and REST update over HTTP.  </p>
 <h2 id="documentation">Documentation</h2>

Modified: websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html Sun Mar 15 19:44:42 2015
@@ -355,7 +355,7 @@ file databases is not supported and has
 and must be rebuilt from the original source data. Therefore there <strong>must</strong> be a single JVM
 controlling the database directory and files.  From 1.1.0 onwards TDB includes automatic prevention against multi-JVM
 which prevents this under most circumstances.</p>
-<p>Use our <a href="../serving_data/">Fuseki</a> component to provide a
+<p>Use our <a href="../fuseki2/">Fuseki</a> component to provide a
 database server for multiple applications. Fuseki supports 
 <a href="http://www.w3.org/TR/sparql11-query/">SPARQL Query</a>,
 <a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a> and the

Modified: websites/staging/jena/trunk/content/getting_started/fuseki.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/fuseki.html (original)
+++ websites/staging/jena/trunk/content/getting_started/fuseki.html Sun Mar 15 19:44:42 2015
@@ -149,7 +149,7 @@ This section will shortly contain some e
 using Jena for RDF processing. In the meantime, please see the following
 resources for help:</p>
 <ul>
-<li><a href="/documentation/serving_data/index.html">Fuseki overview</a></li>
+<li><a href="/documentation/fuseki2/index.html">Fuseki</a></li>
 </ul>
 <h2 id="other-resources">Other resources</h2>
 <p>Jena committer Paolo Castagna has listed some <a href="https://github.com/castagna/jena-examples">example programs</a>

Modified: websites/staging/jena/trunk/content/getting_started/index.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/index.html (original)
+++ websites/staging/jena/trunk/content/getting_started/index.html Sun Mar 15 19:44:42 2015
@@ -167,7 +167,7 @@ usage of advanced semantic web features
 <ul>
 <li><a href="/documentation/rdf/">The RDF API</a> - the core RDF API in Jena</li>
 <li><a href="/documentation/query/">SPARQL</a> - querying and updating RDF models using the SPARQL standards</li>
-<li><a href="/documentation/serving_data/">Fuseki</a> - SPARQL server which can present RDF data and answer SPARQL queries over HTTP</li>
+<li><a href="/documentation/fuseki2/">Fuseki</a> - SPARQL server which can present RDF data and answer SPARQL queries over HTTP</li>
 <li><a href="/documentation/assembler/">Assembler</a> - describing recipes for constructing Jena models declaratively using RDF</li>
 <li><a href="/documentation/inference/">Inference</a> - using the Jena rules engine and other inference algorithms to derive consequences from RDF models</li>
 <li><a href="/documentation/javadoc/">Javadoc</a> - JavaDoc generated from the Jena source</li>