Author: buildbot
Date: Wed Oct 8 17:54:45 2014
New Revision: 925074
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/io/index.html
websites/staging/jena/trunk/content/documentation/io/rdf-input.html
websites/staging/jena/trunk/content/documentation/io/rdf-output.html
websites/staging/jena/trunk/content/documentation/io/streaming-io.html
websites/staging/jena/trunk/content/documentation/larq/index.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 8 17:54:45 2014
@@ -1 +1 @@
-1630111
+1630187
Modified: websites/staging/jena/trunk/content/documentation/io/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/io/index.html Wed Oct 8
17:54:45 2014
@@ -165,6 +165,7 @@ can be integrated into both the parser a
<li>RDF/JSON</li>
<li>TriG</li>
<li>N-Quads</li>
+<li>TriX</li>
<li>RDF Thrift</li>
</ul>
<p>RDF/JSON is different from JSON-LD - it is a direct encoding of RDF triples
in JSON.
@@ -229,6 +230,10 @@ for fast parsing. See the
<td><code>.rj</code></td>
<td>RDF/JSON</td>
</tr>
+<tr>
+<td><code>.trix</code></td>
+<td>TriX</td>
+</tr>
</tbody>
</table>
<p><code>.n3</code> is supported but only as a synonym for Turtle.</p>
Modified: websites/staging/jena/trunk/content/documentation/io/rdf-input.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/rdf-input.html
(original)
+++ websites/staging/jena/trunk/content/documentation/io/rdf-input.html Wed Oct
8 17:54:45 2014
@@ -276,6 +276,8 @@ as:</p>
<span class="n">AddType</span> <span class="n">text</span><span
class="o">/</span><span class="n">trig</span> <span
class="p">.</span><span class="n">trig</span>
<span class="n">AddType</span> <span class="n">application</span><span
class="o">/</span><span class="n">n</span><span class="o">-</span><span
class="n">quads</span> <span class="p">.</span><span class="n">nq</span>
+
+<span class="n">AddType</span> <span class="n">application</span><span
class="o">/</span><span class="n">trix</span><span class="o">+</span><span
class="n">xml</span> <span class="p">.</span><span class="n">trix</span>
<span class="n">AddType</span> <span class="n">application</span><span
class="o">/</span><span class="n">rdf</span><span class="o">+</span><span
class="n">thrift</span> <span class="p">.</span><span class="n">trdf</span>
</pre></div>
Modified: websites/staging/jena/trunk/content/documentation/io/rdf-output.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/rdf-output.html
(original)
+++ websites/staging/jena/trunk/content/documentation/io/rdf-output.html Wed
Oct 8 17:54:45 2014
@@ -196,6 +196,7 @@ are available as part of the standard se
<li>RDF/JSON</li>
<li>TriG</li>
<li>NQuads</li>
+<li>TriX</li>
<li>RDF Thrift</li>
</ul>
<p>In addition, there are variants of Trutle, TriG for pretty printing,
@@ -314,6 +315,10 @@ an <code>RDFFormat</code> internally. T
<td></td>
</tr>
<tr>
+<td>TRIX</td>
+<td></td>
+</tr>
+<tr>
<td>RDFTHRFT</td>
<td>RDF Thrift</td>
</tr>
Modified: websites/staging/jena/trunk/content/documentation/io/streaming-io.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/streaming-io.html
(original)
+++ websites/staging/jena/trunk/content/documentation/io/streaming-io.html Wed
Oct 8 17:54:45 2014
@@ -265,6 +265,10 @@ an<code>StreamRDF</code> backed by a str
<td></td>
</tr>
<tr>
+<td><code>RDFFormat.TRIX</code></td>
+<td><code>Lang.TRIX</code></td>
+</tr>
+<tr>
<td><code>RDFFormat.RDF_THRIFT</code></td>
<td><code>Lang.RDFTHRIFT</code></td>
</tr>
Modified: websites/staging/jena/trunk/content/documentation/larq/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/larq/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/larq/index.html Wed Oct
8 17:54:45 2014
@@ -149,12 +149,12 @@
<p><a href="../query/text-query.html">jena-text</a> includes use of Apache
Solr
as a shared, search server, or Apache Lucene as a local text index.
From Fuseki 0.2.7, jena-text is built into Fuseki.</p>
-<p>LARQ is no compatible with jena-text; the idnex format has chnaged and the
+<p>LARQ is not compatible with jena-text; the index format has changed and the
integration with SPARQL is different.</p>
<hr/>
<p>LARQ is a combination of <a href="../query/index.html">ARQ</a> and <a
href="http://lucene.apache.org/java/docs/index.html">Lucene</a>. It gives users
the ability to perform free text searches within their SPARQL queries. Lucene
indexes are additional information for accessing the RDF graph, not storage for
the graph itself.</p>
-<p>Some example code is available here: <a
href="https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/">https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/</a>.</p>
+<p>Some example code is available here: <a
href="https://svn.apache.org/repos/asf/jena/Archive/jena-larq/src/test/java/org/apache/jena/larq/examples/">https://svn.apache.org/repos/asf/jena/Archive/jena-larq/src/test/java/org/apache/jena/larq/examples/</a>.</p>
<p>Two helper commands are provided: <code>larq.larqbuilder</code> and
<code>larq.larq</code> used respectively for updating and querying LARQ
indexes.</p>
<p>A full description of the free text query language syntax is given in the
<a href="http://lucene.apache.org/java/3_0_0/queryparsersyntax.html">Lucene
query syntax</a> document.</p>
<h2 id="usage-patterns">Usage Patterns</h2>
@@ -296,7 +296,7 @@ You can also search the jena-users maili
<li>answering users question about LARQ on the <a
href="mailto:[email protected]?s=[LARQ]">[email protected]</a> mailing
list</li>
<li>submitting bug reports and feature requests on JIRA:
https://issues.apache.org/jira/browse/JENA</li>
<li>voting or submitting patches for the currently <a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+component+%3D+LARQ+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide">open
bugs or improvements</a> for LARQ</li>
-<li>checking out LARQ source code, playing with it and let us know your ideas
for possible improvements: <a
href="https://svn.apache.org/repos/asf/jena/trunk/jena-larq">https://svn.apache.org/repos/asf/jena/trunk/jena-larq</a></li>
+<li>checking out LARQ source code, playing with it and let us know your ideas
for possible improvements: <a
href="https://svn.apache.org/repos/asf/jena/Archive/jena-larq">https://svn.apache.org/repos/asf/jena/Archive/jena-larq</a></li>
</ul>
</div>
</div>