public function testGetBNodeIdForUri()
 {
     $nonbnode = new EasyRdf_Resource('http://www.exaple.com/');
     $this->assertSame(null, $nonbnode->getBNodeId());
 }