Ejemplo n.º 1
0
 public function testToRdfPhpForBnode()
 {
     $bnode = new EasyRdf_Resource('_:foobar');
     $this->assertSame(array('type' => 'bnode', 'value' => '_:foobar'), $bnode->toRdfPhp());
 }