Author: fchrist
Date: Fri Jan 13 14:20:16 2012
New Revision: 1231087
URL: http://svn.apache.org/viewvc?rev=1231087&view=rev
Log:
STANBOL-456 Added link to impl
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/specification.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/specification.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/specification.mdtext?rev=1231087&r1=1231086&r2=1231087&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/specification.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/specification.mdtext
Fri Jan 13 14:20:16 2012
@@ -1,6 +1,6 @@
Title: FactStore Specification
-The FactStore is designed to store semantic relations in terms of facts about
entities and their relationships. Additionally, the FactStore specifies a
simple SQL-like query language expressed in JSON-LD to search for semantic
relations and to reason through the use of joined relationships. This
specification defines required interfaces for the FactStore in terms of RESTful
API interfaces and a concept for a possible implementation.
+The FactStore is designed to store semantic relations in terms of facts about
entities and their relationships. Additionally, the FactStore specifies a
simple SQL-like query language expressed in JSON-LD to search for semantic
relations and to reason through the use of joined relationships. This
specification defines required interfaces for the FactStore in terms of RESTful
API interfaces and a [concept for a possible
implementation](implementation.html).
In the following, we will refer to semantic relationships as facts about
entities. For example, the relation âemplyeeOfâ may be a fact about two
entities one of type person and one of type organization. Facts are n-ary
meaning that the number of participating entities is not limited. The FactStore
implements a store for facts plus the ability to query for single facts and for
combinations of facts. In summary, the FactStore provides: