public function EasyRdf_Sparql_Client::getQueryUri in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php \EasyRdf_Sparql_Client::getQueryUri()
Get the URI of the SPARQL query endpoint
Return value
string The query URI of the SPARQL endpoint
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Sparql/ Client.php, line 84
Class
- EasyRdf_Sparql_Client
- Class for making SPARQL queries using the SPARQL 1.1 Protocol
Code
public function getQueryUri() {
return $this->queryUri;
}