public function __construct($uri, $ontology)
 {
     parent::__construct($uri, $ontology);
     $this->get_properties();
     $this->get_restrictions();
 }
 public function __construct($uri, $ontology)
 {
     parent::__construct($uri, $ontology);
     $this->fetch_pmb_datatype();
     $this->fetch_default_value();
 }