term = tripal_load_term_entity(array('term_id' => $this->term_id)); $vocab = $this->term->vocab; $this->accession = $vocab->vocabulary . ':' . $this->term->accession; } }