public function testBlankNode()
 {
     $n = MwRdf::BlankNode('01');
     $this->assertTrue($n instanceof LibRDF_BlankNode);
 }