Hello, Today I released version 0.6.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.
Homepage: http://www.aelius.com/njh/easyrdf/ Download: http://github.com/downloads/njh/easyrdf/easyrdf-0.6.2.tar.gz API Docs: http://www.aelius.com/njh/easyrdf/docs/ Changes since version 0.6.0: - Finished updating the API documentation. - Added subclasses of EasyRdf_Literal for various common datatypes. - Added a description to the top of the source code for each example. - Added a EasyRdf_Graph::countTriples() method. - Added addType() and setType() to EasyRdf_Resource. - Added getResource() and allResources() to EasyRdf_Graph and EasyRdf_Resource - Implemented nesting of resources in the RDF/XML serialiser. - Other improvements to the other parsers and serialisers. The full ChangeLog is available here: https://github.com/njh/easyrdf/blob/master/CHANGELOG.md Please let me know if you have any problems or issues. nick.
