Implements \Drupal\rdf\SiteSchema\SchemaTermInterface::getUri().
Overrides SchemaTermInterface::getUri
public function getUri() {
$path = str_replace('{entity_type}', $this->entityType, static::$uriPattern);
return $this->siteSchema
->getUri() . '/' . $path;
}