Author: buildbot
Date: Fri Jan 13 14:18:20 2012
New Revision: 802558

Log:
Staging update by buildbot for stanbol

Modified:
    
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/index.html
    
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/specification.html

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/index.html 
(original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/index.html 
Fri Jan 13 14:18:20 2012
@@ -52,7 +52,7 @@
   <div id="content">
     <h1 class="title">Factstore</h1>
     <p>The FactStore is a component that let's use store relations between 
entities identified by their URIs. A relation between two or more entities is 
called a <em>fact</em>. The FactStore let's you store N-ary facts according to 
a user defined fact schema. In consequence you can store relations between N 
participating entities.</p>
-<p>Read on and have a look at a concrete example or go to the <a 
href="specification.html">FactStore specification</a> page for more details.</p>
+<p>Read on and have a look at a concrete example or go to the <a 
href="specification.html">FactStore specification</a> page for more details. If 
you need some information about its realization, read the notes about its <a 
href="implementation.html">implementation concept</a>.</p>
 <h2 id="example">Example</h2>
 <p>Imagine you want to store the fact that the person named John Doe works for 
the company Winzigweich. John Doe is represented by the URI 
http://www.doe.com/john and the company by http://www.winzigweich.de. This fact 
is stored as a relation between the entity http://www.doe.com/john and 
http://www.winzigweich.de.</p>
 <p>For this, we first need to create a so called fact schema that tells the 
FactStore what we would like to store. A fact schema has a unique name (often 
an URI is used) to identify it. To specify what kinds of entities we would like 
to store, we specify the type of the entities. Each type has an URI and should 
be defined by some ontology. For example, we can use the ontology specified by 
http://schema.org/.</p>

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/specification.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/specification.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/factstore/specification.html
 Fri Jan 13 14:18:20 2012
@@ -334,6 +334,8 @@
 
 
 <p>Status: <strong>NOT Implemented, yet.</strong></p>
+<hr />
+<p><em>Back to <a href="index.html">FactStore</a></em></p>
   </div>
   
   <div id="footer">


Reply via email to