diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 20:12:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:28:31 -0500 |
commit | fcbb994d94304154628029599f820bf82939407a (patch) | |
tree | 7c8d927963934be6bcd9355500ebaec018e5925f /libraries/raptor/README | |
parent | b302d4393c1cae5a4aaaba583983ccd50d1b02df (diff) | |
download | slackbuilds-fcbb994d94304154628029599f820bf82939407a.tar.gz |
libraries/raptor: Added (RDF Parser & Serializer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/raptor/README')
-rw-r--r-- | libraries/raptor/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/raptor/README b/libraries/raptor/README new file mode 100644 index 0000000000..6716e96605 --- /dev/null +++ b/libraries/raptor/README @@ -0,0 +1,8 @@ +raptor (RDF Parser & Serializer) + +Raptor is a free software/Open Source C library that provides a set of +parsers and serializers that generate Resource Description Framework +(RDF) triples by parsing syntaxes or serialize the triples into a +syntax. The supported parsing syntaxes are RDF/XML, N-Triples, TRiG, +Turtle, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, +GRDDL and microformats for HTML, XHTML and XML. |