Author: fchrist
Date: Mon Jan 16 10:01:53 2012
New Revision: 1231890
URL: http://svn.apache.org/viewvc?rev=1231890&view=rev
Log:
STANBOL-456 Fixed typo
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=1231890&r1=1231889&r2=1231890&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
Mon Jan 16 10:01:53 2012
@@ -6,7 +6,7 @@ The FactStore only stores the relation a
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 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.
+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.
Read on and have a look at a concrete example or go to the [FactStore
specification](specification.html) page for more details. If you need some
information about its realization, read the notes about its [implementation
concept](implementation.html).