Get the primary topic of this resource.
Returns null if no primary topic is available.
EasyRdf_Resource The primary topic of this resource.
public function primaryTopic() {
$this
->checkHasGraph();
return $this->graph
->primaryTopic($this->uri);
}