public function testGetType()
 {
     $query = new AroundQuery(new PropertyId('P42'), new LatLongValue(42, 42), 1);
     $this->assertEquals('around', $query->getType());
 }