/**
  * Get the value itself.
  *
  * This is the object of the RDF triple represented by this value.
  *
  * @return string
  */
 public function value()
 {
     return $this->value->getValue();
 }
 /**
  * {@inheritDoc}
  */
 public function getValue()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getValue', array());
     return parent::getValue();
 }