- From: Nicholas J Humfrey <njh@aelius.com>
- Date: Tue, 22 Dec 2009 00:31:13 +0000
- To: easyrdf@googlegroups.com
- Cc: Linking Open Data <public-lod@w3.org>, london-rdf-hackers@lists.linkeddata.org, foaf-dev Friend of a <foaf-dev@lists.foaf-project.org>
Hello, I have just released version 0.3 of EasyRdf - a PHP library that aims to make it easy for people non expert in RDF to start consuming and using it. Example: $foaf = new EasyRdf_Graph("http://www.aelius.com/njh/foaf.rdf"); $me = $foaf->primaryTopic(); echo "My name is: ".$me->get('foaf:name')."\n"; Homepage: http://code.google.com/p/easyrdf/ Documentation: http://code.google.com/p/easyrdf/wiki/Documentation More examples: http://code.google.com/p/easyrdf/source/browse/php/trunk/examples New in this release: * Generated Wiki pages from phpdoc * Filtering of literals by language * Moved parsers into EasyRdf_Parser_XXX namespace * Added support for serialisation * Wrote RDF generation example (foafmaker.php) * Added built-in ntriples parser/generator * Added built-in RDF/PHP generator * Added built-in RDF/JSON generator * Added SKOS and RSS to the set of default namespaces. nick.
Received on Tuesday, 22 December 2009 00:32:42 UTC