Implements \Drupal\rdf\SiteSchema\SchemaTermInterface::getGraph().
@todo Loop through all fields and add their RDF descriptions.
Overrides SchemaTermInterface::getGraph
public function getGraph() {
$graph = array();
$graph[$this
->getUri()] = $this
->getProperties();
return $graph;
}