コード例 #1
0
 public function __construct($uri, $ontology)
 {
     parent::__construct($uri, $ontology);
     $this->get_properties();
     $this->get_restrictions();
 }
コード例 #2
0
 public function __construct($uri, $ontology)
 {
     parent::__construct($uri, $ontology);
     $this->fetch_pmb_datatype();
     $this->fetch_default_value();
 }