Author: buildbot
Date: Wed May 30 08:02:59 2012
New Revision: 819587
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 30 08:02:59 2012
@@ -1 +1 @@
-1344139
+1344141
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
Wed May 30 08:02:59 2012
@@ -95,7 +95,6 @@
</ol>
<p>This document follows a similar structure. While the first part goes into
the detail of the Stanbol Enhancement Structure as integral part of the Stanbol
Enhancer the second part focuses on the consumption of the
EnhancementResults.</p>
<p>While the first part is intended to be read by Developers that want to
extend the Stanbol Enhancer (e.g. implement there own <a
href="engines">EnhancementEngine</a>s) the target audience of the second part
are typical users of the Stanbol Enhancer.</p>
-<hr />
<h1 id="part-1-the-stanbol-enhancement-structure">PART 1: The Stanbol
Enhancement Structure</h1>
<p>The Stanbol Enhancement Structure is a central part of the <a
href="index.html">Stanbol Enhancer</a> architecture as it represents the
binding element between the <a href="contentitem.html">ContentItem</a> analyzed
by the the <a href="engines">EnhancementEngine</a>s as configured by an <a
href="chains">EnhancementChain</a>. Together with the <a href="content
item.html#content-parts">ContentParts</a> it represents the state that is
constantly updated during the enhancement process.</p>
<p>The following graphic provides an overview on how the EnhancementStructure
is used by the Stanbol Enhancer to formally represent the enhancement
results.</p>
@@ -197,7 +196,6 @@
<li><strong>entityhub:site</strong> (optional, single)_: The name of the
Entityhub ReferencedSite managing the the suggested Entity. If this property is
present users can dereference the suggested Entity with a GET request to
"{stanbol}/entityhub/site/{site-name}/entity?id={entity}" where {site-name} is
the value of this property and {entity} is the value of the
"fise:entity-reference" property.
NOTE: the values "local" and "entityhub" need to be treated separately. In
those cases the GET request need to use
"{stanbol}/entityhub/entity?id={entity}".</li>
</ul>
-<hr />
<h1 id="part-2-using-the-stanbol-enhancement-structure">Part 2: Using the
Stanbol Enhancement Structure</h1>
<p>TODO: Work in progress</p>
</div>