Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Finference%2Findex.mdtext
Greg Albiston
Index: trunk/content/documentation/inference/index.mdtext
===================================================================
--- trunk/content/documentation/inference/index.mdtext (revision 1603331)
+++ trunk/content/documentation/inference/index.mdtext (working copy)
@@ -1,5 +1,7 @@
Title: Reasoners and rule engines: Jena inference support
+All headings below "Rules syntax and structure" aren't displaying correctly.
+Added two missing </p> tags at the end of section which could be causing the
problem.
<p>This section of the documentation describes the current support for
inference
available within Jena. It includes an outline of the general inference API,
together with details of the specific rule engines and configurations for
RDFS
@@ -1339,7 +1341,7 @@
<code>OWLMini</code> (case insensitive).
</dd>
</dl>
-
+</p>
<p>
So an example complete rule file which includes the RDFS rules and defines
a single extra rule is:
@@ -1348,7 +1350,7 @@
@include <RDFS>.
[rule1: (?f pre:father ?a) (?u pre:brother ?f) -> (?u pre:uncle ?a)]
-
+</p>
<p>[<a href="#rules">Rule index</a>] [<a href="#index">main index</a>]</p>
### <a name="RULEforward"></a>Forward chaining engine