You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2011/07/05 00:04:02 UTC

svn commit: r792192 - /websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html

Author: buildbot
Date: Mon Jul  4 22:04:02 2011
New Revision: 792192

Log:
Staging update by buildbot

Modified:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html Mon Jul  4 22:04:02 2011
@@ -66,34 +66,30 @@
     -Dsling.url=http://localhost:8080/system/console</code></p>
 <h2 id="services_in_the_lab">Services "in the Lab"</h2>
 <ul>
-<li><a href="http://localhost:8080/sparql">/sparql</a></li>
-</ul>
-<p>This is the SPARQL endpoint for the Stanbol store. SPARQL is the standard query language the most commonly used to provide interactive access to semantic knowledge bases.</p>
-<ul>
-<li><a href="http://localhost:8080/contenthub">/contenthub</a></li>
-</ul>
-<p>This is a stateful interface to submit content to analyze and store the results on the server. It is then possible to browse the resulting enhanced content items. The longer-term goal of this endpoint is to implement faceted semantic search of the enhanced content items. (Note: Up to now, this endpoint is a proof of concept / experimental feature. It does not actually store the content on the disk, just in memory.)</p>
-<ul>
-<li><a href="http://dev.iks-project.eu:8080/ontonet">/ontonet</a></li>
-</ul>
-<p>Ontonet provides a controlled environment for managing ontologies and ontology networks and user sessions managing them.</p>
-<ul>
 <li>
-<p><a href="http://localhost:8080/reasoners">/reasoners</a>
- The reasoners are made for classification, consistency checking, and enrichment of an ontology. Reasoning services are provided through the built-in HermiT reasoner.</p>
+<p><a href="http://localhost:8080/sparql">/sparql</a>: This is the SPARQL endpoint for the Stanbol store. SPARQL is the standard query language the most commonly used to provide interactive access to semantic knowledge bases.</p>
+</li>
+<li>
+<p><a href="http://localhost:8080/contenthub">/contenthub</a>: This is a stateful interface to submit content to analyze and store the results on the server. It is then possible to browse the resulting enhanced content items. The longer-term goal of this endpoint is to implement faceted semantic search of the enhanced content items. (Note: Up to now, this endpoint is a proof of concept / experimental feature. It does not actually store the content on the disk, just in memory.)</p>
+</li>
+<li>
+<p><a href="http://dev.iks-project.eu:8080/ontonet">/ontonet</a>: Ontonet provides a controlled environment for managing ontologies and ontology networks and user sessions managing them.</p>
 </li>
 <li>
-<p><a href="http://localhost:8080/rules">/rules</a>
- The rules component lets you define rules to be used within the ontology networks and the reasoning services. </p>
+<p><a href="http://localhost:8080/reasoners">/reasoners</a>: The reasoners are made for classification, consistency checking, and enrichment of an ontology. Reasoning services are provided through the built-in HermiT reasoner.</p>
 </li>
 <li>
-<p><a href="http://dev.iks-project.eu:8080/factstore">/factstore</a></p>
+<p><a href="http://localhost:8080/rules">/rules</a>: The rules component lets you define rules to be used within the ontology networks and the reasoning services. </p>
+</li>
+<li>
+<p><a href="http://dev.iks-project.eu:8080/factstore">/factstore</a>: The FactStore implements a store for facts plus the ability to query for single facts and for combinations of facts. It implements:</p>
+<ul>
+<li>Persistence storage for n-ary facts about entities</li>
+<li>Query language to query for a single fact</li>
+<li>Query language to query for combinations of facts (reasoning)</li>
+</ul>
 </li>
 </ul>
-<p>The FactStore implements a store for facts plus the ability to query for single facts and for combinations of facts. It implements:
-    - Persistence storage for n-ary facts about entities
-    - Query language to query for a single fact
-    - Query language to query for combinations of facts (reasoning)</p>
   </div>
   
   <div id="footer">