Author: buildbot
Date: Mon Jan 16 12:27:59 2012
New Revision: 802740
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules.html
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/refactor.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:27:59 2012
@@ -65,6 +65,15 @@ In such a way the administrator is able
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>
+<h3 id="vocabulary_harmonization">Vocabulary harmonization</h3>
+<p>Supposing we want to use some dataset in Linked
+Data as external knowledge bases for the IKS. Now the problem how to use data
+from those datasets expressed with some external and heterogeneous vocabularies
+or ontologies within the IKS has. Furthermore the IKS has its own way to
+formalize knowledge, namely the its Ontology Network managed by <a
href="../ontologymanager/ontonet.html">Stanbol OntoNet</a>.
+The solution is provided by Refactor which allows to interpret the rules of
+inference as refactoring rules in order harmonize external data to the
+Stanbol's ontologies.</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>
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/refactor.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/refactor.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/rules/refactor.html
Mon Jan 16 12:27:59 2012
@@ -65,6 +65,7 @@
<li><strong>Reasoning</strong> is the activity of interpreting axioms for
inferring new knowledge, classifying, checking the consistency of an ontology,
etc...</li>
</ul>
<h2 id="usage_scenarios">Usage Scenarios</h2>
+<h3 id="vocabulary_harmonization">Vocabulary harmonization</h3>
<p>Supposing we want to use some dataset in Linked
Data as external knowledge bases for the IKS. Now the problem how to use data
from those datasets expressed with some external and heterogeneous vocabularies
@@ -86,8 +87,8 @@ aligned and used within the IKS.</p>
Refactor. Suppose we have configured the IKS (i.e. <a
href="../entityhub.html">Stanbol EntityHub</a>) in order
to fetch entities about persons from DBpedia. Now we want to represent these
entities adopting the vocabulary from schema.org and produce
-schemaOrg Rich Snippets in order to provide to the IKS search engine
-optimization capabilities. What we need to do is to write a recipe and call
+schema.org Rich Snippets in order to provide search engine
+optimization capabilities to the IKS. What we need to do is to write a recipe
and call
the Refactor via HTTP REST passing to it the recipe itself and the entities we
have fetched from Linked Data.</p>
<h2 id="features">Features</h2>