Example #1
0
 /**
  * Internal method, that returns a resource URI that is unique for the Model.
  * URIs are generated using the base_uri of the Model, the prefix and a unique number.
  * If no prefix is defined, the bNode prefix, defined in constants.php, is used.
  *
  * @param	string	$prefix
  * @return	string
  * @access	private
  */
 function getUniqueResourceURI($bnodePrefix)
 {
     return $this->model->getUniqueResourceURI($bnodePrefix);
 }