Author: fchrist
Date: Fri Feb 10 16:59:44 2012
New Revision: 1242854
URL: http://svn.apache.org/viewvc?rev=1242854&view=rev
Log:
STANBOL-450 Refactoring - moved entityhub docs into subfolder
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/index.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/index.mdtext?rev=1242854&r1=1242853&r2=1242854&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/index.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/index.mdtext
Fri Feb 10 16:59:44 2012
@@ -1,6 +1,6 @@
Title: Factstore
-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
*fact*. 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. The FactStore only stores the relation and not the entities itself.
It only uses references to entities by using the entities' URI. The entities
itself should be handled by another component, e.g. the
[EntityHub](../entityhub.html). A fact is defined by a fact schema which is
defined over types of entities.
+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
*fact*. 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. The FactStore only stores the relation and not the entities itself.
It only uses references to entities by using the entities' URI. The entities
itself should be handled by another component, e.g. the
[Entityhub](../entityhub/). A fact is defined by a fact schema which is defined
over types of entities.
A fact schema can be defined between an arbitrary number of entities. In most
cases a fact schema is defined between two or three entities. For example, the
fact schema 'works-for' can be defined as a relation between entities of type
'Person' and 'Organization'. The Fact Store interface allows the creation of
custom fact schemata and to store facts according to these custom schemata. The
Fact Store provides a simple way to define and store facts. This component is
meant to be used in scenarios where a simple solution is sufficient and it is
not required to define a complex ontology with reasoning support.