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