public function EasyRdf_Resource::parseUri

Parse the URI of the resource and return as a ParsedUri object

Return value

EasyRdf_ParsedUri

File

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

Class

EasyRdf_Resource
Class that represents an RDF resource

Code

public function parseUri() {
  return new EasyRdf_ParsedUri($this->uri);
}