public function EasyRdf_Resource::getUri

Returns the URI for the resource.

Return value

string URI of this resource.

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php, line 87

Class

EasyRdf_Resource
Class that represents an RDF resource

Code

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