summaryrefslogtreecommitdiffstats
path: root/libraries/redland/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2021-01-07 12:41:03 +0100
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:57:09 -0500
commitae2c27e585767e9216b413e862773361a007d4a8 (patch)
tree88e041a58b34566469ad41dc4ee7aa9c66d33dae /libraries/redland/README
parent36872f0fd5219f9f39ad6c18bc544c7c4ff26cf4 (diff)
downloadslackbuilds-ae2c27e585767e9216b413e862773361a007d4a8.tar.gz
slackbuilds-ae2c27e585767e9216b413e862773361a007d4a8.tar.xz
libraries/redland: Added (RDF high-level interface library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/redland/README')
-rw-r--r--libraries/redland/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/redland/README b/libraries/redland/README
new file mode 100644
index 0000000000..96059cf996
--- /dev/null
+++ b/libraries/redland/README
@@ -0,0 +1,6 @@
+Redland is a library that provides a high-level interface for the
+Resource Description Framework (RDF) allowing the RDF graph to be
+parsed from XML, stored, queried and manipulated. Redland
+implements each of the RDF concepts in its own class via an object
+based API, reflected into the language APIs, currently C#, Java,
+Perl, PHP, Python, Ruby and Tcl.