Author: anuzzolese
Date: Mon Jan 16 11:33:08 2012
New Revision: 1231940

URL: http://svn.apache.org/viewvc?rev=1231940&view=rev
Log:
[STANBOL-453] Typo fix in Refactor.

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext?rev=1231940&r1=1231939&r2=1231940&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext 
(original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext 
Mon Jan 16 11:33:08 2012
@@ -1,3 +1,12 @@
+Title: Refactor
+
+The Refactor is a service which allows to interpret rules in order to perform 
refactoring of RDF graphs. For the refactoring the set of rules in the recipes 
are interpreted and run as SPARQL CONTRUCT in which the where clause is derived 
from the body of the rule and the construct clause is derived from the head of 
the rule. The output of a refactoring is a transformed graph which satisfies 
the constraints expressed in the rules. The refactoring in useful for tasks of 
semantic harmonization of RDF graphs expressed with different 
ontologies/vocabularies towards their representation with a single ontology or 
vocagulary. The output of a refactoring is a transformed graph which satisfies 
the constraints expressed in the rules. 
+
+## Terminology
+
+* A __Recipe__ is a set of rules defined according to a specific task. Rules 
are written in a specific syntax, and can then be executed for refactoring (as 
SPARQL queries) or through reasoning services.
+* __Refactoring__ is the task aimed to perform the transformation of RDF 
graphs. The transformation is driven by refactoring rules, basically Stanbol 
Rules interpreted as SPARQL CONSTRUCT clauses.
+* __Reasoning__ is the activity of interpreting axioms for inferring new 
knowledge, classifying, checking the consistency of an ontology, etc...
 
 ## Usage Scenarios
 
@@ -15,7 +24,7 @@ aligned and used within the IKS.
 <figure>
 ![Apache Stanbol Components](../../images/rules/refactor.png)
 <figcaption>Figure 1: the refactor is used to
-       align external data to the ontologies used in the IKS.</figcaption>
+   align external data to the ontologies used in the IKS.</figcaption>
 </figure>
 
 We can specify a concrete scenario for a better understanding of the
@@ -45,4 +54,4 @@ _(Please note, that the following links 
 - Refactor Engine __@/refactor/apply__ performs a refactoring applying an 
recipe as string to the provided RDF graph as input source.
 
 ____
-_[Back to Stanbol Rules](../rules.html)_
+_[Back to Stanbol Rules](../rules.html)_
\ No newline at end of file


Reply via email to