Category ArchiveRedland
librasqal RDF query 22 Apr 2007 08:21 pm
Rasqal Version 0.9.14 Released
- Added syntax and API support but no query engine support
for an experimental extension to SPARQL:
LAQRS:
LAQRS Adds to Querying RDF in SPARQL - Updated the query results formatter to allow better introspection of formats
- Updated SPARQL parser for SPARQL Working Draft 2007-03-26 additions.
- Fixed issues:
#0000152,
#0000156,
#0000160,
#0000167 and
#0000182
See the Raptor 0.9.14 Release Notes
for the full details of the changes.
libraptor RDF syntax parsing/serializing 26 Mar 2007 08:37 pm
Raptor Version 1.4.15 Released
- GRDDL parser substantially updated to support the
GRDDL W3C Working Draft 2 March 2007 - Errors for XML parsing and URI 404s are reported much better
- Fixed reported issues: #0000174, #0000177, #0000178, #0000180
- Many other minor fixes and improvements.
See the Raptor 1.4.15 Release Notes
for the full details of the changes.
libraptor RDF syntax parsing/serializing 31 Jan 2007 10:15 pm
Raptor Version 1.4.14 Released
- New Turtle
serializer by Dave Robillard based on the existing RDF/XML-Abbrev serializer. - New GraphViz DOT format
serializer by Evan Nemerson. - GRDDL parser now does namespace and profile URI recursion and
has other improvements and fixes. - Fixed reported issues: #0000032, #0000141, #0000143, #0000148, #0000155 and #0000157
- Many other fixes and improvements.
See the Raptor 1.4.14 Release Notes
for the full details of the changes.
language bindings 19 Nov 2006 03:06 pm
Redland Bindings Version 1.0.5.1 Released
- Synchronise with Redland 1.0.5
(release notes) - Many updates to the Ruby binding
- Minor updates to the C#, Java and Python bindings
- Several other fixes and improvements
See the 1.0.5.1 Release Notes
for the full details of the changes.
librdf RDF API 19 Nov 2006 01:43 pm
Redland Version 1.0.5 Released
-
Updated to use Rasqal 0.9.13 (from 0.9.12)
Updated to use Raptor 1.4.13 (from 1.4.9)
Several API additions - Parsing methods can take a NULL base URI when it is not needed
- Added serializer methods to serialize from a stream
- Many fixes and improvements to the SQLite storage
- Export some more functions to the SWIG binding
- Many minor improvements
- Many other bug fixes addressing Issues
#0000092,
#0000103,
#0000105,
#0000107,
#0000114,
#0000116,
#0000125,
#0000130,
#0000132,
#0000136 and
#0000139.
See the 1.0.5 Release Notes
for the full details of the changes.
librasqal RDF query 30 Oct 2006 09:22 pm
Rasqal Version 0.9.13 Released
- Added a new
rasqal_query_results_formatterclass - Query engine now implements SPARQL
GRAPH - Added query features system to set parameters
- Many internal query engine changes (code reorganisation)
- Many bug fixes addressing Issues
#0000080,
#0000094,
#0000095,
#0000098,
#0000100,
#0000111,
#0000113,
#0000118,
#0000129,
#0000131 and
#0000133.
See the 0.9.13 Release Notes
for the full details of the changes.
libraptor RDF syntax parsing/serializing 22 Oct 2006 08:30 pm
Raptor Version 1.4.13 Released
- Fixed a memory leak in reusing the XML writer
- Fixed reported issues: 0000134
- Minor updates and fixes to tutorial, configuration and build
See the Raptor 1.4.13 Release Notes
for the full details of the changes.
libraptor RDF syntax parsing/serializing 27 Aug 2006 09:25 am
Raptor Version 1.4.12 Released
- Restore serializer enumeration ordering back to that of 1.4.10
which was causing Redland problems when writing type ‘application/rdf+xml’.
See the Raptor 1.4.12 Release Notes
for the gory details.
libraptor RDF syntax parsing/serializing 26 Aug 2006 07:12 pm
Raptor Version 1.4.11 Released
- Added network request filtering for parsers
- Improved the GRDDL parser to read Embedded RDF and HCalendar
- The Guess parser can now be reused to do multiple guesses
- The RSS 1.0 Serializer now works again
- Fixed reported issues: #0000014, #0000041, #0000089, #0000091 , #0000110 and #0000112
- Made several other changes, fixes and improvements.
See the Raptor 1.4.11 Release Notes
for the full details of the changes.
libraptor RDF syntax parsing/serializing 14 Jul 2006 07:15 pm
Raptor Version 1.4.10 Released
- Fixed crash with RSS Tag Soup parser generating triples too late
- Fixed a crash with the RDF/XML parser and serializer if a comment was seen outside an element
- Parsers no longer generate any triple parts of type
RAPTOR_IDENTIFIER_TYPE_ORDINAL
See the Raptor 1.4.10 Release Notes
for the full details of the changes.