Author: rwesten
Date: Wed Jun 27 07:58:56 2012
New Revision: 1354355

URL: http://svn.apache.org/viewvc?rev=1354355&view=rev
Log:
new figures; changed components intro; changes to overview (work in progress)

Added:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancer-overview.png
   (with props)
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.png
   (with props)
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.svg
Removed:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-components.svg
Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-components.png
    incubator/stanbol/site/trunk/content/stanbol/overview.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext?rev=1354355&r1=1354354&r2=1354355&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext 
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext 
Wed Jun 27 07:58:56 2012
@@ -1,17 +1,23 @@
 Title: Apache Stanbol Components
 
-Apache Stanbol is built as a modular set of components. Each component is 
accessible via its own RESTful web interface. From this viewpoint, all Apache 
Stanbol features can be used via RESTful service calls. The components are 
implemented as [OSGi](http://www2.osgi.org/Specifications/HomePage) components 
based on [Apache Felix](http://felix.apache.org).
+<p style="text-align: center;">![Apache Stanbol 
Components](images/stanbol-components.png "Overview on the different Components 
included by Apache Stanbol")
+<figcaption>Figure 1: The Apache Stanbol Components</figcaption></p>
 
-This page gives an overview of the major features of various Apache Stanbol 
components. Figure 1 depicts the main Apache Stanbol components and their 
arrangement within the Apache Stanbol architecture. Additionally, we have 
documented some [usage scenarios](scenarios.html).
+Apache Stanbol is built as a modular set of components. Each component is 
accessible via its own RESTful web interface. From this viewpoint, all Apache 
Stanbol features can be used via RESTful service calls. 
 
-![Apache Stanbol Components](images/stanbol-components.png "Apache Stanbol 
Components")
-<figcaption>Figure 1: Apache Stanbol Components</figcaption>
+Components do not depend on each other. However they can be easily combined if 
needed as shown by the different [Usage Scenarios](scenarios.html). This 
ensures that the list of used components depend on the specific usage scenario 
and not on the Stanbol architecture.
 
-We will shortly describe the components from top to bottom and link to their 
detailed descriptions.
+All components are implemented as 
[OSGi](http://www2.osgi.org/Specifications/HomePage) bundles, components and 
services. By default Apache Stanbol uses [Apache 
Felix](http://felix.apache.org) as OSGI environment. However generally we try 
to avoid the use of Felix specific features. If you need to run Stanbol in an 
other OSGI environment an encounter problems tell us by opening a [JIRA 
issue](https://issues.apache.org/jira/browse/STANBOL) and/or asking about it on 
the Stanbol Developer [mailing list](mailinglists.html).
+
+For deployment Stanbol uses the [Apache Sling](http://sling.apache.org) 
launcher. While the Stanbol Community maintains different launcher options 
including run-able JARs and WAR files we expect users to configure their custom 
launchers optimized for their usage scenario. However it os also possible to us 
Stanbol with other launchers (such as [Apache Karaf](http://karaf.apache.org/)) 
or to add its bundles to any existing OSGI environment.
+
+Figure 2 depicts the main Apache Stanbol components and their arrangement 
within the Apache Stanbol architecture.
+![Apache Stanbol Components](images/stanbol-architecture.png "Apache Stanbol 
Components")
+<figcaption>Figure 2: Apache Stanbol Architecture</figcaption>
 
 * The [Enhancer](enhancer/) component together with its [Enhancement 
Engines](enhancer/engines/list.html) provides you with the ability to post 
content to Apache Stanbol and get suggestions for possible entity annotation in 
return. The enhancements are provided via natural language processing, metadata 
extraction and linking named entities to public or private entity repositories. 
Furthermore, Apache Stanbol provides a machinery to further process this data 
and add additional knowledge and links via applying rules and reasoning. 
Technically, the enhancements are stored in a triple-graph that is maintained 
by [Apache Clerezza](http://incubator.apache.org/clerezza).
 
-* The 'Sparql endpoint' gives access to the semantic enhancements form the 
Apache Stanbol [Enhancer](enhancer/).
+* The 'Sparql endpoint' gives access to RDF graphs of Apache Stanbol. This 
especially includes the graph with all Enhancement Results managed by the 
Stanbol [Contenthub](contenthub/).
 
 * The 'EnhancerVIE' 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.
 

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext?rev=1354355&r1=1354354&r2=1354355&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
 Wed Jun 27 07:58:56 2012
@@ -1,15 +1,24 @@
 Title: Basic Content Enhancement
 
-For enhancing content you simply post plain text content to the enhancement 
engines and you will get back enhancement data. The enhancement process is 
stateless, so neither your content item, nor the enhancements will be stored. 
+This Usage scenario will provide you all necessary information for getting 
started with the Stanbol Enhancer. This includes 
 
-You can test this via the [Web interface](http://localhost:8080/enhancer) of 
the Apache Stanbol Enhancer - http://{host}:{port}/enhancer or from the console 
using the CURL command.
+* Using the RESTful API of the Stanbol Enhancer
+* Overview about available Enhancement Engines
+* Configuration of the Stanbol Enhancer
+
+## Using the RESTful Enhancement service 
+
+For enhancing content you simply post you content to the Stanbol Enhancer. The 
Enhancer will use a Chain of Enhancement Engines to process the parsed content 
and return  extracted features as RDF encoded using the Stanbol Enhancement 
Structure. The following figure provides an overview on that process.
+<p style="text-align: center;">![Enhancing Content with the Stanbol 
Enhancer](enhancer/enhancer-overview.png "The Stanbol Enhancer uses a Chain of 
Enhancement Engines to extract Entities from parsed Content and returns results 
as RDF.")</p>
+
+In case you have a [local Stanbol Instance](tutorial.html) you can also test 
this via the [Web interface](http://localhost:8080/enhancer) of the Apache 
Stanbol Enhancer - http://{host}:{port}/enhancer or from the command line using 
the CURL command.
 
     :::bash
     curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" \
     --data "The Stanbol enhancer can detect famous cities such as Paris \
     and people such as Bob Marley." http://localhost:8080/engines
 
-The following script sends the contents of the text-examples folder to the 
Stanbol Enhancer.
+The following script sends the contents of the text-examples folder to the 
Stanbol Enhancer. However it could also be used to index the contents of any 
folder on the local file system. If you want to keep the Enhancement results 
you can pipe the results of the curl command (e.g. to files)
 
     for file in enhancer/data/text-examples/*.*;
     do
@@ -23,7 +32,13 @@ The Apache Stanbol Enhancer can also enh
 
 The Apache Stanbol Enhancer supports multiple [enhancement 
chains](enhancer/chains). This feature allows to configure use multiple 
processing chains for parsed content within the same Apache Stanbol instance.
 
-Chains are build based on an [execution 
plan](enhancer/chains/executionpla.html) referencing one or more [enhancement 
engines](enhancer/engines) by there name. Users can create and modify 
enhancement chains by using the [Configuration 
Tab](http://localhost:8080/system/console/configMgr) of the Apache Felix web 
console - http://{host}:{port}/system/console/configMgr. There are three 
different implementations: (1) the self sorting [weighted 
chain](enhancer/chains/weightedchain.html), (2) the [list 
chain](enhancer/chains/listchain.html) and (3) the [graph 
chain](enhancer/chains/graphchain.html) that allows the direct configuration of 
the execution graph. There is also a (4) [default 
chain](enhancer/chains/defaultchain.html) that includes all currently active 
enhancement engines. While this engine is enabled by default most users might 
want to deactivate it as soon as they have configured there own chains.
+Chains are build based on an [execution 
plan](enhancer/chains/executionpla.html) referencing one or more [enhancement 
engines](enhancer/engines) by there name. Users can create and modify 
enhancement chains by using the [Configuration 
Tab](http://localhost:8080/system/console/configMgr) of the Apache Felix web 
console - http://{host}:{port}/system/console/configMgr. There are three 
different implementations: 
+
+1. the self sorting [weighted chain](enhancer/chains/weightedchain.html) 
+2. the [list chain](enhancer/chains/listchain.html)
+3. the [graph chain](enhancer/chains/graphchain.html) that allows the direct 
configuration of the execution graph what can allow advanced users to optimize 
chain execution. 
+
+In addition the Stanbol Enhancer includes the so called [Default 
Chain](enhancer/chains/defaultchain.html) that includes all currently active 
enhancement engines. While this engine is enabled by default most users might 
want to deactivate it as soon as they have configured there own chains.
 
 To configure enhancement engines it is essential to understand the intension 
of the different [enhancement engine](enhancer/engines) implementations. The 
[list of available enhancement engines](enhancer/engines/list.html) managed by 
the Apache Stanbol community is available [here](enhancer/engines/list.html). 
See the documentation of the listed engines for detailed information.
 

Added: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancer-overview.png
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancer-overview.png?rev=1354355&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancer-overview.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext?rev=1354355&r1=1354354&r2=1354355&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext 
(original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext 
Wed Jun 27 07:58:56 2012
@@ -9,17 +9,21 @@ The Apache Stanbol Enhancer provides bot
     * [Enhancement Structure](#Enhancement_Structure)
 * [List of Available Enhancement Engines](#List_of_Engines)
 
+Reader should note that this is the technical documentation of the Stanbol 
Enhancer intended for Developer. For more practical - usage case oriented - 
introduction to the Stanbol Enhancer as well as other components place have 
look at the available [Usage Scenarios](../scenarios.html).
+
 <a name="Using_Stanbol_Enhancer"></a>
 ## Using the Stanbol Enhancer
 
 The figure below provides an overview of the RESTful as well as the Java API 
provided by the Stanbol Enhancer
-
-![Stanbol Enhancer Overview](enhanceroverview-s.png "Overview of RESTful 
Services and Java API provided by the Stanbol Enhancer")
+<p style="text-align: center;">![Stanbol Enhancer 
Overview](enhanceroverview-s.png "Overview of RESTful Services and Java API 
provided by the Stanbol Enhancer")</p>
 
 <a name="RESTful_API"></a>
 ### RESTful API
 
-The content to be analyzed should be sent in a POST request with the mime-type 
specified in the Content-type header. The response will hold the RDF 
enhancement serialized in the format specified in the Accept header:
+The content to be analyzed should be sent in a POST request with the mime-type 
specified in the Content-type header. The parsed content is than processed by 
the targeted [Enhancement Chain](chains). The response will hold the RDF 
enhancement serialized in the format specified in the Accept header. The 
following figure visualizes this process.
+<p style="text-align: center;">![Enhancing Content with the Stanbol 
Enhancer](enhancer/enhancer-overview.png "The Stanbol Enhancer uses a Chain of 
Enhancement Engines to extract Entities from parsed Content and returns results 
as RDF.")</p>
+
+You can test that easily from the command line using the curl command:
 
     :::bash
     curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" \

Added: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.png
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.png?rev=1354355&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.svg
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.svg?rev=1354355&view=auto
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.svg
 (added)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-architecture.svg
 Wed Jun 27 07:58:56 2012
@@ -0,0 +1,858 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb";
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:version="0.48.0 r9654"
+   version="1.1"
+   id="svg3280"
+   height="226.72617"
+   width="321.65924"
+   sodipodi:docname="stanbol-components.svg"
+   
inkscape:export-filename="/home/fabianc/Coding/Apache/Stanbol/site/content/stanbol/images/stanbol-components.png"
+   inkscape:export-xdpi="120"
+   inkscape:export-ydpi="120">
+  <defs
+     id="defs3282">
+    <linearGradient
+       id="linearGradient6968">
+      <stop
+         style="stop-color:#f7af3e;stop-opacity:0.19607843;"
+         offset="0"
+         id="stop6970" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.39215687;"
+         offset="1"
+         id="stop6972" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6952">
+      <stop
+         style="stop-color:#8fbe44;stop-opacity:1;"
+         offset="0"
+         id="stop6954" />
+      <stop
+         id="stop9463"
+         offset="1"
+         style="stop-color:#e4efd1;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6912">
+      <stop
+         style="stop-color:#b6116f;stop-opacity:0.89019608;"
+         offset="0"
+         id="stop6966" />
+      <stop
+         id="stop9461"
+         offset="1"
+         style="stop-color:#daa5c2;stop-opacity:0.94509804;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6892">
+      <stop
+         id="stop6900"
+         offset="0"
+         style="stop-color:#fbd79e;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="1"
+         id="stop6896" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5993"
+       osb:paint="solid">
+      <stop
+         style="stop-color:#570000;stop-opacity:1;"
+         offset="0"
+         id="stop5995" />
+    </linearGradient>
+    <radialGradient
+       id="SVGID_1_-5"
+       cx="259.3848"
+       cy="286.6265"
+       r="29.839899"
+       
gradientTransform="matrix(4.3539437,0.03265458,-0.03265458,4.3539437,110.07527,29.302726)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0.1411"
+         style="stop-color:#B13287"
+         id="stop3174-8" />
+      <stop
+         offset="1"
+         style="stop-color:#9D0F5E"
+         id="stop3176-1" />
+    </radialGradient>
+    <radialGradient
+       id="SVGID_2_-8"
+       cx="296.75781"
+       cy="235.61909"
+       r="81.5867"
+       
gradientTransform="matrix(4.3539437,0.03265458,-0.03265458,4.3539437,110.07527,29.302726)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0.1411"
+         style="stop-color:#B13287"
+         id="stop3181-5" />
+      <stop
+         offset="1"
+         style="stop-color:#9D0F5E"
+         id="stop3183-1" />
+    </radialGradient>
+    <radialGradient
+       id="SVGID_3_-5"
+       cx="260.39551"
+       cy="355.80081"
+       r="29.6658"
+       
gradientTransform="matrix(4.3539437,0.03265458,-0.03265458,4.3539437,110.07527,29.302726)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0.0824"
+         style="stop-color:#8FBE44"
+         id="stop3188-4" />
+      <stop
+         offset="0.3242"
+         style="stop-color:#8BBD44"
+         id="stop3190-5" />
+      <stop
+         offset="0.5489"
+         style="stop-color:#7EB847"
+         id="stop3192-8" />
+      <stop
+         offset="0.7663"
+         style="stop-color:#66B14A"
+         id="stop3194-7" />
+      <stop
+         offset="0.9121"
+         style="stop-color:#4AAB4C"
+         id="stop3196-0" />
+    </radialGradient>
+    <radialGradient
+       id="SVGID_4_-9"
+       cx="299.56049"
+       cy="405.57419"
+       r="81.634499"
+       
gradientTransform="matrix(4.3539437,0.03265458,-0.03265458,4.3539437,110.07527,29.302726)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0.0824"
+         style="stop-color:#8FBE44"
+         id="stop3201-1" />
+      <stop
+         offset="0.3242"
+         style="stop-color:#8BBD44"
+         id="stop3203-6" />
+      <stop
+         offset="0.5489"
+         style="stop-color:#7EB847"
+         id="stop3205-5" />
+      <stop
+         offset="0.7663"
+         style="stop-color:#66B14A"
+         id="stop3207-5" />
+      <stop
+         offset="0.9121"
+         style="stop-color:#4AAB4C"
+         id="stop3209-6" />
+    </radialGradient>
+    <radialGradient
+       id="SVGID_5_-0"
+       cx="205.9102"
+       cy="319.91599"
+       r="31.048"
+       
gradientTransform="matrix(4.3539437,0.03265458,-0.03265458,4.3539437,110.07527,29.302726)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0.0824"
+         style="stop-color:#F7AF3E"
+         id="stop3214-4" />
+      <stop
+         offset="0.371"
+         style="stop-color:#F7AC3B"
+         id="stop3216-6" />
+      <stop
+         offset="0.6393"
+         style="stop-color:#F5A333"
+         id="stop3218-1" />
+      <stop
+         offset="0.8988"
+         style="stop-color:#F29425"
+         id="stop3220-4" />
+      <stop
+         offset="0.9121"
+         style="stop-color:#F29324"
+         id="stop3222-2" />
+    </radialGradient>
+    <radialGradient
+       id="SVGID_6_-1"
+       cx="143.8779"
+       cy="318.76559"
+       r="78.006104"
+       
gradientTransform="matrix(4.3539437,0.03265458,-0.03265458,4.3539437,110.07527,29.302726)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0.0824"
+         style="stop-color:#F7AF3E"
+         id="stop3227-4" />
+      <stop
+         offset="0.371"
+         style="stop-color:#F7AC3B"
+         id="stop3229-1" />
+      <stop
+         offset="0.6393"
+         style="stop-color:#F5A333"
+         id="stop3231-4" />
+      <stop
+         offset="0.8988"
+         style="stop-color:#F29425"
+         id="stop3233-1" />
+      <stop
+         offset="0.9121"
+         style="stop-color:#F29324"
+         id="stop3235-3" />
+    </radialGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6892"
+       id="linearGradient6898"
+       x1="64.5"
+       y1="137.36218"
+       x2="390.5"
+       y2="137.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6912"
+       id="linearGradient6918"
+       x1="229.5"
+       y1="209.86218"
+       x2="390.5"
+       y2="209.86218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6912"
+       id="linearGradient6920"
+       x1="64.5"
+       y1="227.36218"
+       x2="225.5"
+       y2="227.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6912"
+       id="linearGradient6922"
+       x1="64.5"
+       y1="192.36218"
+       x2="225.5"
+       y2="192.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6952"
+       id="linearGradient6958"
+       x1="284.5"
+       y1="297.36218"
+       x2="390.5"
+       y2="297.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6952"
+       id="linearGradient6960"
+       x1="174.5"
+       y1="297.36218"
+       x2="280.5"
+       y2="297.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6952"
+       id="linearGradient6962"
+       x1="64.5"
+       y1="297.36218"
+       x2="170.49998"
+       y2="297.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6952"
+       id="linearGradient6964"
+       x1="64.5"
+       y1="262.36218"
+       x2="390.5"
+       y2="262.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(29.340752,16.636019)" />
+    <filter
+       id="filter8544"
+       inkscape:label="Drop shadow"
+       width="1.5"
+       height="1.5"
+       x="-0.25"
+       y="-0.25"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur8546"
+         in="SourceAlpha"
+         stdDeviation="2"
+         result="blur" />
+      <feColorMatrix
+         id="feColorMatrix8548"
+         result="bluralpha"
+         type="matrix"
+         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
+      <feOffset
+         id="feOffset8550"
+         in="bluralpha"
+         dx="4"
+         dy="4"
+         result="offsetBlur" />
+      <feMerge
+         id="feMerge8552">
+        <feMergeNode
+           id="feMergeNode8554"
+           in="offsetBlur" />
+        <feMergeNode
+           id="feMergeNode8556"
+           in="SourceGraphic" />
+      </feMerge>
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#SVGID_1_-5"
+       id="radialGradient3394"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(0.99999996,0.0075,-0.0075,0.99999996,14.241478,4.3292922)"
+       cx="259.3848"
+       cy="286.6265"
+       r="29.839899" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#SVGID_3_-5"
+       id="radialGradient3396"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(0.99999996,0.0075,-0.0075,0.99999996,14.241478,4.3292922)"
+       cx="260.39551"
+       cy="355.80081"
+       r="29.6658" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#SVGID_5_-0"
+       id="radialGradient3398"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(0.99999996,0.0075,-0.0075,0.99999996,14.241478,4.3292922)"
+       cx="205.9102"
+       cy="319.91599"
+       r="31.048" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#SVGID_2_-8"
+       id="radialGradient3400"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(0.99999996,0.0075,-0.0075,0.99999996,14.241478,4.3292922)"
+       cx="296.75781"
+       cy="235.61909"
+       r="81.5867" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#SVGID_4_-9"
+       id="radialGradient3402"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(0.99999996,0.0075,-0.0075,0.99999996,14.241478,4.3292922)"
+       cx="299.56049"
+       cy="405.57419"
+       r="81.634499" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#SVGID_6_-1"
+       id="radialGradient3404"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(0.99999996,0.0075,-0.0075,0.99999996,14.241478,4.3292922)"
+       cx="143.8779"
+       cy="318.76559"
+       r="78.006104" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8"
+     inkscape:cx="225.56283"
+     inkscape:cy="95.955754"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:snap-bbox="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1123"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="1"
+     showguides="true"
+     fit-margin-top="-12"
+     fit-margin-left="-27"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4099"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3285">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     style="display:inline"
+     transform="translate(-29.340752,-16.636019)">
+    <path
+       
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-opacity:1"
+       d="M 30.867818,59.77411 30.5,99.767293 l 0,33.021897 0,110.07299 
25.747126,0 0,-157.771278 243.126434,0.366905 0,-25.683697 z"
+       id="rect3288"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <text
+       xml:space="preserve"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       x="135.33299"
+       y="77.958267"
+       id="text4122"
+       sodipodi:linespacing="125%"
+       transform="scale(1.001234,0.99876752)"><tspan
+         sodipodi:role="line"
+         id="tspan4124"
+         x="135.33299"
+         y="77.958267">RESTful API</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:29.38901901px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream
 Vera Sans"
+       x="99.211731"
+       y="117.73376"
+       id="text4126"
+       sodipodi:linespacing="125%"
+       transform="scale(1.001234,0.99876747)"><tspan
+         sodipodi:role="line"
+         id="tspan4128"
+         x="99.211731"
+         y="117.73376" /></text>
+    <rect
+       
style="fill:url(#linearGradient6898);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect4120"
+       width="239.08044"
+       height="51.367393"
+       x="59.925289"
+       y="88.759995" />
+    <text
+       xml:space="preserve"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       x="67.198685"
+       y="103.56404"
+       id="text4130"
+       sodipodi:linespacing="125%"
+       transform="scale(1.001234,0.99876747)"><tspan
+         sodipodi:role="line"
+         id="tspan4132"
+         x="67.198685"
+         y="103.56404">Enhancer with Enhancement Engines</tspan></text>
+    <g
+       id="g4240"
+       transform="matrix(0.73563219,0,0,0.73381993,15.787357,42.997384)">
+      <g
+         id="g4225">
+        <path
+           
style="fill:none;stroke:#000000;stroke-width:1.36105239;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 70,92.362193 0,29.999997 70,-1e-5 25,-14.99999 -25,-14.999997 
z"
+           id="rect4120-6"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccc" />
+        <text
+           xml:space="preserve"
+           
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+           x="75"
+           y="112.3622"
+           id="text4200"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan4202"
+             x="75"
+             y="112.3622">Engine 1</tspan></text>
+      </g>
+      <g
+         id="g4235">
+        <text
+           sodipodi:linespacing="125%"
+           id="text4204"
+           y="112.36218"
+           x="285"
+           
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+           xml:space="preserve"><tspan
+             y="112.36218"
+             x="285"
+             id="tspan4206"
+             sodipodi:role="line">Engine N</tspan></text>
+        <path
+           sodipodi:nodetypes="ccccccc"
+           inkscape:connector-curvature="0"
+           id="path4208"
+           d="m 255,92.362186 25,14.999994 -25,15 95,0 25,-15 -25,-14.999994 z"
+           
style="fill:none;stroke:#000000;stroke-width:1.36105251;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
 />
+      </g>
+      <g
+         id="g4230">
+        <path
+           
style="fill:none;stroke:#000000;stroke-width:1.36105251;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 150,92.362193 25,14.999997 -25,15 95,0 25,-15 -25,-14.999997 z"
+           id="rect4120-6-2"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc" />
+        <text
+           xml:space="preserve"
+           
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+           x="200"
+           y="112.36218"
+           id="text4210"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan4212"
+             x="200"
+             y="112.36218">...</tspan></text>
+      </g>
+    </g>
+    <rect
+       y="143.79649"
+       x="59.925289"
+       height="22.014599"
+       width="117.70114"
+       id="rect4214"
+       
style="fill:url(#linearGradient6922);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
+    <text
+       sodipodi:linespacing="125%"
+       id="text4216"
+       y="158.66844"
+       x="63.525055"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       xml:space="preserve"
+       transform="scale(1.001234,0.99876747)"><tspan
+         y="158.66844"
+         x="63.525055"
+         id="tspan4218"
+         sodipodi:role="line">Rules</tspan></text>
+    <rect
+       
style="fill:url(#linearGradient6920);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect4280"
+       width="117.70114"
+       height="22.014599"
+       x="59.925289"
+       y="169.48019" />
+    <text
+       xml:space="preserve"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       x="63.525055"
+       y="184.38385"
+       id="text4282"
+       sodipodi:linespacing="125%"
+       transform="scale(1.001234,0.99876747)"><tspan
+         sodipodi:role="line"
+         id="tspan4284"
+         x="63.525055"
+         y="184.38385">Reasoners</tspan></text>
+    <rect
+       y="143.79649"
+       x="181.3046"
+       height="47.698296"
+       width="117.70114"
+       id="rect4304"
+       
style="fill:url(#linearGradient6918);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
+    <text
+       sodipodi:linespacing="125%"
+       id="text4306"
+       y="158.66844"
+       x="184.75476"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       xml:space="preserve"
+       transform="scale(1.001234,0.99876747)"><tspan
+         y="158.66844"
+         x="184.75476"
+         id="tspan4308"
+         sodipodi:role="line">Ontology</tspan><tspan
+         y="175.19977"
+         x="184.75476"
+         sodipodi:role="line"
+         id="tspan4428">Manager</tspan></text>
+    <rect
+       y="88.759995"
+       x="302.6839"
+       height="154.10219"
+       width="22.068966"
+       id="rect4354"
+       
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
+    <text
+       sodipodi:linespacing="125%"
+       id="text4356"
+       y="-310.02545"
+       x="118.62592"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       xml:space="preserve"
+       transform="matrix(0,0.99876747,-1.001234,0,0,0)"><tspan
+         y="-310.02545"
+         x="118.62592"
+         id="tspan4358"
+         sodipodi:role="line">Apache Clerezza</tspan></text>
+    <rect
+       
style="fill:url(#linearGradient6962);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect4372"
+       width="77.241371"
+       height="22.014599"
+       x="59.925289"
+       y="220.84758" />
+    <text
+       xml:space="preserve"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       x="63.525055"
+       y="235.81464"
+       id="text4374"
+       sodipodi:linespacing="125%"
+       transform="scale(1.001234,0.99876747)"><tspan
+         sodipodi:role="line"
+         id="tspan4376"
+         x="63.525055"
+         y="235.81464">EntityHub</tspan></text>
+    <rect
+       y="220.84758"
+       x="140.84482"
+       height="22.014599"
+       width="77.241371"
+       id="rect4381"
+       
style="fill:url(#linearGradient6960);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
+    <text
+       sodipodi:linespacing="125%"
+       id="text4383"
+       y="235.81464"
+       x="144.34486"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       xml:space="preserve"
+       transform="scale(1.001234,0.99876747)"><tspan
+         y="235.81464"
+         x="144.34486"
+         id="tspan4385"
+         sodipodi:role="line">ContentHub</tspan></text>
+    <rect
+       
style="fill:url(#linearGradient6958);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect4387"
+       width="77.241379"
+       height="22.014599"
+       x="221.76436"
+       y="220.84758" />
+    <text
+       xml:space="preserve"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       x="225.16466"
+       y="235.81464"
+       id="text4389"
+       sodipodi:linespacing="125%"
+       transform="scale(1.001234,0.99876747)"><tspan
+         sodipodi:role="line"
+         id="tspan4391"
+         x="225.16466"
+         y="235.81464">FactStore</tspan></text>
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect4442"
+       width="22.068966"
+       height="153.73528"
+       x="328.43103"
+       y="89.126907" />
+    <text
+       transform="matrix(0,0.99876747,-1.001234,0,0,0)"
+       xml:space="preserve"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       x="100.25777"
+       y="-335.74088"
+       id="text4444"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan4446"
+         x="100.25777"
+         y="-335.74088">OSGi via Apache Felix </tspan></text>
+    <rect
+       y="195.16389"
+       x="59.925289"
+       height="22.014599"
+       width="239.08044"
+       id="rect4463"
+       
style="fill:url(#linearGradient6964);fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
 />
+    <text
+       sodipodi:linespacing="125%"
+       id="text4465"
+       y="210.09924"
+       x="63.525055"
+       
style="font-size:13.22505856px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+       xml:space="preserve"
+       transform="scale(1.001234,0.99876747)"><tspan
+         y="210.09924"
+         x="63.525055"
+         id="tspan4467"
+         sodipodi:role="line">CMS Adapter</tspan></text>
+    <path
+       id="path3171"
+       d="m 47.887555,57.339622 c 1.104896,-0.618313 2.280836,-0.994401 
3.466555,-1.146717 l 0.01002,-0.886511 c -2.686954,-0.29852 -5.214619,-1.716255 
-6.841565,-4.045653 l -0.490947,0.27478 c 1.171935,2.662118 1.033145,5.630042 
-0.191454,8.109405 l 0.881748,0.548384 c 0.80234,-1.142486 1.866824,-2.126898 
3.165649,-2.853688 z"
+       inkscape:connector-curvature="0"
+       style="fill:none" />
+    <g
+       style="filter:url(#filter8544)"
+       id="g7154"
+       transform="translate(13.178573,-12.719659)">
+      <g
+         id="g7144">
+        <g
+           id="g7139">
+          <path
+             style="fill:url(#radialGradient3394);fill-opacity:0.8"
+             inkscape:connector-curvature="0"
+             d="m 53.362327,56.773884 0.09866,-8.662021 C 52.777748,47.902536 
52.14384,47.533691 51.619481,47.021984 l -7.557566,4.238758 c 2.211791,3.174345 
5.647834,5.106339 9.300412,5.513142 z"
+             id="path3178" />
+          <path
+             style="opacity:0.81000001;fill:url(#radialGradient3396)"
+             inkscape:connector-curvature="0"
+             d="m 52.815386,66.995209 c 0.14206,-0.07976 0.286684,-0.150549 
0.433229,-0.213332 l 0.100099,-8.799917 c -1.611837,0.207566 -3.21038,0.720074 
-4.712348,1.562668 -1.765589,0.990582 -3.212622,2.33207 -4.303303,3.888813 l 
7.280652,4.539056 c 0.33265,-0.382299 0.734648,-0.715589 1.201671,-0.977288 z"
+             id="path3198" />
+          <path
+             style="opacity:0.86000001;fill:url(#radialGradient3398)"
+             inkscape:connector-curvature="0"
+             d="m 43.394533,51.635354 -7.557246,4.238758 c 0.170249,0.745058 
0.146546,1.511738 -0.05317,2.229729 l 7.350161,4.582299 c 1.664689,-3.378707 
1.853516,-7.423193 0.260257,-11.050786 z"
+             id="path3224" />
+        </g>
+        <g
+           id="g6978">
+          <path
+             
style="opacity:0.18999999;fill:url(#radialGradient3400);fill-opacity:1"
+             inkscape:connector-curvature="0"
+             d="m 52.570183,39.812602 c 2.183763,-1.224893 4.957551,-0.44476 
6.182284,1.739323 1.224893,2.183923 0.44476,4.957551 -1.739163,6.182124 
-0.319517,0.179378 -0.651846,0.314391 -0.98978,0.409846 l -0.09866,8.663622 c 
1.798742,-0.153752 3.593159,-0.683877 5.267297,-1.622727 6.292314,-3.529256 
8.5403,-11.519411 5.010884,-17.811724 -3.529256,-6.292153 -11.519571,-8.54014 
-17.811564,-5.010884 -5.914979,3.317847 -8.255537,10.577998 -5.58297,16.663386 
L 50.365919,44.78697 C 49.928846,42.874195 50.774003,40.82 52.570183,39.812602 
z"
+             id="path3185" />
+          <path
+             style="opacity:0.2;fill:url(#radialGradient3402)"
+             inkscape:connector-curvature="0"
+             d="M 66.44809,64.555512 C 64.208271,60.562116 60.171472,58.198655 
55.912213,57.906045 l -0.09738,8.578258 c 1.298726,0.227265 2.489186,1.013163 
3.182833,2.250229 1.225053,2.184083 0.4446,4.95723 -1.739163,6.182284 
-2.184084,1.224893 -4.957391,0.4446 -6.182284,-1.739163 -0.505301,-0.900892 
-0.668823,-1.901564 -0.533809,-2.852746 l -7.467557,-4.655492 c 
-1.602708,3.638164 -1.539445,7.960526 0.550946,11.687258 3.529256,6.292152 
11.51941,8.539979 17.811724,5.010883 6.291832,-3.529576 8.539979,-11.519891 
5.010563,-17.812044 z"
+             id="path3211" />
+          <path
+             style="opacity:0.25;fill:url(#radialGradient3404)"
+             inkscape:connector-curvature="0"
+             d="m 33.632864,60.84816 c -2.184084,1.224893 -4.957391,0.44492 
-6.182284,-1.738843 -1.225054,-2.184083 -0.445081,-4.957551 1.739002,-6.182764 
1.796019,-1.007398 3.989712,-0.657772 5.393984,0.712545 l 7.557406,-4.238919 c 
-3.799604,-5.453562 -11.21495,-7.241733 -17.130089,-3.923886 -6.292473,3.529095 
-8.5403,11.51941 -5.010884,17.811403 3.529096,6.292473 11.519411,8.5403 
17.811404,5.010884 1.591817,-0.892404 2.924497,-2.071652 3.970493,-3.435563 l 
-7.352083,-4.583581 c -0.240078,0.213492 -0.50546,0.405202 -0.796949,0.568724 z"
+             id="path3237" />
+        </g>
+      </g>
+      <g
+         id="g6983">
+        <g
+           transform="matrix(0.16015865,0,0,0.16015865,7.8543681,9.6608144)"
+           id="g3153">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 364.044,308.538 c 0,0 -16.6,-2.193 -23.868,-2.193 -7.135,0 
-11.111,2.47 -11.111,7.956 0,4.254 2.739,5.764 13.854,7.684 17.151,3.018 
23.599,7.407 23.599,20.991 0,16.05 -10.977,21.813 -26.617,21.813 -9.604,0 
-25.243,-3.02 -25.243,-3.02 l 0.547,-12.348 c 0,0 16.19,2.333 23.188,2.333 
9.327,0 13.034,-2.47 13.034,-8.368 0,-4.666 -2.195,-5.9 -13.034,-8.096 
-15.365,-3.017 -24.42,-6.723 -24.42,-20.715 0,-15.367 12.621,-21.267 
25.104,-21.267 10.154,0 25.243,3.019 25.243,3.019 l -0.276,12.211 z"
+             id="path3155" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 400.55,310.028 v 27.184 c 0,9.878 1.921,14.131 7.54,14.131 
3.842,0 10.292,-0.412 10.292,-0.412 l 0.689,12.212 c 0,0 -8.233,1.782 
-13.035,1.782 -14.544,0 -20.44,-7.271 -20.44,-25.654 v -29.242 h -8.234 v 
-13.033 h 8.234 v -16.092 h 14.955 v 16.092 h 18.108 v 13.033 H 400.55 z"
+             id="path3157" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 483.553,345.169 c 0.416,4.802 2.338,6.038 6.45,6.997 l 
-0.961,12.623 c -9.465,0 -13.991,-1.784 -18.107,-4.939 0,0 -9.878,4.939 
-20.583,4.939 -11.795,0 -20.712,-8.508 -20.712,-21.813 0,-13.997 8.643,-19.757 
22.224,-20.855 l 16.601,-1.372 v -4.663 c 0,-6.037 -2.883,-9.055 -8.367,-9.055 
-12.207,0 -26.479,1.37 -26.479,1.37 l -0.552,-12.345 c 0,0 17.563,-2.746 
27.854,-2.746 14.542,0 22.633,6.312 22.633,23.05 v 28.809 z m -29.904,-12.348 c 
-6.036,0.413 -8.917,4.255 -8.917,9.74 0,5.764 3.015,9.604 7.815,9.604 7.549,0 
15.916,-2.881 15.916,-2.881 V 331.86 l -14.814,0.961 z"
+             id="path3159" />
+          <path
+             inkscape:connector-curvature="0"
+             d="M 506.063,363.278 V 294.82 h 14.956 v 3.567 c 0,0 
10.148,-5.078 17.836,-5.078 18.107,0 23.32,12.21 23.32,34.162 v 35.807 h 
-15.091 v -35.67 c 0,-12.348 -1.649,-20.715 -11.11,-20.715 -6.45,0 
-14.955,3.565 -14.955,3.565 v 52.819 h -14.956 z"
+             id="path3161" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 640.66,328.157 c 0,25.243 -9.469,36.632 -32.929,36.632 
-7.269,0 -24.282,-1.646 -24.282,-1.646 v -96.858 h 14.952 v 30.592 c 0,0 
8.507,-3.567 16.189,-3.567 17.56,0 26.07,12.347 26.07,34.847 z m -15.23,0 c 
0,-13.308 -4.117,-21.402 -12.759,-21.402 -7.407,0 -14.27,2.333 -14.27,2.333 v 
41.98 c 0,0 6.588,0.687 9.33,0.687 14.68,0 17.699,-10.153 17.699,-23.598 z"
+             id="path3163" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 713.102,328.707 c 0,20.854 -6.722,36.082 -29.906,36.082 
-23.321,0 -30.045,-14.818 -30.045,-36.221 0,-20.715 6.998,-35.259 
30.045,-35.259 22.497,10e-4 29.906,14.68 29.906,35.398 z m -15.365,0 c 
0,-13.582 -3.156,-22.362 -14.542,-22.362 -11.8,0 -14.816,8.369 -14.816,22.224 
0,13.993 2.468,23.187 14.816,23.187 12.347,-10e-4 14.542,-9.468 14.542,-23.049 
z"
+             id="path3165" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 729.572,266.285 h 14.955 v 96.994 h -14.955 v -96.994 z"
+             id="path3167" />
+        </g>
+        <g
+           style="opacity:0.5"
+           transform="matrix(0.16015865,0,0,0.16015865,7.8543681,9.6608144)"
+           id="g3239">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 755.064,268.404 h 14.946 v 1.822 h -6.468 v 20.064 h -1.915 
v -20.064 h -6.563 v -1.822 z"
+             id="path3241" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 773.465,268.404 h 3.548 l 6.656,19.154 6.72,-19.154 h 3.484 
v 21.886 h -1.914 v -19.813 h -0.439 l -6.752,19.09 h -2.261 l -6.688,-19.09 h 
-0.439 v 19.813 h -1.914 v -21.886 z"
+             id="path3243" />
+        </g>
+        <g
+           style="opacity:0.6"
+           transform="matrix(0.16015865,0,0,0.16015865,7.8543681,9.6608144)"
+           id="g3245">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 344.888,259.635 c 0.748,2.039 2.243,2.786 4.485,3.058 l 
-0.271,3.533 c -3.466,0 -5.708,-0.815 -7.475,-2.718 0,0 -5.776,2.786 
-12.231,2.786 -5.436,0 -9.377,-4.077 -9.377,-10.261 0,-6.115 3.533,-9.376 
10.125,-10.056 l 10.668,-1.02 v -3.126 c 0,-4.96 -2.175,-6.999 -6.387,-6.999 
-5.3,0 -12.503,0.951 -12.503,0.951 l -0.204,-3.534 c 0,0 7.542,-1.223 
12.843,-1.223 6.999,0 10.328,3.397 10.328,10.872 v 17.737 z m -14.27,-10.464 c 
-4.484,0.408 -6.455,3.125 -6.455,6.795 0,3.805 2.311,6.795 5.64,6.795 5.776,0 
11.008,-2.31 11.008,-2.31 v -12.163 l -10.193,0.883 z"
+             id="path3247" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 358.135,231.64 h 4.077 v 2.446 c 0,0 4.688,-3.058 
10.125,-3.058 8.29,0 11.96,6.388 11.96,17.191 0,12.435 -4.213,18.074 
-14.542,18.074 -3.397,0 -6.387,-0.475 -7.542,-0.747 v 15.356 h -4.077 V 231.64 
z m 4.077,5.979 v 24.326 c 1.087,0.204 4.009,0.748 7.339,0.748 7.882,0 
10.6,-4.757 10.6,-14.609 0,-8.494 -2.854,-13.386 -8.223,-13.386 -4.959,0 
-9.716,2.921 -9.716,2.921 z"
+             id="path3249" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 416.978,259.635 c 0.747,2.039 2.242,2.786 4.484,3.058 l 
-0.271,3.533 c -3.466,0 -5.708,-0.815 -7.475,-2.718 0,0 -5.775,2.786 
-12.23,2.786 -5.436,0 -9.377,-4.077 -9.377,-10.261 0,-6.115 3.533,-9.376 
10.125,-10.056 l 10.667,-1.02 v -3.126 c 0,-4.96 -2.174,-6.999 -6.387,-6.999 
-5.3,0 -12.503,0.951 -12.503,0.951 l -0.204,-3.534 c 0,0 7.542,-1.223 
12.843,-1.223 6.998,0 10.329,3.397 10.329,10.872 v 17.737 z m -14.271,-10.464 c 
-4.484,0.408 -6.455,3.125 -6.455,6.795 0,3.805 2.311,6.795 5.641,6.795 5.775,0 
11.007,-2.31 11.007,-2.31 v -12.163 l -10.193,0.883 z"
+             id="path3251" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 449.795,231.775 -0.204,3.602 c 0,0 -4.825,-0.68 -7.407,-0.68 
-7.882,0 -10.396,4.145 -10.396,13.317 0,9.853 1.835,14.542 10.465,14.542 
2.582,0 7.475,-0.543 7.475,-0.543 l 0.136,3.533 c 0,0 -5.165,0.747 -8.358,0.747 
-10.872,0 -13.93,-5.572 -13.93,-18.279 0,-11.755 4.01,-16.987 13.998,-16.987 
3.26,0.001 8.221,0.748 8.221,0.748 z"
+             id="path3253" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 459.441,265.615 v -49.061 h 4.009 v 16.852 c 0,0 
5.708,-2.378 10.396,-2.378 9.174,0 11.279,4.96 11.279,16.919 v 17.667 h -4.075 
v -17.6 c 0,-9.241 -1.089,-13.317 -7.679,-13.317 -4.554,0 -9.922,2.31 
-9.922,2.31 v 28.607 h -4.008 z"
+             id="path3255" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 520.797,262.014 0.137,3.329 c 0,0 -6.999,0.951 -12.436,0.951 
-9.784,0 -13.115,-6.862 -13.115,-17.531 0,-12.367 5.437,-17.735 13.727,-17.735 
8.29,0 13.047,4.892 13.047,16.036 l -0.136,3.262 h -22.492 c 0.068,6.863 
2.107,12.299 9.174,12.299 4.823,0 12.094,-0.611 12.094,-0.611 z m 
-2.718,-15.018 c 0,-8.969 -3.058,-12.435 -8.97,-12.435 -5.64,0 -9.581,3.601 
-9.581,12.435 h 18.551 z"
+             id="path3257" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-components.png
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/images/stanbol-components.png?rev=1354355&r1=1354354&r2=1354355&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/stanbol/site/trunk/content/stanbol/overview.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/overview.mdtext?rev=1354355&r1=1354354&r2=1354355&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/overview.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/overview.mdtext Wed Jun 27 
07:58:56 2012
@@ -3,10 +3,14 @@ Title: Overview about Apache Stanbol (in
 Apache Stanbol (currently in [incubating](http://incubator.apache.org)) 
provides a  set of reusable components for semantic content management. For 
users it is important to note that Stanbol is NOT a semantic CMS by it own. It 
is designed to provide semantic services for existing content management.
 <p style="text-align: center;">![Apache Stanbol - The semantic 
engine](images/stanbol-semanticengine.png "Apache Stanbol is aimed to bring 
semantic technologies to current CMS Systems.")</p>
 
-All the features described in the following sections are meant to be accessed 
over RESTful services. Typically they are use to extend traditional content 
management systems with semantic services. Other feasible use cases include: 
Direct usage from web applications (e.g. for Tag extraction/suggestion; or text 
completion in search fields), 'smart' Content workflows or email routing based 
on extracted Entities/Topics, ... 
+However while Apache Stanbol was build with CMS in mind it can also be used in 
different usage scenarios including: Direct usage from web applications (e.g. 
for Tag extraction/suggestion; or text completion in search fields), 'smart' 
Content workflows or email routing based on extracted Entities/Topics, ...
+
+The remaining part of this Document provides an overview about Apache Stanbol 
by means of describing typical usage scenarios.
 
 ### Content Enhancement
 
+Extracting information of parsed content is the most common usage of Apache 
Stanbol. 
+
 The Stanbol Enhancer provides a [RESTful 
API](docs/trunk/enhancer/enhancerrest.html) that allows to [extract semantic 
information](docs/trunk/contentenhancement.html) from parsed Content. 
 <p style="text-align: center;">
 ![Content Enhancement with the Stanbol 
Enhancer](images/stanbol-feature-enhance.png "Extract semantic information from 
parsed Content")


Reply via email to