This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch rdfs in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 7fe590ce226d6ebb884ce95d33fb6b0e9000e5a0 Author: Andy Seaborne <[email protected]> AuthorDate: Mon Apr 19 17:12:45 2021 +0100 Fix section headers --- source/documentation/inference/__index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/documentation/inference/__index.md b/source/documentation/inference/__index.md index 6d59c81..f7d8b81 100644 --- a/source/documentation/inference/__index.md +++ b/source/documentation/inference/__index.md @@ -571,7 +571,7 @@ slug: index .addProperty(ReasonerVocabulary.PROPsetRDFSLevel, "simple"); Reasoner reasoner = RDFSRuleReasonerFactory.theInstance()Create(config); -####Summary of parameters +#### Summary of parameters <table width="90%" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="22%"><b>Parameter</b></td> @@ -1209,7 +1209,7 @@ class B = cardinality(P,1)</pre> of rule use and a substantial slow down - the OWL axioms that the reasoner can handle are already built in and don't need to be redeclared.</p> -####Incompleteness +#### Incompleteness <p>The rule based approach cannot offer a complete solution for OWL/Lite, let alone the OWL/Full fragment corresponding to the OWL/Lite constructs. In addition the current implementation is still under development and may well have omissions
