Author: buildbot
Date: Thu Jun 30 11:19:59 2011
New Revision: 791908
Log:
Staging update by buildbot
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html Thu
Jun 30 11:19:59 2011
@@ -57,8 +57,7 @@
<h2 id="main_interfaces_and_utilities">Main Interfaces and Utilities</h2>
<p>A <strong>Content Item</strong> is the unit of content that Stanbol
Enhancer can deal with. It gives access to the binary content that was
registered, and the graph that represents its metadata (provided by client
and/or generated). The <strong>Enhancement Engine</strong> provides the
interface to internal or external semantic enhancement engines. There will
usually be several of those, that the EnhancementJobManager uses to enhance
content items. The <strong>Enhancement Job Manager</strong> accepts requests
for enhancing ContentItems, and processes them either synchronously or
asynchronously (as decided by the enhancement engines or by configuration). The
<strong>Enhancement Engine Helper</strong> provides the classes for the
resulting enhancement structure according to the defined <strong>Enhancement
Structure</strong>.</p>
<h2 id="enhancement_structure">Enhancement Structure</h2>
-<p>The enhancement structure for Apache Stanbol is been described in full
[here]
-The enhancement structure defines the types and properties used for the
resulting metadata graph of Apache Stanbol. Every <strong>Enhancement</strong>
type is a description which contains the following mandatory properties:</p>
+<p>The enhancement structure for Apache Stanbol is been described <a
href="http://wiki.iks-project.eu/index.php/EnhancementStructure">here</a> in
full. It defines the types and properties used for the resulting metadata graph
of Apache Stanbol. <em>Note: There is a proposal and ongoing discussion to
update this structure in the future.</em> Every <strong>Enhancement</strong>
type is a description which contains the following important properties:</p>
<ul>
<li>creator: the specific enhancement engine creating this enhancement</li>
<li>creation time: the local system time, when the annotation was created</li>
@@ -78,8 +77,8 @@ The enhancement structure defines the ty
<li>entity-reference: This refers to the URI identifying the Entity</li>
<li>entity-label: The label(s) of the referred entity</li>
<li>entity-type: This property can be used to specify the type of the entity
(optional) </li>
+<li>The occurrences of the entity within the content (the exact positions
within the text where this entity is referred) are determined by outgoing
dc:relation links.</li>
</ul>
-<p>The occurrences of the entity within the content (the exact positions
within the text where this entity is referred) are determined by outgoing
dc:relation links.</p>
<h2 id="response_in_rdf">Response in RDF</h2>
<p>Apache Stanbol Enhancer is able to serialize the response in the following
RDF formats:</p>
<div class="codehilite"><pre><span class="n">application</span><span
class="o">/</span><span class="n">json</span> <span class="p">(</span><span
class="n">JSON</span><span class="o">-</span><span class="n">LD</span><span
class="p">)</span>
Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html Thu
Jun 30 11:19:59 2011
@@ -115,8 +115,9 @@
Provide repository structures as thesaurus or domain ontology, e.g.
categories.</li>
</ul>
<h2 id="technical_documentation">Technical Documentation</h2>
-<p>A detailed technical documentation of its components can be found here:</p>
+<p>A detailed technical documentation of its services and components can be
found here:</p>
<ul>
+<li><a href="services.html">Stanbol Services</a></li>
<li><a href="enhancer.html">Enhancer</a></li>
<li><a href="engines.html">Enhancement Engines</a></li>
<li>Entityhub</li>