Hello,
Today I released version 0.7.2 of EasyRdf - a PHP library designed to make
it easy to consume and produce RDF. It is licensed under a BSD-3 clause
license. It has been tested against PHP 5.2, 5.3 and 5.4.
Homepage:
http://www.easyrdf.org/
Download:
http://www.easyrdf.org/downloads/easyrdf-0.7.2.tar.gz
API Docs:
http://www.easyrdf.org/docs/
This will be the last 0.7.x release. In the next version (0.8.0) will
include an RDFa parser.
Enhancements
------------
* Removed automatic registration of ARC2 and librdf parsers and serialisers
** You must now specifically choose the parser or serialiser
* Refactored `EasyRdf_Literal` with datatypes so that it preserves exact
value
* Changed Turtle serialiser to not escape Unicode characters unnecessarily
* Fix for escaping literals objects in Turtle serialiser
* Added a new static function `newAndLoad()` to `EasyRdf_Graph`
* Added setters for each of the components of the URI to the class
`EasyRdf_ParsedUri`
* Added option to the converter example, to allow raw output, without any
HTML
Bug Fixes
---------
* Fixed broken Redland parser (thanks to Jon Phipps)
* Fix for serialising two bnodes that reference each other in Turtle
* Added support for parsing literals with single quotes in Turtle
* Removed require for EasyRdf/Exception.php
* Fix for serialising `EasyRdf_Literal_DateTime` to Turtle
* Fix for serialising Turtle literals with a shorthand syntax
* Several typo fixes and minor corrections
Please let me know if you have any problems or questions.
nick.