public function __toString() { return 'Relation ' . $this->type . ' ' . $this->term->getOmschrijving(); }
public function testGetOmschrijving() { $this->assertEquals('kapellen (klein erfgoed)', $this->object->getOmschrijving()); }