Beispiel #1
0
 public function __construct()
 {
     parent::__construct("sciencecommons_geneproxy");
     $this->definePrefix("sc", "http://purl.org/science/owl/sciencecommons/");
 }
Beispiel #2
0
 public static function getInstance()
 {
     if (self::$INSTANCE === NULL) {
         self::$INSTANCE = new self();
     }
     return self::$INSTANCE;
 }