id); $this->isbd = ""; if ($indexint->name_pclass) { $this->isbd .= "[".$indexint->name_pclass."] "; } $this->isbd .= $indexint->name; if ($indexint->comment) { $this->isbd .= " - ".$indexint->comment; } if (empty($this->isbd)){ $this->isbd = onto_contribution_datatype_resource_selector::get_properties_from_uri($this->id)['isbd']; } } }