Author: anuzzolese
Date: Tue Jan 10 16:48:56 2012
New Revision: 1229634

URL: http://svn.apache.org/viewvc?rev=1229634&view=rev
Log:
Updated the documentation of Rules.

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

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules.mdtext?rev=1229634&r1=1229633&r2=1229634&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules.mdtext 
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules.mdtext Tue 
Jan 10 16:48:56 2012
@@ -4,30 +4,12 @@ Stanbol Rules is a component that suppor
 
 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.
 
-## Rule Language
 
-Rules are written in the [Stanbol Rule](rules/language.html) language and can 
be interpreted either as SWRL rules (for classical Description Logic reasoning) 
or SPARQL CONSTRUCT queries (for RDF querying and transformation).
+### Sub-Components
 
-## Service Endpoints
+   - [Rule language](rules/language.html)     - specifies the syntax used in 
Stanbol in order to represent rules. Stanbol rules can be as SWRL, Jema rules 
or SPARQL CONSTRUCT
+   - [Rule Store](rules/store.html)     - allows to rules persistence. Rules 
in set called __recipies__, which are designed to aggregate rules by their 
functionality
+   - [Refactor](rules/refactor.html)     - performs RDF graphs transformations 
to specific target vocabularies or ontologies by means of rules. This allows 
the harmonization and the alignment of RDF graphs expressed with different 
vocabularies, e.g., DBpedia, schema.org etc...    
 
-The Rules RESTful API is structured as follows:
-_(Please note, that the following links to the actual service endpoint link to 
a running instance of Apache Stanbol. If you use other domains or ports than 
"localhost:8080", then please change accordingly)_
-
-### Rule Manager ("/rules/rule"):
-
-- The Rule Manager @ [/rules/rule](http://localhost:8080/rules/rule) allows to 
manage and retrieve inference rules.
-
-### Recipe Manager ("/rules/recipe"):
-
-- The Recipe Manager @ [/rules/rule](http://localhost:8080/rules/rule) allows 
to manage, store and retrieve pre-defined rule sequences, or __recipes__.
-
-### Refactorer ("/rules/refactor"):
-
-- The Refactorer @ [/rules/refactor](http://localhost:8080/rules/refactor) 
applies a recipe to a supplied RDF graph, in order to return a new graph 
containing the output of the recipe execution.
-
- - [__Refactor__](http://localhost:8080/rules/refactor) refactors the input 
RDF graph using a recipe already stored in Stanbol.
- 
- - [__Apply__](http://localhost:8080/rules/refactor/apply) refactors the input 
RDF graph using a recipe provided on the fly.
- 
 ____ 
 _[Back to index](index.html)_
\ No newline at end of file

Added: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/store.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/store.mdtext?rev=1229634&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/store.mdtext 
(added)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/store.mdtext 
Tue Jan 10 16:48:56 2012
@@ -0,0 +1,16 @@
+Title: Rule Store
+
+## Service Endpoints
+
+The Rules RESTful API is structured as follows:
+_(Please note, that the following links to the actual service endpoint link to 
a running instance of Apache Stanbol. If you use other domains or ports than 
"localhost:8080", then please change accordingly)_
+
+### Rule Manager ("/rules/rule"):
+
+- The Rule Manager @ [/rules/rule](http://localhost:8080/rules/rule) allows to 
manage and retrieve inference rules.
+
+### Recipe Manager ("/rules/recipe"):
+
+- The Recipe Manager @ [/rules/rule](http://localhost:8080/rules/rule) allows 
to manage, store and retrieve pre-defined rule sequences, or __recipes__.
+
+TODO
\ No newline at end of file


Reply via email to