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 2012/02/20 17:57:17 UTC

svn commit: r805532 - in /websites/staging/stanbol/trunk: ./ content/stanbol/docs/trunk/ontologymanager/index.html content/stanbol/docs/trunk/ontologymanager/registry/index.html

Author: buildbot
Date: Mon Feb 20 16:57:17 2012
New Revision: 805532

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/   (props changed)
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/index.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.html

Propchange: websites/staging/stanbol/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 20 16:57:17 2012
@@ -1 +1 @@
-1291368
+1291372

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/index.html Mon Feb 20 16:57:17 2012
@@ -82,8 +82,8 @@
 </ul>
 <h3 id="sub-components">Sub-Components</h3>
 <ul>
-<li><a href="ontologymanager/ontonet.html">OntoNet</a>     - allows to construct subsets of the knowledge base managed by Stanbol into OWL/OWL2 <a href="#ref2">[2]</a>ontology networks</li>
-<li><a href="ontologymanager/registry.html">Registry</a>  - manages ontology libraries for bootstrapping the network using both external and internal ontologies</li>
+<li><a href="ontonet/">OntoNet</a>     - allows to construct subsets of the knowledge base managed by Stanbol into OWL/OWL2 <a href="#ref2">[2]</a>ontology networks</li>
+<li><a href="registry/">Registry</a>  - manages ontology libraries for bootstrapping the network using both external and internal ontologies</li>
 <li>Store       - create, read, update and delete operations on single ontologies stored in Stanbol. These operations can be performed on entities, axioms, and whole ontologies.</li>
 </ul>
 <h2 id="references">References:</h2>
@@ -92,7 +92,7 @@
 <li>[2] <a name="ref2" href="http://www.w3.org/TR/owl-overview/" target="_blank">The OWL 2 ontology language</a></li></li>
 </ul>
 <hr />
-<p><em><a href="components.html">Back to components</a></em></p>
+<p><em><a href="../components.html">Back to components</a></em></p>
   </div>
   
   <div id="footer">

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.html Mon Feb 20 16:57:17 2012
@@ -75,7 +75,7 @@
 </ol>
 <h2 id="usage">Usage</h2>
 <h3 id="setup_an_ontology_registry">Setup an Ontology Registry</h3>
-<p>To create a Registry, you simply need to make an OWL ontology with certain types of axioms. See <a href="registry/language.html">Registry Language</a> for examples on how to create a Registry and add Library instances to it. </p>
+<p>To create a Registry, you simply need to make an OWL ontology with certain types of axioms. See <a href="language">Registry Language</a> for examples on how to create a Registry and add Library instances to it. </p>
 <p>Then upload the ontology on the Web and add it to the <strong>Registry locations</strong> from the <a href="http://localhost:8080/system/console/configMgr/org.apache.stanbol.ontologymanager.registry.impl.RegistryManagerImpl">Felix console Configuration</a>.</p>
 <p>Note that not only can a single registry describe multiple libraries, but also multiple registries can describe the same library, each adding information on the ontologies referenced by it. Library descriptions are <em>monotonic</em>, in that registries can only <em>add</em> information about libraries, never <em>remove</em> any.</p>
 <h3 id="access_a_cached_ontology">Access a cached ontology</h3>