You are here

public function EasyRdf_Literal::getDatatypeUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php \EasyRdf_Literal::getDatatypeUri()

Returns the full datatype URI of the literal.

Return value

string Datatype URI of this literal.

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php, line 248

Class

EasyRdf_Literal
Class that represents an RDF Literal

Code

public function getDatatypeUri() {
  return $this->datatype;
}