/**
  * Get the property representation.
  *
  * This is the predicate of the RDF triple represented by this value.
  *
  * @return Entity\PropertyRepresentation
  */
 public function property()
 {
     return $this->getAdapter('properties')->getRepresentation($this->value->getProperty());
 }
 /**
  * {@inheritDoc}
  */
 public function getProperty()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProperty', array());
     return parent::getProperty();
 }