You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/02/17 14:59:35 UTC

svn commit: r1660381 - /jena/site/trunk/content/documentation/hadoop/demo.mdtext

Author: rvesse
Date: Tue Feb 17 13:59:35 2015
New Revision: 1660381

URL: http://svn.apache.org/r1660381
Log:
Correct broken Markdown

Modified:
    jena/site/trunk/content/documentation/hadoop/demo.mdtext

Modified: jena/site/trunk/content/documentation/hadoop/demo.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/hadoop/demo.mdtext?rev=1660381&r1=1660380&r2=1660381&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/hadoop/demo.mdtext (original)
+++ jena/site/trunk/content/documentation/hadoop/demo.mdtext Tue Feb 17 13:59:35 2015
@@ -96,11 +96,11 @@ The following statistics are available a
 
 <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>
 
 You can also use the `-a` or `--all` option if you simply wish to calculate all statistics.
\ No newline at end of file