Get a shortened version of the resources URI.
This method will return the full URI if the resource isn't part of any registered namespace.
string The shortened URI of this resource (e.g. foaf:name)
public function shorten() {
return EasyRdf_Namespace::shorten($this->uri);
}