Constructor.
\Drupal\rdf\SiteSchema\SiteSchema $site_schema: The schema the term is defined in.
string $entity_type: The entity type.
string $bundle: The bundle.
Overrides EntitySchema::__construct
public function __construct($site_schema, $entity_type, $bundle) {
parent::__construct($site_schema, $entity_type);
$this->bundle = $bundle;
}