Author: buildbot
Date: Mon Jan 16 12:24:39 2012
New Revision: 802739

Log:
Staging update by buildbot for stanbol

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

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules.html Mon 
Jan 16 12:24:39 2012
@@ -58,7 +58,14 @@
   <div id="content">
     <h1 class="title">Rules</h1>
     <p>Stanbol Rules is a component that supports the construction and 
execution of inference rules. An <strong>inference rule</strong>, or 
transformation rule, is a syntactic rule or function which takes premises and 
returns a conclusion. Stanbol Rules allows to add a layer for expressing 
business logics by means of axioms, which encode the inference rules. These 
axioms can be organized into a container called <strong>recipe</strong>, which 
identifies a set of rules that share the same business logic and interpret them 
as a whole.</p>
-<p>For instance, with Stanbol Rules the administrator can define integrity 
checks for data fetched from heterogeneous and external sources in order to 
prevent unwanted formats or inconsistent data. Also, Stanbol Rules can be used 
to derive new knowledge or integrate information from different semantically 
enhanced contents.</p>
+<h2 id="usage_scenarios">Usage Scenarios</h2>
+<h3 id="integrity_check_from_data_fusion">Integrity check from data fusion</h3>
+<p>With Stanbol Rules the administrator can define integrity checks for data 
fetched from heterogeneous and external sources in order to prevent unwanted 
formats or inconsistent data. 
+In such a way the administrator is able to configure the CMS in order filter 
knowledge retrieved in Linked Data, e.g., via the <a 
href="enhancer.html">Enhancer</a>, that satisfies some integrity driven 
constraint. The constraint can be defined by means of Stanbol Rules.
+For instance in a CMS which collects core knowledge about musicians it might 
possible to define integrity check rules which keep only entities that are 
typed as Musicians in DBpedia <a href="#dbpedia">[5]</a> and have an associated 
image, a birth place and the instrument played.
+Any other entity not satisfying the constraints is discarded. <br />
+</p>
+<p>Also, Stanbol Rules can be used to derive new knowledge or integrate 
information from different semantically enhanced contents.</p>
 <h2 id="features">Features</h2>
 <p>Stanbol allows to provide rules to other component, i.e., Stanbol 
Reasoners, or to third parties in three different formats.</p>
 <ul>
@@ -88,7 +95,8 @@ the modus ponens in the following way:</
 <p>[1] <a name="swrl" href="http://www.w3.org/Submission/SWRL/"; 
target="_blank">SWRL</a> <br/>
 [2] <a name="jena" href="http://jena.sourceforge.net/inference/#rules"; 
target="_blank">Jena Rules</a><br/>
 [3] <a name="sparql" href="http://www.w3.org/TR/rdf-sparql-query/"; 
target="_blank">SPARQL</a><br/>
-[4] <a name="linkeddata" href="http://linkeddata.org/"; target="_blank">Linked 
Data</a><br/></p>
+[4] <a name="linkeddata" href="http://linkeddata.org/"; target="_blank">Linked 
Data</a><br/>
+[5] <a name="linkeddata" href="http://dbpedia.org/About"; 
target="_blank">DBpedia</a><br/></p>
 <hr />
 <p><em><a href="index.html">Back to index</a></em></p>
   </div>


Reply via email to