Get the URI of the SPARQL endpoint
Return value
string The URI of the SPARQL endpoint
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php, line 68
Class
- EasyRdf_Sparql_Client
- Class for making SPARQL queries using the SPARQL 1.1 Protocol
Code
public function getUri() {
return $this->uri;
}