public function testToArrayForBnode() { $bnode = new EasyRdf_Resource('_:foobar'); $this->assertSame(array('type' => 'bnode', 'value' => '_:foobar'), $bnode->toArray()); }