diff options
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 |
commit | ae2c27e585767e9216b413e862773361a007d4a8 (patch) | |
tree | 88e041a58b34566469ad41dc4ee7aa9c66d33dae /libraries/redland/README | |
parent | 36872f0fd5219f9f39ad6c18bc544c7c4ff26cf4 (diff) |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/redland/README b/libraries/redland/README new file mode 100644 index 0000000000000..96059cf996693 --- /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. |