Author: buildbot
Date: Tue Feb 17 13:59:45 2015
New Revision: 940464
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/hadoop/demo.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 17 13:59:45 2015
@@ -1 +1 @@
-1660380
+1660381
Modified: websites/staging/jena/trunk/content/documentation/hadoop/demo.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/hadoop/demo.html
(original)
+++ websites/staging/jena/trunk/content/documentation/hadoop/demo.html Tue Feb
17 13:59:45 2015
@@ -229,11 +229,11 @@
<p>The following statistics are available and are activated by the relevant
command line option:</p>
<table>
<tr><th>Command Line Option</th><th>Statistic</th><th>Description &
Notes</th></tr>
- <tr><td>`-n` or `--node-count`</td><td>Node Count</td><td>Counts the
occurrences of each unique RDF term i.e. node in Jena parlance</td></tr>
- <tr><td>`-t` or `--type-count`</td><td>Type Count</td><td>Counts the
occurrences of each declared `rdf:type` value</td></tr>
- <tr><td>`-d` or `--data-types`</td><td>Data Type Count</td><td>Counts the
occurrences of each declared literal data type</td></tr>
- <tr><td>`--namespaces`</td><td>Namespace Counts</td><td>Counts the
occurrences of namespaces within the data.<br />Namespaces are determined by
splitting URIs at the `#` fragment separator if present and if not the last `/`
character
- <tr><td>`-g` or `--graph-sizes`</td><td>Graph Sizes</td><td>Counts the sizes
of each graph declared in the data</td></tr>
+ <tr><td><code>-n</code> or <code>--node-count</code></td><td>Node
Count</td><td>Counts the occurrences of each unique RDF term i.e. node in Jena
parlance</td></tr>
+ <tr><td><code>-t</code> or <code>--type-count</code></td><td>Type
Count</td><td>Counts the occurrences of each declared <code>rdf:type</code>
value</td></tr>
+ <tr><td><code>-d</code> or <code>--data-types</code></td><td>Data Type
Count</td><td>Counts the occurrences of each declared literal data
type</td></tr>
+ <tr><td><code>--namespaces</code></td><td>Namespace Counts</td><td>Counts
the occurrences of namespaces within the data.<br />Namespaces are determined
by splitting URIs at the <code>#</code> fragment separator if present and if
not the last <code>/</code> character
+ <tr><td><code>-g</code> or <code>--graph-sizes</code></td><td>Graph
Sizes</td><td>Counts the sizes of each graph declared in the data</td></tr>
</table>
<p>You can also use the <code>-a</code> or <code>--all</code> option if you
simply wish to calculate all statistics.</p>