function &getTaxonIds()
 {
     include_once 'Services/MetaData/classes/class.ilMDTaxon.php';
     return ilMDTaxon::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_taxon_path');
 }