get_db_id()); $this->isbd = $concept->get_display_label(); if (empty($this->isbd)){ $this->isbd = onto_contribution_datatype_resource_selector::get_properties_from_uri($this->id)['isbd']; } } public function get_db_id() { if (!$this->db_id) { $this->db_id = onto_common_uri::get_id($this->id); } return $this->db_id; } }