You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/02/15 17:13:10 UTC

svn commit: r1730558 - /marmotta/site/trunk/content/markdown/index.md

Author: wikier
Date: Mon Feb 15 16:13:10 2016
New Revision: 1730558

URL: http://svn.apache.org/viewvc?rev=1730558&view=rev
Log:
updated features

Modified:
    marmotta/site/trunk/content/markdown/index.md

Modified: marmotta/site/trunk/content/markdown/index.md
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/index.md?rev=1730558&r1=1730557&r2=1730558&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/index.md (original)
+++ marmotta/site/trunk/content/markdown/index.md Mon Feb 15 16:13:10 2016
@@ -44,11 +44,14 @@ subscribe to our [mailing lists](mail-li
 
 ## Features
 
- * Read-Write Linked Data server
- * [RDF triple store](kiwi/) with [transactions](kiwi/transactions.html), 
-   [versioning](kiwi/versioning.html) and 
-   [rule-base reasoning](kiwi/reasoner.html)
- * [LDP](platform/ldp-module.html), [SPARQL](platform/sparql-module.html) and [LDPath](ldpath) query
+ * Read-Write Linked Data server for the Java EE stack
+ * Pluggable RDF triple stores based on [Eclipse RDF4J](https://projects.eclipse.org/projects/technology.rdf4j) 
+   (formerly Sesame):
+     * Custom triple store ([KiWi](kiwi/)) built on top of <abbr title="Relation Database Management System">RDBMS</abbr>, 
+       with [transactions](kiwi/transactions.html), [versioning](kiwi/versioning.html)
+       and [rule-base reasoning](kiwi/reasoner.html) support
+     * And some [other backends](platform/backends.html)
+ * [LDP](platform/ldp-module.html), [SPARQL](platform/sparql-module.html) and [LDPath](ldpath) querying
  * Transparent [Linked Data Caching](ldcache)
  * Integrated basic [security](platform/security-module.html) mechanisms