base_uri){ $this->data_store->query("select ?uri where { ?uri rdf:type owl:Ontology }"); $results = $this->data_store->get_result(); $this->base_uri = $results[0]->uri; } return $this->base_uri; } } // end of onto_common_class