public function EasyRdf_Sparql_Client::__construct

Create a new SPARQL endpoint client

Parameters

string $uri The address of the SPARQL Endpoint:

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php, line 59

Class

EasyRdf_Sparql_Client
Class for making SPARQL queries using the SPARQL 1.1 Protocol

Code

public function __construct($uri) {
  $this->uri = $uri;
}