public function EasyRdf_GraphStore::getUri

Get the URI of the graph store

Return value

string The URI of the graph store

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php, line 68

Class

EasyRdf_GraphStore
A class for fetching, saving and deleting graphs to a Graph Store. Implementation of the SPARQL 1.1 Graph Store HTTP Protocol.

Code

public function getUri() {
  return $this->uri;
}