public function EasyRdf_Format::getUri

Get the URI for a format object

Return value

string The format URI

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 326

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

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