public function testGetType()
 {
     $query = new ClaimQuery(new PropertyId('P42'));
     $this->assertEquals('claim', $query->getType());
 }