trill_on_swish/commit

help typo

authorrzese
Wed Feb 4 12:08:38 2015 +0100
committerrzese
Wed Feb 4 12:08:38 2015 +0100
commit1c2acb8c90d377f61deebd4435ee6f8969fe065d
tree1c312f09ad0a3d0aa6bc2d4bee21d752cfbf33a7
parent5e9f320a1cf8f843055a6c1ea347fe6f6ad771b8
Diff style: patch stat
diff --git a/examples/index.json b/examples/index.json
index 40a4cdf..78f50e5 100644
--- a/examples/index.json
+++ b/examples/index.json
@@ -1,7 +1,6 @@
 // list of examples, represented as a JSON list
 
 [
-{ "file":"rdf_queries.pl",		  "title":"General queries" },
 { "file":"biopax-level3.owl",             "title":"Biopax KB" },
 { "file":"BRCA.owl",                      "title":"BRCA KB" },
 { "file":"DBPedia.owl",                   "title":"DBPedia KB" },
diff --git a/src b/src
index 1b18cfd..ed72885 160000
--- a/src
+++ b/src
@@ -1 +1 @@
-Subproject commit 1b18cfd88c65bb81c23085113cd658a1d6c93308
+Subproject commit ed7288565aced91a811e7eeeb73e04084a43fd26
diff --git a/web/help/help.html b/web/help/help.html
index 335a4b5..361652a 100644
--- a/web/help/help.html
+++ b/web/help/help.html
@@ -19,8 +19,16 @@
 <p>
 TRILL is about running a <i>query</i> against a <i>knowledge base</i>. 
 It can handle <i>SHOQ</i> knowledge bases writtend in RDF/XML format.
+TRILL can be installed on SWI Prolog using the commands below
+<pre style="font-size:80%">
+?- pack_install(cplint).
+?- pack_install(trill).
+</pre>
+
+<p>
+TRILL is a tableau reasoner written in Prolog, the queries available are listed in <a href="#help-trill">TRILL manual</a> section.
 The <i>query</i> goes into the bottom-right editor and the <i>program</i>
-into the left editor.  
+into the left editor. 
 
 <p>
 A query can be executed by using the <b>Run!</b> button.  At this moment, the following happens:
@@ -197,7 +205,7 @@ The annotation must be declared in the knowledge base as follow
 <h4 id="help-trill">TRILL manual</h4>
 <p>
 TRILL ("Tableau Reasoner for descrIption Logics in Prolog") implements a tableau algorithm in
-Prolog to compute the set of all the explanations of a query. After generating the explanations, TRILL can computes the probability of the query. TRILL can answer   and , and can find explanations both for the  contained in the KB or for the inconsistency of the entire KB. TRILL is implemented in Prolog, so the management of the rules' non-determinism is delegated to this language.
+Prolog to compute the set of all the explanations of a query. After generating the explanations, TRILL can computes the probability of the query. The management of the tableau rules' non-determinism is delegated to the Prolog language.
 </p>
 <p>
 The types of query that are available are shown below: