/**
  * Form content to model fields mapper.
  */
 protected function _getFormMapping()
 {
     $mapping = $this->getRdfMapping();
     $mapping['helperFields'] = Editor_Forms_Concept::getHelperFields();
     $mapping['extraFields'] = array('uuid', 'status', 'statusOtherConcept', 'statusOtherConceptLabelToFill', 'toBeChecked', 'uri');
     $mapping['uuid2uri'] = array('inScheme', 'topConceptOf');
     return $mapping;
 }