public function testURI()
 {
     $uri = MwRdf::URI('http://example.com');
     $this->assertTrue($uri instanceof LibRDF_URI);
 }