diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-07 12:39:14 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:57:08 -0500 |
commit | 149aa56727d17ae3fbbfe3fa6c253aec5e9b4859 (patch) | |
tree | f0a4ed748ee8200d5babcad36b0b66b08688cd1f /libraries/rasqal/README | |
parent | 9049e7aec6fa791aeb6fc11e7d643a252eeb0c87 (diff) | |
download | slackbuilds-149aa56727d17ae3fbbfe3fa6c253aec5e9b4859.tar.gz |
libraries/rasqal: Added (RDF parsing library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/rasqal/README')
-rw-r--r-- | libraries/rasqal/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/rasqal/README b/libraries/rasqal/README new file mode 100644 index 0000000000..96059cf996 --- /dev/null +++ b/libraries/rasqal/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. |