You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2013/02/26 22:35:34 UTC

svn commit: r852115 [7/7] - in /websites/staging/marmotta/trunk/content: ./ apidocs/ apidocs/org/apache/marmotta/kiwi/caching/ apidocs/org/apache/marmotta/kiwi/caching/class-use/ apidocs/org/apache/marmotta/kiwi/config/ apidocs/org/apache/marmotta/kiwi...

Modified: websites/staging/marmotta/trunk/content/kiwi/triplestore.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/triplestore.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/triplestore.html Tue Feb 26 21:35:28 2013
@@ -265,7 +265,7 @@
                 
         <div id="bodyColumn" >
                                   
-            <h1>KiWi Store</h1><p>The heart of the KiWi triple store is the KiWiStore storage backend. It implements a OpenRDF Notifying Sail on top of a custom relational database schema. It can be used in a similar way to the already existing (but now deprecated) OpenRDF RDBMS backends. The KiWi triple store operates almost directly on top of the relational database, there is only minimal overhead on the Java side (some caching and result transformations). Each OpenRDF repository connection is a database connection, and each repository result is a database cursor (so it supports lazy fetching when iterating over the result).</p><div class="section"><h2>Maven Artifact<a name="Maven_Artifact"></a></h2><p>To use the KiWiStore, include the following artifact in your Maven build file:</p>
+            <h1>KiWi Store</h1><p>The heart of the KiWi triple store is the <a href="../apidocs/org/apache/marmotta/kiwi/sail/KiWiStore.html">KiWiStore</a> storage backend. It implements a OpenRDF Notifying Sail on top of a custom relational database schema. It can be used in a similar way to the already existing (but now deprecated) OpenRDF RDBMS backends. The KiWi triple store operates almost directly on top of the relational database, there is only minimal overhead on the Java side (some caching and result transformations). Each OpenRDF repository connection is a database connection, and each repository result is a database cursor (so it supports lazy fetching when iterating over the result).</p><div class="section"><h2>Maven Artifact<a name="Maven_Artifact"></a></h2><p>To use the KiWiStore, include the following artifact in your Maven build file:</p>
 <div class="source"><pre class="prettyprint">&lt;dependency&gt;
     &lt;groupId&gt;org.apache.marmotta&lt;/groupId&gt;
     &lt;artifactId&gt;kiwi-triplestore&lt;/artifactId&gt;