This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new f9f7111dc Fix typos, grammar
f9f7111dc is described below
commit f9f7111dc541a2312463b1b36a820a45f9791fe4
Author: Furkan Akkurt <[email protected]>
AuthorDate: Sun Jan 8 11:50:16 2023 +0300
Fix typos, grammar
---
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 b5b62b4fe..c2ecbce64 100644
--- a/source/documentation/inference/__index.md
+++ b/source/documentation/inference/__index.md
@@ -43,7 +43,7 @@ slug: index
of deriving additional information and the term <em>reasoner</em> to refer to
a specific code object that performs this task. Such usage is arbitrary and
if we slip into using equivalent terms like <em>reasoning</em> and
<em>inference
- engine</em> please forgive us. </p>
+ engine</em>, please forgive us. </p>
<p>The overall structure of the inference machinery is illustrated below. </p>
<p class="centered"><img src="reasoner-overview.png" width="544" height="305"
alt="Overall structure of inference machinery"></p>
<p>Applications normally access the inference machinery by using the <a
href="/documentation/javadoc/jena/org/apache/jena/rdf/model/ModelFactory.html"><code>ModelFactory</code></a>
@@ -168,7 +168,7 @@ slug: index
methods, particularly <code>ModelFactory.createInfModel</code>. </p>
#### Accessing inferences
-<p>Finally, having created a inference model then any API operations which
access
+<p>Finally, having created an inference model, any API operations which access
RDF statements will be able to access additional statements which are
entailed
from the bound data by means of the reasoner. Depending on the reasoner these
additional <i>virtual</i> statements may all be precomputed the first time
the