summaryrefslogtreecommitdiffstats
path: root/redland/README
diff options
context:
space:
mode:
authormst <mst@openoffice.org>2008-06-16 10:38:21 +0000
committermst <mst@openoffice.org>2008-06-16 10:38:21 +0000
commit8a519289b742ec7557fbe18c12a5145a6e548234 (patch)
tree7afa1671d59e6a7559c8890bba1c4ffef584cb78 /redland/README
parentINTEGRATION: CWS mingwport13 (1.5.2); FILE MERGED (diff)
downloadcore-8a519289b742ec7557fbe18c12a5145a6e548234.tar.gz
core-8a519289b742ec7557fbe18c12a5145a6e548234.zip
redland: initial import
Diffstat (limited to 'redland/README')
-rw-r--r--redland/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/redland/README b/redland/README
new file mode 100644
index 000000000000..57397ccc10d7
--- /dev/null
+++ b/redland/README
@@ -0,0 +1,21 @@
+Redland RDF library (librdf)
+
+Module: external/redland
+
+Upstream URL: http://librdf.org/
+
+License: Triple-licensed: LGPL v2+/GPL v2+/Apache v2
+ Note that Sun distributes this software only under LGPL v2
+ (see LICENSE.txt)
+
+Description:
+This module contains the third-party Redland RDF / librdf library, which
+is needed to support data in RDF (Resource Description Framework) format.
+It consists of 3 parts:
+- raptor: parsers and serializers for numerous RDF file formats
+- rasqal: query engine which supports SPARQL queries
+- redland: librdf integrates raptor and rasqal, and provides numerous storage
+ engines for storing RDF graphs (in memory, SQL, ...)
+
+Libraries: libraptor, librasqal, librdf
+