EasyRdf is a PHP library designed to make it easy to consume and produce RDF. It was designed for use in mixed teams of experienced and inexperienced RDF developers.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Support for filtering of literals by language was added. Parsers were moved into the EasyRdf_Parser?_XXX namespace. Support for serialisation was added. An RDF generation example was included (foafmaker.php). A nuilt-in ntriples parser/generator, an RDF/PHP generator, and an RDF/JSON generator were added. SKOS and RSS were added to the set of default namespaces.
Support was added for Redland PHP bindings. Blank node handing was improved and the newBNode() method was added to EasyRdf_Graph. An option was added to EasyRdf_RapperParser to choose the location of the rapper command.
This is the initial release. It has support for ARC2 and Rapper, a built-in HTTP client, API documentation, unit tests for every class, and several usage examples.