/**
  * @param DataValue $value
  *
  * @return string the object URI
  */
 protected function getValueUri(DataValue $value)
 {
     return $this->vocabulary->getCommonsURI($value->getValue());
 }