Author: buildbot
Date: Tue Jan 10 16:49:02 2012
New Revision: 802303

Log:
Staging update by buildbot

Added:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/store.html
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 Tue 
Jan 10 16:49:02 2012
@@ -53,29 +53,11 @@
     <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="rule_language">Rule Language</h2>
-<p>Rules are written in the <a href="rules/language.html">Stanbol Rule</a> 
language and can be interpreted either as SWRL rules (for classical Description 
Logic reasoning) or SPARQL CONSTRUCT queries (for RDF querying and 
transformation).</p>
-<h2 id="service_endpoints">Service Endpoints</h2>
-<p>The Rules RESTful API is structured as follows:
-<em>(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)</em></p>
-<h3 id="rule_manager_rulesrule">Rule Manager ("/rules/rule"):</h3>
+<h3 id="sub-components">Sub-Components</h3>
 <ul>
-<li>The Rule Manager @ <a 
href="http://localhost:8080/rules/rule";>/rules/rule</a> allows to manage and 
retrieve inference rules.</li>
-</ul>
-<h3 id="recipe_manager_rulesrecipe">Recipe Manager ("/rules/recipe"):</h3>
-<ul>
-<li>The Recipe Manager @ <a 
href="http://localhost:8080/rules/rule";>/rules/rule</a> allows to manage, store 
and retrieve pre-defined rule sequences, or <strong>recipes</strong>.</li>
-</ul>
-<h3 id="refactorer_rulesrefactor">Refactorer ("/rules/refactor"):</h3>
-<ul>
-<li>
-<p>The Refactorer @ <a 
href="http://localhost:8080/rules/refactor";>/rules/refactor</a> applies a 
recipe to a supplied RDF graph, in order to return a new graph containing the 
output of the recipe execution.</p>
-</li>
-<li>
-<p><a 
href="http://localhost:8080/rules/refactor";><strong>Refactor</strong></a> 
refactors the input RDF graph using a recipe already stored in Stanbol.</p>
-</li>
-<li>
-<p><a 
href="http://localhost:8080/rules/refactor/apply";><strong>Apply</strong></a> 
refactors the input RDF graph using a recipe provided on the fly.</p>
+<li><a href="rules/language.html">Rule language</a>     - specifies the syntax 
used in Stanbol in order to represent rules. Stanbol rules can be as SWRL, Jema 
rules or SPARQL CONSTRUCT</li>
+<li><a href="rules/store.html">Rule Store</a>     - allows to rules 
persistence. Rules in set called <strong>recipies</strong>, which are designed 
to aggregate rules by their functionality</li>
+<li><a href="rules/refactor.html">Refactor</a>     - 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...  <br />
 </li>
 </ul>
 <hr />

Added: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/store.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/store.html 
(added)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/store.html 
Tue Jan 10 16:49:02 2012
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
+  <title>Apache Stanbol - Rule Store</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" 
href="/stanbol/images/stanbol-logo/stanbol-favicon.png"/>
+</head>
+
+<body>
+  <div id="navigation"> 
+  <img alt="Apache Stanbol" width="220" height="101" 
src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/>
+  <h1 id="stanbol_links">Stanbol links</h1>
+<ul>
+<li><a href="/stanbol/index.html">Home</a></li>
+<li><a href="/stanbol/docs/trunk/tutorial.html">Tutorial</a></li>
+<li><a href="/stanbol/docs/trunk/downloads.html">Downloads</a></li>
+<li><a href="/stanbol/docs/trunk/building.html">Building from Source</a></li>
+<li><a href="/stanbol/docs/trunk/">Documentation</a></li>
+<li><a href="/stanbol/docs/trunk/mailinglists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/STANBOL";>Issue 
Tracker</a></li>
+<li><a href="/stanbol/team.html">Project Team</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org";>Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a></li>
+<li><a href="http://www.apache.org/security/";>Security</a></li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title">Rule Store</h1>
+    <h2 id="service_endpoints">Service Endpoints</h2>
+<p>The Rules RESTful API is structured as follows:
+<em>(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)</em></p>
+<h3 id="rule_manager_rulesrule">Rule Manager ("/rules/rule"):</h3>
+<ul>
+<li>The Rule Manager @ <a 
href="http://localhost:8080/rules/rule";>/rules/rule</a> allows to manage and 
retrieve inference rules.</li>
+</ul>
+<h3 id="recipe_manager_rulesrecipe">Recipe Manager ("/rules/recipe"):</h3>
+<ul>
+<li>The Recipe Manager @ <a 
href="http://localhost:8080/rules/rule";>/rules/rule</a> allows to manage, store 
and retrieve pre-defined rule sequences, or <strong>recipes</strong>.</li>
+</ul>
+<p>TODO</p>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0</a>.
+        <br />
+        Apache, Stanbol and the Apache feather and Stanbol logos are 
trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>


Reply via email to