Designed for use in mixed teams of experienced and inexperienced RDF developers. Written in PSR-12 compliant PHP and tested extensively using PHPUnit.
Getting Started »
The latest stable version of EasyRdf is version 1.1.1.
$foaf = new EasyRdf\Graph("http://njh.me/foaf.rdf"); $foaf->load(); $me = $foaf->primaryTopic(); echo "My name is: ".$me->get('foaf:name')."\n";
Foaf\Person