Author: buildbot
Date: Wed Mar 13 11:10:40 2019
New Revision: 1041772
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-main.html
websites/staging/jena/trunk/content/documentation/io/rdf-output.html
websites/staging/jena/trunk/content/documentation/io/rdfxml_howto.html
websites/staging/jena/trunk/content/documentation/query/faq.html
websites/staging/jena/trunk/content/documentation/query/text-query.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 13 11:10:40 2019
@@ -1 +1 @@
-1855397
+1855400
Modified:
websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-main.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-main.html
(original)
+++ websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-main.html
Wed Mar 13 11:10:40 2019
@@ -160,7 +160,7 @@
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>Fuseki main is a packagign of Fuseki as trile store without a UI for
administration.</p>
+<p>Fuseki main is a packaging of Fuseki as trile store without a UI for
administration.</p>
<p>Fuseki can be run in the background by an application as an embedded
server. The
application can safely work with the dataset directly from java while having
Fuseki
provide SPARQL access over HTTP. An embedded server is useful for
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
Mar 13 11:10:40 2019
@@ -597,7 +597,7 @@ by using one of the following RDFFormats
pass the "frame" in the <code>JSONLD_FRAME_PRETTY</code> and
<code>JSONLD_FRAME_FLAT</code>
cases.</p>
<p>What can be done, and how it can be, is explained in the
-<a
href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/riot/ExJsonLD.java">sample
code</a>.</p>
+<a
href="https://github.com/apache/jena/tree/master/jena-arq/src-examples/arq/examples/riot/Ex_WriteJsonLD.java">sample
code</a>.</p>
<h3 id="rdf-binary">RDF Binary<a class="headerlink" href="#rdf-binary"
title="Permanent link">¶</a></h3>
<p><a href="rdf-binary.html">This is a binary encoding</a> using
<a href="https://thrift.apache.org/">Apache Thrift</a> for RDF Graphs
Modified: websites/staging/jena/trunk/content/documentation/io/rdfxml_howto.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/rdfxml_howto.html
(original)
+++ websites/staging/jena/trunk/content/documentation/io/rdfxml_howto.html Wed
Mar 13 11:10:40 2019
@@ -212,9 +212,9 @@ applications, they are useful, see <a hr
there is every intention to continue to support them. The RDF/XML
parser now checks to see if the <code>Model.read(Reader â¦)</code> calls
are being abused, and issues
-<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#ERR_ENCODING_MISMATCH"><code>ERR_ENCODING_MISMATCH</code></a>
+<a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#ERR_ENCODING_MISMATCH"><code>ERR_ENCODING_MISMATCH</code></a>
and
-<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#WARN_ENCODING_MISMATCH"><code>WARN_ENCODING_MISMATCH</code></a>
+<a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#WARN_ENCODING_MISMATCH"><code>WARN_ENCODING_MISMATCH</code></a>
errors. Most incorrect usage of <code>Reader</code>s for RDF/XML input will
result in such errors. Most incorrect usage of <code>Writer</code>s for RDF/XML
output will produce correct XML by using an appropriate XML
@@ -421,7 +421,7 @@ prove easier.</p>
<code>RDFReader</code> and the <code>RDFWriter</code>. N3 has options on the
<code>RDFWriter</code>. These
options are detailed below. For RDF/XML they are also found in the
JavaDoc for
-<code>JenaReader.</code><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
+<code>JenaReader.</code><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
and
<code>RDFXMLWriterI.</code><a
href="/documentation/javadoc/jena/org/apache/jena/xmloutput/RDFXMLWriterI.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String,Â
Object)</code>.</p>
<h2 id="advanced-rdfxml-input">Advanced RDF/XML Input<a class="headerlink"
href="#advanced-rdfxml-input" title="Permanent link">¶</a></h2>
@@ -429,7 +429,7 @@ and
object that is an instance of an ARP parser, by using the
<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/model/RDFReaderF.html#getReader()"><code>getReader</code></a><code>()</code>
method on any <code>Model</code>. It is then configured using the
-<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
+<a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
method. This changes the properties for parsing RDF/XML. Many of
the properties change the RDF parser, some change the XML parser.
(The Jena RDF/XML parser, ARP, implements the
@@ -437,7 +437,7 @@ the properties change the RDF parser, so
over a <a href="http://xml.apache.org/xerces2-j/index.html">Xerces2-J</a> XML
parser). However, changing the features and properties of the XML
parser is not likely to be useful, but was easy to implement.</p>
-<p><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
+<p><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
can be used to set and get:</p>
<ul>
<li>ARP properties
@@ -480,21 +480,21 @@ property.</p>
</tr>
<tr>
<td><code>error-mode</code></td>
-<td><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPOptions.html#setDefaultErrorMode()"><code>ARPOptions.setDefaultErrorMode()</code></a>
<br /><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPOptions.html#setLaxErrorMode()"><code>ARPOptions.setLaxErrorMode()</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPOptions.html#setStrictErrorMode()"><code>ARPOptions.setStrictErrorMode()</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPOptions.html#setStrictErrorMode(int)"><code>ARPOptions.setStrictErrorMode(int)</code></a><br
/> This allows a coarse-grained approach to control of error handling.
Setting this property is equivalent to setting many of the fine-grained error
handling properties.</td>
+<td><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPOptions.html#setDefaultErrorMode()"><code>ARPOptions.setDefaultErrorMode()</code></a>
<br /><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPOptions.html#setLaxErrorMode()"><code>ARPOptions.setLaxErrorMode()</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPOptions.html#setStrictErrorMode()"><code>ARPOptions.setStrictErrorMode()</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPOptions.html#setStrictErrorMode(int)"><code>ARPOptions.setStrictErrorMode(int)</code></a><br
/> This allows a coarse-grained approach to control of error handling.
Setting this property is equivalent to setting many of the fine-grained error
handling properties.</td>
<td><code>String</code></td>
<td><code>default</code><br /><code>lax</code><br /><code>strict</code><br
/><code>strict-ignore</code><br /><code>strict-warning</code><br
/><code>strict-error</code><br /><code>strict-fatal</code></td>
</tr>
<tr>
<td><code>embedding</code></td>
-<td><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPOptions.html#setEmbedding(boolean)"><code>ARPOptions.setEmbedding(boolean)</code></a>
<br />This sets ARP to look for RDF embedded within an enclosing XML
document.</td>
+<td><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPOptions.html#setEmbedding(boolean)"><code>ARPOptions.setEmbedding(boolean)</code></a>
<br />This sets ARP to look for RDF embedded within an enclosing XML
document.</td>
<td><code>String</code> or <code>Boolean</code></td>
<td><code>true</code><br /><code>false</code></td>
</tr>
<tr>
<td><code>ERR_<XXX></code> <br /><code>WARN_<XXX></code><br
/><code>IGN_<XXX></code></td>
-<td>See <a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html"><code>ARPErrorNumbers</code></a>
for a complete list of the error conditions detected. Setting one of these
properties is equivalent to the method <a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPOptions.html#setErrorMode(int,%20int)"><code>ARPOptions.setErrorMode(int,
int)</code></a>. Thus fine-grained control over the behaviour in response to
specific error conditions is possible.</td>
+<td>See <a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html"><code>ARPErrorNumbers</code></a>
for a complete list of the error conditions detected. Setting one of these
properties is equivalent to the method <a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPOptions.html#setErrorMode(int,%20int)"><code>ARPOptions.setErrorMode(int,
int)</code></a>. Thus fine-grained control over the behaviour in response to
specific error conditions is possible.</td>
<td><code>String</code> or <code>Integer</code></td>
-<td><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#EM_IGNORE"><code>EM_IGNORE</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#EM_WARNING"><code>EM_WARNING</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#EM_ERROR"><code>EM_ERROR</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#EM_FATAL"><code>EM_FATAL</code></a></td>
+<td><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#EM_IGNORE"><code>EM_IGNORE</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#EM_WARNING"><code>EM_WARNING</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#EM_ERROR"><code>EM_ERROR</code></a><br
/><a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#EM_FATAL"><code>EM_FATAL</code></a></td>
</tr>
</tbody>
</table>
@@ -534,7 +534,7 @@ allow <code>"daml:collection"</code>, th
<p>This is because in strict mode
-<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#IGN_DAML_COLLECTION"><code>IGN_DAML_COLLECTION</code></a>
+<a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#IGN_DAML_COLLECTION"><code>IGN_DAML_COLLECTION</code></a>
is treated as an error, and so the second call to <code>setProperty</code>
overwrites the effect of the first.</p>
<p>The IRI rules and resolver can be set on a per-reader basis:</p>
@@ -561,7 +561,7 @@ overwrites the effect of the first.</p>
<h3 id="interrupting-arp">Interrupting ARP<a class="headerlink"
href="#interrupting-arp" title="Permanent link">¶</a></h3>
<p>ARP can be interrupted using the <code>Thread.interrupt()</code> method.
This
causes an
-<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/ARPErrorNumbers.html#ERR_INTERRUPTED"><code>ERR_INTERRUPTED</code></a>
+<a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/ARPErrorNumbers.html#ERR_INTERRUPTED"><code>ERR_INTERRUPTED</code></a>
error during the parse, which is usually treated as a fatal error.</p>
<p>Here is an illustrative code sample:</p>
<div class="codehilite"><pre><span class="n">ARP</span> <span
class="n">a</span> <span class="p">=</span> <span class="n">new</span> <span
class="n">ARP</span><span class="p">();</span>
@@ -598,7 +598,7 @@ the appropriate language, by using
or
<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/model/RDFWriterF.html#getWriter(java.lang.String)"><code>getWriter</code></a><code>("RDF/XML-ABBREV")</code>
on any <code>Model</code>. It is then configured using the
-<a
href="/documentation/javadoc/jena/org/apache/jena/rdf/arp/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
+<a
href="/documentation/javadoc/jena/org/apache/jena/rdfxml/xmlinput/JenaReader.html#setProperty(java.lang.String,
java.lang.Object)"><code>setProperty</code></a><code>(String, Object)</code>
method. This changes the properties for writing RDF/XML.</p>
<h3 id="properties-to-control-rdfxml-output">Properties to Control RDF/XML
Output<a class="headerlink" href="#properties-to-control-rdfxml-output"
title="Permanent link">¶</a></h3>
<p><table>
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 Wed Mar 13
11:10:40 2019
@@ -161,11 +161,6 @@
}
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.
-See also
-"<a href="http://www.dynamic-apps.com/tutorials/classpath.jsp">The CLASSPATH
and Environment Variables</a>"</dd>
<dt>java.lang.NoClassDefFoundError : Exception in thread "main"</dt>
<dd>The classpath is wrong. Include all the jar files in lib/
before running one of the command line applications.</dd>
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 Wed
Mar 13 11:10:40 2019
@@ -164,7 +164,7 @@ h2:hover > .headerlink, h3:hover > .head
<a href="https://lucene.apache.org">Lucene</a> or
<a href="https://www.elastic.co">ElasticSearch</a> (built on
Lucene). It gives applications the ability to perform indexed full text
-searches within SPARQL queries. Here is a compatibility table:</p>
+searches within SPARQL queries. Here is a version compatibility table:</p>
<table class="table">
<thead>
<tr>