Get a list of the full URIs for the properties that point to this resource.
array Array of full property URIs
public function reversePropertyUris() { $this ->checkHasGraph(); return $this->graph ->reversePropertyUris($this->uri); }