Commit graph

4 commits

Author SHA1 Message Date
markd
55d2f9ee72 Update to soprano 2.2
* The AsyncModel now has a "real" asyncroneous mode which uses multiple
   threads to execute the commands.
 * New class Soprano::Client::SparqlModel which provides a client to http
   Sparql endpoints.
 * Added method Node::toN3 to easily build SPARQL queries without having
   to encode nodes all the time.
 * New convinience method QueryResultIterator::iterateStatementsFromBindings
 * Added convinience methods to handle BackendSettings.
 * Added operator[] to QueryResultIterator to easily access bindings
 * Added parameters influencing the visibility to onto2vocabularyclass
 * Soprano::Node now comes with definitions of qHash for both Node and QUrl
 * Sesame2 updated to 2.1.4
 * The IndexFilterModel can now optionally index specific URIs
   (IndexFilterModel::setForceIndexPredicates)
 * Added method IndexFilterModel::optimizeIndex which optimizes the clucene
   index on disk
 * Added method IndexFilterModel::encodeUriForLuceneQuery which
   encodes/escapes a URI so it can be used as a field in a clucene query.
 * SPARQL endpoint query support in sopranocmd
 * Performace improvements
2009-01-27 11:35:10 +00:00
markd
fb82f5de3e Update to soprano 2.1.64
First beta of soprano 2.2.  Required for KDE 4.2
2009-01-10 23:45:54 +00:00
markd
bd8a958bd2 Update to soprano 2.1.1
adds a README file pointing to the Sesame2 sources as requested by linux
distributors.
2008-12-19 21:34:37 +00:00
markd
be5711bc23 Import soprano 2.1
Soprano (formerly known as QRDF) is a library which provides a highly
usable object-oriented C++/Qt4 framework for RDF data. It uses
different RDF storage solutions as backends through a simple plugin
system. Soprano is targetted at desktop applications that need a RDF
data storage solution. It has been optimized for easy usage and
simplicity.
2008-11-04 11:01:41 +00:00