Author: wikier
Date: Wed Apr 24 17:27:05 2013
New Revision: 1471552
URL: http://svn.apache.org/r1471552
Log:
added some brief information about the client library
Added:
incubator/marmotta/site/trunk/content/markdown/client-library.md
Modified:
incubator/marmotta/site/trunk/content/markdown/sesame.md.vm
Added: incubator/marmotta/site/trunk/content/markdown/client-library.md
URL:
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/client-library.md?rev=1471552&view=auto
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/client-library.md (added)
+++ incubator/marmotta/site/trunk/content/markdown/client-library.md Wed Apr 24
17:27:05 2013
@@ -0,0 +1,22 @@
+# Marmotta Client Library #
+
+A convenient option to use Apache Marmotta for Linked Data development is to
build
+applications based on its Client Library and a standalone Marmotta Server. The
+Marmotta Client Library provides an API abstraction around the Marmotta Web
+Services and is currently available in Java, PHP, and Javascript. While each
+language-specific implementation retains the same general API structure,
+the way of accessing the API functionality is customised to the respective
+environment, so that e.g. a PHP developer can access Marmotta in a similar
+way to other PHP libraries. No in-depth knowledge of RDF, Linked Data, or
+Apache Marmotta is required.
+
+## Features ##
+
+The library provides the following functionalities:
+
+ * Configuration: reading and updating the Marmotta system configuration
+ * Resource Management: retrieving, updating and deleting resources and
associated content/metadata
+ * LDPath: querying Marmotta and the Linked Data Cloud using path expressions
or path programs
+ * SPARQL: querying and updating the Marmotta using SPARQL 1.1 Queries/Updates
+ * Reasoner: uploading and removing rule programs
+
Modified: incubator/marmotta/site/trunk/content/markdown/sesame.md.vm
URL:
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/sesame.md.vm?rev=1471552&r1=1471551&r2=1471552&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/sesame.md.vm (original)
+++ incubator/marmotta/site/trunk/content/markdown/sesame.md.vm Wed Apr 24
17:27:05 2013
@@ -2,7 +2,7 @@
Marmotta comes with a set of generic tools that extend [Sesame OpenRDF
API](http://www.openrdf.org/).
-## Sesame Façading
+<h2>esame Façading</h2>
Sesame Façading llows using annotated Java interfaces (façades) to access an
underlying
Sesame repository, in a similar to JPA.