1 Redland RDF library (librdf) from [http://librdf.org/]
4 [git:redland/LICENSE.txt]
5 Triple-licensed: LGPL v2+/GPL v2+/Apache v2
8 This module contains the third-party Redland RDF / librdf library, which
9 is needed to support data in RDF (Resource Description Framework) format.
10 It consists of 3 parts:
11 - raptor: parsers and serializers for numerous RDF file formats
12 - rasqal: query engine which supports SPARQL queries
13 - redland: librdf integrates raptor and rasqal, and provides numerous storage
14 engines for storing RDF graphs (in memory, SQL, ...)
16 Libraries: libraptor, librasqal, librdf
19 There are several patches, most of which contain only hacks to get it to
20 build with the LO build system.
22 Upstream may merge patches that are attached to the bug tracker, but don't
23 send patches to the mailing list, those will most likely be ignored.