office-gobmx/redland
2009-11-05 18:40:46 +01:00
..
prj CWS-TOOLING: integrate CWS sb113 2009-09-16 14:37:52 +00:00
raptor CWS-TOOLING: integrate CWS cloph13 2009-09-16 14:49:32 +00:00
rasqal CWS-TOOLING: integrate CWS cloph13 2009-09-16 14:49:32 +00:00
redland ause109: #i106645# on incremental builds prefer current build over solver 2009-11-05 18:40:46 +01:00
LICENSE.txt redland: initial import 2008-06-16 10:38:21 +00:00
README CWS-TOOLING: integrate CWS odfmetadata2 2009-07-02 09:05:03 +00:00
redlandversion.mk CWS-TOOLING: integrate CWS odfmetadata2 2009-07-02 09:05:03 +00:00

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

Patches:
There are several patches, most of which contain only hacks to get it to
build with OOo build system.
There are also 3 patches that fix bugs in redland and are of general interest:
- redland-1.0.8.patch.free_null:
  redland destructor functions don't check if argument is NULL
- redland-1.0.8.patch.storage_hashes_context_serialize_get_statement:
  hashes storage: the function to create statements during serialization does
                  not fill in the context propery (i.e. context is NULL)
- redland-1.0.8.patch.storage_hashes_list_duplicates:
  hashes, list storage: if contexts are enabled, then it is possible to add
                        duplicate statements